Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2017-09-22 05:28:46 +0000
committerMarkus Knauer2017-09-22 05:28:46 +0000
commitd9162c0d6ec67130b330a5ac0ceb57d2c9c20098 (patch)
treeb0f1fc8c22fbb3f2b56242eb562d9354fc428bdf /releng
parentcb28cdb76f6c631e6037990d6239b21577dc2c87 (diff)
downloadorg.eclipse.epp.packages-d9162c0d6ec67130b330a5ac0ceb57d2c9c20098.tar.gz
org.eclipse.epp.packages-d9162c0d6ec67130b330a5ac0ceb57d2c9c20098.tar.xz
org.eclipse.epp.packages-d9162c0d6ec67130b330a5ac0ceb57d2c9c20098.zip
Re-enable DMG creation for Mac OS product definitions
Change-Id: Id64e01e71ab94f46878c45cac065bf4e3b65a265 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/parent/product/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml
index da6ff3c7..6e0112a3 100644
--- a/releng/org.eclipse.epp.config/parent/product/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/product/pom.xml
@@ -25,14 +25,14 @@
<artifactId>org.eclipse.epp-product-parent</artifactId>
<packaging>pom</packaging>
-
+
<properties>
<eclipse-sign-dmg-property>false</eclipse-sign-dmg-property>
</properties>
<build>
<plugins>
-
+
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
@@ -79,7 +79,7 @@
<artifactId>tycho-p2-director-plugin</artifactId>
</plugin>
- <!-- plugin>
+ <plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-dmg-packager</artifactId>
<executions>
@@ -95,16 +95,16 @@
</configuration>
</execution>
</executions>
- </plugin-->
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
-
+
</plugins>
</build>
-
+
<profiles>
<profile>
<id>eclipse-sign-mac</id>
@@ -134,7 +134,7 @@
</plugins>
</build>
</profile>
-
+
<profile>
<id>eclipse-sign-windows</id>
<build>
@@ -164,13 +164,13 @@
</plugins>
</build>
</profile>
-
+
<profile>
<id>eclipse-sign-dmg</id>
<properties>
<eclipse-sign-dmg-property>true</eclipse-sign-dmg-property>
</properties>
</profile>
-
+
</profiles>
</project> \ No newline at end of file

Back to the top