Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2016-11-10 15:07:35 +0000
committerGerrit Code Review @ Eclipse.org2016-11-24 08:52:50 +0000
commitd967ab9d1053deb7a31e3cdd7ac51ba528526fb6 (patch)
tree6ee6ec71f639742733a901835257b31f4f37525c /features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
parentfdb5859071b4f02f8e59f10f83c2971c68d3e645 (diff)
downloadorg.eclipse.papyrus-d967ab9d1053deb7a31e3cdd7ac51ba528526fb6.tar.gz
org.eclipse.papyrus-d967ab9d1053deb7a31e3cdd7ac51ba528526fb6.tar.xz
org.eclipse.papyrus-d967ab9d1053deb7a31e3cdd7ac51ba528526fb6.zip
Bug 506989 - [Toolsmith] remove the initial customization plugins from
the initial Papyrus sdk and create a basic toolsmiths environment - removing the customization plugins from the continous integration - removing custo tests from core tests - integrating the tests as a maven module - keeping the customization one in extra / cdo - adding a dedicated feature and releng configuration matching the actual configuration of Papyrus - configuration of eclipse/portable profile in function of hudson variable definition - changing test class name to maven tycho surefire convention. Change-Id: If85044f9aee0c16afbbd8dfc6fec1b3c5d8fdef3 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
index ae7a668c815..eeca78abc1b 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
@@ -82,13 +82,6 @@ http://www.eclipse.org/legal/epl-v10.html
unpack="false"/>
<plugin
- id="org.eclipse.papyrus.customization.properties.tests"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.papyrus.editor.integration.tests"
download-size="0"
install-size="0"

Back to the top