Author: ashish
Date: Wed Nov 25 08:11:03 2009
New Revision: 884004
URL:
http://svn.apache.org/viewvc?rev=884004&view=revLog:
Adding comment for create-component target.
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=884004&r1=884003&r2=884004&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Nov 25 08:11:03 2009
@@ -513,6 +513,11 @@
<delete dir="runtime/logs/test-results"/>
<ant antfile="runtime/test-list-build.xml" target="all-tests"/>
</target>
+
+ <!-- ================================================================== -->
+ <!-- Create New Component. This target will create basic directory structure for an OFBiz component in hot-deploy directory. -->
+ <!-- ================================================================== -->
+
<target name="create-component"
description="Creates the layout of an OFBiz component in the hot-deploy folder.">
<input addproperty="component-name" message="Component name: "/>