You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2006/10/20 12:52:20 UTC

svn commit: r466059 - /incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF

Author: smishura
Date: Fri Oct 20 03:52:18 2006
New Revision: 466059

URL: http://svn.apache.org/viewvc?view=rev&rev=466059
Log:
Add java.nio.charset to imports (to make it compile under Eclipse)

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF

Modified: incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF?view=diff&rev=466059&r1=466058&r2=466059
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF Fri Oct 20 03:52:18 2006
@@ -16,6 +16,7 @@
  java.lang,
  java.math;resolution:=optional,
  java.net,
+ java.nio.charset,
  java.security,
  java.security.cert,
  java.util,