neilg       2002/11/13 12:48:44

  Modified:    java     build.xml
  Log:
  fix broken pack-tools target.  Most of the LICENSE files, and the new xjavac task, 
were formerly omitted.
  
  Revision  Changes    Path
  1.105     +2 -2      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- build.xml 11 Nov 2002 16:40:55 -0000      1.104
  +++ build.xml 13 Nov 2002 20:48:43 -0000      1.105
  @@ -478,7 +478,7 @@
       <copy todir="${disttools.dir}" >
           <fileset
               dir="${tools.dir}"  
  -            includes="ant*, **/*.bat, *.jar"
  +            includes="**/*.txt, **/*.bat, **/*.jar"
               excludes="**/CVS*, **/.#*, **/*.class"
           />
       </copy>
  
  
  

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

Reply via email to