Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-04-19 15:19:45 +0000
committerTom Schindl2013-04-19 15:19:45 +0000
commit11ba166590082e88093f620b7f24c424493705c8 (patch)
treefddb13237f5b35cff0d4134cfeb7c812bd547923
parentb6ce3814c7e5ad5fce25975bef04aa727d529bff (diff)
downloadorg.eclipse.efxclipse-11ba166590082e88093f620b7f24c424493705c8.tar.gz
org.eclipse.efxclipse-11ba166590082e88093f620b7f24c424493705c8.tar.xz
org.eclipse.efxclipse-11ba166590082e88093f620b7f24c424493705c8.zip
fixed bundle name
-rwxr-xr-xbundles/runtime/org.eclipse.fx.ui.workbench3/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.workbench3/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.ui.workbench3/META-INF/MANIFEST.MF
index e0bf6c8ed..d2fbf99ec 100755
--- a/bundles/runtime/org.eclipse.fx.ui.workbench3/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.ui.workbench3/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
-Bundle-SymbolicName: at.bestsolution.efxclipse.runtime.workbench3
+Bundle-SymbolicName: org.eclipse.fx.ui.workbench3
Bundle-Version: 0.8.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.ui.workbench;bundle-version="3.7.0";visibility:=reexport,

Back to the top