You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2004/05/27 14:32:10 UTC

cvs commit: xml-xerces/java build.xml

mrglavas    2004/05/27 05:32:10

  Modified:    java     build.xml
  Log:
  Fixing a couple warnings for Javadoc and a deprecated Ant feature.
  
  Revision  Changes    Path
  1.168     +5 -3      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- build.xml	23 Apr 2004 21:50:05 -0000	1.167
  +++ build.xml	27 May 2004 12:32:10 -0000	1.168
  @@ -411,6 +411,7 @@
                              org.apache.xerces.xinclude'
         locale='en_US'
         sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/xerces2'
  +      classpath='${tools.dir}/${jar.resolver}'
         author='true' version='true'
         windowtitle='Xerces2 Implementation' 
         doctitle='Xerces2 Implementation'
  @@ -1342,8 +1343,9 @@
       <echo message="Running QueryXS ..." />
       <java fork="yes"
             classpath="${build.dir}/dom3-${jar.apis}:${tools.dir}/${jar.resolver}:${build.dir}/classes"
  -          classname="xs.QueryXS"
  -          args="${data.dir}/personal.xsd"/>
  +          classname="xs.QueryXS">
  +       <arg value="${data.dir}/personal.xsd"/>
  +    </java>
   
       <!-- The following are samples but not command-line applications.
       <echo message="Running IteratorView ..." />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org