User: starksm 
  Date: 01/12/13 11:33:42

  Modified:    .        build.xml
  Log:
  Add Logger and TracePriority to jboss-client.jar
  
  Revision  Changes    Path
  1.46      +3 -1      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml 2001/12/09 05:22:23     1.45
  +++ build.xml 2001/12/13 19:33:42     1.46
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.45 2001/12/09 05:22:23 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.46 2001/12/13 19:33:42 starksm Exp $ -->
   
   <project default="main" name="JBoss/Server">
   
  @@ -543,6 +543,8 @@
           <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/logging/Logger.class"/>
  +        <include name="org/jboss/logging/TracePriority.class"/>
           <include name="org/jboss/monitor/client/*.class"/>
           <include name="org/jboss/tm/TransactionPropagationContextFactory.class"/>
           <include name="org/jboss/tm/GlobalId.class"/>
  
  
  

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

Reply via email to