You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2002/05/13 19:49:53 UTC

cvs commit: xml-xerces/java build.xml

neilg       02/05/13 10:49:53

  Modified:    java     build.xml
  Log:
  fix for bug 8997.  Thanks to Vivek Pandee for pointing out and providing the fix for this bug.
  
  Revision  Changes    Path
  1.79      +11 -6     xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- build.xml	10 Apr 2002 18:46:34 -0000	1.78
  +++ build.xml	13 May 2002 17:49:52 -0000	1.79
  @@ -12,7 +12,7 @@
   Copyright:
     Copyright (c) 2000-2002 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.78 2002/04/10 18:46:34 neilg Exp $
  +   $Id: build.xml,v 1.79 2002/05/13 17:49:52 neilg Exp $
   
   ==================================================================== -->
   
  @@ -311,26 +311,29 @@
       -->
       <mkdir dir='${build.dir}/docs/javadocs/api'/>
       <javadoc packagenames='javax.xml.parsers,org.w3c.*,org.xml.*'
  +      locale='en_US'
         sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/api'
         author='true' version='true'
         windowtitle='XML Standard API' doctitle='XML Standard API'
         bottom='${copyright}'
  -      locale='en_US'/>
  +      />
       <mkdir dir='${build.dir}/docs/javadocs/xni'/>
       <javadoc packagenames='org.apache.xerces.xni.*'
  +      locale='en_US'
         sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/xni'
         author='true' version='true'
         windowtitle='Xerces Native Interface' 
         doctitle='Xerces Native Interface'
         bottom='${copyright}'
  -      locale='en_US'/>
  +      />
       <mkdir dir='${build.dir}/docs/javadocs/dom3-api'/>
       <javadoc packagenames='org.apache.xerces.dom3.*'
  +     locale='en_US'
        sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/dom3-api'
        author='true' version='true'
        windowtitle='DOM Level 3 API' doctitle='DOM Level 3 API'
        bottom='${copyright}'
  -     locale='en_US'/>
  +     />
       
       <mkdir dir='${build.dir}/docs/javadocs/xerces2'/>
       <javadoc packagenames='org.apache.xerces.dom.*,
  @@ -338,21 +341,23 @@
                              org.apache.xerces.jaxp,
                              org.apache.xerces.parsers,
                              org.apache.xerces.util'
  +      locale='en_US'
         sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/xerces2'
         author='true' version='true'
         windowtitle='Xerces2 Implementation' 
         doctitle='Xerces2 Implementation'
         bottom='${copyright}'
  -      locale='en_US'/>
  +      />
       <mkdir dir='${build.dir}/docs/javadocs/other'/>
       <javadoc packagenames='org.apache.html.*,
                              org.apache.wml.*,
                              org.apache.xml.serialize.*'
  +      locale='en_US'
         sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/other'
         author='true' version='true'
         windowtitle='Other Classes' doctitle='Other Classes'
         bottom='${copyright}'
  -      locale='en_US'/>
  +      />
     </target>
   
     <!-- =================================================================== -->
  
  
  

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