User: hiram   
  Date: 00/12/25 20:15:54

  Modified:    build    build.xml
  Log:
  Fix a syschronization problem with the UIL and OIL classes.  Now the
  ASF can handle multiple messages without a problem.  Removed all dependencys
  the client had on the SecurityManger.
  
  Revision  Changes    Path
  1.24      +0 -2      spyderMQ/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/spyderMQ/build/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 2000/12/19 06:43:41     1.23
  +++ build.xml 2000/12/26 04:15:54     1.24
  @@ -79,7 +79,6 @@
                
                <!-- The RMIC commands -->
                <rmic base="${build.dest}" 
classname="org.spydermq.distributed.server.DistributedJMSServerRMIImpl" 
classpath="${build.lib}/ext/jms.jar" stubVersion="1.2" />
  -             <rmic base="${build.dest}" 
classname="org.spydermq.distributed.server.DistributedConnectionFactoryRMIImpl" 
classpath="${build.lib}/ext/jms.jar" stubVersion="1.2" />
                <rmic base="${build.dest}" 
classname="org.spydermq.distributed.server.ConnectionReceiverRMIImpl" 
classpath="${build.lib}/ext/jms.jar" stubVersion="1.2" />
                
        </target>
  @@ -90,7 +89,6 @@
                        includes="
                                org/spydermq/*,
                                org/spydermq/distributed/**,
  -                             org/spydermq/security/**,
                                org/spydermq/multiplexor/**,
                                org/spydermq/selectors/**"/>
        </target>       
  
  
  

Reply via email to