Here's a simple patch to the NIO manifest file to fix a package name, and remove a reference to the evil "Require-Bundle:" (cue flames from Eclipse die hards<g>).
I'd also like to suggest a patch that includes an svn file move, how should I describe that patch to you? Regards, Tim -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK. Index: C:/apache-harm/harmony/enhanced/trunk/sandbox/contribs/ibm_core/java-src/nio/META-INF/MANIFEST.MF =================================================================== --- C:/apache-harm/harmony/enhanced/trunk/sandbox/contribs/ibm_core/java-src/nio/META-INF/MANIFEST.MF (revision 354387) +++ C:/apache-harm/harmony/enhanced/trunk/sandbox/contribs/ibm_core/java-src/nio/META-INF/MANIFEST.MF (working copy) @@ -8,13 +8,12 @@ Export-Package: java.nio, java.nio.channels, java.nio.channels.spi, - com.ibm.io.nio.factory + com.ibm.io.nio Import-Package: java.io, java.lang, java.lang.ref, java.net, java.nio.charset, - java.util -Require-Bundle: org.apache.harmony.luni, - org.apache.harmony.nio_char - + java.util, + com.ibm.misc.util, + com.ibm.oti.vm
