[jboss-cvs] JBoss Messaging SVN: r5450 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 2 09:24:35 EST 2008


Author: jmesnil
Date: 2008-12-02 09:24:35 -0500 (Tue, 02 Dec 2008)
New Revision: 5450

Modified:
   trunk/build.xml
Log:
renamed client-jar to jar-client and delegates to build-messaging.xml's jar-client target

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-12-02 11:28:17 UTC (rev 5449)
+++ trunk/build.xml	2008-12-02 14:24:35 UTC (rev 5450)
@@ -137,8 +137,8 @@
       <ant antfile="build-messaging.xml" target="jar-logging"/>
    </target> 
 
-   <target name="client-jar" depends="createthirdparty">
-      <ant antfile="build-messaging.xml" target="client-jar"/>
+   <target name="jar-client" depends="createthirdparty">
+      <ant antfile="build-messaging.xml" target="jar-client"/>
    </target>
    <!-- ======================================================================================== -->
    <!-- Distro Tasks                                                                           -->




More information about the jboss-cvs-commits mailing list