Author: jaz
Date: Thu Apr 30 05:30:16 2009
New Revision: 770073
URL:
http://svn.apache.org/viewvc?rev=770073&view=revLog:
now including .groovy files in src set
Modified:
ofbiz/trunk/common.xml
Modified: ofbiz/trunk/common.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/common.xml?rev=770073&r1=770072&r2=770073&view=diff==============================================================================
--- ofbiz/trunk/common.xml (original)
+++ ofbiz/trunk/common.xml Thu Apr 30 05:30:16 2009
@@ -54,6 +54,7 @@
<target name="_src-available" if="_src-available">
<fileset id="_src-extra-set" dir="${src.dir}">
<include name="**/*.properties"/>
+ <include name="**/*.groovy"/>
<include name="**/*.xml"/>
<include name="**/*.bsh"/>
<include name="**/*.logic"/>