### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.ui Index: ui/org/eclipse/jdt/internal/ui/workingsets/AbstractWorkingSetWizardPage.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/AbstractWorkingSetWizardPage.java,v retrieving revision 1.11 diff -u -r1.11 AbstractWorkingSetWizardPage.java --- ui/org/eclipse/jdt/internal/ui/workingsets/AbstractWorkingSetWizardPage.java 10 Dec 2007 14:45:45 -0000 1.11 +++ ui/org/eclipse/jdt/internal/ui/workingsets/AbstractWorkingSetWizardPage.java 21 Jan 2008 10:25:46 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2007 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -55,7 +55,7 @@ /** * A tree viewer on the left is used to show the workspace content, a table viewer on the * right is used to show the working set content. Buttons to move content from right - * to left and vice versa are available between the two viewers. A text field allows to + * to left and vice versa are available between the two viewers. A text field allows to * set/change the working sets name. * * @since 3.1 @@ -448,7 +448,6 @@ IWorkingSetManager workingSetManager= PlatformUI.getWorkbench().getWorkingSetManager(); fWorkingSet= workingSetManager.createWorkingSet(workingSetName, (IAdaptable[])elements.toArray(new IAdaptable[elements.size()])); fWorkingSet.setId(getPageId()); - workingSetManager.addWorkingSet(fWorkingSet); } else { // Add inaccessible resources IAdaptable[] oldItems= fWorkingSet.getElements();