Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-06-19 16:02:32 +0000
committerMichael Valenta2002-06-19 16:02:32 +0000
commit09c2fe28fc16787e12cc0c0c9e960c8ebd0c858b (patch)
tree66ee6220f06c5009405d5d1ff6594e7190ebe13f /examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/messages.properties
parent081cb4686993423b5ff6d2737cb3e3f3f2666ac3 (diff)
downloadeclipse.platform.team-09c2fe28fc16787e12cc0c0c9e960c8ebd0c858b.tar.gz
eclipse.platform.team-09c2fe28fc16787e12cc0c0c9e960c8ebd0c858b.tar.xz
eclipse.platform.team-09c2fe28fc16787e12cc0c0c9e960c8ebd0c858b.zip
Added validateSave/validateEdit
Diffstat (limited to 'examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/messages.properties')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/messages.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/messages.properties b/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/messages.properties
index de45f75a2..2b40e5e27 100644
--- a/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/messages.properties
+++ b/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/messages.properties
@@ -21,4 +21,8 @@ PutAction.problemMessage=A problem occured putting the resources.
GetAction.working=Getting resources...
GetAction.problemMessage=A problem occured getting the resources.
-FileSystemProvider.mustBeFolder=Target location ''{0}'' is a file and must be a folder. \ No newline at end of file
+ReplaceAction.working=Replacing resources...
+ReplaceAction.problemMessage=A problem occured replacing the resources.
+
+FileSystemProvider.mustBeFolder=Target location ''{0}'' is a file and must be a folder.
+RemoteResource.mustBeFolder=Resource ''{0}'' is a file so it cannot have entries \ No newline at end of file

Back to the top