You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by do...@apache.org on 2002/02/12 10:35:20 UTC

cvs commit: jakarta-alexandria/proposal/gump/project jrefactory.xml

donaldp     02/02/12 01:35:20

  Modified:    proposal/gump/project jrefactory.xml
  Log:
  Now I just need to figure out how to get it to compile without the presence of X windows ;)
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-alexandria/proposal/gump/project/jrefactory.xml
  
  Index: jrefactory.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jrefactory.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jrefactory.xml	8 Feb 2002 23:48:55 -0000	1.2
  +++ jrefactory.xml	12 Feb 2002 09:35:19 -0000	1.3
  @@ -9,12 +9,12 @@
          module="JRefactory"/>
     
     <project name="jrefactory">
  -    <ant>
  -      <property name="version" value="@@DATE@@"/>
  -    </ant>
  +    <ant/>
       <depend project="jakarta-ant"/>
       <depend project="xml-xerces"/>
       <depend project="junit"/>
  +    <work nested="ant.build/classes"/>
  +    <work nested="test/classes"/>
       <jar id="jrefactory" name="ant.build/lib/PrettyPrinter-@@DATE@@.jar"/>
     </project>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>