Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-07 18:37:59 +0000
committerIgor Fedorenko2012-01-26 12:07:30 +0000
commit45219aac80133dd95ab77008c423e8fd0e55d399 (patch)
tree8e2822fc4b7c44e80700db9fd4285de74e69503d
parent3eeece6c1503ca195b3066c70391cdd77b4e2b79 (diff)
downloadeclipse.platform.releng.aggregator-45219aac80133dd95ab77008c423e8fd0e55d399.tar.gz
eclipse.platform.releng.aggregator-45219aac80133dd95ab77008c423e8fd0e55d399.tar.xz
eclipse.platform.releng.aggregator-45219aac80133dd95ab77008c423e8fd0e55d399.zip
package proper SDK archives
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--TMP/org.eclipse.sdk.epp/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/TMP/org.eclipse.sdk.epp/pom.xml b/TMP/org.eclipse.sdk.epp/pom.xml
index 673df942c..646a866ff 100644
--- a/TMP/org.eclipse.sdk.epp/pom.xml
+++ b/TMP/org.eclipse.sdk.epp/pom.xml
@@ -68,6 +68,12 @@
</goals>
<configuration>
<profile>SDKProfile</profile>
+ <products>
+ <product>
+ <id>org.eclipse.sdk.epp</id>
+ <rootFolder>eclipse</rootFolder>
+ </product>
+ </products>
</configuration>
</execution>
<execution>
@@ -75,6 +81,12 @@
<goals>
<goal>archive-products</goal>
</goals>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</execution>
</executions>
</plugin>

Back to the top