diff options
author | Francois Le Fevre - CEA | 2016-11-10 15:07:35 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2016-11-24 08:52:50 +0000 |
commit | d967ab9d1053deb7a31e3cdd7ac51ba528526fb6 (patch) | |
tree | 6ee6ec71f639742733a901835257b31f4f37525c /plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml | |
parent | fdb5859071b4f02f8e59f10f83c2971c68d3e645 (diff) | |
download | org.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 'plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml')
-rw-r--r-- | plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml b/plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml index e760a7eecc5..a4337d7f51b 100644 --- a/plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml +++ b/plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.papyrus</groupId> - <artifactId>org.eclipse.papyrus.customization</artifactId> + <artifactId>org.eclipse.papyrus.toolsmiths</artifactId> <version>0.0.1-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../../toolsmiths/pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.customization.nattableconfiguration</artifactId> <groupId>org.eclipse.papyrus</groupId> |