diff options
author | DJ Houghton | 2006-11-21 15:20:21 +0000 |
---|---|---|
committer | DJ Houghton | 2006-11-21 15:20:21 +0000 |
commit | 6a63535f08e71267b60db5907769e0590c8f8d97 (patch) | |
tree | 2d4ff9f72f3b6cc41fa4d2d2030cf7a9ed8eadeb /bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF | |
parent | bb0a363749e156859c230fb6aa01bc37fe56900f (diff) | |
download | rt.equinox.framework-6a63535f08e71267b60db5907769e0590c8f8d97.tar.gz rt.equinox.framework-6a63535f08e71267b60db5907769e0590c8f8d97.tar.xz rt.equinox.framework-6a63535f08e71267b60db5907769e0590c8f8d97.zip |
Refactor supplement bundle to be nested within OSGI.v20061121
Diffstat (limited to 'bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF')
-rw-r--r-- | bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF new file mode 100644 index 000000000..feb15801c --- /dev/null +++ b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF @@ -0,0 +1,22 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.equinox.supplement +Bundle-Version: 1.0.0.qualifier +Bundle-Vendor: %providerName +Bundle-Localization: plugin +Export-Package: org.eclipse.core.runtime.internal.adaptor;x-internal:=true, + org.eclipse.osgi.framework.debug, + org.eclipse.osgi.framework.internal.core;x-internal:=true, + org.eclipse.osgi.framework.internal.reliablefile;x-internal:=true, + org.eclipse.osgi.framework.log, + org.eclipse.osgi.service.datalocation, + org.eclipse.osgi.service.debug, + org.eclipse.osgi.service.localization, + org.eclipse.osgi.service.urlconversion, + org.eclipse.osgi.storagemanager, + org.eclipse.osgi.util +Bundle-RequiredExecutionEnvironment: J2SE-1.4, + CDC-1.0/Foundation-1.0, + J2SE-1.3 +Import-Package: org.osgi.framework |