diff --git a/plugins/io.sarl.eclipse/src/io/sarl/eclipse/wizards/sreinstall/StandardSREPage.java b/plugins/io.sarl.eclipse/src/io/sarl/eclipse/wizards/sreinstall/StandardSREPage.java index 85f50269af..5d3f84b558 100644 --- a/plugins/io.sarl.eclipse/src/io/sarl/eclipse/wizards/sreinstall/StandardSREPage.java +++ b/plugins/io.sarl.eclipse/src/io/sarl/eclipse/wizards/sreinstall/StandardSREPage.java @@ -167,14 +167,14 @@ protected void selectSRE() { SARLEclipsePlugin.logDebugMessage("Selected SRE file (String): " + Strings.nullToEmpty(selectedFile)); //$NON-NLS-1$ IPath path = Path.fromOSString(selectedFile); SARLEclipsePlugin.logDebugMessage("Associated Eclipse Path (Path): " + path); //$NON-NLS-1$ - IWorkspace workspace = ResourcesPlugin.getWorkspace(); - IPath workspaceLocation = workspace.getRoot().getLocation(); - SARLEclipsePlugin.logDebugMessage("Workspace (Path): " + workspaceLocation); //$NON-NLS-1$ - if (workspaceLocation.isPrefixOf(path)) { - SARLEclipsePlugin.logDebugMessage("Make relative path"); //$NON-NLS-1$ - path = workspaceLocation.makeRelativeTo(workspaceLocation); - } - SARLEclipsePlugin.logDebugMessage("Resolved Path (Path): " + path); //$NON-NLS-1$ +// IWorkspace workspace = ResourcesPlugin.getWorkspace(); +// IPath workspaceLocation = workspace.getRoot().getLocation(); +// SARLEclipsePlugin.logDebugMessage("Workspace (Path): " + workspaceLocation); //$NON-NLS-1$ +// if (workspaceLocation.isPrefixOf(path)) { +// SARLEclipsePlugin.logDebugMessage("Make relative path"); //$NON-NLS-1$ +// path = workspaceLocation.makeRelativeTo(workspaceLocation); +// } +// SARLEclipsePlugin.logDebugMessage("Resolved Path (Path): " + path); //$NON-NLS-1$ // createWorkingCopy(); this.workingCopy.setJarFile(path);