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/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/pom.xml')
-rw-r--r--releng/extra/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml
index d932bf4f80f..ed47f3a492e 100644
--- a/releng/extra/pom.xml
+++ b/releng/extra/pom.xml
@@ -348,20 +348,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_64</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
<plugins>

Back to the top