User: chirino 
  Date: 02/04/12 16:30:07

  Modified:    jboss    build.xml
  Log:
  Updated jbossmq config so that it is better organized.
  
  Revision  Changes    Path
  1.116     +5 -18     build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- build.xml 9 Apr 2002 10:01:34 -0000       1.115
  +++ build.xml 12 Apr 2002 23:30:02 -0000      1.116
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.115 2002/04/09 10:01:34 cgjung Exp $ -->
  +<!-- $Id: build.xml,v 1.116 2002/04/12 23:30:02 chirino Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -858,24 +858,11 @@
   
       <!-- Default server config -->
   
  -    <!-- Copy the jbossmq service xml snippet -->
  +    <!-- Copy the default jbossmq deployment configuration -->
       <mkdir dir="${install.server}/default/deploy"/>
  -    <copy todir="${install.server}/default/deploy" filtering="no">
  -      <fileset dir="${_module.output}/etc/conf/default">
  -         <include name="jbossmq-service.xml"/>
  -         <include name="jbossmq-state.xml"/>
  -
  -         <!-- only needed to urun the testsuite -->
  -         <include name="jbossmq-testsuite-service.xml"/>
  -      </fileset>
  -    </copy>
  -
  -    <!-- Copy the default configuration files -->
  -    <mkdir dir="${install.server}/default/conf"/>
  -    <copy todir="${install.server}/default/conf" filtering="no">
  -      <fileset dir="${_module.output}/etc/conf/default">
  -        <include name="*"/>
  -        <exclude name="jbossmq-service.xml"/>
  +    <copy todir="${install.server}/default" filtering="no">
  +      <fileset dir="${_module.output}/etc/server/default">
  +        <include name="**"/>
         </fileset>
       </copy>
     </target>
  
  
  

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

Reply via email to