[jboss-cvs] repository.jboss.com/jboss/remoting/snapshot ...

Tom Elrod tom.elrod at jboss.com
Fri Jan 5 13:42:59 EST 2007


  User: telrod  
  Date: 07/01/05 13:42:59

  Modified:    jboss/remoting/snapshot  component-info.xml
  Log:
  Updated remoting snapshot to be a pre-2.2.0.Beta1 version (which include local transport protocol).
  
  Revision  Changes    Path
  1.2       +18 -1     repository.jboss.com/jboss/remoting/snapshot/component-info.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: component-info.xml
  ===================================================================
  RCS file: /cvsroot/jboss/repository.jboss.com/jboss/remoting/snapshot/component-info.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- component-info.xml	4 Oct 2005 17:07:30 -0000	1.1
  +++ component-info.xml	5 Jan 2007 18:42:59 -0000	1.2
  @@ -10,6 +10,22 @@
                 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"/>
  +      <artifact id="jboss-remoting-src.zip"/>
  +
  +      <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>
  @@ -17,3 +33,4 @@
   
   
   </project>
  \ No newline at end of file
  +
  
  
  



More information about the jboss-cvs-commits mailing list