Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.cvs-feature/feature.xml')
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index 77979413a..3147c5c96 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -2,18 +2,18 @@
<feature
id="org.eclipse.cvs"
label="%featureName"
- version="1.4.500.qualifier"
- provider-name="%providerName"
+ version="1.4.600.qualifier"
+ provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description>
%description
</description>
-
+
<copyright>
%copyright
- </copyright>
+ </copyright>
<license url="%licenseURL">
%license
@@ -31,7 +31,7 @@
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="false"/>
<plugin
id="org.eclipse.team.cvs.ssh2"

Back to the top