[hornetq-commits] JBoss hornetq SVN: r10062 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 20 10:10:20 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-12-20 10:10:20 -0500 (Mon, 20 Dec 2010)
New Revision: 10062

Modified:
   trunk/build-hornetq.xml
Log:
fixing rest-easy build

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2010-12-20 14:50:41 UTC (rev 10061)
+++ trunk/build-hornetq.xml	2010-12-20 15:10:20 UTC (rev 10062)
@@ -1190,9 +1190,11 @@
    <target name="jar-rest-init" depends="jar-jms">
       <ant antfile="build-maven.xml" target="upload-local-target">
 	<property name="artifact.id" value="hornetq-core"/>
+	<property name="file-name" value="hornetq-core"/>
       </ant>
       <ant antfile="build-maven.xml" target="upload-local-target">
 	<property name="artifact.id" value="hornetq-jms"/>
+	<property name="file-name" value="hornetq-jms"/>
       </ant>
    </target>
       



More information about the hornetq-commits mailing list