User: starksm 
  Date: 01/08/13 11:52:26

  Modified:    .        build.xml
  Log:
  Drop the excludsions from jboss.jar due to system classpath restrictions
  
  Revision  Changes    Path
  1.5       +1 -5      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/08/12 02:55:53     1.4
  +++ build.xml 2001/08/13 18:52:25     1.5
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.4 2001/08/12 02:55:53 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2001/08/13 18:52:25 starksm Exp $ -->
   
   <project default="main">
   
  @@ -320,10 +320,6 @@
           <!-- ??? -->
           <exclude name="org/jboss/tm/GlobalId.class"/>
   
  -        <!-- Exclude the security classes that must be on the classpath -->
  -        <exclude name="org/jboss/security/AnybodyPrincipal.class"/>
  -        <exclude name="org/jboss/security/NobodyPrincipal.class"/>
  -        <exclude name="org/jboss/security/SimplePrincipal.class"/>
         </fileset>
   
         <fileset dir="${build.resources}">
  
  
  

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

Reply via email to