Karl Pauls | 5c09375 | 2008-04-22 15:36:51 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
Carsten Ziegeler | 4fec096 | 2008-01-11 16:13:31 +0000 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 20 | <parent> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 21 | <groupId>org.apache.felix</groupId> |
Karl Pauls | 040e432 | 2009-05-10 22:09:56 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
| 23 | <version>1.2.0</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 27 | <packaging>bundle</packaging> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 28 | <name>Apache Felix Main</name> |
| 29 | <artifactId>org.apache.felix.main</artifactId> |
Karl Pauls | ddbce62 | 2010-02-15 00:00:19 +0000 | [diff] [blame] | 30 | <version>2.1.0-SNAPSHOT</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 31 | <dependencies> |
| 32 | <dependency> |
| 33 | <groupId>${pom.groupId}</groupId> |
| 34 | <artifactId>org.apache.felix.framework</artifactId> |
Karl Pauls | 911d47b | 2010-02-04 23:19:54 +0000 | [diff] [blame] | 35 | <version>${framework.version}</version> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 36 | <exclusions> |
| 37 | <exclusion> |
Karl Pauls | 1d7fb59 | 2009-09-30 21:05:27 +0000 | [diff] [blame] | 38 | <groupId>org.osgi</groupId> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 39 | <artifactId>org.osgi.core</artifactId> |
| 40 | </exclusion> |
Richard S. Hall | 4a591ba | 2008-01-27 18:42:15 +0000 | [diff] [blame] | 41 | <exclusion> |
Karl Pauls | 1d7fb59 | 2009-09-30 21:05:27 +0000 | [diff] [blame] | 42 | <groupId>org.osgi</groupId> |
Richard S. Hall | 487c44d | 2007-05-22 15:58:30 +0000 | [diff] [blame] | 43 | <artifactId>org.osgi.compendium</artifactId> |
Richard S. Hall | 4a591ba | 2008-01-27 18:42:15 +0000 | [diff] [blame] | 44 | </exclusion> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 45 | </exclusions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 46 | </dependency> |
Karl Pauls | 4d82d2f | 2006-11-03 00:08:28 +0000 | [diff] [blame] | 47 | <dependency> |
Richard S. Hall | f65896e | 2010-05-05 15:21:54 +0000 | [diff] [blame^] | 48 | <groupId>${pom.groupId}.gogo</groupId> |
| 49 | <artifactId>org.apache.felix.gogo.runtime</artifactId> |
| 50 | <version>${gogo.runtime.version}</version> |
| 51 | <exclusions> |
| 52 | <exclusion> |
| 53 | <groupId>org.osgi</groupId> |
| 54 | <artifactId>org.osgi.core</artifactId> |
| 55 | </exclusion> |
| 56 | <exclusion> |
| 57 | <groupId>org.osgi</groupId> |
| 58 | <artifactId>org.osgi.compendium</artifactId> |
| 59 | </exclusion> |
| 60 | </exclusions> |
| 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>${pom.groupId}.gogo</groupId> |
| 64 | <artifactId>org.apache.felix.gogo.console</artifactId> |
| 65 | <version>${gogo.console.version}</version> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 66 | <exclusions> |
| 67 | <exclusion> |
Karl Pauls | 1d7fb59 | 2009-09-30 21:05:27 +0000 | [diff] [blame] | 68 | <groupId>org.osgi</groupId> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 69 | <artifactId>org.osgi.core</artifactId> |
| 70 | </exclusion> |
Richard S. Hall | 5fd43d3 | 2009-05-01 19:26:13 +0000 | [diff] [blame] | 71 | <exclusion> |
Karl Pauls | 1d7fb59 | 2009-09-30 21:05:27 +0000 | [diff] [blame] | 72 | <groupId>org.osgi</groupId> |
Richard S. Hall | 5fd43d3 | 2009-05-01 19:26:13 +0000 | [diff] [blame] | 73 | <artifactId>org.osgi.compendium</artifactId> |
| 74 | </exclusion> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 75 | </exclusions> |
Karl Pauls | 4d82d2f | 2006-11-03 00:08:28 +0000 | [diff] [blame] | 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>${pom.groupId}</groupId> |
Richard S. Hall | f65896e | 2010-05-05 15:21:54 +0000 | [diff] [blame^] | 79 | <artifactId>org.apache.felix.gogo.felixcommands</artifactId> |
| 80 | <version>${felix.commands.version}</version> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 81 | <exclusions> |
| 82 | <exclusion> |
Karl Pauls | 32154c7 | 2009-10-02 15:52:43 +0000 | [diff] [blame] | 83 | <groupId>org.osgi</groupId> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 84 | <artifactId>org.osgi.core</artifactId> |
| 85 | </exclusion> |
Richard S. Hall | f9bdb26 | 2009-08-03 18:24:19 +0000 | [diff] [blame] | 86 | <exclusion> |
Karl Pauls | 32154c7 | 2009-10-02 15:52:43 +0000 | [diff] [blame] | 87 | <groupId>org.osgi</groupId> |
Richard S. Hall | f9bdb26 | 2009-08-03 18:24:19 +0000 | [diff] [blame] | 88 | <artifactId>org.osgi.compendium</artifactId> |
| 89 | </exclusion> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 90 | </exclusions> |
Karl Pauls | 4d82d2f | 2006-11-03 00:08:28 +0000 | [diff] [blame] | 91 | </dependency> |
| 92 | <dependency> |
| 93 | <groupId>${pom.groupId}</groupId> |
| 94 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 95 | <version>${obr.version}</version> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 96 | <exclusions> |
| 97 | <exclusion> |
| 98 | <groupId>${pom.groupId}</groupId> |
| 99 | <artifactId>org.osgi.core</artifactId> |
| 100 | </exclusion> |
Richard S. Hall | d4d36cc | 2007-06-26 10:04:00 +0000 | [diff] [blame] | 101 | <exclusion> |
Richard S. Hall | 4a591ba | 2008-01-27 18:42:15 +0000 | [diff] [blame] | 102 | <groupId>${pom.groupId}</groupId> |
Richard S. Hall | f9bdb26 | 2009-08-03 18:24:19 +0000 | [diff] [blame] | 103 | <artifactId>org.osgi.compendium</artifactId> |
| 104 | </exclusion> |
| 105 | <exclusion> |
Karl Pauls | 1d7fb59 | 2009-09-30 21:05:27 +0000 | [diff] [blame] | 106 | <groupId>org.osgi</groupId> |
| 107 | <artifactId>org.osgi.core</artifactId> |
| 108 | </exclusion> |
| 109 | <exclusion> |
| 110 | <groupId>org.osgi</groupId> |
| 111 | <artifactId>org.osgi.compendium</artifactId> |
| 112 | </exclusion> |
| 113 | <exclusion> |
Richard S. Hall | f9bdb26 | 2009-08-03 18:24:19 +0000 | [diff] [blame] | 114 | <groupId>${pom.groupId}</groupId> |
Richard S. Hall | 4a591ba | 2008-01-27 18:42:15 +0000 | [diff] [blame] | 115 | <artifactId>org.osgi.service.obr</artifactId> |
| 116 | </exclusion> |
| 117 | <exclusion> |
Richard S. Hall | d4d36cc | 2007-06-26 10:04:00 +0000 | [diff] [blame] | 118 | <groupId>net.sf.kxml</groupId> |
| 119 | <artifactId>kxml2</artifactId> |
| 120 | </exclusion> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 121 | </exclusions> |
Karl Pauls | 4d82d2f | 2006-11-03 00:08:28 +0000 | [diff] [blame] | 122 | </dependency> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 123 | </dependencies> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 124 | <properties> |
Karl Pauls | 9f610e5 | 2009-11-01 19:48:10 +0000 | [diff] [blame] | 125 | <log.level>4</log.level> |
Richard S. Hall | 726b616 | 2008-10-09 15:54:32 +0000 | [diff] [blame] | 126 | <dollar>$</dollar> |
Karl Pauls | 3616b3a | 2010-02-15 00:22:51 +0000 | [diff] [blame] | 127 | <framework.version>2.1.0-SNAPSHOT</framework.version> |
Richard S. Hall | f65896e | 2010-05-05 15:21:54 +0000 | [diff] [blame^] | 128 | <gogo.runtime.version>0.5.0-SNAPSHOT</gogo.runtime.version> |
| 129 | <gogo.console.version>0.5.0-SNAPSHOT</gogo.console.version> |
| 130 | <felix.commands.version>0.9.0-SNAPSHOT</felix.commands.version> |
Karl Pauls | 9662996 | 2010-02-14 22:31:19 +0000 | [diff] [blame] | 131 | <obr.version>1.4.3</obr.version> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 132 | </properties> |
Stuart McCulloch | f202a82 | 2008-10-22 11:55:02 +0000 | [diff] [blame] | 133 | <profiles> |
| 134 | <profile> |
| 135 | <id>release</id> |
| 136 | <properties> |
Karl Pauls | 46d1374 | 2009-11-01 19:35:18 +0000 | [diff] [blame] | 137 | <log.level>1</log.level> |
Karl Pauls | 48d887c | 2009-04-26 20:54:43 +0000 | [diff] [blame] | 138 | <dollar>$</dollar> |
Stuart McCulloch | f202a82 | 2008-10-22 11:55:02 +0000 | [diff] [blame] | 139 | </properties> |
| 140 | </profile> |
| 141 | </profiles> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 142 | <build> |
| 143 | <plugins> |
| 144 | <plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 145 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 146 | <artifactId>maven-bundle-plugin</artifactId> |
Karl Pauls | b5448cb | 2009-10-11 19:40:40 +0000 | [diff] [blame] | 147 | <version>1.4.3</version> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 148 | <extensions>true</extensions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 149 | <configuration> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 150 | <instructions> |
Richard S. Hall | 2730552 | 2007-03-28 15:28:25 +0000 | [diff] [blame] | 151 | <_donotcopy>(CVS|.svn|config.properties)</_donotcopy> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 152 | <Main-Class>org.apache.felix.main.Main</Main-Class> |
Richard S. Hall | f94a18f | 2008-09-23 16:25:54 +0000 | [diff] [blame] | 153 | <Bundle-SymbolicName>org.apache.felix.main</Bundle-SymbolicName> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 154 | <Bundle-Name>Apache Felix</Bundle-Name> |
| 155 | <Bundle-Description>OSGi R4 framework.</Bundle-Description> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 156 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Richard S. Hall | 42cf9c9 | 2008-10-16 20:22:58 +0000 | [diff] [blame] | 157 | <Embed-Dependency>*;artifactId=org.apache.felix.framework;inline=true</Embed-Dependency> |
| 158 | <Private-Package>org.apache.felix.main.*</Private-Package> |
Karl Pauls | 32154c7 | 2009-10-02 15:52:43 +0000 | [diff] [blame] | 159 | <Export-Package>!org.osgi.service.log, !org.osgi.service.obr,org.osgi.*</Export-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 160 | <Import-Package>!*</Import-Package> |
Karl Pauls | 210c767 | 2008-04-22 13:11:38 +0000 | [diff] [blame] | 161 | <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,{src/main/resources/}</Include-Resource> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 162 | </instructions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 163 | </configuration> |
| 164 | </plugin> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 165 | <plugin> |
Karl Pauls | 03c0014 | 2009-03-31 21:10:19 +0000 | [diff] [blame] | 166 | <groupId>org.codehaus.mojo</groupId> |
| 167 | <artifactId>rat-maven-plugin</artifactId> |
| 168 | <configuration> |
| 169 | <excludeSubProjects>false</excludeSubProjects> |
| 170 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 171 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 172 | <excludes> |
| 173 | <param>doc/*</param> |
| 174 | <param>maven-eclipse.xml</param> |
| 175 | <param>.checkstyle</param> |
| 176 | <param>.externalToolBuilders/*</param> |
| 177 | </excludes> |
| 178 | </configuration> |
| 179 | </plugin> |
| 180 | <plugin> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 181 | <groupId>org.apache.maven.plugins</groupId> |
| 182 | <artifactId>maven-dependency-plugin</artifactId> |
| 183 | <executions> |
| 184 | <execution> |
Richard S. Hall | 2571b47 | 2009-07-23 17:04:08 +0000 | [diff] [blame] | 185 | <id>unpack</id> |
| 186 | <phase>validate</phase> |
| 187 | <goals> |
| 188 | <goal>unpack</goal> |
| 189 | </goals> |
| 190 | <configuration> |
| 191 | <outputDirectory>${project.build.outputDirectory}</outputDirectory> |
| 192 | <artifactItems> |
| 193 | <artifactItem> |
| 194 | <groupId>${pom.groupId}</groupId> |
| 195 | <artifactId>org.apache.felix.framework</artifactId> |
Karl Pauls | 911d47b | 2010-02-04 23:19:54 +0000 | [diff] [blame] | 196 | <version>${framework.version}</version> |
Richard S. Hall | 2571b47 | 2009-07-23 17:04:08 +0000 | [diff] [blame] | 197 | </artifactItem> |
| 198 | </artifactItems> |
| 199 | </configuration> |
| 200 | </execution> |
| 201 | <execution> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 202 | <id>copy</id> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 203 | <phase>package</phase> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 204 | <goals> |
| 205 | <goal>copy</goal> |
| 206 | </goals> |
| 207 | <configuration> |
| 208 | <artifactItems> |
| 209 | <artifactItem> |
Richard S. Hall | f65896e | 2010-05-05 15:21:54 +0000 | [diff] [blame^] | 210 | <groupId>${pom.groupId}.gogo</groupId> |
| 211 | <artifactId>org.apache.felix.gogo.runtime</artifactId> |
| 212 | <version>${gogo.runtime.version}</version> |
| 213 | <type>jar</type> |
| 214 | <overWrite>true</overWrite> |
| 215 | <outputDirectory>${project.basedir}/bundle</outputDirectory> |
| 216 | </artifactItem> |
| 217 | <artifactItem> |
| 218 | <groupId>${pom.groupId}.gogo</groupId> |
| 219 | <artifactId>org.apache.felix.gogo.console</artifactId> |
| 220 | <version>${gogo.console.version}</version> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 221 | <type>jar</type> |
| 222 | <overWrite>true</overWrite> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 223 | <outputDirectory>${project.basedir}/bundle</outputDirectory> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 224 | </artifactItem> |
| 225 | <artifactItem> |
| 226 | <groupId>${pom.groupId}</groupId> |
Richard S. Hall | f65896e | 2010-05-05 15:21:54 +0000 | [diff] [blame^] | 227 | <artifactId>org.apache.felix.gogo.felixcommands</artifactId> |
| 228 | <version>${felix.commands.version}</version> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 229 | <type>jar</type> |
| 230 | <overWrite>true</overWrite> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 231 | <outputDirectory>${project.basedir}/bundle</outputDirectory> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 232 | </artifactItem> |
| 233 | <artifactItem> |
| 234 | <groupId>${pom.groupId}</groupId> |
| 235 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 236 | <version>${obr.version}</version> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 237 | <type>jar</type> |
| 238 | <overWrite>true</overWrite> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 239 | <outputDirectory>${project.basedir}/bundle</outputDirectory> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 240 | </artifactItem> |
| 241 | </artifactItems> |
| 242 | </configuration> |
| 243 | </execution> |
| 244 | </executions> |
| 245 | </plugin> |
| 246 | <plugin> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 247 | <artifactId>maven-antrun-plugin</artifactId> |
| 248 | <executions> |
| 249 | <execution> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 250 | <phase>package</phase> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 251 | <configuration> |
| 252 | <tasks> |
Karl Pauls | 2b8bd37 | 2008-04-22 13:13:49 +0000 | [diff] [blame] | 253 | <delete dir="${basedir}/bin" /> |
| 254 | <mkdir dir="${basedir}/bin" /> |
| 255 | <delete dir="${basedir}/conf" /> |
| 256 | <mkdir dir="${basedir}/conf" /> |
Karl Pauls | 2b8bd37 | 2008-04-22 13:13:49 +0000 | [diff] [blame] | 257 | <copy file="${basedir}/target/org.apache.felix.main-${pom.version}.jar" tofile="${basedir}/bin/felix.jar" /> |
| 258 | <copy file="${basedir}/target/classes/config.properties" todir="${basedir}/conf" /> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 259 | </tasks> |
| 260 | </configuration> |
| 261 | <goals> |
| 262 | <goal>run</goal> |
| 263 | </goals> |
| 264 | </execution> |
| 265 | </executions> |
| 266 | </plugin> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 267 | </plugins> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 268 | <resources> |
| 269 | <resource> |
| 270 | <directory>src/main/resources</directory> |
| 271 | <filtering>true</filtering> |
| 272 | </resource> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 273 | </resources> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 274 | </build> |
Karl Pauls | 250a714 | 2008-04-22 13:27:15 +0000 | [diff] [blame] | 275 | </project> |