henning 2003/01/02 03:43:43
Modified: . default.properties jars.list
Log:
brought jars.list in line with default.properties
The current consensus says "xmlParserAPIs" from "xerces". So fixed
up the jar references to be like project.xml
Revision Changes Path
1.52 +1 -1 jakarta-turbine-torque/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/default.properties,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- default.properties 2 Jan 2003 11:29:32 -0000 1.51
+++ default.properties 2 Jan 2003 11:43:43 -0000 1.52
@@ -68,4 +68,4 @@
velocity.jar = ${lib.repo}/velocity/jars/velocity-1.3.jar
village.jar = ${lib.repo}/village/jars/village-2.0-dev-20021111.jar
xerces.jar = ${lib.repo}/xerces/jars/xercesImpl-2.0.2.jar
-xmlParserAPIs.jar = ${lib.repo}/xml-apis/jars/xml-apis-2.0.2.jar
+xmlParserAPIs.jar = ${lib.repo}/xerces/jars/xmlParserAPIs-2.0.2.jar
1.10 +3 -3 jakarta-turbine-torque/jars.list
Index: jars.list
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/jars.list,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jars.list 15 Dec 2002 15:16:31 -0000 1.9
+++ jars.list 2 Jan 2003 11:43:43 -0000 1.10
@@ -5,8 +5,8 @@
commons-beanutils/jars/commons-beanutils-1.5.jar
commons-collections/jars/commons-collections-2.1.jar
-commons-configuration/jars/commons-configuration-1.0-dev.jar
-commons-dbcp/jars/commons-dbcp-1.1-dev-20021215.jar
+commons-configuration/jars/commons-configuration-SNAPSHOT.jar
+commons-dbcp/jars/commons-dbcp-SNAPSHOT.jar
commons-lang/jars/commons-lang-1.0.1.jar
commons-logging/jars/commons-logging-1.0.2.jar
commons-pool/jars/commons-pool-1.0.jar
@@ -20,4 +20,4 @@
velocity/jars/velocity-1.3.jar
village/jars/village-2.0-dev-20021111.jar
xerces/jars/xercesImpl-2.0.2.jar
-xml-apis/jars/xml-apis-2.0.2.jar
+xerces/jars/xmlParserAPIs-2.0.2.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>