bodewig     2002/10/29 00:45:01

  Modified:    proposal/gump/project werkz.xml
  Log:
  massage classpath to make tests work
  
  Revision  Changes    Path
  1.4       +4 -0      jakarta-alexandria/proposal/gump/project/werkz.xml
  
  Index: werkz.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/werkz.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- werkz.xml 24 Oct 2002 13:38:32 -0000      1.3
  +++ werkz.xml 29 Oct 2002 08:45:01 -0000      1.4
  @@ -7,6 +7,8 @@
     <cvs module="werkz" repository="werken" dir="werkz">
     </cvs>
     <project name="werkz">
  +    <mkdir dir="target/classes"/>
  +    <mkdir dir="target/test-classes"/>
       <ant buildfile="build.xml" target="dist">
         <property name="final.name" value="werkz-@@DATE@@">
         </property>
  @@ -21,6 +23,8 @@
       <depend project="xml-xerces">
       </depend>
       <work nested="target/classes">
  +    </work>
  +    <work nested="target/test-classes">
       </work>
       <home nested="target">
       </home>
  
  
  

--
To unsubscribe, e-mail:   <mailto:alexandria-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:alexandria-dev-help@;jakarta.apache.org>

Reply via email to