User: user57  
  Date: 02/02/14 17:17:35

  Modified:    .        build.xml
  Log:
   o MBeanProxy does not use org.jboss.proxy.compiler anymore, just plain
     old JDK1.3 Dymanic Proxy API will work just fine here (since we don't
     support 1.2 anymore).
  
  Revision  Changes    Path
  1.59      +1 -4      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- build.xml 14 Feb 2002 07:37:32 -0000      1.58
  +++ build.xml 15 Feb 2002 01:17:35 -0000      1.59
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.58 2002/02/14 07:37:32 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.59 2002/02/15 01:17:35 user57 Exp $ -->
   
   <project default="main" name="JBoss/Server">
   
  @@ -508,9 +508,6 @@
       <jar jarfile="${build.lib}/jboss-util.jar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/util/**"/>
  -
  -        <!-- MBeanProxy needs this.  This compiler stuff should be moved under util 
-->
  -        <include name="org/jboss/proxy/compiler/**"/>
         </fileset>
       </jar>
   
  
  
  

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

Reply via email to