Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2007-01-18 16:03:36 +0000
committerKim Moir2007-01-18 16:03:36 +0000
commit0d98abbc681ddaa972fd5a59a6541c02e9040d72 (patch)
tree44235822d297c3fdfd906e6a4eb15ee06359c2ce /META-INF/MANIFEST.MF
downloadeclipse.platform.team-0d98abbc681ddaa972fd5a59a6541c02e9040d72.tar.gz
eclipse.platform.team-0d98abbc681ddaa972fd5a59a6541c02e9040d72.tar.xz
eclipse.platform.team-0d98abbc681ddaa972fd5a59a6541c02e9040d72.zip
Bug 170807 incorporate new org.eclipse.cvs-feature into builds
Diffstat (limited to 'META-INF/MANIFEST.MF')
-rw-r--r--META-INF/MANIFEST.MF8
1 files changed, 8 insertions, 0 deletions
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..2190b9450
--- /dev/null
+++ b/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.cvs; singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Eclipse-AutoStart: true

Back to the top