User: user57 Date: 02/02/15 20:16:31 Modified: jboss build.xml Log: o CounterService moved from server to varia o Repackaged under org.jboss.varia.counter o Added counter-service.xml, which should go into an example deployment directory, but now just gets dropped into deploy Revision Changes Path 1.79 +5 -1 build/jboss/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/build/jboss/build.xml,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- build.xml 16 Feb 2002 03:52:52 -0000 1.78 +++ build.xml 16 Feb 2002 04:16:31 -0000 1.79 @@ -12,7 +12,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.78 2002/02/16 03:52:52 user57 Exp $ --> +<!-- $Id: build.xml,v 1.79 2002/02/16 04:16:31 user57 Exp $ --> <project default="main" name="JBoss/Build"> @@ -872,6 +872,7 @@ <copy todir="${install.lib.ext}" filtering="no"> <fileset dir="${_module.output}/lib"> <include name="mail-plugin.jar"/> + <include name="counter-plugin.jar"/> <include name="scheduler-plugin.jar"/> <include name="scheduler-plugin-example.jar"/> <include name="hsqldb-plugin.jar"/> @@ -884,7 +885,10 @@ <!-- Deployable configuration --> <fileset dir="${_module.output}/etc"> <include name="mail-service.xml"/> + + <!-- These should move to example/deploy --> <include name="scheduler-service.xml"/> + <include name="counter-service.xml"/> </fileset> </copy> </target>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development