taylor 2004/08/16 11:23:07
Modified: . maven.xml .project .classpath
Log:
adding new project "portlet-factory" 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.88 +1 -1 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- maven.xml 5 Aug 2004 04:51:22 -0000 1.87
+++ maven.xml 16 Aug 2004 18:23:07 -0000 1.88
@@ -172,7 +172,7 @@
ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}"
-
includes="components/file-cache/project.xml,components/id-generator/project.xml,components/locator/project.xml"
+
includes="components/file-cache/project.xml,components/id-generator/project.xml,components/locator/project.xml,components/portlet-factory/project.xml"
goals="jar:install"
banner="Build and Install the Misc. Components jar"
postProcessing="false"
1.10 +1 -0 jakarta-jetspeed-2/.project
Index: .project
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/.project,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .project 11 Jun 2004 07:57:27 -0000 1.9
+++ .project 16 Aug 2004 18:23:07 -0000 1.10
@@ -3,6 +3,7 @@
<name>jakarta-jetspeed-2</name>
<comment></comment>
<projects>
+ <project>jakarta-pluto</project>
</projects>
<buildSpec>
<buildCommand>
1.60 +2 -0 jakarta-jetspeed-2/.classpath
Index: .classpath
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- .classpath 10 Aug 2004 18:15:19 -0000 1.59
+++ .classpath 16 Aug 2004 18:23:07 -0000 1.60
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/CVS/*" kind="src"
path="applications/perl/src/java"/>
+ <classpathentry kind="src" path="components/portlet-factory/src/java"/>
<classpathentry kind="src" path="applications/localeselector/src/java"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="applications/struts-demo/src/java"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="applications/php/src/java"/>
@@ -93,5 +94,6 @@
<classpathentry kind="var" path="MAVEN_REPO/itgroundwork/jars/phpportlet.jar"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="portals-bridges/common/src/java"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="portals-bridges/struts/src/java"/>
+ <classpathentry exported="true" kind="src" path="/jakarta-pluto"/>
<classpathentry kind="output" path="bin"/>
</classpath>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]