You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2006/06/18 02:00:23 UTC

svn commit: r415078 - /db/ojb/branches/OJB_1_0_RELEASE/build-torque.xml

Author: arminw
Date: Sat Jun 17 17:00:22 2006
New Revision: 415078

URL: http://svn.apache.org/viewvc?rev=415078&view=rev
Log:
remove redundant code

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/build-torque.xml

Modified: db/ojb/branches/OJB_1_0_RELEASE/build-torque.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/build-torque.xml?rev=415078&r1=415077&r2=415078&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/build-torque.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/build-torque.xml Sat Jun 17 17:00:22 2006
@@ -38,7 +38,7 @@
   <property file="${torque.contextProperties}"/>
   <property name="lib.dir" value="lib"/>
   <property name="torque.lib.dir" value="${lib.dir}"/>
-  <property name="torque.jar" value="torque-gen-3.1.1.jar"/>
+  
 
   <!--
     Build the classpath. Specifically point to each file we're including to avoid
@@ -49,14 +49,6 @@
   -->
   <path id="torque-classpath">
     <fileset dir="${torque.lib.dir}">
-      <include name="**/commons-collections-3.1.jar"/>
-      <include name="**/commons-lang-1.0.1.jar"/>
-      <include name="**/log4j-1.2.8.jar"/>
-      <include name="**/${torque.jar}"/>
-      <include name="**/velocity-1.3.1.jar"/>
-      <include name="**/village-2.0-dev-20030825.jar"/>
-      <include name="**/xercesImpl-2.0.2.jar"/>
-      <include name="**/xmlParserAPIs-2.0.2.jar"/>
       <include name="**/*.jar"/>
     </fileset>
   </path>



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org