diff options
author | Christian W. Damus | 2016-02-11 02:48:20 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2016-02-12 15:31:41 +0000 |
commit | ecd4928b327f5561364c5068c9ff5f1668e92d13 (patch) | |
tree | 7c34f46cf82a1d65ac753fa92c2a5d55371b8dba /plugins/facet | |
parent | 751a204d74e15eb2db6b41c937691fc56dcc1252 (diff) | |
download | org.eclipse.papyrus-ecd4928b327f5561364c5068c9ff5f1668e92d13.tar.gz org.eclipse.papyrus-ecd4928b327f5561364c5068c9ff5f1668e92d13.tar.xz org.eclipse.papyrus-ecd4928b327f5561364c5068c9ff5f1668e92d13.zip |
Bug 485220: [Architecture] Provide a more modular architecture
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220
Factor UI dependencies out of the UML Element Types bundle. This includes
moving some advices that interact with the user into a new
org.eclipse.papyrus.uml.service.types.ui bundle.
Pull up the PasteCommandService and IPasteCommandProvider API into the
Infra Diagram layer where the extension point is defined. Deprecate the
old API in the UML layer.
Introduce a service for participation of languages in CSS styling:
* styling reset actions in the Reset Style command
* access to semantic model classes and properties to make available to CSS
Factor PapyrusObservableValue and cohorts out of the UML Tools bundle
into the Infra Layer for more general reuse and to relieve the
Diagram Infrastructure layer of UML dependencies. The old API remains as
deprecated.
Remove the Infra Diagram Layer dependency on UML Layer for property
testers governing deletion in the diagram. Includes introduction of
a new IGraphicalDeletionHelper OSGi service for delegation of the
determination of whether an element can be deleted from the diagram and
replacement of the XML expression properties
* org.eclipse.papyrus.uml.diagram.common.isSemanticDeletion
* org.eclipse.papyrus.uml.diagram.common.isReadOnly
by
* org.eclipse.papyrus.infra.gmfdiag.common.isSemanticDeletion
* org.eclipse.papyrus.infra.gmfdiag.common.canDelete
(where the latter is the negation of the property that it supersedes)
Extract UML dependencies from the Diagram Outline and CSS Editor bundles.
Remove unused MDTUtil APIs that referenced a UML-specific annotation.
Move the Diagram Infrastructure CSS Palette bundle into the UML layer because it
serves to provide extensions on the Palette Service, which is an overtly
UML-specific capability.
All client APIs for the Properties View are moved from
org.eclipse.papyrus.views.properties bundle to a new
org.eclipse.papyrus.infra.properties.ui bundle. This
includes renaming of:
* extension points
* label-provider contexts
* XWT namespaces
Add an "all UI tests" suite.
Define a componentized hierarchical build layout of the main plug-ins
Change-Id: I43f8f3644857a18b69715f5a2f1da9b1cf286d67
Diffstat (limited to 'plugins/facet')
44 files changed, 201 insertions, 210 deletions
diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml index 4f2120f3d4b..c0de5428135 100644 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml +++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet-editor</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.custom.doc</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml index 7c8f237a29b..f1a25ae36ae 100644 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml +++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet-editor</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml index bf060f0f1fd..15d1f5850b9 100644 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml +++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet-editor</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.doc</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/editor/pom.xml b/plugins/facet/editor/pom.xml new file mode 100644 index 00000000000..e12f09b65cd --- /dev/null +++ b/plugins/facet/editor/pom.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<project> + <modelVersion>4.0.0</modelVersion> + <artifactId>org.eclipse.papyrus.facet-editor</artifactId> + <packaging>pom</packaging> + <parent> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.facet</artifactId> + <version>0.0.1-SNAPSHOT</version> + </parent> + <name>Papyrus EMF Facet Editors</name> + <description>Documentation plug-ins for Papyrus EMF Facet.</description> + + <modules> + <module>org.eclipse.papyrus.emf.facet.custom.doc</module> + <module>org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc</module> + <module>org.eclipse.papyrus.emf.facet.doc</module> + </modules> +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml index 625c1284e72..0cfc67610e6 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.aggregate.doc</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml index c3e30eba8e6..8ff000e8e51 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.common.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml index 5e432518929..328545cf6ab 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.common.sdk.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml index afe458c7a95..a4d7ff30b41 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.common.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml index e57cd3c9ac3..476ef13445f 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.custom.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml index b6f9246acfd..657a44e1349 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.custom.metamodel.edit</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml index 77c919144f5..b54d39edc35 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.custom.metamodel</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml index 94be4119615..a2f314970b7 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.custom.sdk.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml index 6c9da47c8fb..4dd6d006705 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.custom.sdk.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml index 7712192f567..55ca9fef952 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.custom.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml index ee6edb2b1f1..43d8c7fa578 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet.catalog</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml index cc00d748100..203f779df5b 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml index f2b8758dbea..40d4787512e 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet.doc</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml index d3f4f7809f6..fc97f12131c 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet.edit</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml index 94fb86be337..d097f9deb7d 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet.editor</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml index 55eded85893..592dee0bfb9 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet.metamodel.edit</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml index c02383a6f45..a8d25c8df39 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet.metamodel</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml index d1b70d625b5..a42481ba683 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet.sdk.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml index d377deaaf12..375cc7b2f72 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml index 7d67c8d40de..a26d3fab626 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.efacet</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml index 3d6fb32619d..e393a0d1ce3 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.query.java.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml index f3bc975f04e..758f2135e8e 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.query.java.metamodel</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml index c720ae0244f..49fa8419b7b 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.query.java.sdk.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml index 5e9d79c0d3a..e682304c885 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.query.java</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml index c662d98a825..d66196896d1 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.query.ocl.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml index 6341a88edea..76e04857244 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.query.ocl.metamodel</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml index 5917ea632b6..489d39ab17c 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml index 54ae48423ea..319c2334f74 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.util.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml index 56bfd988cab..de011d035df 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.util.emf.catalog</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml index df2999aee42..286649fdd41 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.util.emf.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml index 562fe7e28a3..0a7733859d1 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.util.emf.doc</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml index fe161d0e65f..fe53a9db444 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.util.emf.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml index 278ca7ddbba..dce142f3a39 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.util.jface.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml index 63936157e17..583d84b7c8f 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.util.pde.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml index 3c33037d74a..8dd21fa5f29 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.util.swt</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml index 1b4bb1e78ae..9c8c79401c3 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.util.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml index c79c3f5619b..d3d3025c92b 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml index 4ed70c47dde..7f0afca8be6 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.widgets.celleditors</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml index 813852333ee..e15dbcc3915 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml @@ -2,13 +2,11 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus.releng</artifactId> + <artifactId>org.eclipse.papyrus.facet</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/main</relativePath> + <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.papyrus.emf.facet.widgets</artifactId> - <groupId>org.eclipse.papyrus</groupId> <version>1.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -</project>
\ No newline at end of file +</project> diff --git a/plugins/facet/pom.xml b/plugins/facet/pom.xml new file mode 100644 index 00000000000..e53a8ab4037 --- /dev/null +++ b/plugins/facet/pom.xml @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<project> + <modelVersion>4.0.0</modelVersion> + <artifactId>org.eclipse.papyrus.facet</artifactId> + <packaging>pom</packaging> + <parent> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.plugins</artifactId> + <version>0.0.1-SNAPSHOT</version> + </parent> + <name>EMF Facet, the Papyrus Edition</name> + <description>Papyrus fork of the EMF Facet framework for metamodel decoration/customization.</description> + + <modules> + <module>editor</module> + <module>org.eclipse.papyrus.emf.facet.aggregate.doc</module> + <module>org.eclipse.papyrus.emf.facet.common.core</module> + <module>org.eclipse.papyrus.emf.facet.common.sdk.core</module> + <module>org.eclipse.papyrus.emf.facet.common.ui</module> + <module>org.eclipse.papyrus.emf.facet.custom.core</module> + <module>org.eclipse.papyrus.emf.facet.custom.metamodel</module> + <module>org.eclipse.papyrus.emf.facet.custom.metamodel.edit</module> + <module>org.eclipse.papyrus.emf.facet.custom.sdk.core</module> + <module>org.eclipse.papyrus.emf.facet.custom.sdk.ui</module> + <module>org.eclipse.papyrus.emf.facet.custom.ui</module> + <module>org.eclipse.papyrus.emf.facet.efacet</module> + <module>org.eclipse.papyrus.emf.facet.efacet.catalog</module> + <module>org.eclipse.papyrus.emf.facet.efacet.core</module> + <module>org.eclipse.papyrus.emf.facet.efacet.doc</module> + <module>org.eclipse.papyrus.emf.facet.efacet.edit</module> + <module>org.eclipse.papyrus.emf.facet.efacet.editor</module> + <module>org.eclipse.papyrus.emf.facet.efacet.metamodel</module> + <module>org.eclipse.papyrus.emf.facet.efacet.metamodel.edit</module> + <module>org.eclipse.papyrus.emf.facet.efacet.sdk.ui</module> + <module>org.eclipse.papyrus.emf.facet.efacet.ui</module> + <module>org.eclipse.papyrus.emf.facet.query.java</module> + <module>org.eclipse.papyrus.emf.facet.query.java.core</module> + <module>org.eclipse.papyrus.emf.facet.query.java.metamodel</module> + <module>org.eclipse.papyrus.emf.facet.query.java.sdk.ui</module> + <module>org.eclipse.papyrus.emf.facet.query.ocl.core</module> + <module>org.eclipse.papyrus.emf.facet.query.ocl.metamodel</module> + <module>org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui</module> + <module>org.eclipse.papyrus.emf.facet.util.core</module> + <module>org.eclipse.papyrus.emf.facet.util.emf.catalog</module> + <module>org.eclipse.papyrus.emf.facet.util.emf.core</module> + <module>org.eclipse.papyrus.emf.facet.util.emf.doc</module> + <module>org.eclipse.papyrus.emf.facet.util.emf.ui</module> + <module>org.eclipse.papyrus.emf.facet.util.jface.ui</module> + <module>org.eclipse.papyrus.emf.facet.util.pde.core</module> + <module>org.eclipse.papyrus.emf.facet.util.swt</module> + <module>org.eclipse.papyrus.emf.facet.util.ui</module> + <module>org.eclipse.papyrus.emf.facet.widgets</module> + <module>org.eclipse.papyrus.emf.facet.widgets.celleditors</module> + <module>org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore</module> + </modules> +</project> |