diff options
author | Patrick Tessier | 2016-11-17 14:54:20 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2016-11-17 15:16:20 +0000 |
commit | 2d2ecafb4ec68cf736cebff5706cae012e65daf9 (patch) | |
tree | 234d990ff511295f1267d12b8f44c4268f74b19c /plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration | |
parent | 5f62e7c6b9c1e92791afab32444ce573315415ec (diff) | |
download | org.eclipse.papyrus-2d2ecafb4ec68cf736cebff5706cae012e65daf9.tar.gz org.eclipse.papyrus-2d2ecafb4ec68cf736cebff5706cae012e65daf9.tar.xz org.eclipse.papyrus-2d2ecafb4ec68cf736cebff5706cae012e65daf9.zip |
Revert "Bug 506989 - [Toolsmith] remove the initial customization plugins from the initial Papyrus sdk and create a basic toolsmiths environment"
This reverts commit 4cca0d88fe8bff062b402cf10f25fe463ac1cbab.
the test does not compile
Change-Id: Iaad06df3fd3ca17d4249450e6285c0451ca08b9e
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, 3 insertions, 4 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml b/plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml index a4337d7f51b..e760a7eecc5 100644 --- a/plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml +++ b/plugins/customization/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.papyrus</groupId> - <artifactId>org.eclipse.papyrus.toolsmiths</artifactId> + <artifactId>org.eclipse.papyrus.customization</artifactId> <version>0.0.1-SNAPSHOT</version> - <relativePath>../../toolsmiths/pom.xml</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.customization.nattableconfiguration</artifactId> <groupId>org.eclipse.papyrus</groupId> |