taylor      2004/04/21 16:04:48

  Modified:    plugin   plugin.jelly
  Log:
  made jetspeed:deploy dependent on jetspeed:war
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-jetspeed/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/plugin/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly      21 Apr 2004 22:53:07 -0000      1.6
  +++ plugin.jelly      21 Apr 2004 23:04:48 -0000      1.7
  @@ -234,7 +234,7 @@
       <!-- ================================================================== -->

       <!-- D E P L O Y   W E B A P P                                          -->

       <!-- ================================================================== -->

  -    <goal name="jetspeed:deploy" prereqs="" description="Simple deploy of entire 
webapp to app server">

  +    <goal name="jetspeed:deploy" prereqs="jetspeed:war" description="Simple deploy 
of entire webapp to app server">

           <j:if test="${maven.jetspeed.debug == 'true'}"> 

               <echo>[DEBUG] maven.src.dir = ${maven.src.dir}</echo>

               <echo>[DEBUG] maven.war.src = ${maven.war.src}</echo>

  
  
  

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

Reply via email to