jvanzyl     02/02/17 14:08:30

  Modified:    .        Tag: rundata_security_changes build.xml
  Log:
  - have to put maven.jar in your ${ant.home}/lib don't want to have
    to copy the jar all over the place. we'll make a little update
    task to put new jars in ${ant.home}/lib to make this easy.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.16 +4 -9      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.20.2.15
  retrieving revision 1.20.2.16
  diff -u -r1.20.2.15 -r1.20.2.16
  --- build.xml 17 Feb 2002 21:34:37 -0000      1.20.2.15
  +++ build.xml 17 Feb 2002 22:08:30 -0000      1.20.2.16
  @@ -14,15 +14,12 @@
     <!-- Set default values for the build -->
     <property file="default.properties" />
   
  -  <!-- We need this JAR for the tools, hopefully these tasks will
  -       be part of Ant, or we can specify that a special JAR be
  -       placed into $ANT_HOME/lib.
  +  <!-- W A R N I N G
  +  
  +    Put maven.jar in your ${ant.home}/lib directory 
  +  
     -->
   
  -  <path id="tool-classpath">
  -    <pathelement location="maven.jar"/>
  -  </path>
  -
     <!-- ================================================================== -->
     <!-- I N I T I A L I Z E                                                -->
     <!-- ================================================================== -->
  @@ -41,13 +38,11 @@
       <taskdef
         name="create-path"
         classname="org.apache.maven.CreatePath">
  -      <classpath refid="tool-classpath"/>
       </taskdef>
       
       <taskdef
         name="create-patternset"
         classname="org.apache.maven.CreatePatternSet">
  -      <classpath refid="tool-classpath"/>
       </taskdef>
   
       <create-path rid="classpath" descriptor="deps.list" basedir="${lib.repo}"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to