User: dmaplesden
Date: 01/09/10 19:48:32
Modified: jboss build.xml
Log:
Altered configuration to work with new deployment mechanism
Revision Changes Path
1.19 +45 -5 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 2001/09/09 05:40:47 1.18
+++ build.xml 2001/09/11 02:48:32 1.19
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.18 2001/09/09 05:40:47 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.19 2001/09/11 02:48:32 dmaplesden Exp $ -->
<project default="main" name="JBoss/Build">
@@ -565,8 +565,43 @@
</fileset>
</copy>
- <!-- Copy the hsql defaultds service xml snippet (deploy) -->
- <copy todir="${release.deploy}" filtering="no">
+ <!-- Copy the core service xml snippet (deploy/lib) -->
+ <copy todir="${release.deploy.lib}" filtering="no">
+ <fileset dir="${_module.output}/etc/conf/default">
+ <include name="core-service.xml"/>
+ </fileset>
+ </copy>
+
+ <!-- Copy the jetty service xml snippet (deploy/lib) -->
+ <copy todir="${release.deploy.lib}" filtering="no">
+ <fileset dir="${_module.output}/etc/conf/default">
+ <include name="jetty-service.xml"/>
+ </fileset>
+ </copy>
+
+ <!-- Copy the jbossmq service xml snippet (deploy/lib) -->
+ <copy todir="${release.deploy.lib}" filtering="no">
+ <fileset dir="${_module.output}/etc/conf/default">
+ <include name="jbossmq-service.xml"/>
+ </fileset>
+ </copy>
+
+ <!-- Copy the jms service xml snippet (deploy/lib) -->
+ <copy todir="${release.deploy.lib}" filtering="no">
+ <fileset dir="${_module.output}/etc/conf/default">
+ <include name="jms-service.xml"/>
+ </fileset>
+ </copy>
+
+ <!-- Copy the j2eedeployment service xml snippet (deploy/lib) -->
+ <copy todir="${release.deploy.lib}" filtering="no">
+ <fileset dir="${_module.output}/etc/conf/default">
+ <include name="j2eedeployment-service.xml"/>
+ </fileset>
+ </copy>
+
+ <!-- Copy the hsql defaultds service xml snippet (deploy/lib) -->
+ <copy todir="${release.deploy.lib}" filtering="no">
<fileset dir="${_module.output}/etc/conf/default">
<include name="hsql-default-service.xml"/>
</fileset>
@@ -600,8 +635,13 @@
<copy todir="${release.conf}" filtering="no">
<fileset dir="${_module.output}/etc/conf">
<include name="**/*"/>
- <exclude name="mail-service.xml"/>
- <exclude name="hsql-default-service.xml"/>
+ <exclude name="default/mail-service.xml"/>
+ <exclude name="default/core-service.xml"/>
+ <exclude name="default/jetty-service.xml"/>
+ <exclude name="default/jms-service.xml"/>
+ <exclude name="default/j2eedeployment-service.xml"/>
+ <exclude name="default/jbossmq-service.xml"/>
+ <exclude name="default/hsql-default-service.xml"/>
</fileset>
</copy>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development