Author: doogie
Date: Fri Jun 28 19:30:09 2013
New Revision: 1497897
URL:
http://svn.apache.org/r1497897Log:
FIX: Oops, hot-deploy/docs building was broken, because I missed 2 lines
when I up-copied the externalsubant/hotdeployant feature tree.
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1497897&r1=1497896&r2=1497897&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Fri Jun 28 19:30:09 2013
@@ -231,12 +231,12 @@ under the License.
<if>
<available file="hot-deploy/build.xml" property="useHotDeployBuild"/>
<then>
- <externalsubant>
+ <externalsubant target="@{target}">
<filelist dir="." files="hot-deploy/build.xml"/>
</externalsubant>
</then>
<else>
- <externalsubant>
+ <externalsubant target="@{target}">
<fileset dir="${basedir}/hot-deploy" casesensitive="no">
<exclude name="disabled/**"/>
<include name="*/build.xml"/>