From 8de4f8b5f13420fd270d008f5407fcb4c6f74baa Mon Sep 17 00:00:00 2001 From: Cedric Dumoulin Date: Tue, 20 Jan 2015 22:19:04 +0100 Subject: 457953: [Profile] Profile Drafter have pending regression tests Remove Incubation tags, set missing dependency version in tests Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=457953--- .../org.eclipse.papyrus.uml.profile.drafter/build.properties | 7 ++++++- .../META-INF/MANIFEST.MF | 2 +- .../plugin.properties | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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 efd207496ae..f2b13090d59 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 @@ -1,4 +1,9 @@ source.. = src/ output.. = bin/ -bin.includes = META-INF/,.,plugin.xml,plugin.properties,about.html,icons/ +bin.includes = META-INF/,\ + .,\ + plugin.xml,\ + plugin.properties,\ + about.html,\ + icons/ src.includes = about.html,icons/ diff --git a/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/META-INF/MANIFEST.MF index fc264ab1269..385732611f4 100644 --- a/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/META-INF/MANIFEST.MF +++ b/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.papyrus.uml.profile.drafter.tests Bundle-Version: 1.1.0.qualifier Fragment-Host: org.eclipse.papyrus.uml.profile.drafter;bundle-version="1.1.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.common +Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.1.0" Export-Package: org.eclipse.papyrus.uml.profile.drafter.tests, org.eclipse.papyrus.uml.profile.drafter.tests.exception Bundle-Vendor: %providerName diff --git a/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/plugin.properties b/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/plugin.properties index 6ff866cded7..5de1bebcb1f 100644 --- a/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/plugin.properties +++ b/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # Cedric Dumoulin Cedric.dumoulin@lifl.fr - Initial API and implementation ################################################################################## -pluginName=Profile Drafter Tests (Incubation) +pluginName=Profile Drafter Tests providerName=Eclipse Modeling Project -- cgit v1.2.3