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

erwan
Author: erwan
Date: Thu Jan 14 08:00:55 2010
New Revision: 899090

URL: http://svn.apache.org/viewvc?rev=899090&view=rev
Log:
As spotted by Scott on the dev mailing list, resource names should be camel cased.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=899090&r1=899089&r2=899090&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Jan 14 08:00:55 2010
@@ -546,7 +546,7 @@
     <target name="create-component"
             description="Creates the layout of an OFBiz component in the hot-deploy folder.">
         <input addproperty="component-name" message="Component name: (e.g. mycomponent)"/>
-        <input addproperty="component-resource-name" message="Component resource name: (e.g. Mycomponent)"/>
+        <input addproperty="component-resource-name" message="Component resource name: (e.g. MyComponent)"/>
         <input addproperty="webapp-name" message="Webapp name: (e.g. mycomponent)"/>
         <input addproperty="base-permission" message="Base permission: (e.g. MYCOMPONENT)"/>
         <echo>The following hot-deploy component will be created: