User: user57 Date: 01/12/06 22:55:28 Modified: jboss build.xml Log: o added cluster-service.xml to the release Revision Changes Path 1.56 +9 -1 build/jboss/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/build/jboss/build.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- build.xml 2001/12/07 01:04:36 1.55 +++ build.xml 2001/12/07 06:55:27 1.56 @@ -12,7 +12,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.55 2001/12/07 01:04:36 user57 Exp $ --> +<!-- $Id: build.xml,v 1.56 2001/12/07 06:55:27 user57 Exp $ --> <project default="main" name="JBoss/Build"> @@ -898,6 +898,14 @@ <fileset dir="${_module.output}/lib"> <include name="jbossha-client.jar"/> <include name="jbossmqha.jar"/> + </fileset> + </copy> + + <!-- Copy the deployables --> + <mkdir dir="${install.deploy}"/> + <copy todir="${install.deploy}" filtering="no"> + <fileset dir="${_module.output}/etc"> + <include name="cluster-service.xml"/> </fileset> </copy> </target>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development