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
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)
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml4
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml4
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.palette/META-INF/MANIFEST.MF2
3 files changed, 9 insertions, 1 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
index f849a4e6eb5..5ae3eb96835 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
@@ -109,6 +109,10 @@
id="org.eclipse.papyrus.infra.emf.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.customization.fragment.feature"
+ version="0.0.0"/>
+
<plugin
id="org.eclipse.e4.xwt"
download-size="0"
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml
index a74fbf46e1e..85c53851f3a 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml
@@ -113,4 +113,8 @@
id="org.eclipse.papyrus.infra.emf.source.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.customization.fragment.source.feature"
+ version="0.0.0"/>
+
</feature>
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