donaldp     02/02/13 03:34:02

  Modified:    proposal/gump/project jrefactory.xml
  Log:
  Tried to work around the fact of requiring GUI for testing but that brough no joy. 
Hence a semi-ugly fix is to only build the jars and do no unit testing ;(
  
  Revision  Changes    Path
  1.5       +12 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jrefactory.xml    13 Feb 2002 08:18:38 -0000      1.4
  +++ jrefactory.xml    13 Feb 2002 11:34:02 -0000      1.5
  @@ -9,15 +9,24 @@
          module="JRefactory"/>
     
     <project name="jrefactory">
  -    <ant>
  +    <ant target="jar"/>
  +    <depend project="jakarta-ant"/>
  +    <depend project="xml-xerces"/>
  +    <depend project="junit"/>
  +    <work nested="ant.build/classes"/>
  +    <work nested="test/classes"/>
  +    <jar name="ant.build/lib/jrefactory.jar"/>
  +  </project>
  +
  +  <project name="jrefactory-pretty">
  +    <ant target="pretty">
         <property name="version" value="0.0.0"/>
       </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-0.0.0.jar"/>
  +    <jar name="ant.build/lib/PrettyPrinter-0.0.0.jar"/>
     </project>
   
   </module>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to