Author: rich
Date: Fri Aug 13 23:13:46 2004
New Revision: 36378
Modified:
incubator/beehive/trunk/test/ant/buildWebapp.xml
Log:
Missed this file in my last checkin...
Modified: incubator/beehive/trunk/test/ant/buildWebapp.xml
==============================================================================
--- incubator/beehive/trunk/test/ant/buildWebapp.xml (original)
+++ incubator/beehive/trunk/test/ant/buildWebapp.xml Fri Aug 13 23:13:46 2004
@@ -95,14 +95,10 @@
</path>
<echo>========== Compile Page Flows ==========</echo>
- <echo>TODO: when we move to subversion, get rid of the following hack
move of Global.app out into the webapp.</echo>
- <move todir="${webapp.dir}/global"
file="${webapp.dir}/WEB-INF/src/global/Global.app" failOnError="false"/>
<apt srcdir="${webapp.dir}" destdir="${webapp.dir}/WEB-INF/classes"
gendir="${webapp.dir}/WEB-INF/${tmp.sourcegen.dir}"
- classpathref="pageflow.build.classpath"
srcExtensions="*.app,*.jpf,*.jsfb">
+ classpathref="pageflow.build.classpath"
srcExtensions="*.jpf,*.jpfs,*.app,*.jsfb">
</apt>
- <echo>TODO: when we move to subversion, get rid of the following hack
move of Global.app back into WEB-INF/src.</echo>
- <move todir="${webapp.dir}/WEB-INF/src/global"
file="${webapp.dir}/global/Global.app" failOnError="false"/>
<echo>Copy all .properties files</echo>
<copy todir="${webapp.dir}/WEB-INF/classes">