[jboss-cvs] Repository SVN: r6186 - jboss/remoting/2.4.0.CR2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 27 00:41:45 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-04-27 00:41:44 -0400 (Sun, 27 Apr 2008)
New Revision: 6186

Added:
   jboss/remoting/2.4.0.CR2/component-info.xml
Log:


Copied: jboss/remoting/2.4.0.CR2/component-info.xml (from rev 6185, jboss/remoting/2.4.0.CR1/component-info.xml)
===================================================================
--- jboss/remoting/2.4.0.CR2/component-info.xml	                        (rev 0)
+++ jboss/remoting/2.4.0.CR2/component-info.xml	2008-04-27 04:41:44 UTC (rev 6186)
@@ -0,0 +1,37 @@
+<project name="jboss/remoting-component-info">
+
+   <!-- ============================================================ -->
+   <!-- JBOSS REMOTING                                               -->
+   <!-- ============================================================ -->
+
+   <component id="jboss/remoting"
+              licenseType="lgpl"
+              version="2.4.0.CR1"
+              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.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"/>
+         <compatible version="1.0.3.GA-brew"/>
+      </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