Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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