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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Jan 29 15:50:10 EST 2009


Author: david.lloyd at jboss.com
Date: 2009-01-29 15:50:10 -0500 (Thu, 29 Jan 2009)
New Revision: 4849

Modified:
   remoting3/trunk/build.xml
Log:
Remove samples from build until multiplex is ready

Modified: remoting3/trunk/build.xml
===================================================================
--- remoting3/trunk/build.xml	2009-01-29 20:44:43 UTC (rev 4848)
+++ remoting3/trunk/build.xml	2009-01-29 20:50:10 UTC (rev 4849)
@@ -551,7 +551,8 @@
 
     <!-- core -->
 
-    <target name="all-core" description="Build all core targets" depends="api,core,samples,testing-support"/>
+    <!--<target name="all-core" description="Build all core targets" depends="api,core,samples,testing-support"/>-->
+    <target name="all-core" description="Build all core targets" depends="api,core,testing-support"/>
 
     <!-- JARs: These should be the second-to-last targets in the file -->
 




More information about the jboss-remoting-commits mailing list