User: user57  
  Date: 01/09/10 22:28:08

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
   o fixed up classpath for jetty (mostly)
  
  Revision  Changes    Path
  1.11      +4 -6      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jboss-service.xml 2001/09/11 02:48:05     1.10
  +++ jboss-service.xml 2001/09/11 05:28:08     1.11
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jboss-service.xml,v 1.10 2001/09/11 02:48:05 dmaplesden Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.11 2001/09/11 05:28:08 user57 Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -33,11 +33,9 @@
     <classpath archives="
         castor.jar,
         castor-jdo-plugin.jar,
  -      com.mortbay.ftp.jar,
  -      com.mortbay.jetty.jar,
  -      com.mortbay.jetty.jmx.jar,
  -      com.mortbay.jetty.sasl.jar,
  -      com.mortbay.tools.jar,
  +      org.mortbay.jetty.jar,
  +      org.mortbay.jetty.jmx.jar,
  +      org.mortbay.tools.jar,
         concurrent.jar,
         crimson.jar,
         cryptix-sasl-jetty.jar,
  
  
  

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

Reply via email to