Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-06-15 20:22:35 +0000
committerMichael Valenta2004-06-15 20:22:35 +0000
commit9df2564d62f032730f5c2f09e248be463ce22185 (patch)
tree0582db917da7adcb1dfadf49c8d3b1d981b68369 /examples/org.eclipse.team.examples.filesystem/plugin.xml
parent69900eca5aac470ed37963d55c4d69c07d094e38 (diff)
downloadeclipse.platform.team-9df2564d62f032730f5c2f09e248be463ce22185.tar.gz
eclipse.platform.team-9df2564d62f032730f5c2f09e248be463ce22185.tar.xz
eclipse.platform.team-9df2564d62f032730f5c2f09e248be463ce22185.zip
Updating examplea
Diffstat (limited to 'examples/org.eclipse.team.examples.filesystem/plugin.xml')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index 1713f551e..fbbe41d5c 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -96,6 +96,13 @@
value="org.eclipse.team.core.repository=org.eclipse.team.examples.filesystem.FileSystemProvider">
</filter>
<action
+ label="%Synchronize.name"
+ tooltip="%Synchronize.tooltip"
+ class="org.eclipse.team.examples.filesystem.ui.SynchronizeAction"
+ menubarPath="team.main/group1"
+ id="org.eclipse.team.examples.filesystem.synchronize">
+ </action>
+ <action
label="%Get.name"
tooltip="%Get.tooltip"
class="org.eclipse.team.examples.filesystem.ui.GetAction"

Back to the top