Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml2
-rw-r--r--features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties4
-rw-r--r--features/org.eclipse.cvs-feature/sourceTemplatePlugin/about.properties4
3 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 bf58a63a0..8e1446e7a 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.3.100.qualifier"
+ version="1.3.200.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.0.qualifier">
diff --git a/features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties
index f898707e3..517d37d35 100644
--- a/features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties
+++ b/features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation and others.
+# Copyright (c) 2000, 2012 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
@@ -27,7 +27,7 @@ description=API documentation and source code zips for Eclipse CVS client.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
-Copyright (c) 2000, 2011 IBM Corporation and others.\n\
+Copyright (c) 2000, 2012 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/sourceTemplatePlugin/about.properties b/features/org.eclipse.cvs-feature/sourceTemplatePlugin/about.properties
index df3e1e04f..5ce7641bd 100644
--- a/features/org.eclipse.cvs-feature/sourceTemplatePlugin/about.properties
+++ b/features/org.eclipse.cvs-feature/sourceTemplatePlugin/about.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation and others.
+# Copyright (c) 2000, 2012 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
@@ -19,6 +19,6 @@ blurb=Eclipse CVS Client\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2011. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.\n\
Visit http://www.eclipse.org/eclipse/platform-cvs/

Back to the top