You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/10/06 14:31:24 UTC

svn commit: r453577 - in /incubator/harmony/enhanced/classlib/trunk/modules/beans: build.xml make/patternset.txt

Author: hindessm
Date: Fri Oct  6 05:31:23 2006
New Revision: 453577

URL: http://svn.apache.org/viewvc?view=rev&rev=453577
Log:
Removing patternset

Removed:
    incubator/harmony/enhanced/classlib/trunk/modules/beans/make/patternset.txt
Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml?view=diff&rev=453577&r1=453576&r2=453577
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml Fri Oct  6 05:31:23 2006
@@ -26,9 +26,14 @@
     <xmlproperty file="make/hyproperties.xml" semanticAttributes="true" />
 
     <fileset id="classes" dir="${hy.build}">
-        <includesfile name="${hy.beans}/make/patternset.txt" />
-        <excludesfile name="${hy.hdk}/build/patternsets/luni-kernel.txt" />
-        <excludesfile name="${hy.hdk}/build/patternsets/security-kernel.txt" />
+        <or>
+            <present targetdir="${hy.beans.src.main.java}" />
+            <present targetdir="${hy.beans.src.main.java}">
+                <mapper type="regexp"
+                        from="^(.*?)(\$$[^/\\\.]*)?\.class$$"
+                        to="\1.java"/>
+            </present>
+        </or>
     </fileset>
 
     <property file="../../make/depends.properties" />