User: d_jencks
  Date: 01/09/08 22:40:47

  Modified:    jboss    build.xml
  Log:
  added missing hsql-default-service.xml and a couple of fixes.
  
  Revision  Changes    Path
  1.18      +13 -5     build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2001/09/08 19:32:20     1.17
  +++ build.xml 2001/09/09 05:40:47     1.18
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.17 2001/09/08 19:32:20 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.18 2001/09/09 05:40:47 d_jencks Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -565,6 +565,13 @@
         </fileset>
       </copy>
   
  +    <!-- Copy the hsql defaultds service xml snippet  (deploy) -->    
  +    <copy todir="${release.deploy}" filtering="no">
  +      <fileset dir="${_module.output}/etc/conf/default">
  +         <include name="hsql-default-service.xml"/>
  +      </fileset>
  +    </copy>
  +
       <!-- Copy the jmx-connector.jsr  (deploy/lib) -->         
       <copy todir="${release.deploy.lib}" filtering="no">
         <fileset dir="${_module.output}/lib">
  @@ -594,6 +601,7 @@
         <fileset dir="${_module.output}/etc/conf">
            <include name="**/*"/>
            <exclude name="mail-service.xml"/>
  +         <exclude name="hsql-default-service.xml"/>
         </fileset>
       </copy>
   
  @@ -709,20 +717,20 @@
       <property name="_module.output" override="true"
              value="${project.root}/${_module.name}/output"/>
   
  -    <!-- Copy the generated libraries (lib/ext) - ->
  +    <!-- Copy the generated libraries (lib/ext) -->
       <mkdir dir="${release.lib.ext}"/>
       <copy todir="${release.lib.ext}" filtering="no">
         <fileset dir="${_module.output}/lib">
  -         <include name="jbosscx.jar"/>
  +         <include name="jbosscx.sar"/>
         </fileset>
  -    </copy-->
  +    </copy>
   
       <!-- Copy the generated deployment libraries (deploy/lib) -->
       <mkdir dir="${release.deploy.lib}"/>
       <copy todir="${release.deploy.lib}" filtering="no">
         <fileset dir="${_module.output}/lib">
            <include name="*.rar"/>
  -         <include name="*.sar"/>
  +         <!--include name="*.sar"/--><!--autodeploy interferes with jbossmq-->
         </fileset>
       </copy>
     </target>
  
  
  

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

Reply via email to