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 2007/08/29 14:21:37 UTC

svn commit: r570777 - /harmony/enhanced/classlib/trunk/make/build-java.xml

Author: hindessm
Date: Wed Aug 29 05:21:37 2007
New Revision: 570777

URL: http://svn.apache.org/viewvc?rev=570777&view=rev
Log:
It's been more than six months so no one should have signed.bcprov.jar
in their jre/lib/ext directory now.

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

Modified: harmony/enhanced/classlib/trunk/make/build-java.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/build-java.xml?rev=570777&r1=570776&r2=570777&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/build-java.xml (original)
+++ harmony/enhanced/classlib/trunk/make/build-java.xml Wed Aug 29 05:21:37 2007
@@ -239,10 +239,6 @@
 		<fileset dir="${hy.jdk}/jre/lib/boot/xerces-2_9_0"/>
 	</move>
 
-        <!-- delete these lines if BC version is greater than jdk15-134 -->
-        <!-- delete the original signed.bcprov.jar                      -->
-        <delete file="${hy.jdk}/jre/lib/ext/signed.bcprov.jar" />
-
         <!-- Copy across the extension dependency jars -->
         <copy todir="${hy.jdk}/jre/lib/ext" flatten="yes" overwrite="true">
             <fileset file="${bcprov.jar}" />