You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/12/02 16:08:23 UTC

svn commit: r351747 - /geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml

Author: sppatel
Date: Fri Dec  2 07:08:19 2005
New Revision: 351747

URL: http://svn.apache.org/viewcvs?rev=351747&view=rev
Log:
create source plugin/feature part I

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml?rev=351747&r1=351746&r2=351747&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml Fri Dec  2 07:08:19 2005
@@ -77,7 +77,7 @@
                 <checksum file="${distribution.dir.updatesite}/plugins/${dependency.artifactId}_${distributionjarversion}.jar" algorithm="SHA" fileext=".sha"/>
             </j:if>                      
         </j:forEach>  
-        <ant:zip destfile="${distribution.dir}/geronimo-update-${pom.currentVersion}.zip" basedir="${distribution.dir}"/>
+        <ant:zip destfile="${distribution.dir}/geronimo-update-${pom.currentVersion}.zip" basedir="${distribution.dir.updatesite}"/>
         <checksum file="${distribution.dir}/geronimo-update-${pom.currentVersion}.zip" algorithm="MD5" fileext=".md5"/>
         <checksum file="${distribution.dir}/geronimo-update-${pom.currentVersion}.zip" algorithm="SHA" fileext=".sha"/>    
     </goal>