User: chirino 
  Date: 01/07/10 20:05:58

  Modified:    src/build build.xml
  Log:
  Adjustment in rmic since the package org change some
  
  Revision  Changes    Path
  1.9       +6 -9      jbossmq/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/build/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 2001/06/24 02:15:11     1.8
  +++ build.xml 2001/07/11 03:05:58     1.9
  @@ -83,17 +83,14 @@
   <!--
       <javac srcdir="${examples.dir}" destdir="${build.examples}" 
classpath="${build.lib}/**/*.jar;${build.dest}" debug="${debug}"/>
   -->
  -     
       <rmic base="${build.classes.dir}" 
  -             classname="org.jbossmq.distributed.server.DistributedJMSServerRMIImpl" 
  -             stubVersion="1.2" >
  -            <classpath refid="classpath"/>
  +             classname="org.jbossmq.il.rmi.RMIServerIL" 
  +             stubVersion="1.2" > <classpath refid="classpath"/>
       </rmic>
   
       <rmic base="${build.classes.dir}" 
  -             classname="org.jbossmq.distributed.server.ConnectionReceiverRMIImpl" 
  -             stubVersion="1.2" >
  -            <classpath refid="classpath"/>
  +             classname="org.jbossmq.il.rmi.RMIClientIL" 
  +             stubVersion="1.2" > <classpath refid="classpath"/>
       </rmic>
   
     </target>
  @@ -119,10 +116,9 @@
                basedir="${build.classes.dir}" 
                includes="org/jbossmq/*,
                                org/jbossmq/referenceable/**,
  -                             org/jbossmq/distributed/**,
  +                             org/jbossmq/il/**,
                                org/jbossmq/cluster/**,
                                org/jbossmq/xml/**,
  -                             org/jbossmq/multiplexor/**,
                                org/jbossmq/selectors/**"/>
   
     </target>
  @@ -187,6 +183,7 @@
                        includes="oswego-concurrent.jar,
                                gnu-regexp-1.0.8.jar,
                                jndi.jar,
  +                             log4j.jar,
                                jboss-j2ee.jar"/>
        </copy>
   
  
  
  

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

Reply via email to