You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/07/10 13:04:15 UTC

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

Author: pamarcelot
Date: Thu Jul 10 04:04:14 2008
New Revision: 675509

URL: http://svn.apache.org/viewvc?rev=675509&view=rev
Log:
Added Solaris targets.

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

Modified: directory/installers/trunk/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds/pom.xml?rev=675509&r1=675508&r2=675509&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Thu Jul 10 04:04:14 2008
@@ -600,6 +600,24 @@
                   <daemonFramework>tanuki</daemonFramework>
                 </macOsXPkgTarget>
               </macOsXPkgTargets>
+
+              <!-- Targets for Solaris .pkg installer package -->
+              <solarisPkgTargets>
+                <solarisPkgTarget>
+                 <id>apacheds-solaris-x86</id>
+                  <finalName>apacheds-${server-version}-solaris-x86.pkg</finalName>
+                  <osName>solaris</osName>
+                  <osArch>x86</osArch>
+                  <daemonFramework>tanuki</daemonFramework>
+                </solarisPkgTarget>
+                <solarisPkgTarget>
+                 <id>apacheds-solaris-sparc</id>
+                  <finalName>apacheds-${server-version}-solaris-sparc.pkg</finalName>
+                  <osName>solaris</osName>
+                  <osArch>sparc</osArch>
+                  <daemonFramework>tanuki</daemonFramework>
+                </solarisPkgTarget>
+              </solarisPkgTargets>
               
               <!-- Targets for Debian .deb installer package -->
               <debTargets>