You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sj...@apache.org on 2008/10/08 15:19:05 UTC

svn commit: r702862 - /harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF

Author: sjanuary
Date: Wed Oct  8 06:19:05 2008
New Revision: 702862

URL: http://svn.apache.org/viewvc?rev=702862&view=rev
Log:
Added ASM dependency for pack200

Modified:
    harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF

Modified: 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=702862&r1=702861&r2=702862&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF (original)
+++ harmony/enhanced/classlib/trunk/depends/manifests/bcel-5.2/META-INF/MANIFEST.MF Wed Oct  8 06:19:05 2008
@@ -1,17 +1,10 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: BCEL
-Bundle-SymbolicName: org.apache.bcel;singleton:=true
-Bundle-Version: 5.2
+Bundle-Name: ASM
+Bundle-SymbolicName: org.objectweb.asm;singleton:=true
+Bundle-Version: 3.1
 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
+Export-Package: org.objectweb.asm, org.objectweb.asm.signature