Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Dumoulin2015-01-20 16:35:54 +0000
committerCedric Dumoulin2015-01-20 16:35:54 +0000
commitc4888abcb0e743986ecf2708987a569da592deba (patch)
tree9428f37b48e3517f89f7460cd15f25e378b71963
parent5ebd5b7f1593c61b4c4f2a7eda1747eff6dc87e4 (diff)
downloadorg.eclipse.papyrus-c4888abcb0e743986ecf2708987a569da592deba.tar.gz
org.eclipse.papyrus-c4888abcb0e743986ecf2708987a569da592deba.tar.xz
org.eclipse.papyrus-c4888abcb0e743986ecf2708987a569da592deba.zip
457953: [Profile Drafter] - Try to correct failling tests
Partially correct the tests by setting dependencies versions. Bundle-Vendor test still failling despite the fact that the vendor name is correct. Signed-off-by: Cedric Dumoulin <cedric.dumoulin@lifl.fr>
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/plugin.properties2
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/META-INF/MANIFEST.MF22
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/build.properties10
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.properties2
4 files changed, 15 insertions, 21 deletions
diff --git a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/plugin.properties b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/plugin.properties
index 2cee8c1909d..833c8e70fe8 100644
--- a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/plugin.properties
+++ b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/plugin.properties
@@ -8,5 +8,5 @@
# Contributors:
# Cedric Dumoulin Cedric.dumoulin@lifl.fr - Initial API and implementation
##################################################################################
-pluginName=Profile Drafter Ducumentation (Incubation)
+pluginName=Profile Drafter Ducumentation
providerName=Eclipse Modeling Project
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 d2b445605d5..6f8ab7982b8 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
@@ -10,18 +10,18 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.emf.common,
org.eclipse.emf.transaction,
org.eclipse.gmf.runtime.notation.edit,
- org.eclipse.papyrus.infra.core,
- org.eclipse.papyrus.infra.emf,
+ org.eclipse.papyrus.infra.core;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.emf;bundle-version="1.1.0",
org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.7.0",
org.eclipse.gmf.runtime.diagram.ui.resources.editor,
org.eclipse.uml2.uml,
- org.eclipse.papyrus.uml.tools,
- org.eclipse.papyrus.uml.profile,
- org.eclipse.papyrus.emf.facet.custom.metamodel,
- org.eclipse.papyrus.uml.tools.utils,
- org.eclipse.papyrus.infra.widgets,
- org.eclipse.papyrus.infra.services.labelprovider,
- org.eclipse.papyrus.infra.core.log,
+ org.eclipse.papyrus.uml.tools;bundle-version="1.1.0",
+ org.eclipse.papyrus.uml.profile;bundle-version="1.1.0",
+ org.eclipse.papyrus.emf.facet.custom.metamodel;bundle-version="1.1.0",
+ org.eclipse.papyrus.uml.tools.utils;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.widgets;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0",
com.google.guava;bundle-version="11.0.0",
org.eclipse.core.databinding,
org.eclipse.core.databinding.beans,
@@ -30,9 +30,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jface.databinding,
com.ibm.icu,
org.junit,
- org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.0.0"
+ org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.uml.profile.drafter.exceptions,
org.eclipse.papyrus.uml.profile.drafter.ui.handler
-Bundle-Vendor: %providerName
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 144ff3277c4..efd207496ae 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,10 +1,4 @@
source.. = src/
output.. = bin/
-bin.includes = META-INF/,\
- .,\
- plugin.xml,\
- plugin.properties,\
- about.html,\
- icons/
-src.includes = about.html,\
- icons/
+bin.includes = META-INF/,.,plugin.xml,plugin.properties,about.html,icons/
+src.includes = about.html,icons/
diff --git a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.properties b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.properties
index e4645e6f2b1..3943138523c 100644
--- a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.properties
+++ b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.properties
@@ -8,5 +8,5 @@
# Contributors:
# Cedric Dumoulin Cedric.dumoulin@lifl.fr - Initial API and implementation
##################################################################################
-pluginName=Profile Drafter (Incubation)
+pluginName=Papyrus Profile Drafter
providerName=Eclipse Modeling Project

Back to the top