Author: doogie
Date: Thu Jan 14 18:35:12 2010
New Revision: 899345
URL:
http://svn.apache.org/viewvc?rev=899345&view=revLog:
Fix javadoc call, specify the correct packagename.
Modified:
ofbiz/branches/executioncontext20091231/framework/api/build.xml
ofbiz/branches/executioncontext20091231/framework/context/build.xml
Modified: ofbiz/branches/executioncontext20091231/framework/api/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20091231/framework/api/build.xml?rev=899345&r1=899344&r2=899345&view=diff==============================================================================
--- ofbiz/branches/executioncontext20091231/framework/api/build.xml (original)
+++ ofbiz/branches/executioncontext20091231/framework/api/build.xml Thu Jan 14 18:35:12 2010
@@ -57,7 +57,7 @@
<!-- ================================================================== -->
<target name="docs" depends="prepare-docs">
- <javadoc packagenames="org.ofbiz.base.*"
+ <javadoc packagenames="org.ofbiz.api.*"
classpathref="local.class.path"
destdir="${build.dir}/javadocs"
Windowtitle="Open for Business - Framework API">
Modified: ofbiz/branches/executioncontext20091231/framework/context/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20091231/framework/context/build.xml?rev=899345&r1=899344&r2=899345&view=diff==============================================================================
--- ofbiz/branches/executioncontext20091231/framework/context/build.xml (original)
+++ ofbiz/branches/executioncontext20091231/framework/context/build.xml Thu Jan 14 18:35:12 2010
@@ -61,7 +61,7 @@
<!-- ================================================================== -->
<target name="docs" depends="prepare-docs">
- <javadoc packagenames="org.ofbiz.base.*"
+ <javadoc packagenames="org.ofbiz.context.*"
classpathref="local.class.path"
destdir="${build.dir}/javadocs"
Windowtitle="Open for Business - Execution Context">