Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-02-06 09:16:48 +0000
committervlorenzo2012-02-06 09:16:48 +0000
commit983f9d8fb0f89b632888b898929e6f2ee9f88e32 (patch)
treec1a26d7212985cbc11ad7aaa8f8c02e3720d8ecf /plugins/customization/org.eclipse.papyrus.customization.palette
parentdb9bffa44ba3dea6d9c31c35c21b6ee9399f10f9 (diff)
downloadorg.eclipse.papyrus-983f9d8fb0f89b632888b898929e6f2ee9f88e32.tar.gz
org.eclipse.papyrus-983f9d8fb0f89b632888b898929e6f2ee9f88e32.tar.xz
org.eclipse.papyrus-983f9d8fb0f89b632888b898929e6f2ee9f88e32.zip
Add the feature oep.palette.customization.fragment to the build + remove the qualifier from the feature version (see Bug 368274 - Buckminster error with fragments and source feature)
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.palette')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.palette/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.palette/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization.palette/META-INF/MANIFEST.MF
index b047f5ab1cf..233596ba9ba 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.palette/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.customization.palette/META-INF/MANIFEST.MF
@@ -12,7 +12,7 @@ Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.papyrus.uml.diagram.common;bundle-version="0.8.0"
Eclipse-PatchFragment: true
Bundle-ClassPath: .
-Bundle-Version: 0.9.0.qualifier
+Bundle-Version: 0.9.0.v1
Bundle-Name: %fragmentName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.customization.palette;singleton:=true

Back to the top