svn commit: r935374 - /ofbiz/trunk/framework/start/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: r935374 - /ofbiz/trunk/framework/start/build.xml

doogie-3
Author: doogie
Date: Sun Apr 18 18:03:07 2010
New Revision: 935374

URL: http://svn.apache.org/viewvc?rev=935374&view=rev
Log:
Fix name property.

Modified:
    ofbiz/trunk/framework/start/build.xml

Modified: ofbiz/trunk/framework/start/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/build.xml?rev=935374&r1=935373&r2=935374&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/build.xml (original)
+++ ofbiz/trunk/framework/start/build.xml Sun Apr 18 18:03:07 2010
@@ -26,7 +26,7 @@ under the License.
     <!-- ================================================================== -->
 
     <property name="desc" value="Start API"/>
-    <property name="name" value="ofbiz-base"/>
+    <property name="name" value="ofbiz"/>
 
     <!-- ================================================================== -->
     <!-- Compilation of the source files                                    -->