You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by ed...@apache.org on 2001/08/14 03:08:03 UTC

cvs commit: xml-commons/java/external build.xml

edwingo     01/08/13 18:08:03

  Modified:    java/external build.xml
  Log:
  Fix javadoc title version numbers
  
  Revision  Changes    Path
  1.2       +1 -1      xml-commons/java/external/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/external/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/06/08 13:04:31	1.1
  +++ build.xml	2001/08/14 01:08:03	1.2
  @@ -6,7 +6,7 @@
   -->
   <project name="xml-commons" default="jar" basedir=".">
   
  -  <property name="external-module" value="SAX,SAX2-ext 1.0,DOM2,JAXP" />
  +  <property name="external-module" value="JAXP 1.1, DOM2, SAX2, SAX2-ext 1.0" />
     <property name="src.dir" value="src" />
     <property name="docs.dir" value="xdocs" />
     <property name="build.dir" value="build" />