You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/10/30 09:51:49 UTC

cvs commit: xml-forrest module.xml

jefft       2002/10/30 00:51:49

  Modified:    .        module.xml
  Log:
  Fix xsl ref and remove nonexistent jars
  
  Revision  Changes    Path
  1.4       +2 -4      xml-forrest/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/module.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- module.xml	24 Jul 2002 17:11:54 -0000	1.3
  +++ module.xml	30 Oct 2002 08:51:49 -0000	1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<?xml-stylesheet type="text/xsl" href="./tools/antipede/resources/stylesheets/module.xsl"?>
  +<?xml-stylesheet type="text/xsl" href="./tools/stylesheets/module.xsl"?>
   <module name="xml-forrest">
       <url href="http://xml.apache.org/forrest/"/>
   
  @@ -59,8 +59,6 @@
       <!-- jars - the result of the build  -->
           <jar id="xml-forrest" name="xml-forrest.jar"/>
           <jar id="scratchpad" name="xml-forrest-scratchpad.jar"/>
  -        <jar id="contrib" name="xml-forrest-contrib.jar"/>
  -        <jar id="examples" name="xml-forrest-examples.jar"/>
   
       <!-- Javadocs - location in the build dirs  -->
       <!--    <javadoc parent="build/javadocs"/>   -->
  @@ -71,4 +69,4 @@
                todir="forrest/" />
       -->
       </project>
  -</module>
  \ No newline at end of file
  +</module>