Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2007-08-02 20:26:40 +0000
committerKim Moir2007-08-02 20:26:40 +0000
commit693672e15e90862a2e0e682f5b2bdde0126ffb25 (patch)
treee01f4c1e24125aaefdc8e303ca3a008405c6f85d
parent7254748cb807a7fdb5a54578d917640e4d03abbd (diff)
downloadeclipse.platform.team-693672e15e90862a2e0e682f5b2bdde0126ffb25.tar.gz
eclipse.platform.team-693672e15e90862a2e0e682f5b2bdde0126ffb25.tar.xz
eclipse.platform.team-693672e15e90862a2e0e682f5b2bdde0126ffb25.zip
Bug 197692 update feature versions for 3.4, 3.3.1R33x_r20070802
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index 86d60f865..16ff519fa 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cvs"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.0.1.qualifier"
provider-name="%providerName">
<description>
@@ -22,7 +22,7 @@
<import feature="org.eclipse.platform" version="3.3.0" match="compatible"/>
</requires>
-<plugin
+ <plugin
id="org.eclipse.cvs"
download-size="0"
install-size="0"
@@ -55,6 +55,6 @@
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="false"/>
</feature>

Back to the top