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/01/02 23:28:17 UTC

cvs commit: xml-xerces/java/tools style-apachexml.jar

neilg       02/01/02 14:28:17

  Modified:    java     build.xml
  Removed:     java/tools style-apachexml.jar
  Log:
  were no longer using the style-apachexml jar; its contents live under the docs directory.  Therefore, removing that file and removing references to it in the ant script.
  
  Revision  Changes    Path
  1.69      +1 -6      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- build.xml	18 Dec 2001 00:18:08 -0000	1.68
  +++ build.xml	2 Jan 2002 22:28:16 -0000	1.69
  @@ -12,7 +12,7 @@
   Copyright:
     Copyright (c) 2000 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.68 2001/12/18 00:18:08 neilg Exp $
  +   $Id: build.xml,v 1.69 2002/01/02 22:28:16 neilg Exp $
   
   ==================================================================== -->
   
  @@ -54,8 +54,6 @@
   
       <property name="doc.generator" value="org.apache.stylebook.StyleBook"/>
       <property name="doc.generator.package" value="${tools.dir}/stylebook-1.0-b2.jar"/>
  -    <property name="doc.style" value="${docs.dir}/style-apachexml"/>
  -    <property name="doc.style.jar" value="${tools.dir}/style-apachexml.jar"/>
   
       <property name="build.dir" value="./build"/>
       <property name="build.src" value="${build.dir}/src"/>
  @@ -274,8 +272,6 @@
     <!-- Generate HTML docs                                                  -->
     <!-- =================================================================== -->
     <target name="docs" depends="prepare, prepare-docs">
  -    <!-- <unjar src="${doc.style.jar}"
  -         dest="${doc.style}"/> -->
       <echo message="Building docs for ${parser.Name} ${parser.Version} ..." />
       <java fork="yes"
             classpath="${java.class.path}:${doc.generator.package}:./tools/xalan.jar"
  @@ -284,7 +280,6 @@
         <arg value="${build.dir}/xdocs/docs-book.xml"/>
         <arg value="${build.dir}/xdocs/style"/>
       </java>
  -    <!--<delete dir="${doc.style}"/>-->
     </target>
   
     <!-- =================================================================== -->
  
  
  

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