diff options
author | Marc-Andre Laperle | 2017-02-05 05:40:01 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2017-02-08 14:51:43 +0000 |
commit | 95e05f485d8a44f14864ba7492f9dfa2a6494b4f (patch) | |
tree | 326884fbb3b3fd70b02d1838bc5526c9dbaeabc4 /core/org.eclipse.cdt.core.linux | |
parent | 0d35254d82c9c89fb74b08fb64b0e6342bd1dac9 (diff) | |
download | org.eclipse.cdt-95e05f485d8a44f14864ba7492f9dfa2a6494b4f.tar.gz org.eclipse.cdt-95e05f485d8a44f14864ba7492f9dfa2a6494b4f.tar.xz org.eclipse.cdt-95e05f485d8a44f14864ba7492f9dfa2a6494b4f.zip |
Remove profiles that helped skip ppc64le
Those profiles were useful when keeping compatibility with Eclipse 4.5
but this is not required anymore.
Change-Id: Ic9ef7beecee1b5bd072ec192048ab409b19844c9
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'core/org.eclipse.cdt.core.linux')
-rw-r--r-- | core/org.eclipse.cdt.core.linux/pom.xml | 48 |
1 files changed, 5 insertions, 43 deletions
diff --git a/core/org.eclipse.cdt.core.linux/pom.xml b/core/org.eclipse.cdt.core.linux/pom.xml index b1c43f7e50a..a0559780e89 100644 --- a/core/org.eclipse.cdt.core.linux/pom.xml +++ b/core/org.eclipse.cdt.core.linux/pom.xml @@ -17,49 +17,6 @@ <profiles> <profile> - <id>ppc64le</id> - <build> - <plugins> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>target-platform-configuration</artifactId> - <version>${tycho-version}</version> - <configuration> - <resolver>p2</resolver> - <pomDependencies>consider</pomDependencies> - <environments> - <environment> - <os>linux</os> - <ws>gtk</ws> - <arch>ppc64le</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>linux</os> - <ws>gtk</ws> - <arch>ppc</arch> - </environment> - <environment> - <os>linux</os> - <ws>gtk</ws> - <arch>ppc64</arch> - </environment> - </environments> - </configuration> - </plugin> - </plugins> - </build> - </profile> - <profile> <id>build-native.linux.x86</id> <activation> <property> @@ -251,6 +208,11 @@ <ws>gtk</ws> <arch>ppc64</arch> </environment> + <environment> + <os>linux</os> + <ws>gtk</ws> + <arch>ppc64le</arch> + </environment> </environments> </configuration> </plugin> |