[jboss-remoting-commits] JBoss Remoting SVN: r4569 - remoting3/trunk.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Sep 16 23:14:52 EDT 2008


Author: david.lloyd at jboss.com
Date: 2008-09-16 23:14:52 -0400 (Tue, 16 Sep 2008)
New Revision: 4569

Modified:
   remoting3/trunk/build.xml
Log:
Fix a tab-complete error

Modified: remoting3/trunk/build.xml
===================================================================
--- remoting3/trunk/build.xml	2008-09-17 00:59:12 UTC (rev 4568)
+++ remoting3/trunk/build.xml	2008-09-17 03:14:52 UTC (rev 4569)
@@ -333,7 +333,7 @@
         <delete dir="api/target"/>
     </target>
 
-    <target name="api" description="Build the API module" depends="lib.jboss-marshalling-api-check,lib.xnio-api,util,api.compile">
+    <target name="api" description="Build the API module" depends="lib.jboss-marshalling-api,lib.xnio-api,util,api.compile">
         <path id="api.classpath">
             <pathelement location="api/target/main/classes"/>
         </path>




More information about the jboss-remoting-commits mailing list