User: user57  
  Date: 02/02/15 20:16:32

  Modified:    varia    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.21      +8 -1      contrib/varia/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/varia/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 16 Feb 2002 03:52:52 -0000      1.20
  +++ build.xml 16 Feb 2002 04:16:31 -0000      1.21
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.20 2002/02/16 03:52:52 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.21 2002/02/16 04:16:31 user57 Exp $ -->
   
   <project default="main" name="JBoss/Varia">
   
  @@ -403,6 +403,13 @@
       </jar>
   
       -->
  +
  +    <!-- counter-plugin.jar -->
  +    <jar jarfile="${build.lib}/counter-plugin.jar">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/varia/counter/**"/>
  +      </fileset>
  +    </jar>
   
       <!-- scheduler-plugin.jar -->
       <jar jarfile="${build.lib}/scheduler-plugin.jar">
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to