Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2009-01-09 09:38:55 +0000
committerAlexander Kurtakov2009-01-09 09:38:55 +0000
commit8822195418b54dcaa4f04ce8fff777e273d705c0 (patch)
treeb67061b4c60d03ce2f90c422c8e2ac3b971049d9 /rpmstubby
parent5d04e75a086fbbf1827622e19b75c2c96ef212aa (diff)
downloadorg.eclipse.linuxtools-8822195418b54dcaa4f04ce8fff777e273d705c0.tar.gz
org.eclipse.linuxtools-8822195418b54dcaa4f04ce8fff777e273d705c0.tar.xz
org.eclipse.linuxtools-8822195418b54dcaa4f04ce8fff777e273d705c0.zip
Add year 2009 to copyright.
Add qualifier to feature version.
Diffstat (limited to 'rpmstubby')
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/ChangeLog5
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties2
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml2
3 files changed, 7 insertions, 2 deletions
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/ChangeLog b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/ChangeLog
index 05abb8c918..aadda9a208 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/ChangeLog
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-09 Alexander Kurtakov <akurtakov@gmail.com>
+
+ * feature.properties: Add 2009 to copyright text.
+ * feature.xml: Add qualifier to version.
+
2008-12-10 Alexander Kurtakov <akurtakov@gmail.com>
* feature.xml: Fix feature id.
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties
index afe88405a2..5597b88746 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties
@@ -24,7 +24,7 @@ providerName=Eclipse.org
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
-Copyright (c) 2008 Red Hat, Inc and others. All rights reserved.\n\
+Copyright (c) 2008-2009 Red Hat, Inc and others. All rights reserved.\n\
\n\
This program and the accompanying materials are made available under the terms\n\
of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
index ea34014dfc..dfd018de00 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.rpmstubby.feature"
label="%featureName"
- version="0.1.0"
+ version="0.1.0.qualifier"
provider-name="%featureProvider">
<description url="http://www.eclipse.org/linuxtools/">

Back to the top