Thanks Nathan - I hadn't realised that because all the other manifests have java.* imports. Do you think it would be worth changing them?
On 03/06/2008, Nathan Beyer <[EMAIL PROTECTED]> wrote: > > BTW - java.* classes don't need to be imported; however, javax.* package do > > On Mon, Jun 2, 2008 at 9:26 AM, <[EMAIL PROTECTED]> wrote: > > > Author: sjanuary > > Date: Mon Jun 2 07:26:26 2008 > > New Revision: 662447 > > > > URL: http://svn.apache.org/viewvc?rev=662447&view=rev > > Log: > > New manifest file for bcel (to be used by pack200) > > > > Added: > > harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/ > > harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/ > > > > > > > harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF > > (with props) > > > > Added: > > > harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF > > URL: > > > http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF?rev=662447&view=auto > > > > > ============================================================================== > > --- > > > harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF > > (added) > > +++ > > > harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF > > Mon Jun 2 07:26:26 2008 > > @@ -0,0 +1,17 @@ > > +Manifest-Version: 1.0 > > +Bundle-ManifestVersion: 2 > > +Bundle-Name: BCEL > > +Bundle-SymbolicName: org.apache.bcel;singleton:=true > > +Bundle-Version: 5.2 > > +Bundle-ClassPath: bcel-5.2.jar > > +Eclipse-JREBundle: true > > +Import-Package: java.io, > > + java.lang > > +Export-Package: org.apache.bcel, > > + org.apache.bcel.classfile, > > + org.apache.bcel.generic, > > + org.apache.bcel.util, > > + org.apache.bcel.verifier, > > + org.apache.bcel.verifier.exc, > > + org.apache.bcel.verifier.statics, > > + org.apache.bcel.verifier.structurals > > > > Propchange: > > > harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF > > > > > ------------------------------------------------------------------------------ > > svn:eol-style = native > > > > Propchange: > > > harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF > > > > > ------------------------------------------------------------------------------ > > svn:mime-type = text/plain > > > > > > > -- Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
