svn commit: r899842 - /ofbiz/branches/release09.04/framework/resources/templates/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: r899842 - /ofbiz/branches/release09.04/framework/resources/templates/build.xml

lektran
Author: lektran
Date: Fri Jan 15 23:30:19 2010
New Revision: 899842

URL: http://svn.apache.org/viewvc?rev=899842&view=rev
Log:
Merged from trunk r804070 (Fixes bug report from Chris Snow, OFBIZ-3404):
Applied patch from Ashish Vijaywargiya, fixes a couple build issues with components created using ant create-component

Modified:
    ofbiz/branches/release09.04/framework/resources/templates/build.xml

Modified: ofbiz/branches/release09.04/framework/resources/templates/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/resources/templates/build.xml?rev=899842&r1=899841&r2=899842&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/resources/templates/build.xml (original)
+++ ofbiz/branches/release09.04/framework/resources/templates/build.xml Fri Jan 15 23:30:19 2010
@@ -9,6 +9,7 @@
 
     <property environment="env"/>
     <property name="desc" value="@component-resource-name@ Component"/>
+    <property name="name" value="ofbiz-@component-name@"/>
     <property name="component-name" value="ofbiz-@component-name@"/>
     <property name="ofbiz.home.dir" value="../.."/>
     <property name="src.dir" value="src"/>