diff options
author | Francois Le Fevre - CEA | 2016-11-10 15:07:35 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2016-11-17 12:55:18 +0000 |
commit | 4cca0d88fe8bff062b402cf10f25fe463ac1cbab (patch) | |
tree | 2b9f0c3e3ebf5938f4da89a3532da5ec6fcc71f9 /plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration | |
parent | e5b075c16b37614fe859b17faf1159fbcac8e8af (diff) | |
download | org.eclipse.papyrus-4cca0d88fe8bff062b402cf10f25fe463ac1cbab.tar.gz org.eclipse.papyrus-4cca0d88fe8bff062b402cf10f25fe463ac1cbab.tar.xz org.eclipse.papyrus-4cca0d88fe8bff062b402cf10f25fe463ac1cbab.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
- 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
Change-Id: I45082671b84782cd7ee8f09b7c4126300263a5d7
Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration')
-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> |