You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@locus.apache.org on 2000/09/15 00:29:24 UTC

cvs commit: xml-cocoon build.xml todo.xml

stefano     00/09/14 15:29:23

  Modified:    .        build.xml todo.xml
  Log:
  removed doclet
  
  Revision  Changes    Path
  1.56      +2 -10     xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- build.xml	2000/07/22 10:21:34	1.55
  +++ build.xml	2000/09/14 22:29:22	1.56
  @@ -178,7 +178,6 @@
       <available property="fesi.present" classname="FESI.jslib.JSGlobalObject"/>
       <available property="jndi.present" classname="javax.naming.Name"/>
       <available property="projectx.present" classname="com.sun.xml.parser.Parser"/>
  -    <available property="doclet.present" classname="com.sun.javadoc.Doclet"/>
   
       <filter token="year" value="${year}"/>
       <filter token="version" value="${version}"/>
  @@ -252,17 +251,10 @@
                filtering="on"/>
     </target>
   
  -  <target name="prepare-doclet" depends="init" if="doclet.present">
  -    <copydir src="${src.dir}"
  -             dest="${build.src}"
  -             includes="**/doclet/**"
  -             filtering="on"/>
  -  </target>
  -
     <!-- =================================================================== -->
     <!-- Prepares the source code                                            -->
     <!-- =================================================================== -->
  -  <target name="prepare-src" depends="prepare, prepare-projectx, prepare-xt, prepare-ecma, prepare-ldap, prepare-doclet">
  +  <target name="prepare-src" depends="prepare, prepare-projectx, prepare-xt, prepare-ecma, prepare-ldap">
       <!-- create directories -->
       <mkdir dir="${build.src}"/>
       <mkdir dir="${build.dest}"/>
  @@ -270,7 +262,7 @@
       <!-- copy src files -->
       <copydir src="${src.dir}"
                dest="${build.src}"
  -             excludes="**/parser/Sun*, **/XT*, **/ldap/**, **/ecmascript/**, **/doclet/**"
  +             excludes="**/parser/Sun*, **/XT*, **/ldap/**, **/ecmascript/**"
                filtering="on"/>
     </target>
   
  
  
  
  1.31      +1 -4      xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- todo.xml	2000/06/05 04:31:13	1.30
  +++ todo.xml	2000/09/14 22:29:22	1.31
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: todo.xml,v 1.30 2000/06/05 04:31:13 brian Exp $
  +  $Id: todo.xml,v 1.31 2000/09/14 22:29:22 stefano Exp $
   -->
   
   <todo title="Things To Do for Cocoon 1.x">
  @@ -18,9 +18,6 @@
    <actions priority="low">
     <action context="docs">
      Cleanup and improve documentation.
  -  </action>
  -  <action context="docs">
  -   Play with the XML doclet a little and write the stylesheets for it.
     </action>
    </actions>