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/10 01:05:08 UTC

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

Author: sppatel
Date: Fri Dec  9 16:05:04 2005
New Revision: 355659

URL: http://svn.apache.org/viewcvs?rev=355659&view=rev
Log:
site distro zip should be optional

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=355659&r1=355658&r2=355659&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml Fri Dec  9 16:05:04 2005
@@ -86,10 +86,14 @@
                 <ant:arg line="cat http://svn.apache.org/repos/asf/geronimo/site/docs/devtools/site.xml"/>
             </ant:exec>
                 
-        </j:forEach>  
-        <ant:zip destfile="${distribution.dir}/geronimo-update-${pom.currentVersion}.zip" basedir="${distribution.dir.updatesite}"/>
+        </j:forEach>  
+        <!-- <attainGoal name="sitedistrozip"/> -->
+    </goal>
+    
+    <goal name="sitedistrozip">
+        <ant:zip destfile="${distribution.dir}/geronimo-update-${pom.currentVersion}.zip" basedir="${maven.build.dir}"/>
         <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"/>    
+        <checksum file="${distribution.dir}/geronimo-update-${pom.currentVersion}.zip" algorithm="SHA" fileext=".sha"/>    
     </goal>
      
 </project>