You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/04/30 07:30:18 UTC

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

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"/>