diff options
author | Igor Fedorenko | 2011-12-10 18:11:26 +0000 |
---|---|---|
committer | Igor Fedorenko | 2011-12-10 18:11:26 +0000 |
commit | b74a1de463d9e548ae6220ae0a4c02a90e406d49 (patch) | |
tree | ce088af328ef6a8d3d21172d4e440f8eabac0bb0 /TMP/org.eclipse.sdk.epp/pom.xml | |
parent | 2d5118541faea7ed7c33c7f573eaaade5e880278 (diff) | |
download | eclipse.platform.releng.aggregator-b74a1de463d9e548ae6220ae0a4c02a90e406d49.tar.gz eclipse.platform.releng.aggregator-b74a1de463d9e548ae6220ae0a4c02a90e406d49.tar.xz eclipse.platform.releng.aggregator-b74a1de463d9e548ae6220ae0a4c02a90e406d49.zip |
package sdk for all supported platforms
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'TMP/org.eclipse.sdk.epp/pom.xml')
-rw-r--r-- | TMP/org.eclipse.sdk.epp/pom.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/TMP/org.eclipse.sdk.epp/pom.xml b/TMP/org.eclipse.sdk.epp/pom.xml index 11aa4d0df..517f624c1 100644 --- a/TMP/org.eclipse.sdk.epp/pom.xml +++ b/TMP/org.eclipse.sdk.epp/pom.xml @@ -44,6 +44,42 @@ <plugins> <plugin> <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <configuration> + <resolver>p2</resolver> + <environments> + <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>win32</os> + <ws>win32</ws> + <arch>x86</arch> + </environment> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86_64</arch> + </environment> + <environment> + <os>macosx</os> + <ws>cocoa</ws> + <arch>x86_64</arch> + </environment> + </environments> + </configuration> + </plugin> + + + <plugin> + <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-p2-director-plugin</artifactId> <executions> <execution> |