svn commit: r422542 - in /incubator/ofbiz/trunk: applications/accounting/build.xml framework/base/config/install-containers.xml framework/testtools/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r422542 - in /incubator/ofbiz/trunk: applications/accounting/build.xml framework/base/config/install-containers.xml framework/testtools/build.xml

jonesde
Author: jonesde
Date: Sun Jul 16 14:35:51 2006
New Revision: 422542

URL: http://svn.apache.org/viewvc?rev=422542&view=rev
Log:
Small cleanups, plus fixed docs build targets

Modified:
    incubator/ofbiz/trunk/applications/accounting/build.xml
    incubator/ofbiz/trunk/framework/base/config/install-containers.xml
    incubator/ofbiz/trunk/framework/testtools/build.xml

Modified: incubator/ofbiz/trunk/applications/accounting/build.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/build.xml?rev=422542&r1=422541&r2=422542&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/build.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/build.xml Sun Jul 16 14:35:51 2006
@@ -116,7 +116,7 @@
         <javadoc packagenames="org.ofbiz.accounting.*"
                  classpathref="local.class.path"
                  destdir="${build.dir}/javadocs"
-                 Windowtitle="Open for Business - ${desc}">
+                 windowtitle="Open for Business - ${desc}">
             <sourcepath path="${src.dir}"/>
         </javadoc>
     </target>

Modified: incubator/ofbiz/trunk/framework/base/config/install-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/install-containers.xml?rev=422542&r1=422541&r2=422542&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/install-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/install-containers.xml Sun Jul 16 14:35:51 2006
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<ofbiz-containers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<ofbiz-containers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/ofbiz-containers.xsd">
     <!-- load the ofbiz component container (always first) -->
     <container name="component-container" class="org.ofbiz.base.container.ComponentContainer"/>
@@ -27,7 +27,6 @@
     <container name="dataload-container" class="org.ofbiz.entityext.data.EntityDataLoadContainer">
         <property name="delegator-name" value="default"/>
         <property name="entity-group-name" value="org.ofbiz"/>
-    </container>    
+    </container>
 </ofbiz-containers>
-
 

Modified: incubator/ofbiz/trunk/framework/testtools/build.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/build.xml?rev=422542&r1=422541&r2=422542&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/build.xml (original)
+++ incubator/ofbiz/trunk/framework/testtools/build.xml Sun Jul 16 14:35:51 2006
@@ -98,10 +98,10 @@
     <!-- ================================================================== -->
 
     <target name="docs" depends="prepare-docs,classpath">
-        <javadoc packagenames="org.ofbiz.service.*"
+        <javadoc packagenames="org.ofbiz.testtools.*"
                  classpathref="local.class.path"
                  destdir="${build.dir}/javadocs"
-                 Windowtitle="Open for Business - ${desc}">
+                 windowtitle="Open for Business - ${desc}">
             <sourcepath path="${src.dir}"/>
         </javadoc>
     </target>