Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-01-21 12:29:43 +0000
committerCamille Letavernier2015-01-21 12:29:43 +0000
commit1ae0e26bc9dd9d5929f6734d60cecfbe1eb54e73 (patch)
tree19359bcfcd2ce5b6298020474004847e56ed46de
parentc6bef09a9ae37c22bd71fc4ddd9df36c20b086ce (diff)
downloadorg.eclipse.papyrus-1ae0e26bc9dd9d5929f6734d60cecfbe1eb54e73.tar.gz
org.eclipse.papyrus-1ae0e26bc9dd9d5929f6734d60cecfbe1eb54e73.tar.xz
org.eclipse.papyrus-1ae0e26bc9dd9d5929f6734d60cecfbe1eb54e73.zip
457953: [Profile] Profile Drafter have pending regression tests
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457953 - Fix Bundle-Vendor
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/META-INF/MANIFEST.MF1
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/build.properties2
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/META-INF/MANIFEST.MF b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/META-INF/MANIFEST.MF
index 6f8ab7982b8..bac811c5208 100644
--- a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/META-INF/MANIFEST.MF
+++ b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/META-INF/MANIFEST.MF
@@ -36,3 +36,4 @@ Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.uml.profile.drafter.exceptions,
org.eclipse.papyrus.uml.profile.drafter.ui.handler
+Bundle-Localization: plugin
diff --git a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/build.properties b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/build.properties
index f2b13090d59..9bf79af851e 100644
--- a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/build.properties
+++ b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/build.properties
@@ -6,4 +6,4 @@ bin.includes = META-INF/,\
plugin.properties,\
about.html,\
icons/
-src.includes = about.html,icons/
+src.includes = about.html

Back to the top