Author: jleroux Date: Tue Oct 20 12:44:33 2015 New Revision: 1709582 URL: http://svn.apache.org/viewvc?rev=1709582&view=rev Log: Fixes a wrong reference and better document a target in main build
Modified: ofbiz/trunk/build.xml Modified: ofbiz/trunk/build.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1709582&r1=1709581&r2=1709582&view=diff ============================================================================== --- ofbiz/trunk/build.xml (original) +++ ofbiz/trunk/build.xml Tue Oct 20 12:44:33 2015 @@ -386,7 +386,7 @@ under the License. <include name="*/build.xml"/> </fileset> </subant> - <!--antcall target="build"/--><!-- you can chain if you don't use build-dev see MVP-256--> + <!--antcall target="build"/--><!-- you can chain the main target (build in this file) if you don't use build-dev --> </target> <target name="build-qa" @@ -397,7 +397,7 @@ under the License. <include name="*/build.xml"/> </fileset> </subant> - <!--antcall target="build"/--><!-- you can chain if you don't use build-dev see MVP-256--> + <!--antcall target="build"/--><!-- you can chain the main target (build in this file) if you don't use build-dev --> </target> <target name="build-production" @@ -408,7 +408,7 @@ under the License. <include name="*/build.xml"/> </fileset> </subant> - <!--antcall target="build"/--><!-- you can chain if you don't use build-dev see MVP-256--> + <!--antcall target="build"/--><!-- you can chain the main target (build in this file) if you don't use build-dev --> </target> <!-- ================================================================== -->