User: patriot1burke
  Date: 02/02/13 15:20:12

  Modified:    .        build.xml
  Log:
  added ApplicationDeadlockException to jboss-client
  
  Revision  Changes    Path
  1.57      +2 -1      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml 13 Feb 2002 04:22:31 -0000      1.56
  +++ build.xml 13 Feb 2002 23:20:11 -0000      1.57
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.56 2002/02/13 04:22:31 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.57 2002/02/13 23:20:11 patriot1burke Exp $ -->
   
   <project default="main" name="JBoss/Server">
   
  @@ -575,6 +575,7 @@
           <include name="org/jboss/ejb/CacheKey.class"/>
           <include name="org/jboss/ejb/ListCacheKey.class"/>
           <include name="org/jboss/ejb/FastKey.class"/>
  +        <include 
name="org/jboss/ejb/plugins/lock/ApplicationDeadlockException.class"/>
           <include name="org/jboss/logging/Logger.class"/>
           <include name="org/jboss/logging/TracePriority.class"/>
           <include name="org/jboss/monitor/client/*.class"/>
  
  
  

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

Reply via email to