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 ta...@apache.org on 2004/08/05 06:49:30 UTC

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

taylor      2004/08/04 21:49:30

  Modified:    portal   maven.xml
  Log:
  Locale Selector portlet, contributed by Shinsuke Sugaya
  This porlet works much like the Locale portlet in J1
  You choose a language and it overrides the language for this session
  Right now we don't have any portlets with more than just english
  We are working on getting some multi-lingual example portlets soon
  
  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.93      +20 -0     jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- maven.xml	29 Jul 2004 22:27:51 -0000	1.92
  +++ maven.xml	5 Aug 2004 04:49:30 -0000	1.93
  @@ -331,6 +331,18 @@
    	<attainGoal name="jetspeed2:deploy" />
     </goal>
   
  +  <goal name="pam.localeselectordeploy">
  +  	<!--
  + 	<j:set var="pam.app.name" value="localeselector"/>
  + 	<j:set var="pam.app.war" value="../applications/localeselector/target/localeselector.war"/>
  + 	<attainGoal name="pam.template.deploy"/>
  + 	-->
  + 	
  + 	<j:set var="maven.build.dir" value="../applications/localeselector/target" /> 	
  + 	<j:set var="maven.war.final.name" value="localeselector.war" />
  + 	<attainGoal name="jetspeed2:deploy" />
  +  </goal>
  +
     <goal name="pam.undeploy">
    	<j:set var="pam.app.name" value="HW_App"/>
    	<j:set var="pam.app.type" value="webapp"/>
  @@ -373,6 +385,12 @@
    	<attainGoal name="pam.template.undeploy"/>
     </goal>
   
  +  <goal name="pam.localeselectorundeploy">
  + 	<j:set var="pam.app.name" value="localeselector"/>
  + 	<j:set var="pam.app.type" value="webapp"/>
  + 	<attainGoal name="pam.template.undeploy"/>
  +  </goal>
  +
     <!-- ================================================================ -->
     <!-- Deploy to Catalina and Expand                                    -->
     <!-- ================================================================ -->
  @@ -432,6 +450,7 @@
        <attainGoal name="pam.securitydeploy" />
        <attainGoal name="pam.phpdeploy" />
        <attainGoal name="pam.perldeploy" />
  +     <attainGoal name="pam.localeselectordeploy" />
   
        <attainGoal name="db.entities" />
     </goal>
  @@ -590,6 +609,7 @@
       <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"/>
  +    <delete dir="${org.apache.jetspeed.deploy.war.dir}/localeselector"/>
     </goal>
   
   </project>
  
  
  

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