[jboss-cvs] repository.jboss.com/jboss/remoting/2.2.0.Alpha6 ...

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Mon Jan 22 18:15:38 EST 2007


  User: ovidiu  
  Date: 07/01/22 18:15:38

  Added:       jboss/remoting/2.2.0.Alpha6  component-info.xml
  Log:
  added 2.2.0.Alpha6 after running remoting and messaging 1.0.1.SP3 (functional and stress) tests
  
  Revision  Changes    Path
  1.1      date: 2007/01/22 23:15:38;  author: ovidiu;  state: Exp;repository.jboss.com/jboss/remoting/2.2.0.Alpha6/component-info.xml
  
  Index: component-info.xml
  ===================================================================
  <project name="jboss/remoting-component-info">
  
     <!-- ============================================================ -->
     <!-- JBOSS REMOTING                                               -->
     <!-- ============================================================ -->
  
     <component id="jboss/remoting"
                licenseType="lgpl"
                version="2.2.0.Alpha5"
                projectHome="http://www.jboss.org/products/remoting"
                description="a single API for most network based invocations and related service that uses pluggable transports and data marshallers">
        <artifact id="jboss-remoting.jar"/>
  
        <import componentref="jboss/serialization">
        	<compatible version="1.0.0.GA"/>
        	<compatible version="1.0.1.GA"/>
        	<compatible version="1.0.2.GA"/>
        	<compatible version="1.0.3.GA"/>
        </import>
  
        <!-- Only need the apache-tomcat jars tomcat-apr.jar, tomcat-coyote.jar, tomcat-http.jar, tomcat-util.jar
           (and tomcat-apr.jar only needed if actually using APR transport).  None of these are needed unless
           using http server invoker -->
        <import componentref="apache-tomcat">
        	<compatible version="5.5.15"/>
        </import>
  
        <export>
           <include input="jboss-remoting.jar"/>
        </export>
     </component>
  
  
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list