xlawrence 2005/01/11 10:51:35 CET
Modified files:
. maven.xml
syncServer maven.xml
Log:
Updated build scripts
Revision Changes Path
1.17 +5 -5 uwcal_JSR168/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/maven.xml.diff?r1=1.16&r2=1.17&f=h
1.3 +0 -1 uwcal_JSR168/syncServer/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/syncServer/maven.xml.diff?r1=1.2&r2=1.3&f=h
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/maven.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- maven.xml 7 Jan 2005 18:04:46 -0000 1.16
+++ maven.xml 11 Jan 2005 09:51:35 -0000 1.17
@@ -125,7 +125,7 @@
<goal name="subClean" description="Clean all subprojects">
<maven:reactor
basedir="${basedir}"
-
includes="calClient/project.xml,syncClient/project.xml,webapp/project.xml,webapp/*/project.xml,syncServer/project.xml"
+
includes="calClient/project.xml,syncClient/project.xml,calClient/webapp/project.xml,calClient/webapp/*/project.xml,syncServer/project.xml"
goals="clean"
banner="Cleaning..."
ignoreFailures="false"
@@ -150,17 +150,17 @@
<goal name="allDocs" description="Generates the Javadoc for all projects">
<maven:reactor
basedir="${basedir}"
-
includes="*/project.xml,calClient/project.xml,syncClient/project.xml,webapp/*/project.xml,syncServer/project.xml"
+
includes="*/project.xml,calClient/project.xml,syncClient/project.xml,syncServer/project.xml"
goals="javadoc"
banner="Generating Javadoc..."
ignoreFailures="false"
/>
</goal>
- <goal name="allWars" description="Builds the webApp war files">
+ <goal name="allWars" description="Builds the webApp war files">
<maven:reactor
basedir="${basedir}"
- includes="webapp/*/project.xml"
+ includes="calClient/webapp/*/project.xml"
goals="war"
banner="Building war files..."
ignoreFailures="false"
@@ -174,7 +174,7 @@
<maven:reactor
basedir="${basedir}"
- includes="webapp/*/project.xml"
+ includes="calClient/webapp/*/project.xml"
goals="install"
banner="Deploying webApp war files..."
ignoreFailures="false"
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/syncServer/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 6 Jan 2005 15:22:11 -0000 1.2
+++ maven.xml 11 Jan 2005 09:51:35 -0000 1.3
@@ -162,5 +162,4 @@
<copy file="${maven.build.dir}/calModuleOutlook.s4j"
todir="${sync4j.modules}" />
</goal>
-
</project>
\ No newline at end of file