From ba6cc57db8e7fc5d2a15979524cc3326794fa7fe Mon Sep 17 00:00:00 2001 From: Michael Valenta Date: Wed, 16 Jun 2004 16:22:21 +0000 Subject: Updating examples --- .../plugin.properties | 4 ++-- examples/org.eclipse.team.examples.filesystem/plugin.xml | 16 ++++++++-------- .../team/examples/filesystem/FileSystemOperations.java | 6 ++++-- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.properties b/examples/org.eclipse.team.examples.filesystem/plugin.properties index 246f0c863..dda9b9c00 100644 --- a/examples/org.eclipse.team.examples.filesystem/plugin.properties +++ b/examples/org.eclipse.team.examples.filesystem/plugin.properties @@ -17,8 +17,8 @@ Put.name=Put Put.tooltip=Copy resources to the shared file system location Get.name=Get Get.tooltip=Copy resources from the shared file system location to the workbench -Unmanage.name=Unmanage -Unmanage.tooltip=Mark resources as not-shared +Unmanage.name=Disconnect +Unmanage.tooltip=Disconnect the project from the shared file system locaton Replace.name=File System Contents Replace.tooltip=Overwrites the local copy of this resource with the one in the repository diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml index fbbe41d5c..39007b74a 100644 --- a/examples/org.eclipse.team.examples.filesystem/plugin.xml +++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml @@ -96,11 +96,11 @@ value="org.eclipse.team.core.repository=org.eclipse.team.examples.filesystem.FileSystemProvider"> + id="org.eclipse.team.examples.filesystem.put"> + id="org.eclipse.team.examples.filesystem.synchronize">