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/08 17:49:11 UTC

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

Author: pamarcelot
Date: Tue Jul  8 08:49:11 2008
New Revision: 674861

URL: http://svn.apache.org/viewvc?rev=674861&view=rev
Log:
Fix for DIRSERVER-931 (Provide a zip/tar.gz download for DS).

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=674861&r1=674860&r2=674861&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Tue Jul  8 08:49:11 2008
@@ -622,6 +622,28 @@
                 </binTarget>
               </binTargets>
               
+              <!-- Targets for Archive installer -->
+              <archiveTargets>
+                <archiveTarget>
+                  <id>apacheds-archive-zip</id>
+                  <osName>any</osName>
+                  <osFamily>any</osFamily>
+                  <osArch>any</osArch>
+                  <daemonFramework>any</daemonFramework>
+                  <finalName>apacheds-${server-version}.zip</finalName>
+                  <archiveType>zip</archiveType>
+                </archiveTarget>
+                <archiveTarget>
+                  <id>apacheds-archive-tar.gz</id>
+                  <osName>any</osName>
+                  <osFamily>any</osFamily>
+                  <osArch>any</osArch>
+                  <daemonFramework>any</daemonFramework>
+                  <finalName>apacheds-${server-version}.tar.gz</finalName>
+                  <archiveType>tar.gz</archiveType>
+                </archiveTarget>
+              </archiveTargets>
+              
             </configuration>
             <executions>
               <execution>