Author: steveh
Date: Tue Mar 22 11:25:37 2005
New Revision: 158643
URL: http://svn.apache.org/viewcvs?view=rev&rev=158643
Log:
Integrating changes from beta branch (fix for BEEHIVE-444).
Modified:
incubator/beehive/trunk/ant/beehive-tools.xml
Modified: incubator/beehive/trunk/ant/beehive-tools.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/ant/beehive-tools.xml?view=diff&r1=158642&r2=158643
==============================================================================
--- incubator/beehive/trunk/ant/beehive-tools.xml (original)
+++ incubator/beehive/trunk/ant/beehive-tools.xml Tue Mar 22 11:25:37 2005
@@ -73,6 +73,11 @@
</sequential>
</macrodef>
+ <!-- This macrodef is intended for the compilation of the *page flow*
portions of a web application.
+ This macrodef will *not* compile controls inside of a web
application. If the web application
+ contains controls, they must be compiled first using the macrodef
"build-controls" (see above);
+ once the compilation of the controls is complete, the page flows
within the web app can be compiled
+ using the macrodef below. -->
<macrodef name="build-pageflows">
<attribute name="sourceDir"/>
<attribute name="destDir"/>