diff options
author | Uwe Stieber | 2012-04-18 11:17:37 +0000 |
---|---|---|
committer | Uwe Stieber | 2012-04-18 11:17:37 +0000 |
commit | c54be063a2b2b11925ca2a94ea491d2f9788e9a0 (patch) | |
tree | 11eb17cf3d42a81fd472a18bbe90c7aa4e2ba247 /admin | |
parent | 7c5e35f45ed4bfb7588c325c5b9f872359cab0d8 (diff) | |
download | org.eclipse.tcf-c54be063a2b2b11925ca2a94ea491d2f9788e9a0.tar.gz org.eclipse.tcf-c54be063a2b2b11925ca2a94ea491d2f9788e9a0.tar.xz org.eclipse.tcf-c54be063a2b2b11925ca2a94ea491d2f9788e9a0.zip |
Releng: Limit the Maven/Tycho target platform configuration to Linux and Windows, both 32 and 64bit
Diffstat (limited to 'admin')
-rw-r--r-- | admin/pom-config.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml index a020605ce..7cb785fc5 100644 --- a/admin/pom-config.xml +++ b/admin/pom-config.xml @@ -138,16 +138,6 @@ <ws>win32</ws> <arch>x86_64</arch> </environment> - <environment> - <os>macosx</os> - <ws>cocoa</ws> - <arch>x86</arch> - </environment> - <environment> - <os>macosx</os> - <ws>cocoa</ws> - <arch>x86_64</arch> - </environment> </environments> <resolver>p2</resolver> <ignoreTychoRepositories>true</ignoreTychoRepositories> |