### Eclipse Workspace Patch 1.0 #P org.eclipse.core.resources Index: src/org/eclipse/core/internal/utils/Messages.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/Messages.java,v retrieving revision 1.41 diff -u -r1.41 Messages.java --- src/org/eclipse/core/internal/utils/Messages.java 25 Jan 2010 14:08:44 -0000 1.41 +++ src/org/eclipse/core/internal/utils/Messages.java 26 Feb 2010 17:32:59 -0000 @@ -247,6 +247,7 @@ public static String resources_pathNull; public static String resources_projectDesc; public static String resources_projectDescSync; + public static String resources_projectMustNotBeOpen; public static String resources_projectPath; public static String resources_pruningHistory; public static String resources_reading; Index: src/org/eclipse/core/internal/utils/messages.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/messages.properties,v retrieving revision 1.139 diff -u -r1.139 messages.properties --- src/org/eclipse/core/internal/utils/messages.properties 25 Jan 2010 14:08:44 -0000 1.139 +++ src/org/eclipse/core/internal/utils/messages.properties 26 Feb 2010 17:33:00 -0000 @@ -9,6 +9,7 @@ # IBM Corporation - initial API and implementation # Serge Beauchamp (Freescale Semiconductor) - [252996] add resource filtering # Serge Beauchamp (Freescale Semiconductor) - [229633] Group and Project Path Variable Support +# Francis Lynch (Wind River) - [301563] project refresh snapshots ############################################################################### ### Resources plugin messages. @@ -243,6 +244,7 @@ resources_pathNull = Paths must not be null. resources_projectDesc = Problems encountered while setting project description. resources_projectDescSync = Could not set the project description for ''{0}'' because the project description file (.project) is out of sync with the file system. +resources_projectMustNotBeOpen = Project must not be open. resources_projectPath = Path for project must have only one segment. resources_pruningHistory = Pruning history. resources_reading = Reading.