You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Henning P. Schmiedehausen" <hp...@intermeta.de> on 2002/12/03 00:45:20 UTC

[PATCH] Bringing Torque project.xml to current .jars

Order the dependencies alphabetically, upgrade

ant          -> 1.5.1
commons-lang -> 1.0.1
log4j        -> 1.2.7
xerces       -> 2.2.1
xml-apis     -> 2.2.1

remove tomcat-naming (doesn't seem to be needed any longer)

Unfortunately, the mentioned jars above are mostly not on the ibiblio
site, so I won't check in the patch myself (I have no access to the
ibiblio repository).

The jakarta torque builds and passes the tests with the mentioned jar
revisions and we use our torque internally with these revisions
without problems.

It would be nice if we can release with current release versions of
the mentioned jars.

	Regards
		Henning


--- cut ---
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/project.xml,v
retrieving revision 1.59
diff -u -b -r1.59 project.xml
--- project.xml	20 Nov 2002 18:14:18 -0000	1.59
+++ project.xml	2 Dec 2002 23:39:24 -0000
@@ -167,7 +167,7 @@
   <dependencies>
     <dependency>
       <id>ant</id>
-      <version>1.5</version>
+      <version>1.5.1</version>
       <url>http://jakarta.apache.org/ant/</url>
     </dependency>
     <dependency>
@@ -191,7 +191,7 @@
     </dependency>
     <dependency>
       <id>commons-lang</id>
-      <version>1.0</version>
+      <version>1.0.1</version>
       <url>http://jakarta.apache.org/commons/</url>
     </dependency>
     <dependency>
@@ -220,8 +220,13 @@
       <url>http://java.sun.com/products/jndi/</url>
     </dependency>
     <dependency>
+      <id>junit</id>
+      <version>3.8.1</version>
+      <url>http://www.junit.org</url>
+    </dependency>
+    <dependency>
       <id>log4j</id>
-      <version>1.2.6</version>
+      <version>1.2.7</version>
       <url>http://jakarta.apache.org/log4j/</url>
     </dependency>
     <dependency>
@@ -230,12 +235,6 @@
       <url>http://jakarta.apache.org/turbine/stratum/</url>
     </dependency>
     <dependency>
-      <id>tomcat</id>
-      <version>1.0</version>
-      <jar>tomcat-naming-1.0.jar</jar>
-      <url>http://jakarta.apache.org/tomcat/</url>
-    </dependency>
-    <dependency>
       <id>velocity</id>
       <version>1.3</version>
       <url>http://jakarta.apache.org/velocity/</url>
@@ -247,24 +246,14 @@
     </dependency>
     <dependency>
       <id>xerces</id>
-      <version>2.0.2</version>
-      <jar>xercesImpl-2.0.2.jar</jar>
+      <version>2.2.1</version>
+      <jar>xercesImpl-2.2.1.jar</jar>
       <url>http://xml.apache.org/xerces2-j/</url>
     </dependency>
-    <!-- Packaged EntityResolver conflicts with the one in Xerces 1.4.4 -->
-
-    <dependency>
       <id>xml-apis</id>
-      <version>2.0.2</version>
+      <version>2.2.1</version>
       <url>http://xml.apache.org/xerces2-j/</url>
     </dependency>
-
-    <dependency>
-      <id>junit</id>
-      <version>3.8.1</version>
-      <url>http://www.junit.org</url>
-    </dependency>
-
   </dependencies>
 
   <build>
-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   info@intermeta.de
D-91054 Buckenhof     Fax.: 09131 / 50654-20