[jboss-cvs] Repository SVN: r22853 - jboss/remoting/2.2.2.SP11.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 19 20:25:08 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-03-19 20:25:07 -0400 (Thu, 19 Mar 2009)
New Revision: 22853

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


Copied: jboss/remoting/2.2.2.SP11/component-info.xml (from rev 22852, jboss/remoting/2.2.2.SP10/component-info.xml)
===================================================================
--- jboss/remoting/2.2.2.SP11/component-info.xml	                        (rev 0)
+++ jboss/remoting/2.2.2.SP11/component-info.xml	2009-03-20 00:25:07 UTC (rev 22853)
@@ -0,0 +1,36 @@
+<project name="jboss/remoting-component-info">
+
+   <!-- ============================================================ -->
+   <!-- JBOSS REMOTING                                               -->
+   <!-- ============================================================ -->
+
+   <component id="jboss/remoting"
+              licenseType="lgpl"
+              version="2.2.2.SP10"
+              projectHome="http://www.jboss.org/jbossremoting/"
+              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"/>
+         <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