View | Details | Raw Unified | Return to bug 301563 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/core/internal/utils/Messages.java (+1 lines)
Lines 247-252 Link Here
247
	public static String resources_pathNull;
247
	public static String resources_pathNull;
248
	public static String resources_projectDesc;
248
	public static String resources_projectDesc;
249
	public static String resources_projectDescSync;
249
	public static String resources_projectDescSync;
250
	public static String resources_projectMustNotBeOpen;
250
	public static String resources_projectPath;
251
	public static String resources_projectPath;
251
	public static String resources_pruningHistory;
252
	public static String resources_pruningHistory;
252
	public static String resources_reading;
253
	public static String resources_reading;
(-)src/org/eclipse/core/internal/utils/messages.properties (+2 lines)
Lines 9-14 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
#     Serge Beauchamp (Freescale Semiconductor) - [252996] add resource filtering
10
#     Serge Beauchamp (Freescale Semiconductor) - [252996] add resource filtering
11
#     Serge Beauchamp (Freescale Semiconductor) - [229633] Group and Project Path Variable Support
11
#     Serge Beauchamp (Freescale Semiconductor) - [229633] Group and Project Path Variable Support
12
#     Francis Lynch (Wind River) - [301563] project refresh snapshots
12
###############################################################################
13
###############################################################################
13
### Resources plugin messages.
14
### Resources plugin messages.
14
15
Lines 243-248 Link Here
243
resources_pathNull = Paths must not be null.
244
resources_pathNull = Paths must not be null.
244
resources_projectDesc = Problems encountered while setting project description.
245
resources_projectDesc = Problems encountered while setting project description.
245
resources_projectDescSync = Could not set the project description for ''{0}'' because the project description file (.project) is out of sync with the file system.
246
resources_projectDescSync = Could not set the project description for ''{0}'' because the project description file (.project) is out of sync with the file system.
247
resources_projectMustNotBeOpen = Project must not be open.
246
resources_projectPath = Path for project must have only one segment.
248
resources_projectPath = Path for project must have only one segment.
247
resources_pruningHistory = Pruning history.
249
resources_pruningHistory = Pruning history.
248
resources_reading = Reading.
250
resources_reading = Reading.

Return to bug 301563