taylor      2004/12/22 13:24:52

  Modified:    applications/security maven.xml
  Log:
  fixed broken goal
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-jetspeed-2/applications/security/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/security/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 22 Jul 2004 15:01:08 -0000      1.3
  +++ maven.xml 22 Dec 2004 21:24:52 -0000      1.4
  @@ -5,7 +5,7 @@
   
     <!-- ================================================================ -->
     <!-- Hot Deploy for mundane everyday development under Catalina       -->
  -  <!-- ================================================================ -->
  +  <!-- ================================================================ -->  
     <goal name="hotdeploy">
       <echo message="Hot Deploying ${org.apache.jetspeed.portlet.app.name} to 
${org.apache.jetspeed.deploy.war.dir}"/>
       <copy 
todir="${org.apache.jetspeed.deploy.war.dir}/${org.apache.jetspeed.portlet.app.name}/WEB-INF/classes">
  @@ -13,10 +13,10 @@
           </fileset>
       </copy>
       <copy 
todir="${org.apache.jetspeed.deploy.war.dir}/${org.apache.jetspeed.portlet.app.name}/">
  -      <fileset dir="${maven.war.src}">
  -      </fileset>
  +      <fileset dir="./src/webapp"/>
       </copy>
     </goal>
  +  
   
     <preGoal name="hotdeploy">
      <attainGoal name= "java:compile"/>
  
  
  

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

Reply via email to