Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2009-07-10 13:25:32 +0000
committerTomasz Zarna2009-07-10 13:25:32 +0000
commit85566271de397bd3463ea19d9c5a978a817eaf5b (patch)
treeee89c4a7aafc18f59c9fa27338457f0b37ceaf43 /examples/org.eclipse.team.examples.filesystem
parentcfd4686257e147e09adc0b018a2628502c18dd96 (diff)
downloadeclipse.platform.team-85566271de397bd3463ea19d9c5a978a817eaf5b.tar.gz
eclipse.platform.team-85566271de397bd3463ea19d9c5a978a817eaf5b.tar.xz
eclipse.platform.team-85566271de397bd3463ea19d9c5a978a817eaf5b.zip
bug 283126: Increment the service segment for components with released fixes in 3.6M1
Diffstat (limited to 'examples/org.eclipse.team.examples.filesystem')
-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 19cb81a41..3acf8f24f 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.4.0.qualifier"
+ version="3.4.100.qualifier"
provider-name="%providerName"
class="org.eclipse.team.examples.filesystem.FileSystemPlugin">

Back to the top