[Commits] (bcm) pack the webapp whenever you distribute it
commits at osafoundation.org
commits at osafoundation.org
Tue Apr 12 14:54:29 PDT 2005
Commit by: bcm
Modified files:
server/build.xml 1.30 1.31
Log message:
pack the webapp whenever you distribute it
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/server/build.xml.diff?r1=text&tr1=1.30&r2=text&tr2=1.31
Index: server/build.xml
diff -u server/build.xml:1.30 server/build.xml:1.31
--- server/build.xml:1.30 Mon Apr 11 17:13:28 2005
+++ server/build.xml Tue Apr 12 14:54:27 2005
@@ -40,6 +40,12 @@
inheritAll="false"/>
</target>
+ <target name="pack-web"
+ description="pack webapp">
+ <ant dir="${web.home}" target="pack"
+ inheritAll="false"/>
+ </target>
+
<target name="clean"
depends="clean-core,clean-web"
description="clean all subsystems"/>
@@ -155,7 +161,7 @@
</chmod>
</target>
- <target name="dist-web"
+ <target name="dist-web" depends="pack-web"
description="install web webapp into Tomcat">
<copy todir="${cosmo.dist.web}">
<fileset dir="${web.build}/webapp"/>
More information about the Commits
mailing list