Author: jleroux
Date: Fri Sep 4 04:40:09 2015
New Revision: 1701157
URL:
http://svn.apache.org/r1701157Log:
Removes build-website and docs targets, copy-dtds is enough
I did not remove copy-apis and other doc (API) related targets because they are used by Buildbot.
I should modify the Buildbot conf to automatically use the copy-dtds target, but that's for another insomnia night...
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1701157&r1=1701156&r2=1701157&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Fri Sep 4 04:40:09 2015
@@ -476,16 +476,6 @@ under the License.
<!-- Build JavaDocs -->
<!-- ================================================================== -->
- <target name="docs" depends="ofbiz-init">
- <echo message="[docs] ========== Start Building (JavaDoc) =========="/>
- <antcall target="docs-framework"/>
- <antcall target="docs-applications"/>
- <antcall target="docs-specialpurpose"/>
- <hotdeployant target="docs"/>
-
- <echo message="[docs] ========== Done Building (JavaDocs) =========="/>
- </target>
-
<target name="docs-framework">
<iterate target="docs" filelist="framework-builds"/>
</target>
@@ -550,14 +540,6 @@ under the License.
<!-- WebSite Targets -->
<!-- ================================================================== -->
- <target name="build-website"
- description="For committers : Update dtds from OFBiz instance to site">
- <antcall target="copy-dtds"/>
- <!-- now deprecated since Buildbot creates and updates those automatically
- <antcall target="docs"/>
- <antcall target="copy-apis"/-->
- </target>
-
<target name="copy-apis">
<mkdir dir="${site.dir}/api"/>
<mkdir dir="${site.dir}/api/framework"/>