Author: akarasulu
Date: Thu Feb 9 22:42:58 2006
New Revision: 376578
URL: http://svn.apache.org/viewcvs?rev=376578&view=rev
Log:
enabling macosx installer generation after verifying tests
Modified:
directory/trunks/apacheds/server-installers/pom.xml
Modified: directory/trunks/apacheds/server-installers/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/server-installers/pom.xml?rev=376578&r1=376577&r2=376578&view=diff
==============================================================================
--- directory/trunks/apacheds/server-installers/pom.xml (original)
+++ directory/trunks/apacheds/server-installers/pom.xml Thu Feb 9 22:42:58 2006
@@ -185,7 +185,6 @@
<osArch>i386</osArch>
<daemonFramework>jsvc</daemonFramework>
</izPackTarget>
-<!--
<izPackTarget>
<id>macosx-jsvc</id>
<finalName>
@@ -196,7 +195,6 @@
<osArch>ppc</osArch>
<daemonFramework>jsvc</daemonFramework>
</izPackTarget>
--->
</izPackTargets>
</configuration>
<executions>
|