User: slaboure
  Date: 02/04/14 10:16:18

  Modified:    .        build.xml
  Log:
  Added reference to oswego.concurrent library: needed for new interceptor that only 
allows to shutdown a container when no more invocation are running in.
  
  Revision  Changes    Path
  1.34      +9 -1      jbossmx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmx/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml 12 Apr 2002 22:59:17 -0000      1.33
  +++ build.xml 14 Apr 2002 17:16:18 -0000      1.34
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.33 2002/04/12 22:59:17 patriot1burke Exp $ -->
  +<!-- $Id: build.xml,v 1.34 2002/04/14 17:16:18 slaboure Exp $ -->
   
   <project default="main" name="JBoss/Cluster">
   
  @@ -122,6 +122,13 @@
         <pathelement path="${sun.servlet.lib}/servlet.jar"/>
       </path>
   
  +    <!-- Servlet Specification -->
  +    <property name="oswego.concurrent.root" 
value="${project.thirdparty}/oswego/concurrent"/>
  +    <property name="oswego.concurrent.lib" value="${oswego.concurrent.root}/lib"/>
  +    <path id="oswego.concurrent.classpath">
  +      <pathelement path="${oswego.concurrent.lib}/concurrent.jar"/>
  +    </path>
  +
       <!-- The combined library classpath -->
       <path id="library.classpath">
         <path refid="sun.jaxp.classpath"/>
  @@ -131,6 +138,7 @@
         <path refid="junit.junit.classpath"/>
         <path refid="javagroups.javagroups.classpath"/>
         <path refid="sun.servlet.classpath"/>
  +      <path refid="oswego.concurrent.classpath"/>
       </path>
   
       <!-- ======= -->
  
  
  

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

Reply via email to