You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/24 07:55:29 UTC

svn commit: r640332 - /directory/studio/trunk/studio/pom.xml

Author: felixk
Date: Sun Mar 23 23:55:28 2008
New Revision: 640332

URL: http://svn.apache.org/viewvc?rev=640332&view=rev
Log:
IT's a zip, not a tar.gz

Modified:
    directory/studio/trunk/studio/pom.xml

Modified: directory/studio/trunk/studio/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio/pom.xml?rev=640332&r1=640331&r2=640332&view=diff
==============================================================================
--- directory/studio/trunk/studio/pom.xml (original)
+++ directory/studio/trunk/studio/pom.xml Sun Mar 23 23:55:28 2008
@@ -640,7 +640,7 @@
                   <url>${pom.distributionManagement.snapshotRepository.url}</url>
                   <artifactId>ApacheDirectoryStudio</artifactId>
                   <groupId>${pom.groupId}</groupId>
-                  <packaging>tar.gz</packaging>
+                  <packaging>zip</packaging>
                   <version>${pom.version}-win32</version>
                   <uniqueVersion>false</uniqueVersion>
                 </configuration>