Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-03-04 19:33:10 +0000
committerMike Rennie2013-03-04 19:33:10 +0000
commit6f0b87b599f20351ce2fb06a77af0810935bd49d (patch)
tree07345ecf0ba8b0a6b1580121fdf4494e8e3118a8 /bundles/org.eclipse.ui.workbench
parent67d74dc7f60c7ddbeb796df192a5163c4af8a1fe (diff)
downloadeclipse.platform.ui-6f0b87b599f20351ce2fb06a77af0810935bd49d.tar.gz
eclipse.platform.ui-6f0b87b599f20351ce2fb06a77af0810935bd49d.tar.xz
eclipse.platform.ui-6f0b87b599f20351ce2fb06a77af0810935bd49d.zip
Bug 398309 - Include getWorkbenchContext() in IWorkbench APIv20130304-193310
Diffstat (limited to 'bundles/org.eclipse.ui.workbench')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
index a6694f60d3f..7d5dca324b5 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
@@ -561,7 +561,7 @@ public final class Workbench extends EventManager implements IWorkbench {
+ nlExtensions));
}
- System.setProperty(E4Workbench.XMI_URI_ARG,
+ System.setProperty(org.eclipse.e4.ui.workbench.IWorkbench.XMI_URI_ARG,
"org.eclipse.ui.workbench/LegacyIDE.e4xmi"); //$NON-NLS-1$
Object obj = getApplication(Platform.getCommandLineArgs());
if (obj instanceof E4Application) {

Back to the top