[jboss-cvs] Repository SVN: r18206 - jboss/remoting/2.5.0.SP2.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 21 02:30:42 EST 2008
Author: ron.sigal at jboss.com
Date: 2008-11-21 02:30:42 -0500 (Fri, 21 Nov 2008)
New Revision: 18206
Added:
jboss/remoting/2.5.0.SP2/component-info.xml
Log:
Copied: jboss/remoting/2.5.0.SP2/component-info.xml (from rev 18205, jboss/remoting/2.5.0.SP1/component-info.xml)
===================================================================
--- jboss/remoting/2.5.0.SP2/component-info.xml (rev 0)
+++ jboss/remoting/2.5.0.SP2/component-info.xml 2008-11-21 07:30:42 UTC (rev 18206)
@@ -0,0 +1,30 @@
+<project name="jboss/remoting-component-info">
+
+ <!-- ============================================================ -->
+ <!-- JBOSS REMOTING -->
+ <!-- ============================================================ -->
+
+ <component id="jboss/remoting"
+ licenseType="lgpl"
+ version="2.5.0.SP1"
+ 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