Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2016-01-29 07:21:20 +0000
committerGerrit Code Review @ Eclipse.org2016-02-01 12:01:59 +0000
commit964f8076a2c938edebc3fc0568aa19c5a9734cce (patch)
tree4c1322dacec887a56b57f2d1fc268ae31ddb93f3 /releng/extra-tests/pom.xml
parent6b44efc045b4b4dfe89d3a1b53c35a0a525dae61 (diff)
downloadorg.eclipse.papyrus-964f8076a2c938edebc3fc0568aa19c5a9734cce.tar.gz
org.eclipse.papyrus-964f8076a2c938edebc3fc0568aa19c5a9734cce.tar.xz
org.eclipse.papyrus-964f8076a2c938edebc3fc0568aa19c5a9734cce.zip
Bug 486789 - [releng] target platform configuration seems to lack of
linux and macos - proposition to factorize the tycho target platform configuration in the parent pom. -needed to succeed for diagram class code generation -see https://wiki.eclipse.org/Tycho/Reference_Card#Target_runtime_environment Change-Id: I248a8effe638a4541577fecc3792496b07554e5b Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'releng/extra-tests/pom.xml')
-rwxr-xr-xreleng/extra-tests/pom.xml44
1 files changed, 5 insertions, 39 deletions
diff --git a/releng/extra-tests/pom.xml b/releng/extra-tests/pom.xml
index 4340fbc1e5c..ce03fce88e9 100755
--- a/releng/extra-tests/pom.xml
+++ b/releng/extra-tests/pom.xml
@@ -34,7 +34,7 @@
<repository>
<id>cdt</id>
<layout>p2</layout>
- <url>${cdt.repo.url}</url>
+ <url>${cdt.repo.url}</url>
</repository>
<repository>
<id>cdt-launchbar</id>
@@ -44,22 +44,22 @@
<repository>
<id>emf-cdo</id>
<layout>p2</layout>
- <url>${emf-cdo.repo.url}</url>
+ <url>${emf-cdo.repo.url}</url>
</repository>
<repository>
<id>emf-compare</id>
<layout>p2</layout>
- <url>${emf-compare.repo.url}</url>
+ <url>${emf-compare.repo.url}</url>
</repository>
<repository>
<id>emf-query</id>
<layout>p2</layout>
- <url>${emf-query.repo.url}</url>
+ <url>${emf-query.repo.url}</url>
</repository>
<repository>
<id>m2t-acceleo</id>
<layout>p2</layout>
- <url>${m2t-acceleo.repo.url}</url>
+ <url>${m2t-acceleo.repo.url}</url>
</repository>
<repository>
<id>RMF</id>
@@ -106,40 +106,6 @@
<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>

Back to the top