stevel      2005/07/14 10:40:19

  Modified:    .        fetch.xml
               lib      libraries.properties
  Log:
  dynamic download of the maven2 lib as  precursor to automatic retrieval.
  
  Revision  Changes    Path
  1.5       +3 -3      ant/fetch.xml
  
  Index: fetch.xml
  ===================================================================
  RCS file: /home/cvs/ant/fetch.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- fetch.xml 14 Jul 2005 14:41:41 -0000      1.4
  +++ fetch.xml 14 Jul 2005 17:40:19 -0000      1.5
  @@ -79,9 +79,9 @@
         dest="${dest.dir}/${m2.jar.name}" 
         verbose="true"
         usetimestamp="false"/>
  -<!--     <fail>
  -    Fetch the ant task JAR from http://maven.apache.org/maven2/ant-tasks.html
  -    </fail> -->
  +    <fail status="0">
  +      The Maven2 JAR has been installed; rerun ant to load it. 
  +    </fail>
     </target>  
     
     
  
  
  
  1.6       +1 -1      ant/lib/libraries.properties
  
  Index: libraries.properties
  ===================================================================
  RCS file: /home/cvs/ant/lib/libraries.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- libraries.properties      14 Jul 2005 14:41:41 -0000      1.5
  +++ libraries.properties      14 Jul 2005 17:40:19 -0000      1.6
  @@ -4,7 +4,7 @@
   m2.version=2.0-alpha-3
   m2.url=http://ibiblio.org/maven2/
   m2.artifact-name=maven-artifact-ant
  -m2.jar.name=${m2.artifact-name}-${m2.version}.jar
  +m2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar
   #this is the URL of the antlib library, that is pulled down for everything 
else.
   
m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}
   
  
  
  

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

Reply via email to