Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2008-04-02 12:52:14 +0000
committerKim Moir2008-04-02 12:52:14 +0000
commit2da0cbed2a04971f24c98feca3d324188cd117ad (patch)
tree5427a928681a824db3cf9c5f7b0a84350e81056f /features/org.eclipse.cvs-feature/feature.xml
parent0fa85d5c4109b49ea86db31cd3163d0d1cbc55a7 (diff)
downloadeclipse.platform.team-2da0cbed2a04971f24c98feca3d324188cd117ad.tar.gz
eclipse.platform.team-2da0cbed2a04971f24c98feca3d324188cd117ad.tar.xz
eclipse.platform.team-2da0cbed2a04971f24c98feca3d324188cd117ad.zip
update version so > 3.3.2v20080507v20080402
Diffstat (limited to 'features/org.eclipse.cvs-feature/feature.xml')
-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 6537cd289..4cb311744 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.100.qualifier"
+ version="1.1.0.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