[jboss-cvs] Repository SVN: r9766 - jboss/remoting-core/2.4.0.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 3 03:01:57 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-06-03 03:01:57 -0400 (Tue, 03 Jun 2008)
New Revision: 9766

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


Copied: jboss/remoting-core/2.4.0.GA/component-info.xml (from rev 9765, jboss/remoting-core/2.0.0.GA/component-info.xml)
===================================================================
--- jboss/remoting-core/2.4.0.GA/component-info.xml	                        (rev 0)
+++ jboss/remoting-core/2.4.0.GA/component-info.xml	2008-06-03 07:01:57 UTC (rev 9766)
@@ -0,0 +1,28 @@
+<project name="jboss/remoting-component-info">
+
+   <!-- ============================================================ -->
+   <!-- JBOSS REMOTING                                               -->
+   <!-- ============================================================ -->
+
+   <component id="jboss/remoting-core"
+              licenseType="lgpl"
+              version="2.2.0.GA"
+              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"/>
+
+      <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>
+
+      <export>
+         <include input="jboss-remoting-core.jar"/>
+         <include input="jboss-remoting-serialization.jar"/>
+      </export>
+   </component>
+
+
+</project>




More information about the jboss-cvs-commits mailing list