You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/03/04 14:31:40 UTC

cvs commit: jakarta-avalon-apps/demo build.xml

hammant     02/03/04 05:31:40

  Modified:    demo     build.xml
  Log:
  fix altrmi compilation issue
  
  Revision  Changes    Path
  1.42      +1 -0      jakarta-avalon-apps/demo/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/demo/build.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.xml	4 Mar 2002 13:17:35 -0000	1.41
  +++ build.xml	4 Mar 2002 13:31:40 -0000	1.42
  @@ -135,6 +135,7 @@
           classesorinterfaces="org.apache.avalon.apps.demos.helloworldserver.HelloWorldServer"
           classgendir="build/genclasses">
         <classpath>
  +        <pathelement location="lib/commons-altrmi-client-interfaces.jar"/>
           <pathelement location="lib/commons-altrmi-client-impl.jar"/>
           <pathelement location="lib/commons-altrmi-common.jar"/>
           <pathelement location="lib/commons-altrmi-generator.jar"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>