taylor      2004/05/05 17:06:18

  Modified:    portal   maven.xml
  Log:
  new goal to remove jetspeed and supporting webapps from tomcat

  

  PR:

  Obtained from:

  Submitted by: 

  Reviewed by:  

  CVS: ----------------------------------------------------------------------

  CVS: PR:

  CVS:   If this change addresses a PR in the problem report tracking

  CVS:   database, then enter the PR number(s) here.

  CVS: Obtained from:

  CVS:   If this change has been taken from another system, such as NCSA,

  CVS:   then name the system in this line, otherwise delete it.

  CVS: Submitted by:

  CVS:   If this code has been contributed to Apache by someone else; i.e.,

  CVS:   they sent us a patch or a new module, then include their name/email

  CVS:   address here. If this is your work then delete this line.

  CVS: Reviewed by:

  CVS:   If we are doing pre-commit code reviews and someone else has

  CVS:   reviewed your changes, include their name(s) here.

  CVS:   If you have not had it reviewed then delete this line.

  
  Revision  Changes    Path
  1.69      +7 -0      jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- maven.xml 5 May 2004 23:09:29 -0000       1.68
  +++ maven.xml 6 May 2004 00:06:18 -0000       1.69
  @@ -544,4 +544,11 @@
       <maven:addPath id="maven.dependency.classpath" refid="jdbc.drivers.path"/>
     </preGoal>
   
  +  <goal name='remove.wars'>
  +    <delete dir="${deploy.war.dir}/${webapp.name}"/>
  +    <delete file="${deploy.war.dir}/${webapp.name}.war"/>    
  +    <delete dir="${deploy.war.dir}/HW_App"/>
  +    <delete dir="${deploy.war.dir}/security"/>
  +    <delete dir="${deploy.war.dir}/struts-demo"/>      
  +  </goal>
   </project>
  
  
  

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

Reply via email to