jtaylor     02/02/13 17:01:23

  Modified:    .        build.xml
  Log:
  Lost rmic tasks, fixed.
  
  Revision  Changes    Path
  1.19      +1 -1      jakarta-turbine-stratum/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 14 Feb 2002 00:57:41 -0000      1.18
  +++ build.xml 14 Feb 2002 01:01:23 -0000      1.19
  @@ -227,7 +227,7 @@
   
     <target
       name="jar"
  -    depends="compile"
  +    depends="rmi.compile"
       description="==> generates the torque.jar">
   
       <jar jarfile="${build.dir}/${final.name}.jar">
  
  
  

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

Reply via email to