nicolaken    02/04/06 09:43:02

  Modified:    tools/antipede build.xtarget
               tools/antipede/lib ant-1.5-dev-20020402.jar
                        ant-optional-1.5-dev-20020402.jar
               tools/cents jdepend-20020406.cent.jar
                        junit-20020406.cent.jar
  Added:       tools/antipede/lib ant-taskdefs-dev-20020402.jar
  Removed:     tools/antipede/lib jdepend.jar junit-3.7.jar
  Log:
  Finally found out how to load the ant optional tasks without having to
  put the jar under ant lib! :-D
  Moved the default.properties of ant in a separate jar and removed the
  definitions of the optional tasks used by centipede; removed the optional
  tasks from ant optional.jar and put the classes in a jar in the relative cent
  lib dir.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-poi/tools/antipede/build.xtarget
  
  Index: build.xtarget
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/tools/antipede/build.xtarget,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xtarget     6 Apr 2002 09:33:53 -0000       1.4
  +++ build.xtarget     6 Apr 2002 17:43:02 -0000       1.5
  @@ -67,7 +67,7 @@
       <!-- define the tasks found in cents -->
       <taskdef file="${temp.dir}/${task.properties.name}">
        <classpath>      
  -      <fileset dir="tools">
  +      <fileset dir="./tools">
           <include name="**/*.jar"/>
         </fileset>
        </classpath>
  
  
  
  1.2       +4 -12     jakarta-poi/tools/antipede/lib/ant-1.5-dev-20020402.jar
  
        <<Binary file>>
  
  
  1.3       +17 -270   jakarta-poi/tools/antipede/lib/ant-optional-1.5-dev-20020402.jar
  
        <<Binary file>>
  
  
  1.1                  jakarta-poi/tools/antipede/lib/ant-taskdefs-dev-20020402.jar
  
        <<Binary file>>
  
  
  1.3       +28 -7     jakarta-poi/tools/cents/jdepend-20020406.cent.jar
  
        <<Binary file>>
  
  
  1.2       +243 -4    jakarta-poi/tools/cents/junit-20020406.cent.jar
  
        <<Binary file>>
  
  


Reply via email to