Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-07 18:37:59 +0000
committerIgor Fedorenko2012-01-07 18:37:59 +0000
commiteed8e1d1ee3abc6d794fd26e0613b8d8108c92dc (patch)
tree49ad8ca164d92c557954b4fc20d778cbf777379b
parent473a02176a8c47f9bf55d8529d8ed8d6df0e1e8f (diff)
downloadeclipse.platform.releng.aggregator-eed8e1d1ee3abc6d794fd26e0613b8d8108c92dc.tar.gz
eclipse.platform.releng.aggregator-eed8e1d1ee3abc6d794fd26e0613b8d8108c92dc.tar.xz
eclipse.platform.releng.aggregator-eed8e1d1ee3abc6d794fd26e0613b8d8108c92dc.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 7a5e87fb7..ed0bce034 100644
--- a/TMP/org.eclipse.sdk.epp/pom.xml
+++ b/TMP/org.eclipse.sdk.epp/pom.xml
@@ -61,6 +61,12 @@
</goals>
<configuration>
<profile>SDKProfile</profile>
+ <products>
+ <product>
+ <id>org.eclipse.sdk.epp</id>
+ <rootFolder>eclipse</rootFolder>
+ </product>
+ </products>
</configuration>
</execution>
<execution>
@@ -68,6 +74,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