diff options
-rwxr-xr-x | releng/dev/pom.xml | 5 | ||||
-rwxr-xr-x | releng/extra-tests/pom.xml | 466 | ||||
-rw-r--r-- | releng/extra/pom.xml | 6 | ||||
-rw-r--r-- | releng/main-tests/pom.xml | 631 | ||||
-rw-r--r-- | releng/org.eclipse.papyrus.oomph/setups/papyrus.setup | 26 | ||||
-rw-r--r-- | releng/pom.xml | 522 |
6 files changed, 813 insertions, 843 deletions
diff --git a/releng/dev/pom.xml b/releng/dev/pom.xml index 8f7ce3e17b4..29f23dfdbe0 100755 --- a/releng/dev/pom.xml +++ b/releng/dev/pom.xml @@ -51,31 +51,26 @@ <repository>
<id>nebula-tablecombo</id>
<layout>p2</layout>
- <!-- manualUpdate -->
<url>${nebula-tablecombo.repo.url}</url>
</repository>
<repository>
<id>m2t-acceleo</id>
<layout>p2</layout>
- <!-- updateFrom("M2T ACCELEO",0) -->
<url>${m2t-acceleo.repo.url}</url>
</repository>
<repository>
<id>b3</id>
<layout>p2</layout>
- <!-- manualUpdate -->
<url>${b3.repo.url}</url>
</repository>
<repository>
<id>oomph</id>
<layout>p2</layout>
- <!-- updateFrom("Oomph",0) -->
<url>${oomph.repo.url}</url>
</repository>
<repository>
<id>UPR</id>
<layout>p2</layout>
- <!-- manualUpdate -->
<url>${upr.repo.url}</url>
</repository>
</repositories>
diff --git a/releng/extra-tests/pom.xml b/releng/extra-tests/pom.xml index af0e8c9aae2..9885802f47f 100755 --- a/releng/extra-tests/pom.xml +++ b/releng/extra-tests/pom.xml @@ -1,241 +1,235 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.extra.tests.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.all.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>..</relativePath>
- </parent>
- <properties>
- <testConfig>CI_TESTS_CONFIG</testConfig> <!-- See org.eclipse.papyrus.junit.framework.classification.ClassificationConfig -->
- <testSuiteClass>org.eclipse.papyrus.tests.extra.AllTests</testSuiteClass>
- </properties>
- <modules>
- <!-- Extra-tests modules -->
- <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests</module>
- <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.tests</module>
- <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.tests</module>
- <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui.tests</module>
- <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui.tests</module>
- <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems.tests</module>
- <module>../../tests/junit/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.tests</module>
- <module>../../tests/junit/extraplugins/org.eclipse.papyrus.tests.extra</module>
- <module>../../tests/junit/extraplugins/migration/org.eclipse.papyrus.migration.rsa.tests</module>
- <!-- Tests for umlrt -->
- <module>../../tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests</module>
-
- </modules>
- <repositories>
- <repository>
- <id>cdt</id>
- <layout>p2</layout>
- <!-- updateFrom("CDT",0) -->
+<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.extra.tests.releng</artifactId> + <version>1.2.0-SNAPSHOT</version> + <packaging>pom</packaging> + <parent> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.all.releng</artifactId> + <version>1.2.0-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + <properties> + <testConfig>CI_TESTS_CONFIG</testConfig> <!-- See org.eclipse.papyrus.junit.framework.classification.ClassificationConfig --> + <testSuiteClass>org.eclipse.papyrus.tests.extra.AllTests</testSuiteClass> + </properties> + <modules> + <!-- Extra-tests modules --> + <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests</module> + <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.tests</module> + <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.tests</module> + <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui.tests</module> + <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.ui.tests</module> + <module>../../tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems.tests</module> + <module>../../tests/junit/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.tests</module> + <module>../../tests/junit/extraplugins/org.eclipse.papyrus.tests.extra</module> + <module>../../tests/junit/extraplugins/migration/org.eclipse.papyrus.migration.rsa.tests</module> + <!-- Tests for umlrt --> + <module>../../tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests</module> + + </modules> + <repositories> + <repository> + <id>cdt</id> + <layout>p2</layout> <url>${cdt.repo.url}</url>
- </repository>
- <repository>
- <id>emf-cdo</id>
- <layout>p2</layout>
- <!-- updateFrom("EMF CDO",0) -->
+ </repository> + <repository> + <id>emf-cdo</id> + <layout>p2</layout> <url>${emf-cdo.repo.url}</url>
- </repository>
- <repository>
- <id>emf-compare</id>
- <layout>p2</layout>
- <!-- updateFrom("EMF COMPARE",0) -->
+ </repository> + <repository> + <id>emf-compare</id> + <layout>p2</layout> <url>${emf-compare.repo.url}</url>
- </repository>
- <repository>
- <id>emf-query</id>
- <layout>p2</layout>
- <!-- updateFrom("EMF Query",0) -->
+ </repository> + <repository> + <id>emf-query</id> + <layout>p2</layout> <url>${emf-query.repo.url}</url>
- </repository>
- <repository>
- <id>m2t-acceleo</id>
- <layout>p2</layout>
- <!-- updateFrom("M2T ACCELEO",0) -->
+ </repository> + <repository> + <id>m2t-acceleo</id> + <layout>p2</layout> <url>${m2t-acceleo.repo.url}</url>
- </repository>
- <repository>
- <id>RMF</id>
- <layout>p2</layout>
- <!-- manualUpdate -->
- <url>${rmf.repo.url}</url>
- </repository>
- </repositories>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clean-plugin</artifactId>
- <version>2.6</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.2</version>
- <configuration>
- <source>${java.source.version}</source>
- <target>${java.target.version}</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.xtend</groupId>
- <artifactId>xtend-maven-plugin</artifactId>
- <version>${xtext.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <!-- Tycho build using the project's JDT settings. -->
- <useProjectSettings>true</useProjectSettings>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- <version>${tycho-version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <environments>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86_64</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-repository-plugin</artifactId>
- <version>${tycho-version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <failIfNoTests>false</failIfNoTests>
- <useUIHarness>true</useUIHarness>
- <useUIThread>true</useUIThread>
- <testFailureIgnore>true</testFailureIgnore>
- <argLine>-Xms512m -Xmx2048m</argLine>
- <appArgLine>-testConfig=${testConfig}</appArgLine>
- <product>org.eclipse.sdk.ide</product>
- <skipTests>${skipInnerTests}</skipTests>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <profiles>
- <profile>
- <id>defaultProfile</id>
- <repositories>
- <repository>
- <id>papyrus-main</id>
- <layout>p2</layout>
- <url>${papyrus.repo.main}</url>
- </repository>
- <repository>
- <id>papyrus-dev</id>
- <layout>p2</layout>
- <url>${papyrus.repo.dev}</url>
- </repository>
- <repository>
- <id>papyrus-extra</id>
- <layout>p2</layout>
- <url>${papyrus.repo.extra}</url>
- </repository>
- </repositories>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- </profile>
-
- <profile>
- <id>buildAll</id>
- <!-- Papyrus Update sites not included (They are included in the same build) -->
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <id>attach-p2-metadata</id>
- <phase>package</phase>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <activation>
- <property>
- <name>buildAll</name>
- <value>true</value>
- </property>
- </activation>
- </profile>
- </profiles>
-</project>
+ </repository> + <repository> + <id>RMF</id> + <layout>p2</layout> + <url>${rmf.repo.url}</url> + </repository> + </repositories> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-clean-plugin</artifactId> + <version>2.6</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.2</version> + <configuration> + <source>${java.source.version}</source> + <target>${java.target.version}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.eclipse.xtend</groupId> + <artifactId>xtend-maven-plugin</artifactId> + <version>${xtext.version}</version> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-compiler-plugin</artifactId> + <version>${tycho-version}</version> + <configuration> + <optimize>true</optimize> + <showWarnings>true</showWarnings> + <!-- Tycho build using the project's JDT settings. --> + <useProjectSettings>true</useProjectSettings> + </configuration> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-maven-plugin</artifactId> + <version>${tycho-version}</version> + <extensions>true</extensions> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <version>${tycho-version}</version> + <configuration> + <environments> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86</arch> + </environment> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86_64</arch> + </environment> + <environment> + <os>linux</os> + <ws>gtk</ws> + <arch>x86</arch> + </environment> + <environment> + <os>linux</os> + <ws>gtk</ws> + <arch>x86_64</arch> + </environment> + <environment> + <os>macosx</os> + <ws>cocoa</ws> + <arch>x86_64</arch> + </environment> + </environments> + </configuration> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-compiler-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-p2-repository-plugin</artifactId> + <version>${tycho-version}</version> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-surefire-plugin</artifactId> + <version>${tycho-version}</version> + <configuration> + <failIfNoTests>false</failIfNoTests> + <useUIHarness>true</useUIHarness> + <useUIThread>true</useUIThread> + <testFailureIgnore>true</testFailureIgnore> + <argLine>-Xms512m -Xmx2048m</argLine> + <appArgLine>-testConfig=${testConfig}</appArgLine> + <product>org.eclipse.sdk.ide</product> + <skipTests>${skipInnerTests}</skipTests> + </configuration> + </plugin> + </plugins> + </build> + <profiles> + <profile> + <id>defaultProfile</id> + <repositories> + <repository> + <id>papyrus-main</id> + <layout>p2</layout> + <url>${papyrus.repo.main}</url> + </repository> + <repository> + <id>papyrus-dev</id> + <layout>p2</layout> + <url>${papyrus.repo.dev}</url> + </repository> + <repository> + <id>papyrus-extra</id> + <layout>p2</layout> + <url>${papyrus.repo.extra}</url> + </repository> + </repositories> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + </profile> + + <profile> + <id>buildAll</id> + <!-- Papyrus Update sites not included (They are included in the same build) --> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-p2-plugin</artifactId> + <version>${tycho-version}</version> + <executions> + <execution> + <id>attach-p2-metadata</id> + <phase>package</phase> + <goals> + <goal>p2-metadata</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <activation> + <property> + <name>buildAll</name> + <value>true</value> + </property> + </activation> + </profile> + </profiles> +</project> diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml index 1a0ee130c45..196073479a9 100644 --- a/releng/extra/pom.xml +++ b/releng/extra/pom.xml @@ -248,37 +248,31 @@ <repository> <id>cdt</id> <layout>p2</layout> - <!-- updateFrom("CDT",0) --> <url>${cdt.repo.url}</url> </repository> <repository> <id>emf-cdo</id> <layout>p2</layout> - <!-- updateFrom("EMF CDO",0) --> <url>${emf-cdo.repo.url}</url> </repository> <repository> <id>emf-compare</id> <layout>p2</layout> - <!-- updateFrom("EMF COMPARE",0) --> <url>${emf-compare.repo.url}</url> </repository> <repository> <id>emf-query</id> <layout>p2</layout> - <!-- updateFrom("EMF Query",0) --> <url>${emf-query.repo.url}</url> </repository> <repository> <id>m2t-acceleo</id> <layout>p2</layout> - <!-- updateFrom("M2T ACCELEO",0) --> <url>${m2t-acceleo.repo.url}</url> </repository> <repository> <id>EEF</id> <layout>p2</layout> - <!-- updateFrom("Extended Editing Framework (EEF)",0) --> <url>${eef.repo.url}</url> </repository> <repository> diff --git a/releng/main-tests/pom.xml b/releng/main-tests/pom.xml index 767cf04ce5a..6f4be3f4565 100644 --- a/releng/main-tests/pom.xml +++ b/releng/main-tests/pom.xml @@ -1,319 +1,316 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.tests.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.all.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>..</relativePath>
- </parent>
- <modules>
- <module>../../tests/junit/plugins/core/org.eclipse.papyrus.tests</module>
- <module>../../tests/junit/plugins/suites/org.eclipse.papyrus.tests.diagramassistants</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.diagram.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.nattable.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature</module>
- <module>../../features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature</module>
- <module>../../tests/junit/plugins/core/org.eclipse.papyrus.editor.integration.tests</module>
- <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.core.clipboard.tests</module>
- <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests</module>
- <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.core.sasheditor.tests</module>
- <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.core.tests</module>
- <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.extendedtypes.tests</module>
- <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.elementtypesconfigurations.tests</module>
- <module>../../tests/junit/plugins/customization/org.eclipse.papyrus.customization.properties.tests</module>
- <module>../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests</module>
- <module>../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests</module>
- <module>../../tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests</module>
- <module>../../tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests</module>
- <module>../../tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests</module>
- <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests</module>
- <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests</module>
- <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests</module>
- <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests</module>
- <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests</module>
- <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests</module>
- <module>../../tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests</module>
- <module>../../tests/junit/plugins/infra/nattable</module>
- <module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests</module>
- <module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests</module>
- <module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests</module>
- <module>../../tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.configuration.tests</module>
- <module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition.tests</module>
- <module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock.tests</module>
- <module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.parametric.tests</module>
- <module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.requirement.tests</module>
- <module>../../tests/junit/plugins/sysml/nattable</module>
- <module>../../tests/junit/plugins/sysml/org.eclipse.papyrus.sysml.modelexplorer.tests</module>
- <module>../../tests/junit/plugins/sysml/org.eclipse.papyrus.sysml.service.types.tests</module>
- <module>../../tests/junit/plugins/sysml/org.eclipse.papyrus.sysml.tests</module>
- <module>../../tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests</module>
- <module>../../tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.elementtypesconfigurations.generator.tests</module>
- <module>../../tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests</module>
- <module>../../tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests</module>
- <module>../../tests/junit/plugins/uml/diagram</module>
- <module>../../tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests</module>
- <module>../../tests/junit/plugins/uml/nattable</module>
- <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.search.tests</module>
- <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests</module>
- <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests</module>
- <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.profile.tests</module>
- <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests</module>
- <module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests</module>
- <module>../../tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests</module>
- <module>../../tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests</module>
- <module>../../tests/junit/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.tests</module>
- <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests</module>
- <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests</module>
- <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests</module>
- <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests</module>
- <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests</module>
- <module>../../tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests</module>
- <module>../../tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests</module>
- </modules>
- <properties>
- <testConfig>CI_TESTS_CONFIG</testConfig> <!-- See org.eclipse.papyrus.junit.framework.classification.ClassificationConfig -->
- <testSuiteClass>org.eclipse.papyrus.tests.AllTests</testSuiteClass>
- <jacoco.version>0.7.4.201502262128</jacoco.version>
- <!-- Separate property for test argLine seems to be required when running Jacoco + Surefire -->
- <test.argLine>-Xms512m -Xmx2048m -XX:SoftRefLRUPolicyMSPerMB=100</test.argLine>
- </properties>
- <repositories>
- <repository>
- <id>emf-compare</id>
- <layout>p2</layout>
- <!-- updateFrom("EMF COMPARE",0) -->
+<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.tests.releng</artifactId> + <version>1.2.0-SNAPSHOT</version> + <packaging>pom</packaging> + <parent> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.all.releng</artifactId> + <version>1.2.0-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + <modules> + <module>../../tests/junit/plugins/core/org.eclipse.papyrus.tests</module> + <module>../../tests/junit/plugins/suites/org.eclipse.papyrus.tests.diagramassistants</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.diagram.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.sysml.nattable.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature</module> + <module>../../features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature</module> + <module>../../tests/junit/plugins/core/org.eclipse.papyrus.editor.integration.tests</module> + <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.core.clipboard.tests</module> + <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests</module> + <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.core.sasheditor.tests</module> + <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.core.tests</module> + <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.extendedtypes.tests</module> + <module>../../tests/junit/plugins/core/org.eclipse.papyrus.infra.elementtypesconfigurations.tests</module> + <module>../../tests/junit/plugins/customization/org.eclipse.papyrus.customization.properties.tests</module> + <module>../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests</module> + <module>../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests</module> + <module>../../tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests</module> + <module>../../tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests</module> + <module>../../tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests</module> + <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests</module> + <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests</module> + <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests</module> + <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests</module> + <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests</module> + <module>../../tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests</module> + <module>../../tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests</module> + <module>../../tests/junit/plugins/infra/nattable</module> + <module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests</module> + <module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests</module> + <module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests</module> + <module>../../tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.configuration.tests</module> + <module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition.tests</module> + <module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock.tests</module> + <module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.parametric.tests</module> + <module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.requirement.tests</module> + <module>../../tests/junit/plugins/sysml/nattable</module> + <module>../../tests/junit/plugins/sysml/org.eclipse.papyrus.sysml.modelexplorer.tests</module> + <module>../../tests/junit/plugins/sysml/org.eclipse.papyrus.sysml.service.types.tests</module> + <module>../../tests/junit/plugins/sysml/org.eclipse.papyrus.sysml.tests</module> + <module>../../tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests</module> + <module>../../tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.elementtypesconfigurations.generator.tests</module> + <module>../../tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests</module> + <module>../../tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests</module> + <module>../../tests/junit/plugins/uml/diagram</module> + <module>../../tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests</module> + <module>../../tests/junit/plugins/uml/nattable</module> + <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.search.tests</module> + <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests</module> + <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests</module> + <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.profile.tests</module> + <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests</module> + <module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests</module> + <module>../../tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests</module> + <module>../../tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests</module> + <module>../../tests/junit/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.tests</module> + <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests</module> + <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests</module> + <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests</module> + <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests</module> + <module>../../tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests</module> + <module>../../tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests</module> + <module>../../tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests</module> + </modules> + <properties> + <testConfig>CI_TESTS_CONFIG</testConfig> <!-- See org.eclipse.papyrus.junit.framework.classification.ClassificationConfig --> + <testSuiteClass>org.eclipse.papyrus.tests.AllTests</testSuiteClass> + <jacoco.version>0.7.4.201502262128</jacoco.version> + <!-- Separate property for test argLine seems to be required when running Jacoco + Surefire --> + <test.argLine>-Xms512m -Xmx2048m -XX:SoftRefLRUPolicyMSPerMB=100</test.argLine> + </properties> + <repositories> + <repository> + <id>emf-compare</id> + <layout>p2</layout> <url>${emf-compare.repo.url}</url>
- </repository>
- <repository>
- <id>m2t-acceleo</id>
- <layout>p2</layout>
- <!-- updateFrom("M2T ACCELEO",0) -->
+ </repository> + <repository> + <id>m2t-acceleo</id> + <layout>p2</layout> <url>${m2t-acceleo.repo.url}</url>
- </repository>
- <repository>
- <id>swtbot</id>
- <layout>p2</layout>
- <!-- manualUpdate -->
- <url>${swtbot.repo.url}</url>
- </repository>
- <repository>
- <id>UPR</id>
- <layout>p2</layout>
- <url>${upr.repo.url}</url>
- </repository>
- </repositories>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clean-plugin</artifactId>
- <version>2.6</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.2</version>
- <configuration>
- <source>${java.source.version}</source>
- <target>${java.target.version}</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.xtend</groupId>
- <artifactId>xtend-maven-plugin</artifactId>
- <version>${xtext.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <optimize>true</optimize>
- <showWarnings>true</showWarnings>
- <!-- Tycho build using the project's JDT settings. -->
- <useProjectSettings>true</useProjectSettings>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- <version>${tycho-version}</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <environments>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86_64</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.4.0</version>
- </plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <version>${jacoco-version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-repository-plugin</artifactId>
- <version>${tycho-version}</version>
- </plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <version>${jacoco.version}</version>
- <executions>
- <execution>
- <id>default-prepare-agent</id>
- <goals>
- <goal>prepare-agent</goal>
- </goals>
- </execution>
- <execution>
- <id>default-report</id>
- <goals>
- <goal>report</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <failIfNoTests>false</failIfNoTests>
- <useUIHarness>true</useUIHarness>
- <useUIThread>true</useUIThread>
- <testFailureIgnore>true</testFailureIgnore>
- <!-- ${tycho.testArgLine} is populated by JaCoCo and is required to enable code coverage -->
- <argLine>${tycho.testArgLine} ${test.argLine}</argLine>
- <appArgLine>-testConfig=${testConfig}</appArgLine>
- <product>org.eclipse.sdk.ide</product>
- <skipTests>${skipInnerTests}</skipTests>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <profiles>
- <profile>
- <id>defaultProfile</id>
- <repositories>
- <repository>
- <id>papyrus-main</id>
- <layout>p2</layout>
- <url>${papyrus.repo.main}</url>
- </repository>
- <repository>
- <id>papyrus-dev</id>
- <layout>p2</layout>
- <url>${papyrus.repo.dev}</url>
- </repository>
- </repositories>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- </profile>
-
-
- <profile>
- <id>buildAll</id>
- <!-- Papyrus Update sites not included (They are included in the same build) -->
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <id>attach-p2-metadata</id>
- <phase>package</phase>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <activation>
- <property>
- <name>buildAll</name>
- <value>true</value>
- </property>
- </activation>
- </profile>
- </profiles>
-</project>
+ </repository> + <repository> + <id>swtbot</id> + <layout>p2</layout> + <url>${swtbot.repo.url}</url> + </repository> + <repository> + <id>UPR</id> + <layout>p2</layout> + <url>${upr.repo.url}</url> + </repository> + </repositories> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-clean-plugin</artifactId> + <version>2.6</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.2</version> + <configuration> + <source>${java.source.version}</source> + <target>${java.target.version}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.eclipse.xtend</groupId> + <artifactId>xtend-maven-plugin</artifactId> + <version>${xtext.version}</version> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-compiler-plugin</artifactId> + <version>${tycho-version}</version> + <configuration> + <optimize>true</optimize> + <showWarnings>true</showWarnings> + <!-- Tycho build using the project's JDT settings. --> + <useProjectSettings>true</useProjectSettings> + </configuration> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-maven-plugin</artifactId> + <version>${tycho-version}</version> + <extensions>true</extensions> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <version>${tycho-version}</version> + <configuration> + <environments> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86</arch> + </environment> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86_64</arch> + </environment> + <environment> + <os>linux</os> + <ws>gtk</ws> + <arch>x86</arch> + </environment> + <environment> + <os>linux</os> + <ws>gtk</ws> + <arch>x86_64</arch> + </environment> + <environment> + <os>macosx</os> + <ws>cocoa</ws> + <arch>x86_64</arch> + </environment> + </environments> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <version>1.4.0</version> + </plugin> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + <version>${jacoco-version}</version> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-compiler-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-p2-repository-plugin</artifactId> + <version>${tycho-version}</version> + </plugin> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + <version>${jacoco.version}</version> + <executions> + <execution> + <id>default-prepare-agent</id> + <goals> + <goal>prepare-agent</goal> + </goals> + </execution> + <execution> + <id>default-report</id> + <goals> + <goal>report</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-surefire-plugin</artifactId> + <version>${tycho-version}</version> + <configuration> + <failIfNoTests>false</failIfNoTests> + <useUIHarness>true</useUIHarness> + <useUIThread>true</useUIThread> + <testFailureIgnore>true</testFailureIgnore> + <!-- ${tycho.testArgLine} is populated by JaCoCo and is required to enable code coverage --> + <argLine>${tycho.testArgLine} ${test.argLine}</argLine> + <appArgLine>-testConfig=${testConfig}</appArgLine> + <product>org.eclipse.sdk.ide</product> + <skipTests>${skipInnerTests}</skipTests> + </configuration> + </plugin> + </plugins> + </build> + <profiles> + <profile> + <id>defaultProfile</id> + <repositories> + <repository> + <id>papyrus-main</id> + <layout>p2</layout> + <url>${papyrus.repo.main}</url> + </repository> + <repository> + <id>papyrus-dev</id> + <layout>p2</layout> + <url>${papyrus.repo.dev}</url> + </repository> + </repositories> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + </profile> + + + <profile> + <id>buildAll</id> + <!-- Papyrus Update sites not included (They are included in the same build) --> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-p2-plugin</artifactId> + <version>${tycho-version}</version> + <executions> + <execution> + <id>attach-p2-metadata</id> + <phase>package</phase> + <goals> + <goal>p2-metadata</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <activation> + <property> + <name>buildAll</name> + <value>true</value> + </property> + </activation> + </profile> + </profiles> +</project> diff --git a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup index 9c0661c9d1a..5c296c01293 100644 --- a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup +++ b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup @@ -155,14 +155,14 @@ </detail> </annotation> </repository> - <repository url="http://download.eclipse.org/acceleo/updates/milestones/3.6/S201510300615"> + <repository url="http://download.eclipse.org/acceleo/updates/milestones/3.6/S201512111602"> <annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools"> <detail key="updateFrom"> <value>M2T ACCELEO</value> </detail> </annotation> </repository> - <repository url="http://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.1.0/S201512141327"> + <repository url="http://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.1.0/S201512161807"> <annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools"> <detail key="updateFrom"> <value>MDT OCL 6.0</value> @@ -190,7 +190,7 @@ </detail> </annotation> </repository> - <repository url="http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.2/S201511010417"> + <repository url="http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.2/S201512130548"> <annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools"> <detail key="updateFrom"> <value>EMF COMPARE</value> @@ -1287,7 +1287,7 @@ <targlet activeRepositoryList="${eclipse.target.platform}" name="Papyrus CDO Dependencies"> <requirement name="org.eclipse.emf.cdo.sdk.feature.group"/> <repositoryList name="Neon"> - <repository url="http://download.eclipse.org/modeling/emf/cdo/drops/R20150916-0434"> + <repository url="http://download.eclipse.org/modeling/emf/cdo/drops/S20151216-1133"> <annotation source="http://www.eclipse.org/Papyrus/2014/releng/dependencytools"> <detail key="updateFrom"> <value>EMF CDO</value> @@ -1644,20 +1644,10 @@ </stream> <description>Papyrus BPMN</description> </project> - <project - name="manufacturing" - label="Manufacturing"> - <setupTask - xsi:type="setup:VariableTask" - name="papyrus.extraplugins.folder" - value="manufacturing"/> - <stream - name="master" - label="master (Neon/1.2)"> - <setupTask - xsi:type="setup:VariableTask" - name="papyrus.bugzilla.version" - value="${papyrus.bugzver.master}"/> + <project label="Manufacturing" name="manufacturing"> + <setupTask xsi:type="setup:VariableTask" name="papyrus.extraplugins.folder" value="manufacturing"/> + <stream label="master (Neon/1.2)" name="master"> + <setupTask xsi:type="setup:VariableTask" name="papyrus.bugzilla.version" value="${papyrus.bugzver.master}"/> </stream> <description>Papyrus4Manufacturing</description> </project> diff --git a/releng/pom.xml b/releng/pom.xml index cc6b0f08719..4d466ee4b0f 100644 --- a/releng/pom.xml +++ b/releng/pom.xml @@ -1,267 +1,267 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.all.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <properties>
- <tycho-version>0.23.1</tycho-version>
- <tychoExtrasVersion>0.23.1</tychoExtrasVersion>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus</tycho.scmUrl>
- <jarSignerVersion>1.1.2</jarSignerVersion>
- <findbugs.version>3.0.1</findbugs.version>
- <xtext.version>2.7.3</xtext.version>
- <java.source.version>1.8</java.source.version>
- <java.target.version>1.8</java.target.version>
- <mylyn.wikitext.version>2.4.0-SNAPSHOT</mylyn.wikitext.version>
- <skipAllTests>false</skipAllTests>
- <skipInnerTests>true</skipInnerTests>
- <eclipse.download>http://download.eclipse.org</eclipse.download> <!-- Set to file:/home/data/httpd/download.eclipse.org when building on Eclipse servers to improve performances -->
-
- <!-- TODO: Is it possible to automatically detect that we are building this pom rather than a child pom? That would remove the need for this manual variable -->
- <buildAll>false</buildAll> <!-- Set to true when building this pom directly (Rather than individual components). This will disable Papyrus Update Sites (Since they are being built by this POM). -->
-
- <!-- manualUpdate -->
- <nattable.repo.url>${eclipse.download}/nattable/releases/1.3.0/repository/</nattable.repo.url>
-
- <!-- manualUpdate -->
- <nebula-tablecombo.repo.url>${eclipse.download}/technology/nebula/archives/Q12015/release/</nebula-tablecombo.repo.url>
-
- <!-- manualUpdate -->
- <orbit.repo.url>${eclipse.download}/tools/orbit/downloads/drops/R20150821153341/repository</orbit.repo.url>
-
- <!-- updateFrom("Extended Editing Framework (EEF)",0) -->
- <eef.repo.url>${eclipse.download}/modeling/emft/eef/updates/milestones/1.5/S201505291308/</eef.repo.url>
-
- <!-- manualUpdate -->
- <rmf.repo.url>${eclipse.download}/rmf/updates/releases</rmf.repo.url>
-
- <!-- manualUpdate -->
- <swtbot.repo.url>${eclipse.download}/technology/swtbot/snapshots</swtbot.repo.url>
-
- <!-- updateFrom("CDT",0) -->
- <cdt.repo.url>${eclipse.download}/tools/cdt/builds/neon/milestones</cdt.repo.url>
-
- <!-- updateFrom("EMF CDO",0) -->
- <emf-cdo.repo.url>${eclipse.download}/modeling/emf/cdo/drops/R20150916-0434</emf-cdo.repo.url>
-
- <!-- updateFrom("EMF COMPARE",0) -->
- <emf-compare.repo.url>${eclipse.download}/modeling/emf/compare/updates/milestones/3.2/S201511010417</emf-compare.repo.url>
-
- <!-- updateFrom("EMF Query",0) -->
- <emf-query.repo.url>${eclipse.download}/modeling/emf/query/updates/milestones</emf-query.repo.url>
-
- <!-- updateFrom("M2T ACCELEO",0) -->
- <m2t-acceleo.repo.url>${eclipse.download}/acceleo/updates/milestones/3.6/S201510300615</m2t-acceleo.repo.url>
-
- <!-- manualUpdate -->
- <upr.repo.url>${eclipse.download}/upr/0.9RC1/update/</upr.repo.url>
-
- <!-- manualUpdate -->
- <b3.repo.url>${eclipse.download}/modeling/emft/b3/updates-4.4</b3.repo.url>
-
- <!-- updateFrom("Mylyn",0) -->
- <mylyn.repo.url>${eclipse.download}/mylyn/snapshots/3.18</mylyn.repo.url>
-
- <!-- updateFrom("EGIT",0) -->
- <egit.repo.url>${eclipse.download}/egit/staging/v4.2.0.201512141825-rc1</egit.repo.url>
-
- <!-- updateFrom("EPP Logging",0) -->
- <epp-logging.repo.url>${eclipse.download}/technology/epp/logging/milestones/</epp-logging.repo.url>
-
- <!-- updateFrom("oomph",0) -->
- <oomph.repo.url>${eclipse.download}/oomph/drops/release/1.2.1</oomph.repo.url>
-
- <!-- Papyrus repositories. Used when we're building individual components (vs building the parent pom including everything) -->
- <papyrus.eclipse.target>neon</papyrus.eclipse.target>
- <papyrus.repo.main>${eclipse.download}/modeling/mdt/papyrus/updates/nightly/${papyrus.eclipse.target}/main</papyrus.repo.main>
- <papyrus.repo.extra>${eclipse.download}/modeling/mdt/papyrus/updates/nightly/${papyrus.eclipse.target}/extra</papyrus.repo.extra>
- <papyrus.repo.dev>https://hudson.eclipse.org/papyrus/job/Papyrus-Master-Developer/lastSuccessfulBuild/artifact/repository/</papyrus.repo.dev>
-
- </properties>
-
- <modules>
- <module>main</module>
- <module>extra</module>
- <module>dev</module>
- <module>main-tests</module>
- <module>extra-tests</module>
- </modules>
-
- <pluginRepositories>
- <pluginRepository>
- <id>org.eclipse.cbi.maven.plugins</id>
- <name>Eclipse CBI</name>
- <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>eclipse.org-mylyn</id>
- <!-- url>https://repo.eclipse.org/content/repositories/mylyn-releases/</url -->
- <url>https://repo.eclipse.org/content/repositories/mylyn/</url>
- </pluginRepository>
- </pluginRepositories>
-
- <repositories>
- <repository>
- <id>emf-emf</id>
- <layout>p2</layout>
- <!-- updateFrom("EMF (Core)",0) -->
- <url>${eclipse.download}/modeling/emf/emf/updates/2.12milestones/</url>
- </repository>
- <repository>
- <id>emft-mwe[0]</id>
- <layout>p2</layout>
- <!-- updateFrom("EMFT MWE",0) -->
- <url>${eclipse.download}/modeling/emft/mwe/updates/milestones/S201512150804/mwe</url>
- </repository>
- <repository>
- <id>emft-mwe[1]</id>
- <layout>p2</layout>
- <!-- updateFrom("EMFT MWE",1) -->
- <url>${eclipse.download}/modeling/emft/mwe/updates/milestones/S201512150821/mwe2lang/</url>
- </repository>
- <repository>
- <id>emf-transaction</id>
- <layout>p2</layout>
- <!-- updateFrom("EMF TRANSACTION",0) -->
- <url>${eclipse.download}/modeling/emf/transaction/updates/milestones</url>
- </repository>
- <repository>
- <id>emf-validation</id>
- <layout>p2</layout>
- <!-- updateFrom("EMF VALIDATION",0) -->
- <url>${eclipse.download}/modeling/emf/validation/updates/milestones</url>
- </repository>
- <repository>
- <id>ep</id>
- <layout>p2</layout>
- <!-- updateFrom("Eclipse",0) -->
- <url>${eclipse.download}/eclipse/updates/4.6milestones/S-4.6M4-201512092300/</url>
- </repository>
- <repository>
- <id>gef</id>
- <layout>p2</layout>
- <!-- updateFrom("GEF",0) -->
- <url>${eclipse.download}/tools/gef/updates/milestones</url>
- </repository>
- <repository>
- <id>gmp-gmf-notation</id>
- <layout>p2</layout>
- <!-- updateFrom("GMF Notation",0) -->
- <url>${eclipse.download}/modeling/gmp/gmf-notation/updates/milestones</url>
- </repository>
- <repository>
- <id>gmp-gmf-runtime</id>
- <layout>p2</layout>
- <!-- updateFrom("GMF Runtime",0) -->
- <url>${eclipse.download}/modeling/gmp/gmf-runtime/updates/milestones</url>
- </repository>
- <repository>
- <id>gmf-tooling</id>
- <layout>p2</layout>
- <!-- updateFrom("GMF Tooling",0) -->
- <url>${eclipse.download}/modeling/gmp/gmf-tooling/updates/milestones-3.3/S201506090500</url>
- </repository>
- <repository>
- <id>m2t-xpand</id>
- <layout>p2</layout>
- <!-- updateFrom("M2T XPAND",0) -->
- <url>${eclipse.download}/modeling/m2t/xpand/updates/milestones/S201512150757/</url>
- </repository>
- <repository>
- <id>mdt-ocl</id>
- <layout>p2</layout>
- <!-- updateFrom("MDT OCL 6.0",0) -->
- <url>${eclipse.download}/modeling/mdt/ocl/updates/milestones/6.1.0/S201512141327</url>
- </repository>
- <repository>
- <id>mdt-uml2</id>
- <layout>p2</layout>
- <!-- updateFrom("MDT UML2",0) -->
- <url>${eclipse.download}/modeling/mdt/uml2/updates/5.2milestones</url>
- </repository>
- <repository>
- <id>mmt-qvto</id>
- <layout>p2</layout>
- <!-- updateFrom("QVT Operational",0) -->
- <url>${eclipse.download}/mmt/qvto/updates/milestones/3.6.0/S201512100140</url>
- </repository>
- <repository>
- <id>nattable</id>
- <layout>p2</layout>
- <!-- manualUpdate -->
- <url>${nattable.repo.url}</url>
- </repository>
-
+<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.eclipse.papyrus</groupId> + <artifactId>org.eclipse.papyrus.all.releng</artifactId> + <version>1.2.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <properties> + <tycho-version>0.23.1</tycho-version> + <tychoExtrasVersion>0.23.1</tychoExtrasVersion> + <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus</tycho.scmUrl> + <jarSignerVersion>1.1.2</jarSignerVersion> + <findbugs.version>3.0.1</findbugs.version> + <xtext.version>2.7.3</xtext.version> + <java.source.version>1.8</java.source.version> + <java.target.version>1.8</java.target.version> + <mylyn.wikitext.version>2.4.0-SNAPSHOT</mylyn.wikitext.version> + <skipAllTests>false</skipAllTests> + <skipInnerTests>true</skipInnerTests> + <eclipse.download>http://download.eclipse.org</eclipse.download> <!-- Set to file:/home/data/httpd/download.eclipse.org when building on Eclipse servers to improve performances --> + + <!-- TODO: Is it possible to automatically detect that we are building this pom rather than a child pom? That would remove the need for this manual variable --> + <buildAll>false</buildAll> <!-- Set to true when building this pom directly (Rather than individual components). This will disable Papyrus Update Sites (Since they are being built by this POM). --> + + <!-- manualUpdate --> + <nattable.repo.url>${eclipse.download}/nattable/releases/1.3.0/repository/</nattable.repo.url> + + <!-- manualUpdate --> + <nebula-tablecombo.repo.url>${eclipse.download}/technology/nebula/archives/Q12015/release/</nebula-tablecombo.repo.url> + + <!-- manualUpdate --> + <orbit.repo.url>${eclipse.download}/tools/orbit/downloads/drops/R20150821153341/repository</orbit.repo.url> + + <!-- updateFrom("Extended Editing Framework (EEF)",0) --> + <eef.repo.url>${eclipse.download}/modeling/emft/eef/updates/milestones/1.5/S201505291308/</eef.repo.url> + + <!-- manualUpdate --> + <rmf.repo.url>${eclipse.download}/rmf/updates/releases</rmf.repo.url> + + <!-- manualUpdate --> + <swtbot.repo.url>${eclipse.download}/technology/swtbot/snapshots</swtbot.repo.url> + + <!-- updateFrom("CDT",0) --> + <cdt.repo.url>${eclipse.download}/tools/cdt/builds/neon/milestones</cdt.repo.url> + + <!-- updateFrom("EMF CDO",0) --> + <emf-cdo.repo.url>${eclipse.download}/modeling/emf/cdo/drops/S20151216-1133</emf-cdo.repo.url> + + <!-- updateFrom("EMF COMPARE",0) --> + <emf-compare.repo.url>${eclipse.download}/modeling/emf/compare/updates/milestones/3.2/S201512130548</emf-compare.repo.url> + + <!-- updateFrom("EMF Query",0) --> + <emf-query.repo.url>${eclipse.download}/modeling/emf/query/updates/milestones</emf-query.repo.url> + + <!-- updateFrom("M2T ACCELEO",0) --> + <m2t-acceleo.repo.url>${eclipse.download}/acceleo/updates/milestones/3.6/S201512111602</m2t-acceleo.repo.url> + + <!-- manualUpdate --> + <upr.repo.url>${eclipse.download}/upr/0.9RC1/update/</upr.repo.url> + + <!-- manualUpdate --> + <b3.repo.url>${eclipse.download}/modeling/emft/b3/updates-4.4</b3.repo.url> + + <!-- updateFrom("Mylyn",0) --> + <mylyn.repo.url>${eclipse.download}/mylyn/snapshots/3.18</mylyn.repo.url> + + <!-- updateFrom("EGIT",0) --> + <egit.repo.url>${eclipse.download}/egit/staging/v4.2.0.201512141825-rc1</egit.repo.url> + + <!-- updateFrom("EPP Logging",0) --> + <epp-logging.repo.url>${eclipse.download}/technology/epp/logging/milestones/</epp-logging.repo.url> + + <!-- updateFrom("oomph",0) --> + <oomph.repo.url>${eclipse.download}/oomph/drops/milestone/S20151217-022042-1.3.0-M4</oomph.repo.url> + + <!-- Papyrus repositories. Used when we're building individual components (vs building the parent pom including everything) --> + <papyrus.eclipse.target>neon</papyrus.eclipse.target> + <papyrus.repo.main>${eclipse.download}/modeling/mdt/papyrus/updates/nightly/${papyrus.eclipse.target}/main</papyrus.repo.main> + <papyrus.repo.extra>${eclipse.download}/modeling/mdt/papyrus/updates/nightly/${papyrus.eclipse.target}/extra</papyrus.repo.extra> + <papyrus.repo.dev>https://hudson.eclipse.org/papyrus/job/Papyrus-Master-Developer/lastSuccessfulBuild/artifact/repository/</papyrus.repo.dev> + + </properties> + + <modules> + <module>main</module> + <module>extra</module> + <module>dev</module> + <module>main-tests</module> + <module>extra-tests</module> + </modules> + + <pluginRepositories> + <pluginRepository> + <id>org.eclipse.cbi.maven.plugins</id> + <name>Eclipse CBI</name> + <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </pluginRepository> + <pluginRepository> + <id>eclipse.org-mylyn</id> + <!-- url>https://repo.eclipse.org/content/repositories/mylyn-releases/</url --> + <url>https://repo.eclipse.org/content/repositories/mylyn/</url> + </pluginRepository> + </pluginRepositories> + + <repositories> + <repository> + <id>emf-emf</id> + <layout>p2</layout> + <!-- updateFrom("EMF (Core)",0) --> + <url>${eclipse.download}/modeling/emf/emf/updates/2.12milestones/</url> + </repository> + <repository> + <id>emft-mwe[0]</id> + <layout>p2</layout> + <!-- updateFrom("EMFT MWE",0) --> + <url>${eclipse.download}/modeling/emft/mwe/updates/milestones/S201512150804/mwe</url> + </repository> + <repository> + <id>emft-mwe[1]</id> + <layout>p2</layout> + <!-- updateFrom("EMFT MWE",1) --> + <url>${eclipse.download}/modeling/emft/mwe/updates/milestones/S201512150821/mwe2lang/</url> + </repository> + <repository> + <id>emf-transaction</id> + <layout>p2</layout> + <!-- updateFrom("EMF TRANSACTION",0) --> + <url>${eclipse.download}/modeling/emf/transaction/updates/milestones</url> + </repository> + <repository> + <id>emf-validation</id> + <layout>p2</layout> + <!-- updateFrom("EMF VALIDATION",0) --> + <url>${eclipse.download}/modeling/emf/validation/updates/milestones</url> + </repository> + <repository> + <id>ep</id> + <layout>p2</layout> + <!-- updateFrom("Eclipse",0) --> + <url>${eclipse.download}/eclipse/updates/4.6milestones/S-4.6M4-201512092300/</url> + </repository> + <repository> + <id>gef</id> + <layout>p2</layout> + <!-- updateFrom("GEF",0) --> + <url>${eclipse.download}/tools/gef/updates/milestones</url> + </repository> + <repository> + <id>gmp-gmf-notation</id> + <layout>p2</layout> + <!-- updateFrom("GMF Notation",0) --> + <url>${eclipse.download}/modeling/gmp/gmf-notation/updates/milestones</url> + </repository> + <repository> + <id>gmp-gmf-runtime</id> + <layout>p2</layout> + <!-- updateFrom("GMF Runtime",0) --> + <url>${eclipse.download}/modeling/gmp/gmf-runtime/updates/milestones</url> + </repository> + <repository> + <id>gmf-tooling</id> + <layout>p2</layout> + <!-- updateFrom("GMF Tooling",0) --> + <url>${eclipse.download}/modeling/gmp/gmf-tooling/updates/milestones-3.3/S201506090500</url> + </repository> + <repository> + <id>m2t-xpand</id> + <layout>p2</layout> + <!-- updateFrom("M2T XPAND",0) --> + <url>${eclipse.download}/modeling/m2t/xpand/updates/milestones/S201512150757/</url> + </repository> + <repository> + <id>mdt-ocl</id> + <layout>p2</layout> + <!-- updateFrom("MDT OCL 6.0",0) --> + <url>${eclipse.download}/modeling/mdt/ocl/updates/milestones/6.1.0/S201512161807</url> + </repository> + <repository> + <id>mdt-uml2</id> + <layout>p2</layout> + <!-- updateFrom("MDT UML2",0) --> + <url>${eclipse.download}/modeling/mdt/uml2/updates/5.2milestones</url> + </repository> + <repository> + <id>mmt-qvto</id> + <layout>p2</layout> + <!-- updateFrom("QVT Operational",0) --> + <url>${eclipse.download}/mmt/qvto/updates/milestones/3.6.0/S201512100140</url> + </repository> + <repository> + <id>nattable</id> + <layout>p2</layout> + <!-- manualUpdate --> + <url>${nattable.repo.url}</url> + </repository> + <!-- Bug 468668: Reinstate and update this when the TableCombo has a new release for Mars or later. <repository> <id>nebula-tablecombo</id> <layout>p2</layout> <url>http://download.eclipse.org/technology/nebula/archives/Q12015/release/</url> </repository> - -->
-
- <repository>
- <id>orbit</id>
- <layout>p2</layout>
- <!-- manualUpdate -->
- <url>${orbit.repo.url}</url>
- </repository>
- <repository>
- <id>tmf-xtext</id>
- <layout>p2</layout>
- <!-- updateFrom("Xtext, Xtend",0) -->
- <url>${eclipse.download}/modeling/tmf/xtext/updates/releases/2.9.0/</url>
- </repository>
- <repository>
- <id>webtools</id>
- <layout>p2</layout>
- <!-- updateFrom("WebTools",0) -->
- <url>http://build.eclipse.org/webtools/committers/wtp-R3.8.0-I/20151215010029/S-3.8.0M4-20151215010029/repository/</url>
- </repository>
- <repository>
- <id>XWT</id>
- <layout>p2</layout>
- <!-- updateFrom("XWT",0) -->
- <url>${eclipse.download}/xwt/release-1.1.0</url>
- </repository>
- <repository>
- <id>subversive</id>
- <layout>p2</layout>
- <!-- updateFrom("Subversive",0) -->
- <url>${eclipse.download}/technology/subversive/3.0/neon-site/</url>
- </repository>
- </repositories>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.6</version>
- <configuration>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clean-plugin</artifactId>
- <version>2.6</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.xtend</groupId>
- <artifactId>xtend-maven-plugin</artifactId>
- <version>${xtext.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-</project>
+ --> + + <repository> + <id>orbit</id> + <layout>p2</layout> + <!-- manualUpdate --> + <url>${orbit.repo.url}</url> + </repository> + <repository> + <id>tmf-xtext</id> + <layout>p2</layout> + <!-- updateFrom("Xtext, Xtend",0) --> + <url>${eclipse.download}/modeling/tmf/xtext/updates/releases/2.9.0/</url> + </repository> + <repository> + <id>webtools</id> + <layout>p2</layout> + <!-- updateFrom("WebTools",0) --> + <url>http://build.eclipse.org/webtools/committers/wtp-R3.8.0-I/20151215010029/S-3.8.0M4-20151215010029/repository/</url> + </repository> + <repository> + <id>XWT</id> + <layout>p2</layout> + <!-- updateFrom("XWT",0) --> + <url>${eclipse.download}/xwt/release-1.1.0</url> + </repository> + <repository> + <id>subversive</id> + <layout>p2</layout> + <!-- updateFrom("Subversive",0) --> + <url>${eclipse.download}/technology/subversive/3.0/neon-site/</url> + </repository> + </repositories> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.6</version> + <configuration> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-clean-plugin</artifactId> + <version>2.6</version> + </plugin> + <plugin> + <groupId>org.eclipse.xtend</groupId> + <artifactId>xtend-maven-plugin</artifactId> + <version>${xtext.version}</version> + </plugin> + </plugins> + </pluginManagement> + </build> +</project> |