Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2010-06-28 09:26:34 +0000
committerTomasz Zarna2010-06-28 09:26:34 +0000
commit81ff26b7b00fc7771674dcb297ee288423b78205 (patch)
treebb1b748c039ae22559bef7b25944b8211662b0e8 /examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF
parentaf9f75686a755000ef06addafc93a4406a7a0ce3 (diff)
downloadeclipse.platform.team-81ff26b7b00fc7771674dcb297ee288423b78205.tar.gz
eclipse.platform.team-81ff26b7b00fc7771674dcb297ee288423b78205.tar.xz
eclipse.platform.team-81ff26b7b00fc7771674dcb297ee288423b78205.zip
bug 316050: these compare and team examples should be converted from old-style plugins to real OSGi bundles in 3.7
Diffstat (limited to 'examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF')
-rw-r--r--examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF b/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..84b55ad53
--- /dev/null
+++ b/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.compare.examples; singleton:=true
+Bundle-Version: 3.1.200.qualifier
+Bundle-ClassPath: compareexamples.jar
+Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Export-Package: org.eclipse.compare.examples.structurecreator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.resources,
+ org.eclipse.compare,
+ org.eclipse.jface.text,
+ org.eclipse.core.runtime.compatibility
+Bundle-ActivationPolicy: lazy

Back to the top