User: starksm 
  Date: 01/08/13 20:12:57

  Modified:    .        build.xml
  Log:
  Remove the GlobalId exclusion from jboss.jar since jboss-client.jar is
  no longer used by the server
  
  Revision  Changes    Path
  1.6       +1 -5      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/08/13 18:52:25     1.5
  +++ build.xml 2001/08/14 03:12:57     1.6
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.5 2001/08/13 18:52:25 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.6 2001/08/14 03:12:57 starksm Exp $ -->
   
   <project default="main">
   
  @@ -316,10 +316,6 @@
   
           <!-- Exclude Main, it will go into run.jar -->
           <exclude name="org/jboss/Main*"/>
  -
  -        <!-- ??? -->
  -        <exclude name="org/jboss/tm/GlobalId.class"/>
  -
         </fileset>
   
         <fileset dir="${build.resources}">
  
  
  

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

Reply via email to