User: jules_gosnell
  Date: 01/11/28 15:54:58

  Modified:    jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  move jetty.xml and webdefault.xml into jetty-plugin.sar
  
  Revision  Changes    Path
  1.6       +3 -2      
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jboss-service.xml 2001/11/28 01:22:25     1.5
  +++ jboss-service.xml 2001/11/28 23:54:57     1.6
  @@ -23,10 +23,11 @@
         name="JBOSS-SYSTEM:service=Jetty">
       <attribute name="JettyHome">dummy</attribute>
   <!--
  -    <attribute name="Configuration">jetty.xml</attribute>
  - -->
       <attribute name="Configuration">../conf/default/jetty.xml</attribute>
       <attribute name="WebDefault">../conf/default/webdefault.xml</attribute>
  + -->
  +    <attribute name="Configuration">jetty.xml</attribute>
  +    <attribute name="WebDefault">webdefault.xml</attribute>
       <attribute name="UnpackWars">true</attribute>
       <attribute name="PublishMBeans">true</attribute>
     </mbean>
  
  
  

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

Reply via email to