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

  Modified:    jetty    build.xml
  Log:
  move jetty.xml and webdefault.xml into jetty-plugin.sar
  
  Revision  Changes    Path
  1.13      +2 -1      contrib/jetty/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 2001/11/28 01:22:24     1.12
  +++ build.xml 2001/11/28 23:54:57     1.13
  @@ -376,6 +376,7 @@
         <!-- Jetty plugin classes -->
         <fileset dir="${build.etc}">
           <include name="jetty.xml"/>
  +        <include name="webdefault.xml"/>
         </fileset>
         <fileset dir="${build.classes}">
           <include name="**"/>
  @@ -416,7 +417,6 @@
          />
       <sleep seconds="5"/>
   
  -<!--
       <exec dir="../../testsuite/"
          executable="/bin/sh"
          >
  @@ -426,6 +426,7 @@
         <arg value="-Dtest=org.jboss.test.web.test.WebIntegrationUnitTestCase"/>
         <arg value="one-test"/>
       </exec>
  +<!--
    -->
   </target>
   
  
  
  

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

Reply via email to