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 @@ + + + + apacheds-archive-zip + any + any + any + any + apacheds-${server-version}.zip + zip + + + apacheds-archive-tar.gz + any + any + any + any + apacheds-${server-version}.tar.gz + tar.gz + + +