User: d_jencks
Date: 02/04/13 21:31:56
Modified: jboss build.xml
Log:
A little config cleanup and possible solution to jdk1.4 hslqdb login problem
Revision Changes Path
1.117 +14 -2 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- build.xml 12 Apr 2002 23:30:02 -0000 1.116
+++ build.xml 14 Apr 2002 04:31:56 -0000 1.117
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.116 2002/04/12 23:30:02 chirino Exp $ -->
+<!-- $Id: build.xml,v 1.117 2002/04/14 04:31:56 d_jencks Exp $ -->
<project default="main" name="JBoss/Build">
@@ -646,7 +646,7 @@
<fileset dir="${_module.output}/etc/deploy">
<include name="**"/>
<exclude name="hsqldb-default-service.xml"/>
- <!--exclude name="newhsqldb-default-service.xml"/-->
+ <exclude name="new-hsqldb-default-service.xml"/>
</fileset>
<!-- Deployable archives -->
@@ -813,6 +813,18 @@
<!-- HACK, HACK, HACK -->
<copy file="${_module.output}/resources/jca-sar/META-INF/jboss-service.xml"
tofile="${install.server}/default/deploy/jca-service.xml" filtering="no"/>
+
+ <!-- Copy db configs -->
+ <copy todir="${install.server}/default/deploy" filtering="no">
+ <fileset dir="${_module.output}/etc/example-config">
+ <!--include name="firebird-service.xml"/-->
+ <include name="hsqldb-service.xml"/>
+ <!--include name="mysql-service.xml"/-->
+ <!--include name="oracle-service.xml"/-->
+ <!--include name="postgres-service.xml"/-->
+ </fileset>
+ </copy>
+
</target>
<target name="_module-connector-all" depends="_module-connector-most">
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development