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
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')
-rw-r--r--features/org.eclipse.cvs-feature/feature.properties4
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.properties b/features/org.eclipse.cvs-feature/feature.properties
index 3d4ad307a..3c73eaba3 100644
--- a/features/org.eclipse.cvs-feature/feature.properties
+++ b/features/org.eclipse.cvs-feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
+# Copyright (c) 2000, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -28,7 +28,7 @@ description=Eclipse CVS Client. (Binary runtime and user documentation.)
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
-Copyright (c) 2000, 2007 IBM Corporation and others.\n\
+Copyright (c) 2000, 2008 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\
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