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 mp...@apache.org on 2003/02/11 10:06:49 UTC

cvs commit: db-torque/src/generator/src/conf build-torque.xml

mpoeschl    2003/02/11 01:06:49

  Modified:    src/generator/src/conf build-torque.xml
  Log:
  remove unused jars from the classpath
  we need to find a better way to solve the version number problem
  
  Revision  Changes    Path
  1.2       +1 -11     db-torque/src/generator/src/conf/build-torque.xml
  
  Index: build-torque.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/src/conf/build-torque.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-torque.xml	10 Feb 2003 13:22:37 -0000	1.1
  +++ build-torque.xml	11 Feb 2003 09:06:49 -0000	1.2
  @@ -33,19 +33,9 @@
     -->
     <path id="torque-classpath">
       <fileset dir="${torque.lib.dir}">
  -      <include name="**/commons-beanutils-1.5.jar"/>
         <include name="**/commons-collections-2.1.jar"/>
  -      <include name="**/commons-configuration-1.0-dev.jar"/>
  -      <include name="**/commons-dbcp-1.1-dev-20021215.jar"/>
         <include name="**/commons-lang-1.0.1.jar"/>
  -      <include name="**/commons-logging-1.0.2.jar"/>
  -      <include name="**/commons-pool-1.0.jar"/>
  -      <include name="**/jcs-1.0-dev.jar"/>
  -      <include name="**/jdbc-2.0.jar"/>
  -      <include name="**/jndi-1.2.1.jar"/>
  -      <include name="**/log4j-1.2.6.jar"/>
  -      <include name="**/stratum-1.0-b3.jar"/>
  -      <include name="**/tomcat-naming-1.0.jar"/>
  +      <include name="**/log4j-1.2.7.jar"/>
         <include name="**/${torque.jar}"/>
         <include name="**/velocity-1.3.jar"/>
         <include name="**/village-2.0-dev-20021111.jar"/>