User: slaboure
  Date: 02/02/24 01:58:00

  Modified:    .        build.xml
  Log:
  Thanks to the new deployer structure, a single sar is now necessary for deploying 
httpsession clustering (service+entity bean). This new deployer is so greaaat
  
  Revision  Changes    Path
  1.29      +3 -1      jbossmx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmx/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 17 Feb 2002 09:52:54 -0000      1.28
  +++ build.xml 24 Feb 2002 09:58:00 -0000      1.29
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.28 2002/02/17 09:52:54 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.29 2002/02/24 09:58:00 slaboure Exp $ -->
   
   <project default="main" name="JBoss/Cluster">
   
  @@ -405,6 +405,8 @@
           <include name="**"/>
         </fileset>
       </jar>
  +    <!-- Entity bean JAR is now included in SAR: we can safely remove it -->
  +    <delete file="${build.lib}/ClusteredHttpSessionEB.jar"/>
   
     </target>
   
  
  
  

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

Reply via email to