dain 2003/10/24 15:57:23
Modified: modules/kernel project.xml
Log:
Removed unused dependencies.
Cleaned formatting.
Revision Changes Path
1.5 +60 -71 incubator-geronimo/modules/kernel/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/kernel/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 22 Oct 2003 02:27:45 -0000 1.4
+++ project.xml 24 Oct 2003 22:57:23 -0000 1.5
@@ -29,37 +29,45 @@
<!-- Plugin Dependencies -->
<dependency>
- <id>xdoclet</id>
- <version>1.2b2</version>
- <properties>
- <runtime>false</runtime>
- </properties>
+ <id>xdoclet</id>
+ <version>1.2b2</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
</dependency>
<dependency>
- <id>xdoclet+xdoclet-module</id>
- <version>1.2b2</version>
- <properties>
- <runtime>false</runtime>
- </properties>
+ <id>xdoclet+xdoclet-module</id>
+ <version>1.2b2</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
</dependency>
<dependency>
- <id>xdoclet+jmx-module</id>
- <version>1.2b2</version>
- <properties>
- <runtime>false</runtime>
- </properties>
+ <id>xdoclet+jmx-module</id>
+ <version>1.2b2</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
</dependency>
<dependency>
- <id>xdoclet+xjavadoc</id>
- <version>1.2b2</version>
- <properties>
- <runtime>false</runtime>
- </properties>
+ <id>xdoclet+xjavadoc</id>
+ <version>1.2b2</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
</dependency>
+ <dependency>
+ <id>commons-collections</id>
+ <version>SNAPSHOT</version>
+ <url>http://jakarta.apache.org/commons/collections</url>
+ <properties>
+ <runtime>fasle</runtime>
+ </properties>
+ </dependency>
<!-- Module Dependencies -->
@@ -85,16 +93,6 @@
</dependency>
<dependency>
- <id>commons-collections</id>
- <version>SNAPSHOT</version>
- <url>http://jakarta.apache.org/commons/collections</url>
- <properties>
- <runtime>true</runtime>
- <destinations>bootlib</destinations>
- </properties>
- </dependency>
-
- <dependency>
<id>commons-logging</id>
<version>1.0.3</version>
<url>http://jakarta.apache.org/commons/logging/</url>
@@ -115,16 +113,6 @@
</dependency>
<dependency>
- <id>commons-digester</id>
- <version>1.5</version>
- <url>http://jakarta.apache.org/commons/digester/</url>
- <properties>
- <runtime>true</runtime>
- <destinations>bootlib</destinations>
- </properties>
- </dependency>
-
- <dependency>
<id>commons-httpclient</id>
<version>2.0-beta1</version>
<url>http://jakarta.apache.org/commons/httpclient/</url>
@@ -135,43 +123,44 @@
</dependency>
<dependency>
- <id>mx4j</id>
- <version>SNAPSHOT</version>
- <properties>
- <runtime>true</runtime>
- <destinations>bootlib</destinations>
- </properties>
- </dependency>
-
- <dependency>
- <id>xerces</id>
- <version>2.4.0</version>
- <url>http://xml.apache.org</url>
- <properties>
- <runtime>true</runtime>
- <destinations>bootlib</destinations>
- </properties>
+ <id>mx4j</id>
+ <version>SNAPSHOT</version>
+ <properties>
+ <runtime>true</runtime>
+ <destinations>bootlib</destinations>
+ </properties>
</dependency>
<dependency>
- <id>xml-apis</id>
- <version>1.0.b2</version>
- <properties>
- <runtime>true</runtime>
- <destinations>bootlib</destinations>
- </properties>
+ <id>xerces</id>
+ <version>2.4.0</version>
+ <url>http://xml.apache.org</url>
+ <properties>
+ <runtime>true</runtime>
+ <destinations>bootlib</destinations>
+ </properties>
</dependency>
<dependency>
- <id>commons-lang</id>
- <version>SNAPSHOT</version>
- <url>http://jakarta.apache.org/commons/lang</url>
- <properties>
- <runtime>true</runtime>
- <destinations>bootlib</destinations>
- </properties>
+ <id>xml-apis</id>
+ <version>1.0.b2</version>
+ <properties>
+ <runtime>true</runtime>
+ <destinations>bootlib</destinations>
+ </properties>
</dependency>
-
</dependencies>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>${basedir}/src/java</directory>
+ <includes>
+ <include>**/*.xml</include>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
+ </resources>
+ </build>
</project>