[jboss-cvs] Repository SVN: r975 - in jboss/remoting: 2.2.1.SP1-experimental and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 10 05:10:12 EDT 2007
Author: timfox
Date: 2007-08-10 05:10:12 -0400 (Fri, 10 Aug 2007)
New Revision: 975
Added:
jboss/remoting/2.2.1.SP1-experimental/
jboss/remoting/2.2.1.SP1-experimental/component-info.xml
jboss/remoting/2.2.1.SP1-experimental/lib/
jboss/remoting/2.2.1.SP1-experimental/lib/jboss-remoting.jar
Log:
Added experimental 2.2.1.SP1 jar
Added: jboss/remoting/2.2.1.SP1-experimental/component-info.xml
===================================================================
--- jboss/remoting/2.2.1.SP1-experimental/component-info.xml (rev 0)
+++ jboss/remoting/2.2.1.SP1-experimental/component-info.xml 2007-08-10 09:10:12 UTC (rev 975)
@@ -0,0 +1,34 @@
+<project name="jboss/remoting-component-info">
+
+ <!-- ============================================================ -->
+ <!-- JBOSS REMOTING -->
+ <!-- ============================================================ -->
+
+ <component id="jboss/remoting"
+ licenseType="lgpl"
+ version="2.2.1.SP1-experimental"
+ 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>
+
+ <!-- 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>
Added: jboss/remoting/2.2.1.SP1-experimental/lib/jboss-remoting.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.1.SP1-experimental/lib/jboss-remoting.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the jboss-cvs-commits
mailing list