epugh 2003/03/19 09:19:23
Modified: configuration project.xml
Log:
Update project file for configurationfactory etc
Revision Changes Path
1.23 +39 -11 jakarta-commons-sandbox/configuration/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/configuration/project.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- project.xml 28 Feb 2003 20:34:20 -0000 1.22
+++ project.xml 19 Mar 2003 17:19:23 -0000 1.23
@@ -89,12 +89,22 @@
<organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
</developer>
+ <developer>
+ <name>Eric Pugh</name>
+ <id>epugh</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>upstate.com</organization>
+ </developer>
+
</developers>
<dependencies>
<dependency>
<id>commons-collections</id>
- <version>2.0</version>
+ <version>2.1-dev</version>
+ <properties>
+ <war.bundle.jar>true</war.bundle.jar>
+ </properties>
</dependency>
<dependency>
@@ -104,23 +114,43 @@
<war.bundle.jar>true</war.bundle.jar>
</properties>
</dependency>
-<!--
+
<dependency>
<id>commons-logging</id>
<version>1.0.2</version>
+ <properties>
+ <war.bundle.jar>true</war.bundle.jar>
+ </properties>
</dependency>
--->
+
<dependency>
<id>dom4j</id>
<version>1.3</version>
+ <properties>
+ <war.bundle.jar>true</war.bundle.jar>
+ </properties>
</dependency>
-
+ <dependency>
+ <id>commons-digester</id>
+ <version>1.4.1</version>
+ <properties>
+ <war.bundle.jar>true</war.bundle.jar>
+ </properties>
+ </dependency>
+ <dependency>
+ <id>commons-beanutils</id>
+ <version>1.5</version>
+ <properties>
+ <war.bundle.jar>true</war.bundle.jar>
+ </properties>
+ </dependency>
+<!-- collision with maven provided junit
<dependency>
<id>junit</id>
<version>3.8.1</version>
<url>http://www.junit.org</url>
</dependency>
-
+-->
<dependency>
<id>xerces</id>
<version>2.2.1</version>
@@ -162,17 +192,15 @@
</resources>
</unitTest>
- <!-- Integration unit test classes -->
- <integrationUnitTestPatterns>
- </integrationUnitTestPatterns>
-
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->
<resources>
<resource>
<directory>conf</directory>
- <includes><include>*</include></includes>
+ <includes>
+ <include>*</include>
+ </includes>
</resource>
</resources>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]