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-17 12:55:18 +0000
commit4cca0d88fe8bff062b402cf10f25fe463ac1cbab (patch)
tree2b9f0c3e3ebf5938f4da89a3532da5ec6fcc71f9 /plugins/customization/org.eclipse.papyrus.customization.properties
parente5b075c16b37614fe859b17faf1159fbcac8e8af (diff)
downloadorg.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.properties')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/pom.xml b/plugins/customization/org.eclipse.papyrus.customization.properties/pom.xml
index dcfa20fcb35..5b0f1fe4dd2 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/pom.xml
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/pom.xml
@@ -1,10 +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>
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.toolsmiths</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../../toolsmiths/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.customization.properties</artifactId>
<version>2.0.0-SNAPSHOT</version>

Back to the top