Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormvelten2011-10-28 10:21:01 +0000
committermvelten2011-10-28 10:21:01 +0000
commit7bbd552dd382c90423335fdf43a8cb91002f8297 (patch)
treeace0f9a546253b0e42a01f821abc7bda3b78a877 /extraplugins/epf-richtext
parentd63c48b31a75ec2601a61ae215a063d1ee5512ac (diff)
downloadorg.eclipse.papyrus-7bbd552dd382c90423335fdf43a8cb91002f8297.tar.gz
org.eclipse.papyrus-7bbd552dd382c90423335fdf43a8cb91002f8297.tar.xz
org.eclipse.papyrus-7bbd552dd382c90423335fdf43a8cb91002f8297.zip
epf : bump feature and plugin version
Diffstat (limited to 'extraplugins/epf-richtext')
-rw-r--r--extraplugins/epf-richtext/org.eclipse.epf.richtext-feature/feature.xml2
-rw-r--r--extraplugins/epf-richtext/org.eclipse.epf.richtext/META-INF/MANIFEST.MF2
2 files changed, 2 insertions, 2 deletions
diff --git a/extraplugins/epf-richtext/org.eclipse.epf.richtext-feature/feature.xml b/extraplugins/epf-richtext/org.eclipse.epf.richtext-feature/feature.xml
index 64d9df31657..e1d4fcfe8a2 100644
--- a/extraplugins/epf-richtext/org.eclipse.epf.richtext-feature/feature.xml
+++ b/extraplugins/epf-richtext/org.eclipse.epf.richtext-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.epf.richtext"
label="%featureName"
- version="1.6.0.qualifier"
+ version="1.6.1.qualifier"
provider-name="%providerName">
<description>
diff --git a/extraplugins/epf-richtext/org.eclipse.epf.richtext/META-INF/MANIFEST.MF b/extraplugins/epf-richtext/org.eclipse.epf.richtext/META-INF/MANIFEST.MF
index 03a85b447db..a1619528ae9 100644
--- a/extraplugins/epf-richtext/org.eclipse.epf.richtext/META-INF/MANIFEST.MF
+++ b/extraplugins/epf-richtext/org.eclipse.epf.richtext/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.epf.richtext;singleton:=true
-Bundle-Version: 1.6.0.qualifier
+Bundle-Version: 1.6.1.qualifier
Bundle-ClassPath: richtext.jar
Bundle-Activator: org.eclipse.epf.richtext.RichTextPlugin
Bundle-Vendor: %providerName

Back to the top