Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-04-04 06:08:39 +0000
committerKarsten Thoms2018-05-15 08:58:13 +0000
commit5e4727436bcdb4d509cb39aff99949886efa3b4c (patch)
tree4a360413bc61a46aee520d62caf823d6862f913f /bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF
parent10de381e3c8b0656c0a5114a6332811f5f5484b4 (diff)
downloadeclipse.platform.team-I20180516-2000.tar.gz
eclipse.platform.team-I20180516-2000.tar.xz
eclipse.platform.team-I20180516-2000.zip
I imported everything from git, so these should be the last missing projects in the team repository and the bug can be closed afterwards. Bumped versions for 4.8. Change-Id: I617177b5febb7c18e0c7e5b33c978c8b8189a210 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug:527927
Diffstat (limited to 'bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF b/bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF
index 6d3d9372e..e23058a89 100644
--- a/bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.compare.win32/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare.win32;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.100.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Eclipse-PlatformFilter: (osgi.os=win32)
@@ -17,3 +17,4 @@ Export-Package: org.eclipse.compare.internal.win32;x-internal:=true
Bundle-Activator: org.eclipse.compare.internal.win32.Activator
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
+Automatic-Module-Name: org.eclipse.compare.win32

Back to the top