henning 2002/12/19 15:59:41
Modified: . project.xml
Log:
- Moved commons-configuration to the 2nd Development Version
(might not yet be on ibiblio)
- added commons-logging and log4j to the dependencies
Revision Changes Path
1.67 +17 -1 jakarta-turbine-2/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- project.xml 17 Dec 2002 22:56:04 -0000 1.66
+++ project.xml 19 Dec 2002 23:59:41 -0000 1.67
@@ -357,7 +357,7 @@
</dependency>
<dependency>
<id>commons-configuration</id>
- <version>1.0-dev</version>
+ <version>1.0-dev-2</version>
<url>http://jakarta.apache.org/commons/</url>
<properties>
<war.bundle.jar>true</war.bundle.jar>
@@ -372,9 +372,25 @@
</properties>
</dependency>
<dependency>
+ <id>commons-logging</id>
+ <version>1.0.2</version>
+ <url>http://jakarta.apache.org/commons/</url>
+ <properties>
+ <war.bundle.jar>true</war.bundle.jar>
+ </properties>
+ </dependency>
+ <dependency>
<id>ecs</id>
<version>1.4.1</version>
<url>http://jakarta.apache.org/ecs/</url>
+ <properties>
+ <war.bundle.jar>true</war.bundle.jar>
+ </properties>
+ </dependency>
+ <dependency>
+ <id>log4j</id>
+ <version>1.2.7</version>
+ <url>http://jakarta.apache.org/log4j/</url>
<properties>
<war.bundle.jar>true</war.bundle.jar>
</properties>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>