diff options
author | Francois Le Fevre - CEA | 2015-07-10 07:25:06 +0000 |
---|---|---|
committer | Patrick Tessier | 2015-07-15 08:49:46 +0000 |
commit | 6b79002cd1ff3419eb8ec6e14ecbafea5999f8f9 (patch) | |
tree | 8c8498c81670c7f9d1d407826dc9cd8ba37dc61d /plugins/uml/nattable | |
parent | 0a7dd22aca0884ba125f1bdd351244b4d9a4edfb (diff) | |
download | org.eclipse.papyrus-6b79002cd1ff3419eb8ec6e14ecbafea5999f8f9.tar.gz org.eclipse.papyrus-6b79002cd1ff3419eb8ec6e14ecbafea5999f8f9.tar.xz org.eclipse.papyrus-6b79002cd1ff3419eb8ec6e14ecbafea5999f8f9.zip |
Bug 470576: [infra]: introduce an intermediate pom for nattable
-create a pom at each nattable level (main/uml/sysml/infra and
test/infra/sysml/uml) to manage all inside plugins as modules
Change-Id: Ida9ffd6123a8ff8dd7ed6407a13a1748a9fea546
Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/uml/nattable')
9 files changed, 44 insertions, 16 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml index 6c03aecb3c0..62fa58a9bd7 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml @@ -2,10 +2,10 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.uml.nattable.main</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.uml.nattable.clazz.config</artifactId> <groupId>org.eclipse.papyrus</groupId> diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml index 8b0872ee309..90970b1cdab 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml @@ -2,10 +2,10 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.uml.nattable.main</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.uml.nattable.generic.config</artifactId> <groupId>org.eclipse.papyrus</groupId> diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml index 483f189c17d..5ce38a4a744 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml @@ -2,10 +2,10 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.uml.nattable.main</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.uml.nattable.generic</artifactId> <groupId>org.eclipse.papyrus</groupId> diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml index f6eb19ba56e..d75f5767a48 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml @@ -2,10 +2,10 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.uml.nattable.main</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.uml.nattable.menu</artifactId> <groupId>org.eclipse.papyrus</groupId> diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml index 4bf708a696e..b0f90d6e488 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml @@ -2,10 +2,10 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.uml.nattable.main</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.uml.nattable.stereotype.display</artifactId> <groupId>org.eclipse.papyrus</groupId> diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml index 1adadc624a9..7cd88fdebef 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml @@ -2,10 +2,10 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.uml.nattable.main</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.uml.nattable.xtext.integration</artifactId> <groupId>org.eclipse.papyrus</groupId> diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml index 79009baf23e..d00f5a2569c 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml @@ -2,10 +2,10 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.uml.nattable.main</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.uml.nattable.xtext.valuespecification</artifactId> <groupId>org.eclipse.papyrus</groupId> diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml index d52d85375e9..263f667d475 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml @@ -2,10 +2,10 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.uml.nattable.main</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.uml.nattable</artifactId> <groupId>org.eclipse.papyrus</groupId> diff --git a/plugins/uml/nattable/pom.xml b/plugins/uml/nattable/pom.xml new file mode 100755 index 00000000000..e31011e9066 --- /dev/null +++ b/plugins/uml/nattable/pom.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>org.eclipse.papyrus.releng</artifactId> + <groupId>org.eclipse.papyrus</groupId> + <version>1.1.0-SNAPSHOT</version> + <relativePath>../../../releng/main</relativePath> + </parent> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.uml.nattable.main</artifactId> + <version>1.1.0-SNAPSHOT</version> + <packaging>pom</packaging> + <name>Papyrus Nattable for UML</name> + <description>Papyrus Nattable are a set of plugins dedicated to manage tables in relation with models.</description> + + <modules> + <module>org.eclipse.papyrus.uml.nattable</module> + <module>org.eclipse.papyrus.uml.nattable.generic</module> + <module>org.eclipse.papyrus.uml.nattable.menu</module> + <module>org.eclipse.papyrus.uml.nattable.xtext.integration</module> + <module>org.eclipse.papyrus.uml.nattable.clazz.config</module> + <module>org.eclipse.papyrus.uml.nattable.generic.config</module> + <module>org.eclipse.papyrus.uml.nattable.stereotype.display</module> + <module>org.eclipse.papyrus.uml.nattable.xtext.valuespecification</module> + </modules> + +</project>
\ No newline at end of file |