[jboss-svn-commits] JBoss Common SVN: r2246 - build/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 24 14:07:44 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-24 14:07:44 -0500 (Wed, 24 Jan 2007)
New Revision: 2246

Modified:
   build/trunk/build.xml
Log:
Correct the tag-release target

Modified: build/trunk/build.xml
===================================================================
--- build/trunk/build.xml	2007-01-24 19:07:16 UTC (rev 2245)
+++ build/trunk/build.xml	2007-01-24 19:07:44 UTC (rev 2246)
@@ -54,6 +54,7 @@
 	</target>
 
 	<target name="tag-release">
+		<echo message="Creating https://svn.jboss.org/repos/common/build/tags/${jbossbuild.repository.version}" />
 		<exec executable="svn">
 			<arg value="copy"/>
 			<arg value="-m" />
@@ -61,7 +62,7 @@
 			<arg value="https://svn.jboss.org/repos/common/build/trunk/"/>
 			<arg value="https://svn.jboss.org/repos/common/build/tags/${jbossbuild.repository.version}"/>			
 		</exec>
-<!--
+		<echo message="https://svn.jboss.org/repos/common/common-core/tags/${jbossbuild.repository.version}" />
 		<exec executable="svn">
 			<arg value="copy"/>
 			<arg value="-m" />
@@ -69,6 +70,7 @@
 			<arg value="https://svn.jboss.org/repos/common/common-core/trunk/"/>
 			<arg value="https://svn.jboss.org/repos/common/common-core/tags/${jbossbuild.repository.version}"/>			
 		</exec>
+<!--
 		<exec executable="svn">
 			<arg value="copy"/>
 			<arg value="-m" />




More information about the jboss-svn-commits mailing list