diff options
971 files changed, 15296 insertions, 20088 deletions
diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/pom.xml b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/pom.xml index 80ca74a202f..8a6de4128ee 100644 --- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/pom.xml +++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.effbd</artifactId> diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/OpaqueActionBodyParser.java b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/OpaqueActionBodyParser.java index 2ac86084fbb..ef94d3925fa 100644 --- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/OpaqueActionBodyParser.java +++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/OpaqueActionBodyParser.java @@ -20,8 +20,8 @@ import org.eclipse.gmf.runtime.common.ui.services.parser.IParser; import org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus; import org.eclipse.gmf.runtime.common.ui.services.parser.ParserEditStatus; import org.eclipse.jface.text.contentassist.IContentAssistProcessor; -import org.eclipse.papyrus.commands.wrappers.EMFtoGMFCommandWrapper; import org.eclipse.papyrus.effbd.command.UpdateOpaqueAction_body; +import org.eclipse.papyrus.infra.emf.gmf.command.EMFtoGMFCommandWrapper; import org.eclipse.papyrus.infra.emf.utils.EMFHelper; import org.eclipse.uml2.uml.OpaqueAction; diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/EFFBEditHelperAdvice.java b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/EFFBEditHelperAdvice.java index 1899760b8a6..af895c1be33 100644 --- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/EFFBEditHelperAdvice.java +++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/EFFBEditHelperAdvice.java @@ -16,7 +16,7 @@ import org.eclipse.gmf.runtime.common.core.command.CompositeCommand; import org.eclipse.gmf.runtime.common.core.command.ICommand; import org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice; import org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest; -import org.eclipse.papyrus.commands.wrappers.EMFtoGMFCommandWrapper; +import org.eclipse.papyrus.infra.emf.gmf.command.EMFtoGMFCommandWrapper; import org.eclipse.uml2.uml.UMLPackage; /** diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/FunctionEditHelperAdvice.java b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/FunctionEditHelperAdvice.java index f7394df6084..da2cdbf0f3e 100644 --- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/FunctionEditHelperAdvice.java +++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/FunctionEditHelperAdvice.java @@ -15,8 +15,8 @@ import org.eclipse.gmf.runtime.common.core.command.CompositeCommand; import org.eclipse.gmf.runtime.common.core.command.ICommand; import org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice; import org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest; -import org.eclipse.papyrus.commands.wrappers.EMFtoGMFCommandWrapper; import org.eclipse.papyrus.effbd.command.ConfigureFunction; +import org.eclipse.papyrus.infra.emf.gmf.command.EMFtoGMFCommandWrapper; import org.eclipse.uml2.uml.OpaqueAction; /** diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/InputDataEditHelperAdvice.java b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/InputDataEditHelperAdvice.java index 927e6619eed..c2e6f181f67 100644 --- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/InputDataEditHelperAdvice.java +++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/InputDataEditHelperAdvice.java @@ -15,8 +15,8 @@ import org.eclipse.gmf.runtime.common.core.command.CompositeCommand; import org.eclipse.gmf.runtime.common.core.command.ICommand; import org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice; import org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest; -import org.eclipse.papyrus.commands.wrappers.EMFtoGMFCommandWrapper; import org.eclipse.papyrus.effbd.command.CreateEFFBparamCommand; +import org.eclipse.papyrus.infra.emf.gmf.command.EMFtoGMFCommandWrapper; import org.eclipse.uml2.uml.ActivityParameterNode; import org.eclipse.uml2.uml.ParameterDirectionKind; diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/OutputDataEditHelperAdvice.java b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/OutputDataEditHelperAdvice.java index bbd698a5d82..dd55a2e8f1f 100644 --- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/OutputDataEditHelperAdvice.java +++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/src/org/eclipse/papyrus/effbd/advice/OutputDataEditHelperAdvice.java @@ -15,8 +15,8 @@ import org.eclipse.gmf.runtime.common.core.command.CompositeCommand; import org.eclipse.gmf.runtime.common.core.command.ICommand; import org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice; import org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest; -import org.eclipse.papyrus.commands.wrappers.EMFtoGMFCommandWrapper; import org.eclipse.papyrus.effbd.command.CreateEFFBparamCommand; +import org.eclipse.papyrus.infra.emf.gmf.command.EMFtoGMFCommandWrapper; import org.eclipse.uml2.uml.ActivityParameterNode; import org.eclipse.uml2.uml.ParameterDirectionKind; diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile/pom.xml index a4852154d27..7a4e3aa3767 100644 --- a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile/pom.xml +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.adl4eclipse.profile</artifactId> - <packaging>eclipse-plugin</packaging> -</project> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.adl4eclipse.profile</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
+</project>
diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/pom.xml index 5533f1b58e2..3ac2cc32b23 100644 --- a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/pom.xml +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.adl4eclipsetool.assistant</artifactId> - <packaging>eclipse-plugin</packaging> -</project> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.adl4eclipsetool.assistant</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
+</project>
diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/pom.xml index d1f5dd98431..519094a94b1 100644 --- a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/pom.xml +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.adl4eclipsetool.table</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.adl4eclipsetool.table</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/pom.xml index 27a2d719306..5f44c81d31c 100644 --- a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/pom.xml +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.adl4eclipsetool</artifactId> - <packaging>eclipse-plugin</packaging> -</project> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.adl4eclipsetool</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
+</project>
diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/pom.xml index bec7444aeba..a178bd49bcd 100644 --- a/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/pom.xml +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.osgi.profile</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.osgi.profile</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF index 4a8e3d9ad06..5387153d4c8 100644 --- a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF +++ b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.uml2.uml,
- org.eclipse.papyrus.uml.alf;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.papyrus.uml.alf;bundle-version="[3.0.0,4.0.0)",
org.eclipse.papyrus.uml.alf.libraries;bundle-version="[2.0.0,3.0.0)",
org.eclipse.compare,
org.eclipse.gmf.runtime.common.core,
diff --git a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/pom.xml b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/pom.xml index 585c3fd59bc..2d038ab45fd 100644 --- a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/pom.xml +++ b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.uml.alf.text</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.uml.alf.text</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.transaction/pom.xml b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.transaction/pom.xml index f8bdc6b0966..0481b13be2a 100644 --- a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.transaction/pom.xml +++ b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.transaction/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.uml.alf.transaction</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.uml.alf.transaction</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext.ui/pom.xml b/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext.ui/pom.xml index f548c4cf838..88206ed00f8 100644 --- a/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext.ui/pom.xml +++ b/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext.ui/pom.xml @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.operation.editor.xtext.ui</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.operation.editor.xtext.ui</artifactId>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext/pom.xml b/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext/pom.xml index 0bb78fdd128..5747ff35a4c 100644 --- a/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext/pom.xml +++ b/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext/pom.xml @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.operation.editor.xtext</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.operation.editor.xtext</artifactId>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/alf/ui/org.eclipse.papyrus.uml.alf.preferences/pom.xml b/extraplugins/alf/ui/org.eclipse.papyrus.uml.alf.preferences/pom.xml index 13812c3479a..f4fcce55928 100644 --- a/extraplugins/alf/ui/org.eclipse.papyrus.uml.alf.preferences/pom.xml +++ b/extraplugins/alf/ui/org.eclipse.papyrus.uml.alf.preferences/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.uml.alf.preferences</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.uml.alf.preferences</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/alf/ui/org.eclipse.papyrus.uml.alf.properties.xtext/pom.xml b/extraplugins/alf/ui/org.eclipse.papyrus.uml.alf.properties.xtext/pom.xml index a8854f79eb5..74054add031 100644 --- a/extraplugins/alf/ui/org.eclipse.papyrus.uml.alf.properties.xtext/pom.xml +++ b/extraplugins/alf/ui/org.eclipse.papyrus.uml.alf.properties.xtext/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.uml.alf.properties.xtext</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.uml.alf.properties.xtext</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram.common/pom.xml b/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram.common/pom.xml index 26538b98e3e..86035a4ea93 100644 --- a/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram.common/pom.xml +++ b/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram.common/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.bmm.diagram.common</artifactId> diff --git a/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram.ui/pom.xml b/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram.ui/pom.xml index ece23eb58d9..d166aaabd4c 100644 --- a/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram.ui/pom.xml +++ b/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram.ui/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.bmm.diagram.ui</artifactId> diff --git a/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram/pom.xml b/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram/pom.xml index 15ffe5dfc3f..5d15684d034 100644 --- a/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram/pom.xml +++ b/extraplugins/bmm/org.eclipse.papyrus.bmm.diagram/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.bmm.diagram</artifactId> diff --git a/extraplugins/bmm/org.eclipse.papyrus.bmm.examples/pom.xml b/extraplugins/bmm/org.eclipse.papyrus.bmm.examples/pom.xml index 31e08bfd477..67b344fa5a9 100644 --- a/extraplugins/bmm/org.eclipse.papyrus.bmm.examples/pom.xml +++ b/extraplugins/bmm/org.eclipse.papyrus.bmm.examples/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.bmm.examples</artifactId> diff --git a/extraplugins/bmm/org.eclipse.papyrus.bmm/pom.xml b/extraplugins/bmm/org.eclipse.papyrus.bmm/pom.xml index d40c2ceb4f7..5ead53be547 100644 --- a/extraplugins/bmm/org.eclipse.papyrus.bmm/pom.xml +++ b/extraplugins/bmm/org.eclipse.papyrus.bmm/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.bmm</artifactId> diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml index 58ad6d44895..761c6249324 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.bpmn.diagram.collaboration</artifactId> diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/pom.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/pom.xml index 59af80d21db..2a79274ae17 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/pom.xml +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.bpmn.diagram.common</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.bpmn.diagram.common</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/pom.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/pom.xml index a31bb5abe11..fe4f3c3c781 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/pom.xml +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.bpmn.diagram.process</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.bpmn.diagram.process</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.ui/pom.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.ui/pom.xml index 5d8dd888763..d685d20f941 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.ui/pom.xml +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.bpmn.diagram.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.bpmn.diagram.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram/pom.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram/pom.xml index d76761ed1e0..3bf6fc2ad3a 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram/pom.xml +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.bpmn.diagram</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.bpmn.diagram</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/pom.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/pom.xml index c8b271f10b8..1c0617fa0b8 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/pom.xml +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.bpmn</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.bpmn</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.core/pom.xml b/extraplugins/cdo/org.eclipse.papyrus.cdo.core/pom.xml index 9af9f4428ae..0c46d1947dc 100644 --- a/extraplugins/cdo/org.eclipse.papyrus.cdo.core/pom.xml +++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.core/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.cdo.core</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.cdo.core</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.customization.properties/pom.xml b/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.customization.properties/pom.xml index fa86ed344a8..11294c56586 100644 --- a/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.customization.properties/pom.xml +++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.customization.properties/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.cdo.ui.customization.properties</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.cdo.ui.customization.properties</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink/pom.xml b/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink/pom.xml index 8798b15fd4f..00ba4428d77 100644 --- a/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink/pom.xml +++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.cdo.ui.hyperlink</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.cdo.ui.hyperlink</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.ui/pom.xml b/extraplugins/cdo/org.eclipse.papyrus.cdo.ui/pom.xml index 722da0a820a..6c61aee6e00 100644 --- a/extraplugins/cdo/org.eclipse.papyrus.cdo.ui/pom.xml +++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.cdo.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.cdo.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.diagram.ui/pom.xml b/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.diagram.ui/pom.xml index 67c1ab21371..85527cde80d 100644 --- a/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.diagram.ui/pom.xml +++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.diagram.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.cdo.uml.diagram.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.cdo.uml.diagram.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui/pom.xml b/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui/pom.xml index f040ea3e01d..95bf19193f1 100644 --- a/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui/pom.xml +++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.cdo.uml.search.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.cdo.uml.search.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui/pom.xml b/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui/pom.xml index 03661a7d21a..bbb8cf05e10 100644 --- a/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui/pom.xml +++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.cdo.uml.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.cdo.uml.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems.edit/pom.xml b/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems.edit/pom.xml index f173724e0ca..e9223537650 100644 --- a/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems.edit/pom.xml +++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems.edit/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.cdo.validation.problems.edit</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.cdo.validation.problems.edit</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems/pom.xml b/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems/pom.xml index 2429ee9e3aa..0d3fb4e3250 100644 --- a/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems/pom.xml +++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.cdo.validation.problems</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.cdo.validation.problems</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.edit/pom.xml b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.edit/pom.xml index 31110f055b9..24906add0ef 100644 --- a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.edit/pom.xml +++ b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.edit/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.design.profile.architecture.edit</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.design.profile.architecture.edit</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
</project>
\ No newline at end of file diff --git a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml index c2f6415963f..f2b6e635256 100644 --- a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml +++ b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.design.profile.architecture.editor</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.design.profile.architecture.editor</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
</project>
\ No newline at end of file diff --git a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/pom.xml b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/pom.xml index 532edc3fa3f..e0e845d87dc 100644 --- a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/pom.xml +++ b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.design.profile.architecture</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.design.profile.architecture</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/pom.xml index 6d7d2163af2..72d19ecb844 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dd.edit</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dd.edit</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/pom.xml index 8e0abd00923..e0ccc687a08 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dd.editor</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dd.editor</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/pom.xml index 0c88da3bad2..8acd0482097 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dd.qvt</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dd.qvt</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/pom.xml index 9b7176c6933..ea8ca4c4382 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dd</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dd</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/pom.xml index 07dfd3d555b..a65e26e9433 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.notation.export</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.notation.export</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/pom.xml index 8b96de5bf69..a2dd963cab6 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.notation.qvt</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.notation.qvt</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/pom.xml index d3910a0402d..a0172f73c3b 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.notation2umldi</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.notation2umldi</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/pom.xml index 4d9483b24f9..f21f43b2ae5 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.umldi.edit</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.umldi.edit</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/pom.xml index 2cf025b1036..87aae39d64a 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.umldi.editor</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.umldi.editor</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/pom.xml index 4e8808885f1..9996692cb07 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.umldi</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.umldi</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/pom.xml index 338ab005a2d..c37a3a76c48 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/pom.xml +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.umldi2dg</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.umldi2dg</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit/pom.xml b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit/pom.xml index fb372e181ec..d24bcb856bb 100644 --- a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit/pom.xml +++ b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.diagramtemplate.edit</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.diagramtemplate.edit</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor/pom.xml b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor/pom.xml index 8a8c4ece973..6a516ca2ad6 100644 --- a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor/pom.xml +++ b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.diagramtemplate.editor</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.diagramtemplate.editor</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate/pom.xml b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate/pom.xml index c8a4769d87b..3c3c0a51328 100644 --- a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate/pom.xml +++ b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.diagramtemplate</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.diagramtemplate</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/pom.xml b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/pom.xml index 0094252d1d6..7ae3f494909 100644 --- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/pom.xml +++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/pom.xml @@ -1,56 +1,56 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dsml.validation.generator</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-clean-plugin</artifactId> - <configuration> - <filesets> - <fileset> - <directory>xtend-gen</directory> - <includes> - <include>**/*</include> - </includes> - <excludes> - <exclude>.gitignore</exclude> - </excludes> - </fileset> - </filesets> - </configuration> - </plugin> - <plugin> - <groupId>org.eclipse.xtend</groupId> - <artifactId>xtend-maven-plugin</artifactId> - <executions> - <execution> - <phase>generate-sources</phase> - <goals> - <goal>compile</goal> - </goals> - </execution> - </executions> - <configuration> - <outputDirectory>xtend-gen</outputDirectory> - <testOutputDirectory>${project.build.directory}/xtend-gen/test</testOutputDirectory> - </configuration> - </plugin> - </plugins> - </build> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dsml.validation.generator</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <configuration>
+ <filesets>
+ <fileset>
+ <directory>xtend-gen</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ <excludes>
+ <exclude>.gitignore</exclude>
+ </excludes>
+ </fileset>
+ </filesets>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.xtend</groupId>
+ <artifactId>xtend-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>compile</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <outputDirectory>xtend-gen</outputDirectory>
+ <testOutputDirectory>${project.build.directory}/xtend-gen/test</testOutputDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model.ui/pom.xml b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model.ui/pom.xml index 07896e883ab..15a03e65a26 100644 --- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model.ui/pom.xml +++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dsml.validation.model.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dsml.validation.model.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model/pom.xml b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model/pom.xml index d8e3fac2637..1f6cfc352e4 100644 --- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model/pom.xml +++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dsml.validation.model</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dsml.validation.model</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.properties/pom.xml b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.properties/pom.xml index 71d19cd1e56..be1351d4d23 100644 --- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.properties/pom.xml +++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.properties/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dsml.validation.properties</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dsml.validation.properties</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.wizard/pom.xml b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.wizard/pom.xml index 6728cffd33a..dc5ea9a8e3d 100644 --- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.wizard/pom.xml +++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.wizard/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dsml.validation.wizard</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dsml.validation.wizard</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/pom.xml b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/pom.xml index 4f1064d7bec..2c271b86c59 100644 --- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/pom.xml +++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dsml.validation</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dsml.validation</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/pom.xml b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/pom.xml index e9922b36c1c..88900c969c3 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/pom.xml +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.eastadl.nattable.allocation.config</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.eastadl.nattable.allocation.config</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/pom.xml b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/pom.xml index 0a30e9e0c36..baac6e0f5a6 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/pom.xml +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.eastadl.nattable.allocation</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.eastadl.nattable.allocation</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/pom.xml b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/pom.xml index ff6e19e0b09..95fb328a6d3 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/pom.xml +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.eastadl.nattable.menu</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.eastadl.nattable.menu</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/pom.xml b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/pom.xml index 9bbf2a5efaf..22671f4e23c 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/pom.xml +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.eastadl.nattable</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.eastadl.nattable</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/pom.xml b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/pom.xml index 18799746225..cc6448a36d0 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/pom.xml +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.eastadl.service.types</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.eastadl.service.types</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/pom.xml b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/pom.xml index e08528d233e..1a79f622f7b 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/pom.xml +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.eastadl</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.eastadl</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk/pom.xml b/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk/pom.xml index f8e70ad99b9..c191b1edf56 100644 --- a/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk/pom.xml +++ b/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.infra.gmfdiag.elk</artifactId> diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.codegen/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.codegen/pom.xml index 55be17eafb8..641946e74d3 100644 --- a/extraplugins/facade/org.eclipse.papyrus.facade.codegen/pom.xml +++ b/extraplugins/facade/org.eclipse.papyrus.facade.codegen/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.facade.codegen</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.facade.codegen</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.definition.editor/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.definition.editor/pom.xml index 089b5841074..d04c23e82ad 100644 --- a/extraplugins/facade/org.eclipse.papyrus.facade.definition.editor/pom.xml +++ b/extraplugins/facade/org.eclipse.papyrus.facade.definition.editor/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.facade.definition.editor</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.facade.definition.editor</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.edit/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.edit/pom.xml index 6368190fc8d..90e58741e57 100644 --- a/extraplugins/facade/org.eclipse.papyrus.facade.edit/pom.xml +++ b/extraplugins/facade/org.eclipse.papyrus.facade.edit/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.facade.edit</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.facade.edit</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml index 7a87c95c6a0..f0027334cf3 100644 --- a/extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml +++ b/extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.facade.editor</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.facade.editor</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.utils/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.utils/pom.xml index 2ea7f71d58e..4e3fe5d50d5 100644 --- a/extraplugins/facade/org.eclipse.papyrus.facade.utils/pom.xml +++ b/extraplugins/facade/org.eclipse.papyrus.facade.utils/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.facade.utils</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.facade.utils</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade/pom.xml index d5c0eeafa2d..1e3c0bb3423 100644 --- a/extraplugins/facade/org.eclipse.papyrus.facade/pom.xml +++ b/extraplugins/facade/org.eclipse.papyrus.facade/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.facade</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.facade</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
</project>
\ No newline at end of file diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.notationmodel.edit/pom.xml b/extraplugins/layers/org.eclipse.papyrus.layers.notationmodel.edit/pom.xml index f054640624d..772e45f6a79 100644 --- a/extraplugins/layers/org.eclipse.papyrus.layers.notationmodel.edit/pom.xml +++ b/extraplugins/layers/org.eclipse.papyrus.layers.notationmodel.edit/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layers.notationmodel.edit</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layers.notationmodel.edit</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.runtime/pom.xml b/extraplugins/layers/org.eclipse.papyrus.layers.runtime/pom.xml index 75d94cc4d39..620da27016e 100644 --- a/extraplugins/layers/org.eclipse.papyrus.layers.runtime/pom.xml +++ b/extraplugins/layers/org.eclipse.papyrus.layers.runtime/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layers.runtime</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layers.runtime</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.diagram/pom.xml b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.diagram/pom.xml index d623b1dec3e..e56e36757e6 100644 --- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.diagram/pom.xml +++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.diagram/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layers.stackmodel.diagram</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layers.stackmodel.diagram</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.edit/pom.xml b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.edit/pom.xml index 65727f0b3e2..a77134c4aca 100644 --- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.edit/pom.xml +++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.edit/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layers.stackmodel.edit</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layers.stackmodel.edit</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.editor/pom.xml b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.editor/pom.xml index 2d3be996c28..98005bbfc8a 100644 --- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.editor/pom.xml +++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.editor/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layers.stackmodel.editor</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layers.stackmodel.editor</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/pom.xml b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/pom.xml index db0ab73af58..758bfc0d6aa 100644 --- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/pom.xml +++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layers.stackmodel</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layers.stackmodel</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.ui/pom.xml b/extraplugins/layers/org.eclipse.papyrus.layers.ui/pom.xml index 93e828ac127..c5795846dac 100644 --- a/extraplugins/layers/org.eclipse.papyrus.layers.ui/pom.xml +++ b/extraplugins/layers/org.eclipse.papyrus.layers.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layers.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layers.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml index 4c77fd5fee7..48e86f17cf2 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.algorithms.gridAlgorithm</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.algorithms.gridAlgorithm</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml index 7c335597fa2..5a5572bd026 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml index 6bfaa8ad591..a970f26480d 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml index 6fab6711452..a32cfee47a2 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml index 4cecd033114..2f250ce8198 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.algorithms.radialAlgorithm</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.algorithms.radialAlgorithm</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml index 56978d83328..75325ed6ee5 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.algorithms.springAlgorithm</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.algorithms.springAlgorithm</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml index 41f5fddb1e9..121db8cc1f6 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.algorithms.treeAlgorithm</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.algorithms.treeAlgorithm</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml index a54a7c449b5..93d706a562f 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.algorithms.verticalAlgorithm</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.algorithms.verticalAlgorithm</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml index 0885ea15b4b..b3c3c875075 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml index ab5f8f0794f..319a20273ad 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout.subeditor.gmf</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout.subeditor.gmf</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
</project>
\ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml index 2fdd5e9c55c..4d853e36269 100644 --- a/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml +++ b/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.layout</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.layout</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/pom.xml b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/pom.xml index 85bb9eaf4d5..a0b5d4816df 100644 --- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/pom.xml +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.manufacturing.b2mml</artifactId> diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/pom.xml b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/pom.xml index 26b2d123f66..6369166da61 100644 --- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/pom.xml +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.manufacturing</artifactId> diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/pom.xml b/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/pom.xml index 2adfbd6fe71..e9525bc872b 100644 --- a/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/pom.xml +++ b/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.marte.static.profile</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.marte.static.profile</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/pom.xml b/extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/pom.xml index 0eb94b75bdd..c2ac7866c33 100644 --- a/extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/pom.xml +++ b/extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.marte.vsl.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.marte.vsl.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/pom.xml b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/pom.xml index 472db14ed54..0462aa70792 100644 --- a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/pom.xml +++ b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.marte.vsl</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.marte.vsl</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/pom.xml b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/pom.xml index 5920d521a31..71aefb8e77b 100644 --- a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/pom.xml +++ b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.marte.properties</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.marte.properties</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml index 0031b0ebc35..d8fbc8a70e1 100644 --- a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml +++ b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml index 480b6ea475f..8321d62b40c 100644 --- a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml +++ b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml index 6c520d2bbf6..5a37e6d87f3 100644 --- a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml +++ b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml index ba7f7f247af..9e26fe1acbb 100644 --- a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml +++ b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/metrics/org.eclipse.papyrus.metrics.commands/pom.xml b/extraplugins/metrics/org.eclipse.papyrus.metrics.commands/pom.xml index ab420973a53..b10fc1159d0 100644 --- a/extraplugins/metrics/org.eclipse.papyrus.metrics.commands/pom.xml +++ b/extraplugins/metrics/org.eclipse.papyrus.metrics.commands/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.metrics.commands</artifactId> diff --git a/extraplugins/metrics/org.eclipse.papyrus.metrics.extensionpoints/pom.xml b/extraplugins/metrics/org.eclipse.papyrus.metrics.extensionpoints/pom.xml index ef1f64dcd35..aec4c12d6d5 100644 --- a/extraplugins/metrics/org.eclipse.papyrus.metrics.extensionpoints/pom.xml +++ b/extraplugins/metrics/org.eclipse.papyrus.metrics.extensionpoints/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.metrics.extensionpoints</artifactId> diff --git a/extraplugins/metrics/org.eclipse.papyrus.metrics.handlers/pom.xml b/extraplugins/metrics/org.eclipse.papyrus.metrics.handlers/pom.xml index 7bba8631669..025a3926ffd 100644 --- a/extraplugins/metrics/org.eclipse.papyrus.metrics.handlers/pom.xml +++ b/extraplugins/metrics/org.eclipse.papyrus.metrics.handlers/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.metrics.handlers</artifactId> diff --git a/extraplugins/metrics/org.eclipse.papyrus.metrics.smm/pom.xml b/extraplugins/metrics/org.eclipse.papyrus.metrics.smm/pom.xml index a551621f142..a49dc9bf20d 100644 --- a/extraplugins/metrics/org.eclipse.papyrus.metrics.smm/pom.xml +++ b/extraplugins/metrics/org.eclipse.papyrus.metrics.smm/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.metrics.smm</artifactId> diff --git a/extraplugins/metrics/org.eclipse.papyrus.metrics.ui/pom.xml b/extraplugins/metrics/org.eclipse.papyrus.metrics.ui/pom.xml index 507797e270e..5e993087809 100644 --- a/extraplugins/metrics/org.eclipse.papyrus.metrics.ui/pom.xml +++ b/extraplugins/metrics/org.eclipse.papyrus.metrics.ui/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.metrics.ui</artifactId> diff --git a/extraplugins/metrics/org.eclipse.papyrus.metrics.view/pom.xml b/extraplugins/metrics/org.eclipse.papyrus.metrics.view/pom.xml index cd90b754d27..dc1737a9913 100644 --- a/extraplugins/metrics/org.eclipse.papyrus.metrics.view/pom.xml +++ b/extraplugins/metrics/org.eclipse.papyrus.metrics.view/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.metrics.view</artifactId> diff --git a/extraplugins/metrics/org.eclipse.papyrus.metrics.viewers/pom.xml b/extraplugins/metrics/org.eclipse.papyrus.metrics.viewers/pom.xml index 3fe8ad2ebb5..05e9581bb6b 100644 --- a/extraplugins/metrics/org.eclipse.papyrus.metrics.viewers/pom.xml +++ b/extraplugins/metrics/org.eclipse.papyrus.metrics.viewers/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.metrics.viewers</artifactId> diff --git a/extraplugins/migration/org.eclipse.papyrus.m2m.qvto/pom.xml b/extraplugins/migration/org.eclipse.papyrus.m2m.qvto/pom.xml index fa51dd7d75b..d2bb2bf6a32 100644 --- a/extraplugins/migration/org.eclipse.papyrus.m2m.qvto/pom.xml +++ b/extraplugins/migration/org.eclipse.papyrus.m2m.qvto/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.m2m.qvto</artifactId> diff --git a/extraplugins/migration/org.eclipse.papyrus.migration.properties.model/pom.xml b/extraplugins/migration/org.eclipse.papyrus.migration.properties.model/pom.xml index e3482363f59..21c9a0ff3e4 100644 --- a/extraplugins/migration/org.eclipse.papyrus.migration.properties.model/pom.xml +++ b/extraplugins/migration/org.eclipse.papyrus.migration.properties.model/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.migration.properties.model</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.migration.properties.model</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml b/extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml index 58dc2159585..216fc872b6c 100644 --- a/extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml +++ b/extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.migration.rsa</artifactId> diff --git a/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/pom.xml b/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/pom.xml index fd779c1e587..1e2b8e7cabc 100644 --- a/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/pom.xml +++ b/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <groupId>org.eclipse.papyrus</groupId> diff --git a/extraplugins/papyrus4education/org.eclipse.papyrus.uml.diagram.education/pom.xml b/extraplugins/papyrus4education/org.eclipse.papyrus.uml.diagram.education/pom.xml index 0190d60dac5..8e8faa81336 100644 --- a/extraplugins/papyrus4education/org.eclipse.papyrus.uml.diagram.education/pom.xml +++ b/extraplugins/papyrus4education/org.eclipse.papyrus.uml.diagram.education/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <groupId>org.eclipse.papyrus</groupId> - <artifactId>org.eclipse.papyrus.uml.diagram.education</artifactId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.uml.diagram.education</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.common.ui/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.common.ui/pom.xml index 9a60d199beb..8f0648210aa 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.common.ui/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.common.ui/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.common.ui</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.common/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.common/pom.xml index fb0afc17af4..773f679285d 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.common/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.common/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.common</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.commands/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.commands/pom.xml index 31f2782ad20..eff883b04fb 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.commands/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.commands/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.languagecreationtools.commands</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.domainModel2Profile/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.domainModel2Profile/pom.xml index 8940653ced0..30c547fe6e9 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.domainModel2Profile/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.domainModel2Profile/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.languagecreationtools.domainModel2Profile</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.handlers/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.handlers/pom.xml index 2bd2e6fdc4f..d3b44ff32d7 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.handlers/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.handlers/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.languagecreationtools.handlers</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.ui/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.ui/pom.xml index 06e32bb1ff9..f9cbf7e4902 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.ui/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.languagecreationtools.ui/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.languagecreationtools.ui</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.metrics.library/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.metrics.library/pom.xml index 3f4d5d3d5fe..7bf50e8585a 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.metrics.library/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.metrics.library/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.metrics.library</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.preferences/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.preferences/pom.xml index 61c61934e0f..dcac86787df 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.preferences/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.preferences/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.preferences</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/pom.xml index 7f8c5b2be36..56100693eb5 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.reqif</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/src/org/eclipse/papyrus/requirements/reqif/integration/transformation/ReqIFImporterServiceEdit.java b/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/src/org/eclipse/papyrus/requirements/reqif/integration/transformation/ReqIFImporterServiceEdit.java index 873a9979a7c..18a476ce36a 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/src/org/eclipse/papyrus/requirements/reqif/integration/transformation/ReqIFImporterServiceEdit.java +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/src/org/eclipse/papyrus/requirements/reqif/integration/transformation/ReqIFImporterServiceEdit.java @@ -25,6 +25,7 @@ import org.eclipse.emf.common.command.Command; import org.eclipse.emf.transaction.TransactionalEditingDomain; import org.eclipse.gmf.runtime.common.core.command.ICommand; import org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest; +import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper; import org.eclipse.papyrus.infra.services.edit.service.ElementEditServiceUtils; import org.eclipse.papyrus.infra.services.edit.service.IElementEditService; import org.eclipse.papyrus.requirements.reqif.integration.assistant.ChooseReqIFTypeDialog; @@ -46,14 +47,17 @@ import org.eclipse.uml2.uml.Profile; public class ReqIFImporterServiceEdit extends ReqIFImporter { - + /** * * Constructor. * - * @param domain the domain to execute command - * @param reqIFModel the reqIF model that is imported - * @param UMLModel the UML model that contain imported elements + * @param domain + * the domain to execute command + * @param reqIFModel + * the reqIF model that is imported + * @param UMLModel + * the UML model that contain imported elements */ public ReqIFImporterServiceEdit(TransactionalEditingDomain domain, ReqIF reqIFModel, Package UMLModel) { super(domain, reqIFModel, UMLModel); @@ -62,19 +66,19 @@ public class ReqIFImporterServiceEdit extends ReqIFImporter { /** * * @see org.eclipse.papyrus.requirements.reqif.transformation.ReqIFImporter#createRequirementClass(org.eclipse.uml2.uml.Element) - *{@inheritDoc} + * {@inheritDoc} */ protected Class createClassWithRequirementName(org.eclipse.uml2.uml.Element owner) { IElementEditService provider = ElementEditServiceUtils.getCommandProvider(owner); - if(provider == null) { + if (provider == null) { return null; } ICommand createGMFCommand = provider.getEditCommand(new CreateElementRequest(domain, owner, UMLElementTypes.CLASS)); - if(createGMFCommand != null) { - Command emfCommand = new org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper(createGMFCommand); + if (createGMFCommand != null) { + Command emfCommand = new GMFtoEMFCommandWrapper(createGMFCommand); domain.getCommandStack().execute(emfCommand); - Class theClass= (Class)createGMFCommand.getCommandResult().getReturnValue(); + Class theClass = (Class) createGMFCommand.getCommandResult().getReturnValue(); theClass.setName(theClass.getName().replaceAll("Class", "Requirement")); return theClass; } @@ -84,20 +88,20 @@ public class ReqIFImporterServiceEdit extends ReqIFImporter { /** * * @see org.eclipse.papyrus.requirements.reqif.transformation.ReqIFImporter#createDependency(org.eclipse.uml2.uml.Package) - *{@inheritDoc} + * {@inheritDoc} */ protected Dependency createDependency(Package uMLModel) { IElementEditService provider = ElementEditServiceUtils.getCommandProvider(uMLModel); - if(provider == null) { + if (provider == null) { return null; } - ICommand createGMFCommand = provider.getEditCommand(new CreateElementRequest(domain, uMLModel,org.eclipse.papyrus.uml.service.types.element.UMLElementTypes.DEPENDENCY)); - if(createGMFCommand != null) { + ICommand createGMFCommand = provider.getEditCommand(new CreateElementRequest(domain, uMLModel, org.eclipse.papyrus.uml.service.types.element.UMLElementTypes.DEPENDENCY)); + if (createGMFCommand != null) { - Command emfCommand = new org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper(createGMFCommand); + Command emfCommand = new GMFtoEMFCommandWrapper(createGMFCommand); domain.getCommandStack().execute(emfCommand); - return (Dependency)createGMFCommand.getCommandResult().getReturnValue(); + return (Dependency) createGMFCommand.getCommandResult().getReturnValue(); } return null; } @@ -105,17 +109,17 @@ public class ReqIFImporterServiceEdit extends ReqIFImporter { /** * * @see org.eclipse.papyrus.requirements.reqif.transformation.ReqIFImporter#selectReqIFType(java.util.Collection) - *{@inheritDoc} + * {@inheritDoc} * */ protected HashMap<String, SpecType> selectReqIFType(Collection<SpecType> availableReqiFTypes) { - HashMap<String, SpecType> selectedReqiFType= new HashMap<String, SpecType>(); - ChooseReqIFTypeDialog assistedDialog= new ChooseReqIFTypeDialog(new Shell(), availableReqiFTypes); + HashMap<String, SpecType> selectedReqiFType = new HashMap<String, SpecType>(); + ChooseReqIFTypeDialog assistedDialog = new ChooseReqIFTypeDialog(new Shell(), availableReqiFTypes); assistedDialog.open(); - ArrayList<Object> result=assistedDialog.getSelectedElements(); - for(Object object : result) { - if(object instanceof SpecType){ - selectedReqiFType.put(((SpecType)object).getLongName(), ((SpecType)object)); + ArrayList<Object> result = assistedDialog.getSelectedElements(); + for (Object object : result) { + if (object instanceof SpecType) { + selectedReqiFType.put(((SpecType) object).getLongName(), ((SpecType) object)); } } return selectedReqiFType; @@ -126,11 +130,12 @@ public class ReqIFImporterServiceEdit extends ReqIFImporter { * * @see org.eclipse.papyrus.requirements.reqif.transformation.ReqIFImporter#defineProfile(org.eclipse.uml2.uml.Profile) * - * {@inheritDoc} + * {@inheritDoc} */ protected void defineProfile(Profile profile) { try { - DefineProfileCommand defineProfileCmd= new DefineProfileCommand(domain, new org.eclipse.papyrus.uml.tools.profile.definition.PapyrusDefinitionAnnotation(new org.eclipse.papyrus.uml.tools.profile.definition.Version(1, 0, 0), "generated by Papyrus Req","", GregorianCalendar.getInstance().getTime().toString(), "Papyrus Req"), profile, true); + DefineProfileCommand defineProfileCmd = new DefineProfileCommand(domain, new org.eclipse.papyrus.uml.tools.profile.definition.PapyrusDefinitionAnnotation(new org.eclipse.papyrus.uml.tools.profile.definition.Version(1, 0, 0), + "generated by Papyrus Req", "", GregorianCalendar.getInstance().getTime().toString(), "Papyrus Req"), profile, true); defineProfileCmd.execute(new NullProgressMonitor(), null); profile.eResource().save(null); } catch (IOException e) { diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/src/org/eclipse/papyrus/requirements/reqif/util/BasicRequirementMerger.java b/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/src/org/eclipse/papyrus/requirements/reqif/util/BasicRequirementMerger.java index b2cbe26c59c..7b7b5880b8b 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/src/org/eclipse/papyrus/requirements/reqif/util/BasicRequirementMerger.java +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/src/org/eclipse/papyrus/requirements/reqif/util/BasicRequirementMerger.java @@ -24,6 +24,7 @@ import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.transaction.TransactionalEditingDomain;
import org.eclipse.gmf.runtime.common.core.command.ICommand;
import org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest;
+import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
import org.eclipse.papyrus.infra.services.edit.service.ElementEditServiceUtils;
import org.eclipse.papyrus.infra.services.edit.service.IElementEditService;
import org.eclipse.uml2.uml.Class;
@@ -95,17 +96,17 @@ public class BasicRequirementMerger implements IRequirementMerger { * Merge information from version2 into version1
*
* @param leftPackage
- * is the package where we will do the modifications
+ * is the package where we will do the modifications
* @param rightPackage
- * is the package that we will analyze
+ * is the package that we will analyze
* @param matchProperty
- * is the stereotype's property name used to determine if one
- * element in basePk is the same than other element in extPk. For
- * example, "id" is a good matchProperty when comparing SysML
- * Requirements
+ * is the stereotype's property name used to determine if one
+ * element in basePk is the same than other element in extPk. For
+ * example, "id" is a good matchProperty when comparing SysML
+ * Requirements
* @param changeableProperty
- * is the property that we will change if the value of
- * copyAllPropertyValues is false. For example "text".
+ * is the property that we will change if the value of
+ * copyAllPropertyValues is false. For example "text".
**/
public BasicRequirementMerger(Package leftPackage, Package rightPackage, String matchProperty, boolean deleteElements, TransactionalEditingDomain domain) {
this.leftPackage = leftPackage;
@@ -126,7 +127,7 @@ public class BasicRequirementMerger implements IRequirementMerger { equalityHelper = new EqualityHelperWithoutContainment();
merged = updateAndAddFromRight(leftPackage, rightPackage, matchProperty);
equalityHelper = new EqualityHelperWithoutContainment();
- if(merged) {
+ if (merged) {
deleteInsideLeft(matchProperty, leftPackage, rightPackage);
}
return true;
@@ -135,17 +136,17 @@ public class BasicRequirementMerger implements IRequirementMerger { /**
*
* @param matchProperty
- * the property if stereotype used to delete element
+ * the property if stereotype used to delete element
* @param checkPackageName
* @param leftPackage
- * the package where element will be removed
+ * the package where element will be removed
* @param rightPackage
- * the package that will be compared
+ * the package that will be compared
*/
protected void deleteInsideLeft(String matchProperty, Package leftPackage, Package rightPackage) {
elementToDelete = getElementsToBeDeleted(leftPackage, rightPackage, matchProperty, elementToDelete);
filterReq(matchProperty);
- if(deleteElements) {
+ if (deleteElements) {
deleteElements(elementToDelete, leftPackage);
}
}
@@ -157,12 +158,12 @@ public class BasicRequirementMerger implements IRequirementMerger { */
protected void filterReq(String matchProperty) {
ArrayList<Element> result = new ArrayList<Element>();
- for(Element elementToDelete : elementToDelete) {
- if(elementToDelete.getAppliedStereotypes().size() > 0) {
+ for (Element elementToDelete : elementToDelete) {
+ if (elementToDelete.getAppliedStereotypes().size() > 0) {
Stereotype appliedStereotype = elementToDelete.getAppliedStereotypes().get(0);
- if((elementToDelete.getStereotypeApplication(appliedStereotype)).eClass().getEStructuralFeature(matchProperty) != null) {
- String idValue = (String)elementToDelete.getValue(appliedStereotype, matchProperty);
- if(idValue != null) {
+ if ((elementToDelete.getStereotypeApplication(appliedStereotype)).eClass().getEStructuralFeature(matchProperty) != null) {
+ String idValue = (String) elementToDelete.getValue(appliedStereotype, matchProperty);
+ if (idValue != null) {
result.add(elementToDelete);
}
}
@@ -175,30 +176,30 @@ public class BasicRequirementMerger implements IRequirementMerger { * Prepare a list of Packageable Elements to be deleted from basePk
*
* @param version1
- * is the package where we will try to find elements to be
- * deleted because they are not anymore in the extPk (which is a
- * version of basePk that evolved separately).
+ * is the package where we will try to find elements to be
+ * deleted because they are not anymore in the extPk (which is a
+ * version of basePk that evolved separately).
* @param version2
- * is the package where we will try to find elements that are not
- * in the basePk.
+ * is the package where we will try to find elements that are not
+ * in the basePk.
* @param matchProperty
- * is the stereotype's property name used to determine if one
- * element in basePk is the same than other element in extPk. For
- * example, "id" is a good matchProperty when comparing SysML
- * Requirements
+ * is the stereotype's property name used to determine if one
+ * element in basePk is the same than other element in extPk. For
+ * example, "id" is a good matchProperty when comparing SysML
+ * Requirements
* @param delList
- * empty list that will store the packageableElements to be
- * deleted.
+ * empty list that will store the packageableElements to be
+ * deleted.
* @return list of packageableElements to be deleted.
*/
protected ArrayList<Element> getElementsToBeDeleted(Element containerLeft, Element containerRight, String matchProperty, ArrayList<Element> delList) {
- for(Element elementLeft : containerLeft.getOwnedElements()) {
+ for (Element elementLeft : containerLeft.getOwnedElements()) {
Element foundRightElement = null;
foundRightElement = lookforEquivalent(containerRight, elementLeft, matchProperty);
- if(foundRightElement == null) {
+ if (foundRightElement == null) {
delList.add(elementLeft);
}
- if(elementLeft.getOwnedElements().size() > 0 && foundRightElement != null) {
+ if (elementLeft.getOwnedElements().size() > 0 && foundRightElement != null) {
getElementsToBeDeleted(elementLeft, foundRightElement, matchProperty, delList);
}
}
@@ -209,22 +210,22 @@ public class BasicRequirementMerger implements IRequirementMerger { * Delete a list of packageable elements without any confirmation from the user
*
* @param delList
- * list of elements to be deleted
+ * list of elements to be deleted
* @param basePk
- * the container of all element it can be indirect.
+ * the container of all element it can be indirect.
* @param matchProperty
* @return true if no problems
*/
public boolean deleteElements(List<Element> delList, Package basePk) {
IElementEditService provider = ElementEditServiceUtils.getCommandProvider(basePk);
- if(provider == null) {
+ if (provider == null) {
return false;
}
- for(Element elementToDelete : delList) {
- if(elementToDelete != null) {
+ for (Element elementToDelete : delList) {
+ if (elementToDelete != null) {
ICommand createGMFCommand = provider.getEditCommand(new DestroyElementRequest(domain, elementToDelete, false));
- if(createGMFCommand != null) {
- Command emfCommand = new org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper(createGMFCommand);
+ if (createGMFCommand != null) {
+ Command emfCommand = new GMFtoEMFCommandWrapper(createGMFCommand);
domain.getCommandStack().execute(emfCommand);
}
}
@@ -236,33 +237,33 @@ public class BasicRequirementMerger implements IRequirementMerger { * Merge information from right into left
*
* @param leftContainer
- * is the package where we will do the modifications
+ * is the package where we will do the modifications
* @param rightContainer
- * is the package that we will analyze
+ * is the package that we will analyze
* @param matchProperty
- * is the stereotype's property name used to determine if one
- * element in basePk is the same than other element in extPk. For
- * example, "id" is a good matchProperty when comparing SysML
- * Requirements
+ * is the stereotype's property name used to determine if one
+ * element in basePk is the same than other element in extPk. For
+ * example, "id" is a good matchProperty when comparing SysML
+ * Requirements
* @param changeableProperty
- * is the property that we will change if the value of
- * copyAllPropertyValues is false. For example "text".
+ * is the property that we will change if the value of
+ * copyAllPropertyValues is false. For example "text".
* @param copyOption
- * is an option. true means that the user wants to copy the name
- * and all the stereotype values. This option disables the
- * changeableProperty parameter.
+ * is an option. true means that the user wants to copy the name
+ * and all the stereotype values. This option disables the
+ * changeableProperty parameter.
* @return true merge finishes successfully
*/
protected boolean updateAndAddFromRight(org.eclipse.uml2.uml.Element leftContainer, org.eclipse.uml2.uml.Element rightContainer, String matchProperty) {
- for(Element subElementFromRight : rightContainer.getOwnedElements()) {
+ for (Element subElementFromRight : rightContainer.getOwnedElements()) {
Element foundLeftElement = null;
foundLeftElement = lookforEquivalent(leftContainer, subElementFromRight, matchProperty);
- if(foundLeftElement != null) {
+ if (foundLeftElement != null) {
copyConfig(subElementFromRight, foundLeftElement);
} else {
foundLeftElement = addElementInsideLeft(leftContainer, subElementFromRight);
}
- if(subElementFromRight.getOwnedElements().size() > 0) {
+ if (subElementFromRight.getOwnedElements().size() > 0) {
updateAndAddFromRight(foundLeftElement, subElementFromRight, matchProperty);
}
}
@@ -273,37 +274,37 @@ public class BasicRequirementMerger implements IRequirementMerger { * Add an element from right to left
*
* @param leftContainer
- * is the package where we will add new elements from rightPackage.
+ * is the package where we will add new elements from rightPackage.
* @param elementFromRight
- * element in Right package.
+ * element in Right package.
* @param appliedSterotypeRight
- * stereotype of peInExtPk.
+ * stereotype of peInExtPk.
* @return createdElement
*/
protected Element addElementInsideLeft(Element leftContainer, Element elementFromRight) {
Element result = null;
ArrayList<EObject> subsetToCopy = new ArrayList<EObject>();
subsetToCopy.add(elementFromRight);
- for(EObject stereoAppli : elementFromRight.getStereotypeApplications()) {
+ for (EObject stereoAppli : elementFromRight.getStereotypeApplications()) {
subsetToCopy.add(stereoAppli);
}
Collection<EObject> copy = copier.copyAll(subsetToCopy);
copier.copyReferences();
- for(EObject eObject : copy) {
- if(eObject instanceof Element) {
- if(eObject instanceof Comment) {
- addedElements.add((Element)eObject);
- (leftContainer).getOwnedComments().add((Comment)eObject);
- } else if(leftContainer instanceof Package && eObject instanceof PackageableElement) {
- addedElements.add((Element)eObject);
- ((Package)leftContainer).getPackagedElements().add((PackageableElement)eObject);
- } else if(leftContainer instanceof Classifier && eObject instanceof Classifier) {
- addedElements.add((Element)eObject);
- ((Class)leftContainer).getNestedClassifiers().add((Classifier)eObject);
+ for (EObject eObject : copy) {
+ if (eObject instanceof Element) {
+ if (eObject instanceof Comment) {
+ addedElements.add((Element) eObject);
+ (leftContainer).getOwnedComments().add((Comment) eObject);
+ } else if (leftContainer instanceof Package && eObject instanceof PackageableElement) {
+ addedElements.add((Element) eObject);
+ ((Package) leftContainer).getPackagedElements().add((PackageableElement) eObject);
+ } else if (leftContainer instanceof Classifier && eObject instanceof Classifier) {
+ addedElements.add((Element) eObject);
+ ((Class) leftContainer).getNestedClassifiers().add((Classifier) eObject);
} else {
System.err.println("Impossible to add " + eObject + " inside" + leftContainer);
}
- result = (Element)eObject;
+ result = (Element) eObject;
} else {
leftContainer.eResource().getContents().add(eObject);
}
@@ -316,23 +317,23 @@ public class BasicRequirementMerger implements IRequirementMerger { * class
*
* @param peInExtPk
- * Packageable element in external package.
+ * Packageable element in external package.
* @param stOfExtPe
- * stereotype of peInExtPk.
+ * stereotype of peInExtPk.
* @param peInBasePk
- * Packageable element in base package that will receive the new
- * values from peInExtPk.
+ * Packageable element in base package that will receive the new
+ * values from peInExtPk.
*/
protected void copyAllStereotypePropertyValues(Element peInExtPk, Stereotype stOfExtPe, Element peInBasePk) {
- for(Property stProperty : stOfExtPe.getAllAttributes()) {
- if(!stProperty.isReadOnly() && !stProperty.isDerived() && !stProperty.getName().startsWith("base_")) {
- if(peInBasePk.getValue(stOfExtPe, stProperty.getName()) != null) {
- if(!(peInBasePk.getValue(stOfExtPe, stProperty.getName()).equals(peInExtPk.getValue(stOfExtPe, stProperty.getName())))) {
+ for (Property stProperty : stOfExtPe.getAllAttributes()) {
+ if (!stProperty.isReadOnly() && !stProperty.isDerived() && !stProperty.getName().startsWith("base_")) {
+ if (peInBasePk.getValue(stOfExtPe, stProperty.getName()) != null) {
+ if (!(peInBasePk.getValue(stOfExtPe, stProperty.getName()).equals(peInExtPk.getValue(stOfExtPe, stProperty.getName())))) {
modifiedElement.add(peInBasePk);
peInBasePk.setValue(stOfExtPe, stProperty.getName(), peInExtPk.getValue(stOfExtPe, stProperty.getName()));
}
- } else if(peInExtPk.getValue(stOfExtPe, stProperty.getName()) != null) {
- if(!(peInExtPk.getValue(stOfExtPe, stProperty.getName()).equals(peInBasePk.getValue(stOfExtPe, stProperty.getName())))) {
+ } else if (peInExtPk.getValue(stOfExtPe, stProperty.getName()) != null) {
+ if (!(peInExtPk.getValue(stOfExtPe, stProperty.getName()).equals(peInBasePk.getValue(stOfExtPe, stProperty.getName())))) {
modifiedElement.add(peInBasePk);
peInBasePk.setValue(stOfExtPe, stProperty.getName(), peInExtPk.getValue(stOfExtPe, stProperty.getName()));
}
@@ -345,45 +346,45 @@ public class BasicRequirementMerger implements IRequirementMerger { * Matches two stereotyped packageable elements based on a matchProperty at the current level
*
* @param researchSpace
- * is the container where we look for elementRight
+ * is the container where we look for elementRight
* @param wantedElement
- * is the stereotyped PackagedElement to be matched. For example,
- * the packaged element of type "org.eclipse.uml2.uml.Class"
- * stereotyped with "ReqType5".
+ * is the stereotyped PackagedElement to be matched. For example,
+ * the packaged element of type "org.eclipse.uml2.uml.Class"
+ * stereotyped with "ReqType5".
* @param matchProperty
- * is the stereotype's property name used to determine if one
- * element in basePk matches other element in extPk. For example,
- * the stereotype "Requirement" in the profile SysML Requirements
- * defines the property "id" that is used frequently as a
- * matchProperty.
+ * is the stereotype's property name used to determine if one
+ * element in basePk matches other element in extPk. For example,
+ * the stereotype "Requirement" in the profile SysML Requirements
+ * defines the property "id" that is used frequently as a
+ * matchProperty.
*
* @return the element that matches
*/
protected Element lookforEquivalent(Element researchSpace, Element wantedElement, String matchProperty) {
- for(Element potentialElement : researchSpace.getOwnedElements()) {
- if(equalityHelper.equals(potentialElement, wantedElement)) {
- if(wantedElement.getAppliedStereotypes().size() == 0) {
+ for (Element potentialElement : researchSpace.getOwnedElements()) {
+ if (equalityHelper.equals(potentialElement, wantedElement)) {
+ if (wantedElement.getAppliedStereotypes().size() == 0) {
return potentialElement;
}
- //they have a stereotype
+ // they have a stereotype
Stereotype wantedAppliedStereotype = wantedElement.getAppliedStereotypes().get(0);
- //have they the same applied stereotype?
- if(!potentialElement.isStereotypeApplied(wantedAppliedStereotype)) {
+ // have they the same applied stereotype?
+ if (!potentialElement.isStereotypeApplied(wantedAppliedStereotype)) {
return null;
}
String wantedPropertyValue = null;
String potentialPropertyValueLeft = null;
- if((wantedElement.getStereotypeApplication(wantedAppliedStereotype)).eClass().getEStructuralFeature(matchProperty) != null) {
- wantedPropertyValue = (String)wantedElement.getValue(wantedAppliedStereotype, matchProperty);
+ if ((wantedElement.getStereotypeApplication(wantedAppliedStereotype)).eClass().getEStructuralFeature(matchProperty) != null) {
+ wantedPropertyValue = (String) wantedElement.getValue(wantedAppliedStereotype, matchProperty);
}
- if((potentialElement.getStereotypeApplication(wantedAppliedStereotype)).eClass().getEStructuralFeature(matchProperty) != null) {
- potentialPropertyValueLeft = (String)potentialElement.getValue(wantedAppliedStereotype, matchProperty);
+ if ((potentialElement.getStereotypeApplication(wantedAppliedStereotype)).eClass().getEStructuralFeature(matchProperty) != null) {
+ potentialPropertyValueLeft = (String) potentialElement.getValue(wantedAppliedStereotype, matchProperty);
}
- if(potentialPropertyValueLeft == null && wantedPropertyValue == null) {
+ if (potentialPropertyValueLeft == null && wantedPropertyValue == null) {
return potentialElement;
}
- if(potentialPropertyValueLeft != null && wantedPropertyValue != null) {
- if(wantedPropertyValue.trim().equals(potentialPropertyValueLeft.trim())) {
+ if (potentialPropertyValueLeft != null && wantedPropertyValue != null) {
+ if (wantedPropertyValue.trim().equals(potentialPropertyValueLeft.trim())) {
return potentialElement;
}
}
@@ -397,16 +398,16 @@ public class BasicRequirementMerger implements IRequirementMerger { * values depending on the parameter copyOption
*
* @param rightElement
- * is the packageable element in external package
+ * is the packageable element in external package
* @param leftElement
- * is the stereotyped packageable element whose value(s) will be
- * modified.
+ * is the stereotyped packageable element whose value(s) will be
+ * modified.
*/
protected void copyConfig(Element rightElement, Element leftElement) {
- if(leftElement instanceof NamedElement) {
- ((NamedElement)leftElement).setName(((NamedElement)rightElement).getName());
+ if (leftElement instanceof NamedElement) {
+ ((NamedElement) leftElement).setName(((NamedElement) rightElement).getName());
}
- for(Stereotype st : leftElement.getAppliedStereotypes()) {
+ for (Stereotype st : leftElement.getAppliedStereotypes()) {
copyAllStereotypePropertyValues(rightElement, st, leftElement);
}
}
diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.commands/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.commands/pom.xml index 44750f8980d..22c3907c263 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.commands/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.commands/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.assistant.commands</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.handlers/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.handlers/pom.xml index 02dd245c65a..defa33ecc8b 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.handlers/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.handlers/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.assistant.handlers</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.ui/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.ui/pom.xml index 387e88e313c..8695db88d07 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.ui/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.assistant.ui/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.assistant.ui</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.common/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.common/pom.xml index 627c46c5000..43a8c03f386 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.common/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.common/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.common</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.common/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.common/pom.xml index 32f07023168..7b4e8f62d60 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.common/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.common/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.matrix.common</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.common/src/org/eclipse/papyrus/requirements/sysml/matrix/common/helpers/Helper.java b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.common/src/org/eclipse/papyrus/requirements/sysml/matrix/common/helpers/Helper.java index e34d16e4b8f..6b99e0c7026 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.common/src/org/eclipse/papyrus/requirements/sysml/matrix/common/helpers/Helper.java +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.common/src/org/eclipse/papyrus/requirements/sysml/matrix/common/helpers/Helper.java @@ -21,7 +21,7 @@ import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.transaction.TransactionalEditingDomain;
import org.eclipse.gmf.runtime.common.core.command.ICommand;
import org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest;
-import org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper;
+import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
import org.eclipse.papyrus.infra.services.edit.service.ElementEditServiceUtils;
import org.eclipse.papyrus.infra.services.edit.service.IElementEditService;
import org.eclipse.uml2.uml.Abstraction;
diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.derivedFrom.config/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.derivedFrom.config/pom.xml index c6daf633e01..818d66aba3f 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.derivedFrom.config/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.derivedFrom.config/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.matrix.derivedFrom.config</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.derivedFrom.config/src/org/eclipse/papyrus/requirements/sysml/matrix/derivedFrom/config/cellmanager/DerivedFromMatrixCellManager.java b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.derivedFrom.config/src/org/eclipse/papyrus/requirements/sysml/matrix/derivedFrom/config/cellmanager/DerivedFromMatrixCellManager.java index 1b925ce85bd..0bfb250759a 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.derivedFrom.config/src/org/eclipse/papyrus/requirements/sysml/matrix/derivedFrom/config/cellmanager/DerivedFromMatrixCellManager.java +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.derivedFrom.config/src/org/eclipse/papyrus/requirements/sysml/matrix/derivedFrom/config/cellmanager/DerivedFromMatrixCellManager.java @@ -24,8 +24,7 @@ import org.eclipse.emf.transaction.TransactionalEditingDomain; import org.eclipse.gmf.runtime.common.core.command.ICommand;
import org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest;
import org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest;
-//import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
-import org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper;
+import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
import org.eclipse.papyrus.infra.nattable.manager.cell.AbstractCellManager;
import org.eclipse.papyrus.infra.nattable.manager.table.INattableModelManager;
import org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.ITreeItemAxis;
diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.refinedBy.config/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.refinedBy.config/pom.xml index dcf275dea1b..8a8ca959176 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.refinedBy.config/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.refinedBy.config/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.matrix.refinedBy.config</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/pom.xml index 4e6f2980cb9..0bcf0d6d0d1 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/src/org/eclipse/papyrus/requirements/sysml/matrix/satisfiedBy/config/cellmanager/SatisfyMatrixCellManager.java b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/src/org/eclipse/papyrus/requirements/sysml/matrix/satisfiedBy/config/cellmanager/SatisfyMatrixCellManager.java index d578d9eb560..8376b95e106 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/src/org/eclipse/papyrus/requirements/sysml/matrix/satisfiedBy/config/cellmanager/SatisfyMatrixCellManager.java +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config/src/org/eclipse/papyrus/requirements/sysml/matrix/satisfiedBy/config/cellmanager/SatisfyMatrixCellManager.java @@ -23,7 +23,7 @@ import org.eclipse.gmf.runtime.common.core.command.ICommand; import org.eclipse.gmf.runtime.emf.type.core.ElementTypeRegistry;
import org.eclipse.gmf.runtime.emf.type.core.IElementType;
import org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest;
-import org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper;
+import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
import org.eclipse.papyrus.infra.nattable.manager.cell.AbstractCellManager;
import org.eclipse.papyrus.infra.nattable.manager.table.INattableModelManager;
import org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.ITreeItemAxis;
diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.tracedTo.config/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.tracedTo.config/pom.xml index 5c52da9a1fb..f1a96d37466 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.tracedTo.config/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.tracedTo.config/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.matrix.tracedTo.config</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.tracedTo.config/src/org/eclipse/papyrus/requirements/sysml/matrix/tracedTo/config/cellmanager/TracedToMatrixCellManager.java b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.tracedTo.config/src/org/eclipse/papyrus/requirements/sysml/matrix/tracedTo/config/cellmanager/TracedToMatrixCellManager.java index 88cd3169b48..209ddeaa190 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.tracedTo.config/src/org/eclipse/papyrus/requirements/sysml/matrix/tracedTo/config/cellmanager/TracedToMatrixCellManager.java +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.tracedTo.config/src/org/eclipse/papyrus/requirements/sysml/matrix/tracedTo/config/cellmanager/TracedToMatrixCellManager.java @@ -23,8 +23,7 @@ import org.eclipse.gmf.runtime.common.core.command.ICommand; import org.eclipse.gmf.runtime.emf.type.core.ElementTypeRegistry;
import org.eclipse.gmf.runtime.emf.type.core.IElementType;
import org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest;
-//import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
-import org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper;
+import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
import org.eclipse.papyrus.infra.nattable.manager.cell.AbstractCellManager;
import org.eclipse.papyrus.infra.nattable.manager.table.INattableModelManager;
import org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.ITreeItemAxis;
diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.verifiedBy.config/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.verifiedBy.config/pom.xml index e9d25fe6b79..fc74df1bc29 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.verifiedBy.config/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.verifiedBy.config/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.matrix.verifiedBy.config</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.verifiedBy.config/src/org/eclipse/papyrus/requirements/sysml/matrix/verifiedBy/config/cellmanager/VerifiedByMatrixCellManager.java b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.verifiedBy.config/src/org/eclipse/papyrus/requirements/sysml/matrix/verifiedBy/config/cellmanager/VerifiedByMatrixCellManager.java index 5a9509d4010..39473e3902b 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.verifiedBy.config/src/org/eclipse/papyrus/requirements/sysml/matrix/verifiedBy/config/cellmanager/VerifiedByMatrixCellManager.java +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.matrix.verifiedBy.config/src/org/eclipse/papyrus/requirements/sysml/matrix/verifiedBy/config/cellmanager/VerifiedByMatrixCellManager.java @@ -23,8 +23,7 @@ import org.eclipse.gmf.runtime.common.core.command.ICommand; import org.eclipse.gmf.runtime.emf.type.core.ElementTypeRegistry;
import org.eclipse.gmf.runtime.emf.type.core.IElementType;
import org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest;
-//import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
-import org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper;
+import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
import org.eclipse.papyrus.infra.nattable.manager.cell.AbstractCellManager;
import org.eclipse.papyrus.infra.nattable.manager.table.INattableModelManager;
import org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.ITreeItemAxis;
diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.testers/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.testers/pom.xml index 4684985876b..b41be3ab0b7 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.testers/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.testers/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.testers</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.assistant/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.assistant/pom.xml index b281958fbea..6a9ec7f028b 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.assistant/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.assistant/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.traceability.assistant</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.commands/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.commands/pom.xml index b6afd46ef1b..e19d37a7728 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.commands/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.commands/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.traceability.commands</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.handlers/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.handlers/pom.xml index 257f59126e1..fe7d15f424f 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.handlers/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.handlers/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.traceability.handlers</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.ui/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.ui/pom.xml index b76b77dfe09..9e46c031843 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.ui/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.traceability.ui/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.traceability.ui</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.verification/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.verification/pom.xml index 9d6fffb2dfd..e5633b48168 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.verification/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.sysml.verification/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.sysml.verification</artifactId> diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.templates/pom.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.templates/pom.xml index 332d910927f..ca72ea6e9d1 100644 --- a/extraplugins/requirements/org.eclipse.papyrus.requirements.templates/pom.xml +++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.templates/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.requirements.templates</artifactId> diff --git a/extraplugins/revision/org.eclipse.papyrus.revisiontool/pom.xml b/extraplugins/revision/org.eclipse.papyrus.revisiontool/pom.xml index 34b8ad53275..d0b85e5fcb7 100644 --- a/extraplugins/revision/org.eclipse.papyrus.revisiontool/pom.xml +++ b/extraplugins/revision/org.eclipse.papyrus.revisiontool/pom.xml @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.revisiontool</artifactId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.revisiontool</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/revision/org.eclipse.papyrus.revisiontool/src/org/eclipse/papyrus/revision/tool/advice/AdviceRemove.java b/extraplugins/revision/org.eclipse.papyrus.revisiontool/src/org/eclipse/papyrus/revision/tool/advice/AdviceRemove.java index 207b921483b..703402b992e 100644 --- a/extraplugins/revision/org.eclipse.papyrus.revisiontool/src/org/eclipse/papyrus/revision/tool/advice/AdviceRemove.java +++ b/extraplugins/revision/org.eclipse.papyrus.revisiontool/src/org/eclipse/papyrus/revision/tool/advice/AdviceRemove.java @@ -18,11 +18,12 @@ import org.eclipse.gmf.runtime.common.core.command.ICommand; import org.eclipse.gmf.runtime.common.core.command.IdentityCommand;
import org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice;
import org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest;
-import org.eclipse.papyrus.commands.wrappers.EMFtoGMFCommandWrapper;
+import org.eclipse.papyrus.infra.emf.gmf.command.EMFtoGMFCommandWrapper;
import org.eclipse.papyrus.revision.tool.command.PreventRemoveCommand;
import org.eclipse.papyrus.revision.tool.ui.ReviewsEditor;
import org.eclipse.ui.IWorkbenchPart;
import org.eclipse.ui.PlatformUI;
+
/**
* The purpose of this advice is to prevent remove during the running of the revision mode
* When the remove is done during the activation of the revision model, a diff and a review are created in the review model
@@ -33,15 +34,15 @@ public class AdviceRemove extends AbstractEditHelperAdvice { @Override
protected ICommand getAfterDestroyElementCommand(DestroyElementRequest request) {
- final IWorkbenchPart part=PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().findView("org.eclipse.papyrus.revisiontool.commentview");
- if( part instanceof ReviewsEditor){
- PreventRemoveCommand prc=new PreventRemoveCommand(request.getEditingDomain(), request.getElementToDestroy());
- CompositeCommand compositeCommand= new CompositeCommand("remove");
- compositeCommand.add( new EMFtoGMFCommandWrapper(prc));
- //compositeCommand.add(UnexecutableCommand.INSTANCE);
+ final IWorkbenchPart part = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().findView("org.eclipse.papyrus.revisiontool.commentview");
+ if (part instanceof ReviewsEditor) {
+ PreventRemoveCommand prc = new PreventRemoveCommand(request.getEditingDomain(), request.getElementToDestroy());
+ CompositeCommand compositeCommand = new CompositeCommand("remove");
+ compositeCommand.add(new EMFtoGMFCommandWrapper(prc));
+ // compositeCommand.add(UnexecutableCommand.INSTANCE);
return compositeCommand;
}
return IdentityCommand.INSTANCE;
}
-
+
}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/pom.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/pom.xml index 3da0b990f59..12bda77a995 100644 --- a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/pom.xml +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.soaml.diagram.common</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.soaml.diagram.common</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/pom.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/pom.xml index debb05854e4..081371e247d 100644 --- a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/pom.xml +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.soaml.diagram.ui</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.soaml.diagram.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/pom.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/pom.xml index 45c3a02b5a6..08c068eddf0 100644 --- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/pom.xml +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.soaml.profile.validation</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.soaml.profile.validation</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/pom.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/pom.xml index 5e62fd5f6a8..4ff1c379ac2 100644 --- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/pom.xml +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.soaml.profile</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.soaml.profile</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/spem2/org.eclipse.papyrus.spem2.profile/pom.xml b/extraplugins/spem2/org.eclipse.papyrus.spem2.profile/pom.xml index 10080f09e18..a5ca3aa189c 100644 --- a/extraplugins/spem2/org.eclipse.papyrus.spem2.profile/pom.xml +++ b/extraplugins/spem2/org.eclipse.papyrus.spem2.profile/pom.xml @@ -1,12 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.spem2.profile</artifactId> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.spem2.profile</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
</project>
\ No newline at end of file diff --git a/extraplugins/tablemigration/org.eclipse.papyrus.infra.emf.nattable.converter/pom.xml b/extraplugins/tablemigration/org.eclipse.papyrus.infra.emf.nattable.converter/pom.xml index d7ce1a43c7c..fe33bdc05f9 100644 --- a/extraplugins/tablemigration/org.eclipse.papyrus.infra.emf.nattable.converter/pom.xml +++ b/extraplugins/tablemigration/org.eclipse.papyrus.infra.emf.nattable.converter/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.infra.emf.nattable.converter</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.infra.emf.nattable.converter</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/tablemigration/org.eclipse.papyrus.infra.table.instance/pom.xml b/extraplugins/tablemigration/org.eclipse.papyrus.infra.table.instance/pom.xml index ec89c9f3be4..68421c656e0 100644 --- a/extraplugins/tablemigration/org.eclipse.papyrus.infra.table.instance/pom.xml +++ b/extraplugins/tablemigration/org.eclipse.papyrus.infra.table.instance/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.infra.table.instance</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.infra.table.instance</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/tablemigration/org.eclipse.papyrus.infra.table.modelexplorer/pom.xml b/extraplugins/tablemigration/org.eclipse.papyrus.infra.table.modelexplorer/pom.xml index 479f629b8a5..b12b61ee593 100644 --- a/extraplugins/tablemigration/org.eclipse.papyrus.infra.table.modelexplorer/pom.xml +++ b/extraplugins/tablemigration/org.eclipse.papyrus.infra.table.modelexplorer/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.infra.table.modelexplorer</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.infra.table.modelexplorer</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare/pom.xml b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare/pom.xml index 7d192da5d56..b2eaf1bdd53 100644 --- a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare/pom.xml +++ b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.uml.compare</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.uml.compare</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/pom.xml b/extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/pom.xml index 93dc7d5d29b..b0184b3d953 100644 --- a/extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/pom.xml +++ b/extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra/pom.xml</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.uml.diagram.dnd.smart</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> -</project> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra/pom.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.uml.diagram.dnd.smart</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/extraplugins/uml/org.eclipse.papyrus.uml.export/pom.xml b/extraplugins/uml/org.eclipse.papyrus.uml.export/pom.xml index 90553f05b9b..3c9a5da5dd0 100644 --- a/extraplugins/uml/org.eclipse.papyrus.uml.export/pom.xml +++ b/extraplugins/uml/org.eclipse.papyrus.uml.export/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.uml.export</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.uml.export</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file diff --git a/extraplugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/handlers/ExportAppliedProfileHandler.java b/extraplugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/handlers/ExportAppliedProfileHandler.java index d3e17816d36..56b4c1c2fc8 100644 --- a/extraplugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/handlers/ExportAppliedProfileHandler.java +++ b/extraplugins/uml/org.eclipse.papyrus.uml.export/src/org/eclipse/papyrus/uml/export/handlers/ExportAppliedProfileHandler.java @@ -14,6 +14,7 @@ package org.eclipse.papyrus.uml.export.handlers; import org.eclipse.emf.common.command.Command;
import org.eclipse.emf.common.command.UnexecutableCommand;
import org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand;
+import org.eclipse.papyrus.infra.emf.gmf.command.GMFtoEMFCommandWrapper;
import org.eclipse.papyrus.uml.export.messages.Messages;
import org.eclipse.papyrus.views.modelexplorer.handler.AbstractCommandHandler;
import org.eclipse.uml2.uml.Package;
@@ -40,7 +41,7 @@ public class ExportAppliedProfileHandler extends AbstractCommandHandler { if (canExecute()) {
AbstractTransactionalCommand cmd = new ExportProfilesCommand(getEditingDomain(), Messages.ExportAppliedProfileHandler_0, null);
- return new org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper(cmd);
+ return new GMFtoEMFCommandWrapper(cmd);
} else {
return UnexecutableCommand.INSTANCE;
}
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml index ae4cb25df77..708688dcbb1 100644 --- a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml +++ b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml @@ -1,199 +1,199 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.papyrus.dev.feature"
- label="Papyrus Developer Tools (Incubation)"
- version="2.0.0.qualifier"
- provider-name="Eclipse Modeling Project">
-
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.papyrus.dev.feature" + label="Papyrus Developer Tools (Incubation)" + version="3.0.0.qualifier" + provider-name="Eclipse Modeling Project"> + + <copyright url="http://www.eclipse.org/legal/epl-v10.html"> Copyright (c) 2014, 2015 CEA LIST, Christian W. Damus, and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <includes
- id="org.eclipse.papyrus.junit.feature"
- version="0.0.0"/>
-
- <plugin
- id="org.eclipse.papyrus.codegen"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.def"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.dev.view.services.edit.request"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.gmf.editpoliciesstates"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.gmf.editpartview"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.gmf.figureview"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.gmfgenextension"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.infra.gmfdiag.css.debug"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.releng.tools"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.dev.project.management"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.infra.emf.commandstack"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.dev.assistants.codegen"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.uml.developer.mde"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.b3.aggregator"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.b3.aggregator.legacy"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.b3.cli"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.b3.p2"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.b3.util"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.mwe2.utils"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.dev.tests.framework"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.dev.tests.framework.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.tests.framework.edit"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.tests.framework.editor"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.dev.types"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.developer.profile"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
+http://www.eclipse.org/legal/epl-v10.html + </copyright> + + <license url="%licenseURL"> + %license + </license> + + <includes + id="org.eclipse.papyrus.junit.feature" + version="0.0.0"/> + + <plugin + id="org.eclipse.papyrus.codegen" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.def" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.dev.view.services.edit.request" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.gmf.editpoliciesstates" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.gmf.editpartview" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.gmf.figureview" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.gmfgenextension" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.infra.gmfdiag.css.debug" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.releng.tools" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.dev.project.management" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.infra.emf.commandstack" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.dev.assistants.codegen" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.uml.developer.mde" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.b3.aggregator" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.b3.aggregator.legacy" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.b3.cli" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.b3.p2" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.b3.util" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.mwe2.utils" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.dev.tests.framework" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.dev.tests.framework.ui" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.tests.framework.edit" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.tests.framework.editor" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.dev.types" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.papyrus.developer.profile" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/pom.xml b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/pom.xml index a7a1bfc0342..44f4d7f9409 100644 --- a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/pom.xml +++ b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/pom.xml @@ -1,30 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.dev.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/dev</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dev.feature</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>2.0.0-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> - - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> - <configuration> - <excludes> - <plugin id="org.eclipse.upr.utp"/> <!-- UPR doesn't provide sources --> - </excludes> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> +<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.dev.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/dev</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dev.feature</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <plugin id="org.eclipse.upr.utp"/> <!-- UPR doesn't provide sources -->
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
</project>
\ No newline at end of file diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml b/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml index be5a794bceb..ac3b107bef9 100644 --- a/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml +++ b/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml @@ -1,29 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.dev.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/dev</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.junit.feature</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>2.0.0-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> - <configuration> - <excludes> - <plugin id="org.eclipse.upr.utp"/> <!-- UPR doesn't provide sources --> - </excludes> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> +<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.dev.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/dev</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.junit.feature</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>2.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <plugin id="org.eclipse.upr.utp"/> <!-- UPR doesn't provide sources -->
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
</project>
\ No newline at end of file diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.bmm.extra.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.bmm.extra.feature/pom.xml index 5a30e2ae35d..5b0448d192b 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.bmm.extra.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.bmm.extra.feature/pom.xml @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.bmm.extra.feature</artifactId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.bmm.extra.feature</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.bpmn.extra.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.bpmn.extra.feature/pom.xml index 2c730663ce7..499e25b242b 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.bpmn.extra.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.bpmn.extra.feature/pom.xml @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.bpmn.extra.feature</artifactId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.bpmn.extra.feature</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.dd.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.dd.feature/pom.xml index 8d8c8856ccd..4e2ca4f13e0 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.dd.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.dd.feature/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.dd.feature</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>0.7.0-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dd.feature</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.effbd.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.effbd.feature/pom.xml index d04f48ea85f..32431e6d31d 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.effbd.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.effbd.feature/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>org.eclipse.papyrus.extra.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../../../releng/extra</relativePath> </parent> <artifactId>org.eclipse.papyrus.effbd.feature</artifactId> diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature/pom.xml index 00bc2c9703e..4d6520e988b 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.extra.cdo.feature</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.extra.cdo.feature</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.diagramtemplate.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.diagramtemplate.feature/pom.xml index c96a009f95b..09cb5308649 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.diagramtemplate.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.diagramtemplate.feature/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.extra.diagramtemplate.feature</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.extra.diagramtemplate.feature</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.dsml.validation.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.dsml.validation.feature/pom.xml index 6fa015bb054..660b2c141aa 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.dsml.validation.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.dsml.validation.feature/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.extra.dsml.validation.feature</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.extra.dsml.validation.feature</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.eastadl.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.eastadl.feature/pom.xml index 23594d30756..1d3a4927692 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.eastadl.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.eastadl.feature/pom.xml @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra</relativePath> - </parent> - <artifactId>org.eclipse.papyrus.extra.eastadl.feature</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-feature&l |