User: jules_gosnell
  Date: 01/09/16 11:04:29

  Modified:    jboss    build.xml
  Log:
  jetty should now start up OK with RH - if not, let me know
  
  Revision  Changes    Path
  1.29      +3 -7      build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 2001/09/15 03:10:25     1.28
  +++ build.xml 2001/09/16 18:04:29     1.29
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.28 2001/09/15 03:10:25 schaefera Exp $ -->
  +<!-- $Id: build.xml,v 1.29 2001/09/16 18:04:29 jules_gosnell Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -666,16 +666,12 @@
         </fileset>
       </copy>
   
  -    <!-- Copy the jetty service xml snippet  (deploy)         
  -
  -Disable for the moment
  -
  +    <!-- Copy the jetty service xml snippet  (deploy) -->
       <copy todir="${install.deploy}" filtering="no">
         <fileset dir="${_module.output}/etc/conf/default">
            <include name="jetty-service.xml"/>
         </fileset>
       </copy>
  --->
   
       <!-- Copy the jms service xml snippet  (deploy) -->       
       <copy todir="${install.deploy}" filtering="no">
  @@ -770,7 +766,7 @@
            <include name="**/*"/>
            <exclude name="default/mail-service.xml"/>
            <exclude name="default/core-service.xml"/>
  -         <!--<exclude name="default/jetty-service.xml"/>-->
  +         <exclude name="default/jetty-service.xml"/>
            <exclude name="default/jms-service.xml"/>
            <exclude name="default/j2eedeployment-service.xml"/>
            <exclude name="default/hsql-default-service.xml"/>
  
  
  

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

Reply via email to