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 2008/01/13 08:10:52 UTC

svn commit: r611544 - /harmony/enhanced/classlib/trunk/make/properties.xml

Author: hindessm
Date: Sat Jan 12 23:10:51 2008
New Revision: 611544

URL: http://svn.apache.org/viewvc?rev=611544&view=rev
Log:
Fixing "[#HARMONY-5340] [classlib][build] make classlib build ignore
modules/.metadata/ directory created by Eclipse" but not using the
available patch.

Modified:
    harmony/enhanced/classlib/trunk/make/properties.xml

Modified: harmony/enhanced/classlib/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?rev=611544&r1=611543&r2=611544&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ harmony/enhanced/classlib/trunk/make/properties.xml Sat Jan 12 23:10:51 2008
@@ -467,7 +467,11 @@
         <sequential>
             <subant target="@{target}">
                 <property name="hy.test.vm.name" value="${hy.test.vm.name}"/>
-                <dirset dir="modules" includes="${build.module}" excludes="${exclude.module}" />
+                <dirset dir="modules"
+                        includes="${build.module}"
+                        excludes="${exclude.module}">
+                    <exclude name=".*" />
+                </dirset>
             </subant>
         </sequential>
     </macrodef>