You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2010/04/18 20:03:21 UTC

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

Author: doogie
Date: Sun Apr 18 18:03:21 2010
New Revision: 935377

URL: http://svn.apache.org/viewvc?rev=935377&view=rev
Log:
In _src-extra-set, convert the implicit patternset list to a nested <or>
selector.

Modified:
    ofbiz/trunk/common.xml

Modified: ofbiz/trunk/common.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/common.xml?rev=935377&r1=935376&r2=935377&view=diff
==============================================================================
--- ofbiz/trunk/common.xml (original)
+++ ofbiz/trunk/common.xml Sun Apr 18 18:03:21 2010
@@ -61,16 +61,18 @@ under the License.
         <available file="${src.dir}"/>
         <commands>
             <fileset id="_src-extra-set" dir="${src.dir}">
-                <include name="**/*.properties"/>
-                <include name="**/*.groovy"/>
-                <include name="**/*.xml"/>
-                <include name="**/*.bsh"/>
-                <include name="**/*.logic"/>
-                <include name="**/*.js"/>
-                <include name="**/*.js"/>
-                <include name="**/*.jacl"/>
-                <include name="**/*.py"/>
-                <include name="META-INF/**"/>
+                <or id="src-extra-set">
+                    <filename name="**/*.properties"/>
+                    <filename name="**/*.groovy"/>
+                    <filename name="**/*.xml"/>
+                    <filename name="**/*.bsh"/>
+                    <filename name="**/*.logic"/>
+                    <filename name="**/*.js"/>
+                    <filename name="**/*.js"/>
+                    <filename name="**/*.jacl"/>
+                    <filename name="**/*.py"/>
+                    <filename name="META-INF/**"/>
+                </or>
             </fileset>
         </commands>
         <else>