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/06/23 21:27:37 UTC

svn commit: r416803 - /incubator/harmony/enhanced/classlib/trunk/build.xml

Author: hindessm
Date: Fri Jun 23 12:27:37 2006
New Revision: 416803

URL: http://svn.apache.org/viewvc?rev=416803&view=rev
Log:
Shouldn't delete this now we are only using original ant files for natives.

Modified:
    incubator/harmony/enhanced/classlib/trunk/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/build.xml?rev=416803&r1=416802&r2=416803&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/build.xml Fri Jun 23 12:27:37 2006
@@ -92,7 +92,6 @@
     </target>
  
     <target name="build-awt-swing" if="with.awt.swing">
-        <delete file="deploy/jdk/jre/lib/boot/awt.jar" /> 
         <ant antfile="modules/awt_swing_contribution/modules/misc/make/build.xml" inheritall="false" target="build.native" />
         <ant antfile="modules/awt_swing_contribution/modules/awt/make/build.xml" inheritall="false" target="build.native" />
     </target>