[jboss-cvs] Repository SVN: r28974 - jboss/remoting/2.2.3-SP1.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 15 23:08:05 EDT 2009
Author: ron.sigal at jboss.com
Date: 2009-09-15 23:08:04 -0400 (Tue, 15 Sep 2009)
New Revision: 28974
Added:
jboss/remoting/2.2.3-SP1/component-info.xml
Log:
Copied: jboss/remoting/2.2.3-SP1/component-info.xml (from rev 28973, jboss/remoting/2.2.3/component-info.xml)
===================================================================
--- jboss/remoting/2.2.3-SP1/component-info.xml (rev 0)
+++ jboss/remoting/2.2.3-SP1/component-info.xml 2009-09-16 03:08:04 UTC (rev 28974)
@@ -0,0 +1,36 @@
+<project name="jboss/remoting-component-info">
+
+ <!-- ============================================================ -->
+ <!-- JBOSS REMOTING -->
+ <!-- ============================================================ -->
+
+ <component id="jboss/remoting"
+ licenseType="lgpl"
+ version="2.2.3"
+ 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