Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-12 22:47:23 +0000
committerIgor Fedorenko2012-02-09 17:09:16 +0000
commit03d4acbc2e606e68deb14cb33041ac0af2a5870f (patch)
tree234dcf659b1f713c72ab76829ce6b794e4849414 /TMP/org.eclipse.sdk.epp/pom.xml
parent80cdb3007846cc55f75ca2519362eda515a740d9 (diff)
downloadeclipse.platform.releng.aggregator-03d4acbc2e606e68deb14cb33041ac0af2a5870f.tar.gz
eclipse.platform.releng.aggregator-03d4acbc2e606e68deb14cb33041ac0af2a5870f.tar.xz
eclipse.platform.releng.aggregator-03d4acbc2e606e68deb14cb33041ac0af2a5870f.zip
pom.xml cleanup
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> Conflicts: FROMCVS/org.eclipse.sdk.tests-feature/pom.xml FROMCVS/org.eclipse.test-feature/pom.xml
Diffstat (limited to 'TMP/org.eclipse.sdk.epp/pom.xml')
-rw-r--r--TMP/org.eclipse.sdk.epp/pom.xml37
1 files changed, 1 insertions, 36 deletions
diff --git a/TMP/org.eclipse.sdk.epp/pom.xml b/TMP/org.eclipse.sdk.epp/pom.xml
index 646a866ff..60bf6c0a1 100644
--- a/TMP/org.eclipse.sdk.epp/pom.xml
+++ b/TMP/org.eclipse.sdk.epp/pom.xml
@@ -23,42 +23,6 @@
<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>
@@ -83,6 +47,7 @@
</goals>
<configuration>
<formats>
+ <win32>zip</win32>
<linux>tar.gz</linux>
<macosx>tar.gz</macosx>
</formats>

Back to the top