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:57:52 UTC

svn commit: r530599 - /directory/apacheds/branches/1.0/server-installers/pom.xml

Author: akarasulu
Date: Thu Apr 19 17:57:51 2007
New Revision: 530599

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

Modified:
    directory/apacheds/branches/1.0/server-installers/pom.xml

Modified: directory/apacheds/branches/1.0/server-installers/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/1.0/server-installers/pom.xml?view=diff&rev=530599&r1=530598&r2=530599
==============================================================================
--- directory/apacheds/branches/1.0/server-installers/pom.xml (original)
+++ directory/apacheds/branches/1.0/server-installers/pom.xml Thu Apr 19 17:57:51 2007
@@ -202,6 +202,51 @@
                   <filtered>true</filtered>
                 </packagedFile>
               </packagedFiles>
+              <id>linux-jsvc-x86_64</id>
+              <izPackInstallFile>
+                src/main/installers/izpack-unix.xml
+              </izPackInstallFile>
+              <izPackShortcutsUnixFile>
+                src/main/installers/unix_shortcuts.xml
+              </izPackShortcutsUnixFile>
+              <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>
+                <packagedFile>
+                  <source>stop.png</source>
+                  <destinationPath>stop.png</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                </packagedFile>
+                <packagedFile>
+                  <source>src/main/installers/debug.png</source>
+                  <destinationPath>debug.png</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                </packagedFile>
+                <packagedFile>
+                  <source>src/main/installers/start.png</source>
+                  <destinationPath>start.png</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                </packagedFile>
+                <packagedFile>
+                  <source>src/main/installers/docs.png</source>
+                  <destinationPath>docs/docs.png</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                </packagedFile>
+                <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-ppc</id>
               <izPackInstallFile>
                 src/main/installers/izpack-unix.xml