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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Apr 14 12:49:53 EDT 2008


Author: david.lloyd at jboss.com
Date: 2008-04-14 12:49:53 -0400 (Mon, 14 Apr 2008)
New Revision: 3989

Modified:
   remoting3/trunk/build.xml
Log:
JRPP is an indirect dependency for samples

Modified: remoting3/trunk/build.xml
===================================================================
--- remoting3/trunk/build.xml	2008-04-14 16:48:46 UTC (rev 3988)
+++ remoting3/trunk/build.xml	2008-04-14 16:49:53 UTC (rev 3989)
@@ -772,6 +772,7 @@
             <compilerarg value="-Xlint:unchecked"/>
             <classpath>
                 <path refid="api.classpath"/>
+                <path refid="jrpp.classpath"/>
                 <path refid="srp.classpath"/>
                 <path refid="standalone.classpath"/>
                 <path refid="util.classpath"/>
@@ -784,7 +785,7 @@
         <delete dir="samples/target"/>
     </target>
 
-    <target name="samples" description="Build the samples module" depends="api,srp,standalone,util,samples.compile">
+    <target name="samples" description="Build the samples module" depends="api,jrpp,srp,standalone,util,samples.compile">
         <path id="samples.classpath">
             <pathelement location="samples/target/main/classes"/>
         </path>




More information about the jboss-remoting-commits mailing list