Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-07-11 13:21:23 +0000
committerJean Michel-Lemieux2003-07-11 13:21:23 +0000
commit39c0a0de224f613e581af6ee071ab329d8f414c4 (patch)
tree0fff21068ab2deed2901bc6f74cece9eae42b21a /examples
parent8442b100ffa5acfc8d56215a719e0d788540fe81 (diff)
downloadeclipse.platform.team-39c0a0de224f613e581af6ee071ab329d8f414c4.tar.gz
eclipse.platform.team-39c0a0de224f613e581af6ee071ab329d8f414c4.tar.xz
eclipse.platform.team-39c0a0de224f613e581af6ee071ab329d8f414c4.zip
Updated version to 3.0
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index df8b947b7..1dde89efc 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.team.examples.filesystem"
name="%pluginName"
- version="2.1.0"
+ version="3.0.0"
provider-name="%providerName"
class="org.eclipse.team.examples.filesystem.FileSystemPlugin">
@@ -20,6 +20,7 @@
<import plugin="org.eclipse.ui"/>
</requires>
+
<!-- *************** Repository Provider **************** -->
<extension
point="org.eclipse.team.core.repository">
@@ -28,7 +29,6 @@
id="org.eclipse.team.examples.filesystem.FileSystemProvider">
</repository>
</extension>
-
<!-- *************** POPUP MENUS **************** -->
<extension
point="org.eclipse.ui.popupMenus">
@@ -62,7 +62,6 @@
id="org.eclipse.team.examples.filesystem.replace">
</action>
</objectContribution>
-
<objectContribution
objectClass="org.eclipse.core.resources.IProject"
adaptable="true"
@@ -80,7 +79,6 @@
</action>
</objectContribution>
</extension>
-
<!-- *************** CONFIGURATION WIZARD **************** -->
<extension
point="org.eclipse.team.ui.configurationWizards">
@@ -95,8 +93,6 @@
</description>
</wizard>
</extension>
-
-
<!-- *************** PROPERTY PAGES **************** -->
<extension
point="org.eclipse.ui.propertyPages">
@@ -112,5 +108,5 @@
</filter>
</page>
</extension>
-
+
</plugin>

Back to the top