Author: david.lloyd(a)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>
Show replies by date