You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/04/20 02:58:14 UTC

svn commit: r530600 - /directory/apacheds/trunk/server-installers/pom.xml

Author: akarasulu
Date: Thu Apr 19 17:58:13 2007
New Revision: 530600

URL: http://svn.apache.org/viewvc?view=rev&rev=530600
Log:
issue daemon plugin command to generate x86_64 installer

Modified:
    directory/apacheds/trunk/server-installers/pom.xml

Modified: directory/apacheds/trunk/server-installers/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/pom.xml?view=diff&rev=530600&r1=530599&r2=530600
==============================================================================
--- directory/apacheds/trunk/server-installers/pom.xml (original)
+++ directory/apacheds/trunk/server-installers/pom.xml Thu Apr 19 17:58:13 2007
@@ -199,6 +199,26 @@
               <osArch>i386</osArch>
               <daemonFramework>jsvc</daemonFramework>
             </izPackTarget>
+            <izPackTarget>
+              <packagedFiles>
+                <packagedFile>
+                  <source>izpack-apacheds-tools.sh</source>
+                  <destinationPath>bin/apacheds-tools.sh</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                  <executable>true</executable>
+                  <filtered>true</filtered>
+                </packagedFile>
+              </packagedFiles>
+              <id>linux-jsvc-x86_64</id>
+              <izPackInstallFile>src/main/installers/izpack-unix.xml</izPackInstallFile>
+              <finalName>
+                apacheds-${pom.version}-linux-x86_64-setup.jar
+              </finalName>
+              <osName>Linux</osName>
+              <osFamily>unix</osFamily>
+              <osArch>x86_64</osArch>
+              <daemonFramework>jsvc</daemonFramework>
+            </izPackTarget>
 <!--
             <izPackTarget>
               <packagedFiles>