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/04 17:43:11 UTC

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

Author: sppatel
Date: Sun Dec  4 08:43:09 2005
New Revision: 353871

URL: http://svn.apache.org/viewcvs?rev=353871&view=rev
Log:
package site.xml with update site distro

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=353871&r1=353870&r2=353871&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/assembly/maven.xml Sun Dec  4 08:43:09 2005
@@ -75,7 +75,12 @@
                 <ant:copy file="${artifact.path}" tofile="${distribution.dir.updatesite}/plugins/${dependency.artifactId}_${distributionjarversion}.jar"/>
                 <checksum file="${distribution.dir.updatesite}/plugins/${dependency.artifactId}_${distributionjarversion}.jar" algorithm="MD5" fileext=".md5"/>
                 <checksum file="${distribution.dir.updatesite}/plugins/${dependency.artifactId}_${distributionjarversion}.jar" algorithm="SHA" fileext=".sha"/>
-            </j:if>                      
+            </j:if>                  
+            
+            <ant:exec dir="${basedir}" executable="svn" output="${distribution.dir.updatesite}/site.xml">
+                <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}"/>
         <checksum file="${distribution.dir}/geronimo-update-${pom.currentVersion}.zip" algorithm="MD5" fileext=".md5"/>