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

Tom Elrod tom.elrod at jboss.com
Tue Nov 21 14:29:47 EST 2006


  User: telrod  
  Date: 06/11/21 14:29:47

  Modified:    jboss/remoting/2.2.0.Alpha3  component-info.xml
  Log:
  Adding tomcat jar import for remoting 2.2.0.Alpha3
  
  Revision  Changes    Path
  1.4       +7 -0      repository.jboss.com/jboss/remoting/2.2.0.Alpha3/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/2.2.0.Alpha3/component-info.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- component-info.xml	17 Nov 2006 08:14:51 -0000	1.3
  +++ component-info.xml	21 Nov 2006 19:29:47 -0000	1.4
  @@ -18,6 +18,13 @@
         	<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>
  
  
  



More information about the jboss-cvs-commits mailing list