vmassol     2004/05/16 23:34:49

  Modified:    project  jakarta-cactus.xml
  Log:
  The Jetty jar should only be needed for framework-13 but our framework build.xml 
does not make the distinction between 12 or 13 for dependencies
  
  Revision  Changes    Path
  1.44      +4 -0      gump/project/jakarta-cactus.xml
  
  Index: jakarta-cactus.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-cactus.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- jakarta-cactus.xml        16 May 2004 18:50:30 -0000      1.43
  +++ jakarta-cactus.xml        17 May 2004 06:34:49 -0000      1.44
  @@ -59,6 +59,10 @@
         <depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/>
         <depend property="junit.jar" project="junit"/>
         <depend property="mockobjects.jar" project="mockobjects" id="core"/>
  +      <!-- Note: the Jetty jar should only be needed for framework-13 but our
  +           framework build.xml does not make the distinction between 12 or 13 
  +           for dependencies -->
  +      <depend property="jetty.jar" project="jetty"/>
   
       </ant>
     
  
  
  

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

Reply via email to