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

ashish-18
Author: ashish
Date: Wed Nov 25 08:11:03 2009
New Revision: 884004

URL: http://svn.apache.org/viewvc?rev=884004&view=rev
Log:
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: "/>