kimptoc     02/04/05 10:03:11

  Modified:    .        build.xml
  Log:
  corrected the dependencies a little more
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-jetspeed/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 5 Apr 2002 09:36:00 -0000       1.4
  +++ build.xml 5 Apr 2002 18:03:11 -0000       1.5
  @@ -128,7 +128,8 @@
       </target>
           
       <target 
  -      name="maven:compile">
  +      name="maven:compile"
  +      depends="apis">
         <ant antfile="${maven.home}/build-maven.xml" target="compile"/>
       </target>
           
  
  
  

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

Reply via email to