User: chirino 
  Date: 01/11/08 22:26:36

  Modified:    jboss    build.xml
  Log:
  Created a new JBossMQ IL that uses the HA framework.
  
  Revision  Changes    Path
  1.45      +3 -1      build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.xml 2001/10/31 19:58:26     1.44
  +++ build.xml 2001/11/09 06:26:36     1.45
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.44 2001/10/31 19:58:26 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.45 2001/11/09 06:26:36 chirino Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -1104,6 +1104,7 @@
         <fileset dir="${_module.output}/lib">
            <include name="jbossmx.jar"/>
            <include name="jbossha.jar"/>
  +         <include name="jbossmqha.jar"/>
         </fileset>
       </copy>
   
  @@ -1112,6 +1113,7 @@
       <copy todir="${install.client}" filtering="no">
         <fileset dir="${_module.output}/lib">
            <include name="jbossha-client.jar"/>
  +         <include name="jbossmqha.jar"/>
         </fileset>
       </copy>
     </target>
  
  
  

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

Reply via email to