User: schaefera
  Date: 02/03/23 18:25:05

  Modified:    .        build.xml
  Log:
  Fixed a problem with the RMINotificationListener and wrong numbering of
  the State in StateManageable found by Dirk Laessig (thanx).
  
  Revision  Changes    Path
  1.5       +2 -1      jboss-management/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-management/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 23 Mar 2002 21:11:01 -0000      1.4
  +++ build.xml 24 Mar 2002 02:25:04 -0000      1.5
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.4 2002/03/23 21:11:01 ejort Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2002/03/24 02:25:04 schaefera Exp $ -->
   
   <project default="main" name="JBoss/Management">
   
  @@ -297,6 +297,7 @@
     <!-- Compile RMI stubs -->
     <target name="compile-rmi" depends="compile-classes">
       <rmic base="${build.classes}"
  +          sourcebase="${build.classes}"
               verify="${rmic.verify}"
               debug="${rmic.debug}"
             stubVersion="${rmic.stubVersion}"
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to