Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.github.core')
-rw-r--r--org.eclipse.egit.github.core/META-INF/MANIFEST.MF4
-rw-r--r--org.eclipse.egit.github.core/plugin.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
index bb79df37..7a335e45 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
@@ -1,11 +1,11 @@
Manifest-Version: 1.0
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.egit.github.core
Bundle-SymbolicName: org.eclipse.egit.github.core
Bundle-Version: 5.5.0.qualifier
-Bundle-Vendor: %providerName
+Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.gson;version="[1.6.0,3.0.0)",
com.google.gson.annotations;version="[1.6.0,3.0.0)",
diff --git a/org.eclipse.egit.github.core/plugin.properties b/org.eclipse.egit.github.core/plugin.properties
index 14080de8..bfcee49b 100644
--- a/org.eclipse.egit.github.core/plugin.properties
+++ b/org.eclipse.egit.github.core/plugin.properties
@@ -1,2 +1,2 @@
-pluginName=EGit GitHub API Core
-providerName=Eclipse EGit \ No newline at end of file
+Bundle-Name=EGit GitHub API Core
+Bundle-Vendor=Eclipse EGit \ No newline at end of file

Back to the top