Author: pamarcelot
Date: Thu Sep 11 02:36:49 2008
New Revision: 694191
URL: http://svn.apache.org/viewvc?rev=694191&view=rev
Log:
Added Solaris target that got dropped by I don't know what. Maybe they have been erased during
a BigBang merge or something like that.
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=694191&r1=694190&r2=694191&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Thu Sep 11 02:36:49 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>
|