geirm       01/09/19 04:50:14

  Modified:    build    build.xml
  Log:
  Removed commons-collections dependency from the nodeps target.
  
  Revision  Changes    Path
  1.44      +2 -2      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml 2001/09/18 10:29:43     1.43
  +++ build.xml 2001/09/19 11:50:14     1.44
  @@ -280,7 +280,7 @@
     <!-- Compiles the source directory and creates a .jar file               -->
     <!-- that has no built-in dependencies on Oro or Logkit                  -->
     <!-- =================================================================== -->
  -  <target name="jar-nodep" depends="compile, collections-support">
  +  <target name="jar-nodep" depends="compile">
            
       <jar jarfile="${build.dir}/${project}-${version}-nodep.jar">
   
  @@ -316,7 +316,7 @@
     <!-- source AND code that requires J2EE (ex. DataSourceResourceLoader)  -->
     <!-- but without built-in dependencies on Oro or Logkit                  -->
     <!-- =================================================================== -->
  -  <target name="jar-J2EE-nodep" depends="compile-J2EE, collections-support" 
if="J2EE.present">
  +  <target name="jar-J2EE-nodep" depends="compile-J2EE" if="J2EE.present">
           
       <jar jarfile="${build.dir}/${project}-J2EE-${version}-nodep.jar"
         basedir="${build.dest}"
  
  
  

Reply via email to