svn commit: r770073 - /ofbiz/trunk/common.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r770073 - /ofbiz/trunk/common.xml

jaz-3
Author: jaz
Date: Thu Apr 30 05:30:16 2009
New Revision: 770073

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