patrickl    2002/07/30 20:09:20

  Modified:    .        build.xml
  Log:
  Reverse "commons-digester" and "commons-logging" because the "commons-digester" now 
depends on "commons-logging"
  Submitted by: Bob Herrmann ([EMAIL PROTECTED])
  
  Revision  Changes    Path
  1.13      +11 -10    jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 30 Jul 2002 22:13:49 -0000      1.12
  +++ build.xml 31 Jul 2002 03:09:19 -0000      1.13
  @@ -480,16 +480,6 @@
         <param name="destfile" value="${commons-collections.jar}"/>
       </antcall>
   
  -    <antcall target="cvsbuild">
  -      <param name="location" value="${commons-digester.loc}"/>
  -      <param name="subdir" value="${commons-digester.home}"/>
  -      <param name="destfile" value="${commons-digester.jar}"/>
  -    </antcall>
  -    <copy
  -      file="${commons-digester.home}/dist/commons-digester.jar"
  -      tofile="${commons-digester.jar}"
  -    />
  -
       <!-- we need the release to happend, in the meantime use cvs...
       <antcall target="downloadgz">
         <param name="sourcefile" value="${commons-logging.loc}"/>
  @@ -510,6 +500,17 @@
         file="${commons-logging.home}/dist/commons-logging-api.jar"
         tofile="${commons-logging-api.jar}"
       />
  +
  +    <antcall target="cvsbuild">
  +      <param name="location" value="${commons-digester.loc}"/>
  +      <param name="subdir" value="${commons-digester.home}"/>
  +      <param name="destfile" value="${commons-digester.jar}"/>
  +    </antcall>
  +    <copy
  +      file="${commons-digester.home}/dist/commons-digester.jar"
  +      tofile="${commons-digester.jar}"
  +    />
  +
   
       <antcall target="downloadgz">
         <param name="sourcefile" value="${regexp.loc}"/>
  
  
  

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

Reply via email to