taylor 2004/08/04 21:51:23
Modified: . maven.xml
Log:
add locale portlet demo to 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.87 +9 -0 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- maven.xml 29 Jul 2004 22:27:51 -0000 1.86
+++ maven.xml 5 Aug 2004 04:51:22 -0000 1.87
@@ -314,6 +314,15 @@
banner="Building layout portlets WAR"
postProcessing="false"
ignoreFailures="false"/>
+
+ <maven:reactor
+ basedir="${basedir}/applications/localeselector"
+ includes="project.xml"
+ excludes="applications/project.xml"
+ goals="war:install"
+ banner="Build and Install the Locale Selector WAR"
+ postProcessing="false"
+ ignoreFailures="false"/>
<!-- build jetspeed 2 plugin -->
<maven:reactor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]