You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2008/02/12 17:32:46 UTC

svn commit: r620852 - /harmony/enhanced/classlib/trunk/make/build-native.xml

Author: tellison
Date: Tue Feb 12 08:32:44 2008
New Revision: 620852

URL: http://svn.apache.org/viewvc?rev=620852&view=rev
Log:
Clean target should remove pdb files on Windows.

Modified:
    harmony/enhanced/classlib/trunk/make/build-native.xml

Modified: harmony/enhanced/classlib/trunk/make/build-native.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/build-native.xml?rev=620852&r1=620851&r2=620852&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/build-native.xml (original)
+++ harmony/enhanced/classlib/trunk/make/build-native.xml Tue Feb 12 08:32:44 2008
@@ -163,6 +163,7 @@
                 <include name="**/bin/java${exe.suffix}" />
                 <include name="**/bin/javaw${exe.suffix}" />
                 <include name="**/bin/*${shlib.suffix}*" />
+                <include name="**/bin/*.pdb" />
             	<include name="**/bin/harmony*.properties" />
             </fileset>
         </delete>