Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-07-30 19:26:59 +0000
committerMichael Valenta2007-07-30 19:26:59 +0000
commit62179345ac9b092bffb57395ded7b9794f44d5a5 (patch)
treecc6d0f9f1f72c4f9d90a85f175280ad06312be64
parent264c9e1ba19cc16293bfc31223d9720233846aa5 (diff)
downloadeclipse.platform.team-62179345ac9b092bffb57395ded7b9794f44d5a5.tar.gz
eclipse.platform.team-62179345ac9b092bffb57395ded7b9794f44d5a5.tar.xz
eclipse.platform.team-62179345ac9b092bffb57395ded7b9794f44d5a5.zip
Bug 104203 [Wizards] Allow multiple projects to be shared
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index 4f32262a9..19cb81a41 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -6,7 +6,7 @@
<plugin
id="org.eclipse.team.examples.filesystem"
name="%pluginName"
- version="3.3.0.qualifier"
+ version="3.4.0.qualifier"
provider-name="%providerName"
class="org.eclipse.team.examples.filesystem.FileSystemPlugin">

Back to the top