[jboss-cvs] Repository SVN: r15948 - jboss/remoting/2.5.0.SP1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 30 01:29:44 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-10-30 01:29:44 -0400 (Thu, 30 Oct 2008)
New Revision: 15948

Added:
   jboss/remoting/2.5.0.SP1/component-info.xml
Log:


Copied: jboss/remoting/2.5.0.SP1/component-info.xml (from rev 15947, jboss/remoting/2.5.0.GA/component-info.xml)
===================================================================
--- jboss/remoting/2.5.0.SP1/component-info.xml	                        (rev 0)
+++ jboss/remoting/2.5.0.SP1/component-info.xml	2008-10-30 05:29:44 UTC (rev 15948)
@@ -0,0 +1,30 @@
+<project name="jboss/remoting-component-info">
+
+   <!-- ============================================================ -->
+   <!-- JBOSS REMOTING                                               -->
+   <!-- ============================================================ -->
+
+   <component id="jboss/remoting"
+              licenseType="lgpl"
+              version="2.5.0.GA"
+              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"/>
+      <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>
+
+      <export>
+         <include input="jboss-remoting.jar"/>
+      </export>
+   </component>
+
+
+</project>




More information about the jboss-cvs-commits mailing list