User: user57  
  Date: 02/02/12 22:38:33

  Modified:    .        build.xml
  Log:
   o Added some warning logs when trying to stop/remove/whatever a service
     when the ObjectName given has no service context (before we silently
     ignored).
   o Fixed bug [ #511024 ] Exception when destroying Topic or Queue
     Simplified the bits that needed to talk to the SC by using a proxy
   o Updated the location where destinations are bound (jboss.mq.destination)
  
  Revision  Changes    Path
  1.17      +2 -1      jbossmq/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 6 Dec 2001 02:16:08 -0000       1.16
  +++ build.xml 13 Feb 2002 06:38:33 -0000      1.17
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.16 2001/12/06 02:16:08 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.17 2002/02/13 06:38:33 user57 Exp $ -->
   
   <project default="main" name="JBoss/Messaging">
   
  @@ -166,6 +166,7 @@
       <property name="jboss.server.lib" value="${jboss.server.root}/lib"/>
       <path id="jboss.server.classpath">
         <pathelement path="${jboss.server.lib}/jboss.jar"/>
  +      <pathelement path="${jboss.server.lib}/jboss-util.jar"/>
       </path>
   
       <!-- Security -->
  
  
  

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

Reply via email to