User: d_jencks
  Date: 01/11/26 18:56:05

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
  removed unneeded packages from classpath element
  
  Revision  Changes    Path
  1.16      +5 -4      jboss/src/etc/conf/default/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- jboss-service.xml 2001/11/21 04:50:53     1.15
  +++ jboss-service.xml 2001/11/27 02:56:05     1.16
  @@ -1,4 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +  <!DOCTYPE server PUBLIC
  +      "-//JBoss//DTD JBOSS-SERVICE//EN"
  +      
"file:/usr/java/jboss/co6/jboss-all/server/src/resources/org/jboss/metadata/jboss-service.dtd">
   
   
   <!-- ===================================================================== -->
  @@ -7,7 +10,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jboss-service.xml,v 1.15 2001/11/21 04:50:53 schaefera Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.16 2001/11/27 02:56:05 d_jencks Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -41,7 +44,6 @@
         jboss-j2ee.jar,
         jboss.jar,
         jbossmx.jar,
  -      jbosspool.jar,
         jbosssx.jar,
         jcert.jar,
         jmxtools.jar,
  @@ -54,7 +56,6 @@
         jsse.jar,
         jts.jar,
         mail.jar,
  -      RARDeployer.jar,
         tyrex.jar,
         tyrex-tm-plugin.jar,
         xalan.jar"/>
  @@ -211,7 +212,7 @@
   
   
     <!-- ==================================================================== -->
  -  <!-- Don't you date add your custom MBeans here! put them in a sar!       -->
  +  <!-- Don't you dare add your custom MBeans here! put them in a sar!       -->
     <!-- ==================================================================== -->
   
   
  
  
  

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

Reply via email to