[jboss-cvs] JBossRemoting/src/etc ...

Tom Elrod tom.elrod at jboss.com
Mon Jul 31 15:17:14 EDT 2006


  User: telrod  
  Date: 06/07/31 15:17:14

  Modified:    src/etc  build.xml
  Log:
  JBREM-516 - adding simple transporter sample to doc and samples build.
  
  Revision  Changes    Path
  1.11      +19 -1     JBossRemoting/src/etc/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/etc/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.xml	24 Apr 2006 03:19:47 -0000	1.10
  +++ build.xml	31 Jul 2006 19:17:14 -0000	1.11
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.10 2006/04/24 03:19:47 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.11 2006/07/31 19:17:14 telrod Exp $ -->
   
   <project default="compile-sample-classes" name="JBoss/Remoting">
   
  @@ -149,6 +149,24 @@
          </java>
      </target>
   
  +   <target name="run-transporter-simple-client" depends="compile-sample-classes">
  +             <java classname="org.jboss.remoting.samples.transporter.simple.Client">
  +         <classpath>
  +           <pathelement location="${examples.root}"/>
  +           <path refid="library.classpath"/>
  +         </classpath>
  +       </java>
  +   </target>
  +
  +   <target name="run-transporter-simple-server" depends="compile-sample-classes">
  +             <java classname="org.jboss.remoting.samples.transporter.simple.Server">
  +         <classpath>
  +           <pathelement location="${examples.root}"/>
  +           <path refid="library.classpath"/>
  +         </classpath>
  +       </java>
  +   </target>
  +
      <target name="run-transporter-basic-client" depends="compile-sample-classes">
                <java classname="org.jboss.remoting.samples.transporter.basic.client.Client">
            <classpath>
  
  
  



More information about the jboss-cvs-commits mailing list