You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ni...@apache.org on 2004/10/14 10:10:16 UTC

cvs commit: gump/project xdoclet.xml

niclas      2004/10/14 01:10:16

  Modified:    project  xdoclet.xml
  Log:
  using the prettyprinter.jar from the xdoclet's own CVS source
  
  Revision  Changes    Path
  1.70      +6 -2      gump/project/xdoclet.xml
  
  Index: xdoclet.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xdoclet.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- xdoclet.xml	13 Sep 2004 06:52:02 -0000	1.69
  +++ xdoclet.xml	14 Oct 2004 08:10:16 -0000	1.70
  @@ -23,6 +23,10 @@
   
     <cvs repository="sourceforge"  dir="xdoclet"/>
     
  +  <project name="xdoclet-prettyprinter">
  +    <jar name="lib/prettyprinter.jar"/>
  +  </project>
  +  
     <project name="xdoclet-compile-core">
   
       <description>Intermediate target that compiles xdoclet&apos;s core
  @@ -37,7 +41,7 @@
       <depend project="ant" runtime="true"/>
       <depend project="xml-xerces"/>
   
  -    <depend project="jrefactory-pretty"/>
  +    <depend project="xdoclet-prettyprinter"/>
       <depend project="logging-log4j" runtime="true"/>
       <depend project="commons-logging" runtime="true" />
       <depend project="commons-collections" runtime="true"/>
  @@ -174,7 +178,7 @@
   
       <!-- resources are left in src tree -->
       <work nested="modules/xdoclet/src"/>
  -
  + 
       <home nested="target"/>
       <jar id="xdoclet-core" name="lib/xdoclet-@@DATE@@.jar"/>
       <jar id="xdoclet-apache" name="lib/xdoclet-apache-module-@@DATE@@.jar"/>