Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Pascual2015-02-27 11:05:25 +0000
committerGabriel Pascual2015-02-27 12:37:50 +0000
commit4c88cb3924a632bc19bb583e2977b2916cb75bef (patch)
tree086d126f0182941fd126d26d785289f756e536a1 /plugins/uml/profile
parentd8e33f7ec3967ea52ded7bf2eace21b84fda390f (diff)
downloadorg.eclipse.papyrus-4c88cb3924a632bc19bb583e2977b2916cb75bef.tar.gz
org.eclipse.papyrus-4c88cb3924a632bc19bb583e2977b2916cb75bef.tar.xz
org.eclipse.papyrus-4c88cb3924a632bc19bb583e2977b2916cb75bef.zip
Bug 460889: [Releng] Execute oep.uml.profile.drafter.tests in the build
process https://bugs.eclipse.org/bugs/show_bug.cgi?id=460889 - Project oep.uml.profile.drafter.tests : o Add to Papyrus Test Suite launcher o Change Tycho nature to eclipse-test-plugin o Cirrect compilation error - Projectoep.uml.profile.drafter : o Export package Activator - Other test projects : o Change Tycho nature to eclipse-test-plugin Change-Id: Ic3e8e0314c98bdf7f997285f7e6efaf352eb007b Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
Diffstat (limited to 'plugins/uml/profile')
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/META-INF/MANIFEST.MF3
1 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 3dee06295e2..da3e53d93d5 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
@@ -34,6 +34,7 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.papyrus.uml.profile.drafter.exceptions,
+Export-Package: org.eclipse.papyrus.uml.profile.drafter,
+ org.eclipse.papyrus.uml.profile.drafter.exceptions,
org.eclipse.papyrus.uml.profile.drafter.ui.handler
Bundle-Localization: plugin

Back to the top