[jboss-cvs] Repository SVN: r1509 - jboss/remoting/2.2.2.SP2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 9 22:25:32 EDT 2007


Author: ron.sigal at jboss.com
Date: 2007-10-09 22:25:31 -0400 (Tue, 09 Oct 2007)
New Revision: 1509

Added:
   jboss/remoting/2.2.2.SP2/component-info.xml
Log:


Copied: jboss/remoting/2.2.2.SP2/component-info.xml (from rev 1508, jboss/remoting/2.2.2.SP1/component-info.xml)
===================================================================
--- jboss/remoting/2.2.2.SP2/component-info.xml	                        (rev 0)
+++ jboss/remoting/2.2.2.SP2/component-info.xml	2007-10-10 02:25:31 UTC (rev 1509)
@@ -0,0 +1,37 @@
+<project name="jboss/remoting-component-info">
+
+   <!-- ============================================================ -->
+   <!-- JBOSS REMOTING                                               -->
+   <!-- ============================================================ -->
+
+   <component id="jboss/remoting"
+              licenseType="lgpl"
+              version="2.2.2.SP1"
+              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"
+              tag="jboss-remoting-2_2_2-1_SP1_0jpp_ep1_1">
+
+      <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"/>
+         <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