User: d_jencks Date: 02/03/24 16:36:17 Modified: jboss build.xml Log: fix so there is only one hsql config copied. This copies the new one, obvious change to go back to the old one Revision Changes Path 1.112 +3 -1 build/jboss/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/build/jboss/build.xml,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- build.xml 23 Mar 2002 21:10:59 -0000 1.111 +++ build.xml 25 Mar 2002 00:36:16 -0000 1.112 @@ -12,7 +12,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.111 2002/03/23 21:10:59 ejort Exp $ --> +<!-- $Id: build.xml,v 1.112 2002/03/25 00:36:16 d_jencks Exp $ --> <project default="main" name="JBoss/Build"> @@ -642,6 +642,8 @@ <!-- Deployable xml snipets --> <fileset dir="${_module.output}/etc/deploy"> <include name="**"/> + <exclude name="hsqldb-default-service.xml"/> + <!--exclude name="newhsqldb-default-service.xml"/--> </fileset> <!-- Deployable archives -->
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development