Re-enable DMG creation for Mac OS product definitions

Change-Id: Id64e01e71ab94f46878c45cac065bf4e3b65a265
Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml
index da6ff3c..6e0112a 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