Author: ekoneil
Date: Wed Oct 20 10:15:19 2004
New Revision: 55166
Modified:
incubator/beehive/trunk/samples/petstoreWeb/WEB-INF/src/petstore-build.xml
Log:
Fixup the petstore build to include a fully qualified path to the build-dev.xml
file which includes the core webapp build / deployment tasks.
Still need to work on the way the webapp build works...suggestions?
Modified:
incubator/beehive/trunk/samples/petstoreWeb/WEB-INF/src/petstore-build.xml
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/WEB-INF/src/petstore-build.xml
(original)
+++ incubator/beehive/trunk/samples/petstoreWeb/WEB-INF/src/petstore-build.xml
Wed Oct 20 10:15:19 2004
@@ -10,7 +10,7 @@
<property name="webapp.dir" location="${basedir}"/>
<property name="context.path" value="petstoreWeb"/>
- <import file="build-dev.xml"/>
+ <import
file="${os.BEEHIVE_HOME}/netui/src/webapp-template/antfiles/build-dev.xml"/>
<target name="build">
<ant antfile="${deployNetui.ant}" target="deploy.netui"
inheritAll="false">