You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by ae...@apache.org on 2006/10/04 16:53:10 UTC

svn commit: r452903 - /webservices/muse/trunk/build.xml

Author: aeberbac
Date: Wed Oct  4 07:53:10 2006
New Revision: 452903

URL: http://svn.apache.org/viewvc?view=rev&rev=452903
Log:
pulling down sign-release into dist

Modified:
    webservices/muse/trunk/build.xml

Modified: webservices/muse/trunk/build.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/build.xml?view=diff&rev=452903&r1=452902&r2=452903
==============================================================================
--- webservices/muse/trunk/build.xml (original)
+++ webservices/muse/trunk/build.xml Wed Oct  4 07:53:10 2006
@@ -21,15 +21,18 @@
         <delete file="${LOG_FILE}"/>
         <record name="${LOG_FILE}" append="false" action="start"/>
         <echo message="A copy of this output is in ${LOG_FILE}"/>
+
+        <!-- the URL of the trunk -->
+        <property name="MUSE_SVN_TRUNK_REPOSITORY" value="http://svn.apache.org/repos/asf/webservices/muse/trunk"/>
         
         <!-- the URL of the modules repository -->
-        <property name="MUSE_SVN_MODULES_REPOSITORY" value="http://svn.apache.org/repos/asf/webservices/muse/trunk/modules"/>
+        <property name="MUSE_SVN_MODULES_REPOSITORY" value="${MUSE_SVN_TRUNK_REPOSITORY}/modules"/>
 
         <!-- the name of the directory to which we will checkout the modules -->
         <property name="MUSE_SVN_MODULES" value="modules"/>
 
         <!-- the URL of the modules repository -->
-        <property name="MUSE_SVN_SAMPLES_REPOSITORY" value="http://svn.apache.org/repos/asf/webservices/muse/trunk/samples"/>
+        <property name="MUSE_SVN_SAMPLES_REPOSITORY" value="${MUSE_SVN_TRUNK_REPOSITORY}/samples"/>
 
         <!-- the name of the directory to which we will checkout the samples -->
         <property name="MUSE_SVN_SAMPLES" value="samples"/>
@@ -57,6 +60,9 @@
         <property name="APACHE_LICENSE_FILE" value="${basedir}/license.txt"/>
         <property name="APACHE_LICENSE_URL" value="http://svn.apache.org/viewvc/webservices/muse/trunk/license.txt?view=co"/>
         
+        <property name="SIGN_RELEASE_BAT_FILE" value="${MUSE_DIST}/sign-release.bat"/>
+        <property name="SIGN_RELEASE_BAT_URL" value="http://svn.apache.org/viewvc/webservices/muse/trunk/sign-release.bat?view=co"/>
+
         <!-- get the license -->
         <get src="${APACHE_LICENSE_URL}" dest="${APACHE_LICENSE_FILE}"/>
     </target>
@@ -296,9 +302,12 @@
 
         <!-- get maven to clean up the generated files -->
         <exec executable="${MAVEN_EXECUTABLE}" searchpath="true" dir="${MUSE_SVN_MODULES}" failonerror="true">
-             <arg line="clean"/>
-             <env key="MAVEN_TERMINATE_CMD" value="on" />
+            <arg line="clean"/>
+            <env key="MAVEN_TERMINATE_CMD" value="on" />
         </exec>
+
+        <!-- get the sign-release.bat and put in the dist folder -->
+        <get src="${SIGN_RELEASE_BAT_URL}" dest="${SIGN_RELEASE_BAT_FILE}"/>
     </target>
 
     <target name="cleanup">



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org