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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 24 10:56:53 EDT 2009


Author: jmesnil
Date: 2009-08-24 10:56:53 -0400 (Mon, 24 Aug 2009)
New Revision: 7909

Modified:
   trunk/build-hornetq.xml
Log:
lower-cased ${module.name}?\194?\160used to name the builds

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2009-08-24 12:23:53 UTC (rev 7908)
+++ trunk/build-hornetq.xml	2009-08-24 14:56:53 UTC (rev 7909)
@@ -28,7 +28,7 @@
    <!-- Module name(s) & version                                                                 -->
    <!-- ======================================================================================== -->
 
-   <property name="module.name" value="HornetQ"/>
+   <property name="module.name" value="hornetq"/>
 	   <!-- Version properties are read from hornetq-version.properties instead of duplicating them here -->
    <property file="src/config/common/hornetq-version.properties"/>
    <property name="hornetq.version.revision" value="0" />



More information about the hornetq-commits mailing list