dflorey 2004/07/22 06:19:06
Modified: . build.xml
Log:
Included projector subproject
Revision Changes Path
1.219 +3 -0 jakarta-slide/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- build.xml 21 Jul 2004 17:39:46 -0000 1.218
+++ build.xml 22 Jul 2004 13:19:06 -0000 1.219
@@ -345,6 +345,8 @@
<target name="clean" description="Delete previous build">
<delete dir="${slide.build}"/>
<delete dir="${slide.dist}"/>
+ <!-- Clean subprojects -->
+ <ant antfile="build.xml" dir="projector" target="clean"/>
</target>
<!-- =================================================================== -->
<!-- Build the Slide JavaDoc -->
@@ -561,6 +563,7 @@
</copy>
<copy file="${slide.dist}/slide/webapp/slide-doc.war"
tofile="${catalina.dist}/webapps/slide-doc.war"/>
+ <ant antfile="build.xml" dir="projector" target="tomcat-install"/>
</target>
<!-- =================================================================== -->
<!-- Testsuite build, distribution & package -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]