cmlenz      2002/06/14 06:00:41

  Modified:    .        build.xml
  Log:
  Revert addition of <classpath> nested tag to ANTLR task
  
  Revision  Changes    Path
  1.165     +2 -1      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.164
  retrieving revision 1.165
  diff -u -r1.164 -r1.165
  --- build.xml 14 Jun 2002 07:19:30 -0000      1.164
  +++ build.xml 14 Jun 2002 13:00:41 -0000      1.165
  @@ -661,7 +661,8 @@
   
       <antlr target="src/webdav/client/src/org/apache/webdav/cmd/Client.g"
              outputdirectory="${webdavclient.build}/src/org/apache/webdav/cmd">
  -      <classpath refid="webdavclient.classpath"/>
  +      <!-- Reenable this whenever we can dare to require Ant 1.5 -->
  +      <!-- classpath refid="webdavclient.classpath"/ -->
       </antlr>
   
       <javac srcdir="${webdavclient.build}/src"
  
  
  

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

Reply via email to