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 2007/01/05 21:28:03 UTC

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

Author: aeberbac
Date: Fri Jan  5 12:28:02 2007
New Revision: 493179

URL: http://svn.apache.org/viewvc?view=rev&rev=493179
Log:
removed sign-release file getting

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=493179&r1=493178&r2=493179
==============================================================================
--- webservices/muse/trunk/build.xml (original)
+++ webservices/muse/trunk/build.xml Fri Jan  5 12:28:02 2007
@@ -63,9 +63,6 @@
         <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>
@@ -356,9 +353,6 @@
     	
     	<!-- zip up everything again - as a .tar.gz file -->
         <tar destfile="${MUSE_DIST}/muse-${VERSION}-bin.tar.gz" basedir="${TEMP_DIR}" includes="muse-${VERSION}-bin/**" compression="gzip"/>
-
-        <!-- get the sign-release.bat and put in the dist folder -->
-        <get src="${SIGN_RELEASE_BAT_URL}" dest="${SIGN_RELEASE_BAT_FILE}"/>
 
         <!-- get maven to clean up the generated files -->
         <exec executable="${MAVEN_EXECUTABLE}" searchpath="true" dir="${MUSE_SVN_MODULES}" failonerror="true">



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