You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ro...@apache.org on 2004/07/21 20:58:12 UTC

cvs commit: jakarta-jetspeed-2/portal maven.xml

rogerrut    2004/07/21 11:58:12

  Modified:    portal   maven.xml
  Log:
  INclude PERL/PHP portlet applications in build
  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.90      +40 -0     jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- maven.xml	25 Jun 2004 13:08:33 -0000	1.89
  +++ maven.xml	21 Jul 2004 18:58:12 -0000	1.90
  @@ -307,6 +307,30 @@
    	<j:set var="maven.war.final.name" value="security.war" />
    	<attainGoal name="jetspeed2:deploy" />
     </goal>
  +  
  +  <goal name="pam.phpdeploy">
  +  	<!--
  + 	<j:set var="pam.app.name" value="PHP"/>
  + 	<j:set var="pam.app.war" value="../applications/php/target/php.war"/>
  + 	<attainGoal name="pam.template.deploy"/>
  + 	-->
  + 	
  + 	<j:set var="maven.build.dir" value="../applications/php/target" /> 	
  + 	<j:set var="maven.war.final.name" value="php.war" />
  + 	<attainGoal name="jetspeed2:deploy" />
  +  </goal>
  +  
  +  <goal name="pam.perldeploy">
  +  	<!--
  + 	<j:set var="pam.app.name" value="perl"/>
  + 	<j:set var="pam.app.war" value="../applications/perl/target/perl.war"/>
  + 	<attainGoal name="pam.template.deploy"/>
  + 	-->
  + 	
  + 	<j:set var="maven.build.dir" value="../applications/perl/target" /> 	
  + 	<j:set var="maven.war.final.name" value="perl.war" />
  + 	<attainGoal name="jetspeed2:deploy" />
  +  </goal>
   
     <goal name="pam.undeploy">
    	<j:set var="pam.app.name" value="HW_App"/>
  @@ -337,6 +361,18 @@
    	<j:set var="pam.app.type" value="webapp"/>
    	<attainGoal name="pam.template.undeploy"/>
     </goal>
  +  
  +  <goal name="pam.phpundeploy">
  + 	<j:set var="pam.app.name" value="php"/>
  + 	<j:set var="pam.app.type" value="webapp"/>
  + 	<attainGoal name="pam.template.undeploy"/>
  +  </goal>
  +  
  +  <goal name="pam.perlundeploy">
  + 	<j:set var="pam.app.name" value="perl"/>
  + 	<j:set var="pam.app.type" value="webapp"/>
  + 	<attainGoal name="pam.template.undeploy"/>
  +  </goal>
   
     <!-- ================================================================ -->
     <!-- Deploy to Catalina and Expand                                    -->
  @@ -395,6 +431,8 @@
     	 <attainGoal name="pam.pamdeploy" />  	 
        <attainGoal name="pam.strutsdeploy" />
        <attainGoal name="pam.securitydeploy" />
  +     <attainGoal name="pam.phpdeploy" />
  +     <attainGoal name="pam.perldeploy" />
   
        <attainGoal name="db.entities" />
     </goal>
  @@ -551,6 +589,8 @@
       <delete dir="${org.apache.jetspeed.deploy.war.dir}/pam"/>
       <delete dir="${org.apache.jetspeed.deploy.war.dir}/security"/>
       <delete dir="${org.apache.jetspeed.deploy.war.dir}/struts-demo"/>
  +    <delete dir="${org.apache.jetspeed.deploy.war.dir}/PHP"/>
  +    <delete dir="${org.apache.jetspeed.deploy.war.dir}/perl"/>
     </goal>
   
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org