stephan     2003/05/07 04:31:58

  Modified:    .        gump.xml
  Log:
  Add project for the qdox library.
  
  Revision  Changes    Path
  1.59      +12 -1     cocoon-2.1/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/gump.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- gump.xml  7 May 2003 06:24:40 -0000       1.58
  +++ gump.xml  7 May 2003 11:31:58 -0000       1.59
  @@ -769,6 +769,7 @@
       </ant>
   
       <depend project="cocoon" inherit="all"/>
  +    <depend project="qdox"/>
   
       <work nested="tools/anttasks"/>
       <home nested="build/cocoon-@@DATE@@"/>
  @@ -924,6 +925,16 @@
       </description>
       <home nested="src/blocks/woody/lib"/>
       <jar name="xreporter-expression-20030428.jar"/>
  +  </project>
  +
  +  <project name="qdox">
  +    <url href="http://qdox.codehaus.org/"/>
  +    <description>
  +      Small footprint parser for extracting class/interface/method 
  +      definitions from java source files.
  +    </description>
  +    <home nested="src/blocks/qdox/lib"/>
  +    <jar name="qdox-1.1.jar"/>
     </project>
     
   </module>
  
  
  

Reply via email to