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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Jan 8 23:21:06 EST 2009


Author: david.lloyd at jboss.com
Date: 2009-01-08 23:21:05 -0500 (Thu, 08 Jan 2009)
New Revision: 4795

Modified:
   remoting3/trunk/build.xml
Log:
minor cleanup

Modified: remoting3/trunk/build.xml
===================================================================
--- remoting3/trunk/build.xml	2009-01-09 03:10:38 UTC (rev 4794)
+++ remoting3/trunk/build.xml	2009-01-09 04:21:05 UTC (rev 4795)
@@ -848,14 +848,10 @@
 
     <target name="all-core" description="Build all core targets" depends="api,compat,core,protocol.basic,protocol.multiplex,samples,testing-support"/>
 
-    <!-- JARs: These should be the third-to-last targets in the file -->
+    <!-- JARs: These should be the second-to-last targets in the file -->
 
     <target name="all-jars" description="Build all the JARs" depends="api-jar,core-jar"/>
 
-    <!-- fetch: These should be the second-to-last targets in the file -->
-
-    <!--<target name="all-fetch" description="Pre-fetch all external libraries" depends="lib.jboss-common-core,lib.jboss-common-logging-spi,lib.jboss-deployers-core-spi,lib.jboss-deployers-spi,lib.jboss-deployers-structure-spi,lib.jbossmc-kernel,lib.jboss-managed,lib.jbossxb,lib.marshalling-api,lib.servlet"/>-->
-
     <!-- all: These should be the last targets in the file -->
 
     <target name="all" description="Build everything" depends="all-core,all-jars,api-javadoc"/>




More information about the jboss-remoting-commits mailing list