[jboss-cvs] Repository SVN: r1139 - in jboss: jbossws-native42/2.0.1.GA and 4 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 24 16:49:37 EDT 2007
Author: dbhole
Date: 2007-08-24 16:49:37 -0400 (Fri, 24 Aug 2007)
New Revision: 1139
Added:
jboss/remoting/2.2.2.GA-brew/
jboss/remoting/2.2.2.GA-brew/component-info.xml
jboss/remoting/2.2.2.GA-brew/lib/
jboss/remoting/2.2.2.GA-brew/lib/jboss-remoting-src.jar
jboss/remoting/2.2.2.GA-brew/lib/jboss-remoting.jar
jboss/remoting/2.2.2.GA-brew/src/
jboss/remoting/2.2.2.GA-brew/src/jboss-remoting-2.2.2.GA-src.tar.gz
Modified:
jboss/jbossws-jboss42/1.2.1.GA/component-info.xml
jboss/jbossws-native42/2.0.1.GA/component-info.xml
Log:
Committing remoting 2.2.2.GA-brew
Modified: jboss/jbossws-jboss42/1.2.1.GA/component-info.xml
===================================================================
--- jboss/jbossws-jboss42/1.2.1.GA/component-info.xml 2007-08-24 19:48:00 UTC (rev 1138)
+++ jboss/jbossws-jboss42/1.2.1.GA/component-info.xml 2007-08-24 20:49:37 UTC (rev 1139)
@@ -31,6 +31,7 @@
<compatible version="2.2.0.SP4"/>
<compatible version="2.2.0.SP4_CP02-brew"/>
<compatible version="2.2.1.GA"/>
+ <compatible version="2.2.2.GA-brew"/>
</import>
<export>
Modified: jboss/jbossws-native42/2.0.1.GA/component-info.xml
===================================================================
--- jboss/jbossws-native42/2.0.1.GA/component-info.xml 2007-08-24 19:48:00 UTC (rev 1138)
+++ jboss/jbossws-native42/2.0.1.GA/component-info.xml 2007-08-24 20:49:37 UTC (rev 1139)
@@ -17,6 +17,7 @@
<import componentref="jboss/remoting">
<compatible version="2.2.1.GA"/>
<compatible version="2.2.1.GA-brew"/>
+ <compatible version="2.2.2.GA-brew"/>
</import>
<export>
Added: jboss/remoting/2.2.2.GA-brew/component-info.xml
===================================================================
--- jboss/remoting/2.2.2.GA-brew/component-info.xml (rev 0)
+++ jboss/remoting/2.2.2.GA-brew/component-info.xml 2007-08-24 20:49:37 UTC (rev 1139)
@@ -0,0 +1,38 @@
+<project name="jboss/remoting-component-info">
+
+ <!-- ============================================================ -->
+ <!-- JBOSS REMOTING -->
+ <!-- ============================================================ -->
+
+ <component id="jboss/remoting"
+ licenseType="lgpl"
+ version="2.2.2.GA-brew"
+ 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"
+ tag="jboss-remoting-2_2_2-1jpp_ep1_1">
+ <!-- Built using JDK 1.4 -->
+
+ <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>
Added: jboss/remoting/2.2.2.GA-brew/lib/jboss-remoting-src.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.2.GA-brew/lib/jboss-remoting-src.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.2.GA-brew/lib/jboss-remoting.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.2.GA-brew/lib/jboss-remoting.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.2.GA-brew/src/jboss-remoting-2.2.2.GA-src.tar.gz
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.2.GA-brew/src/jboss-remoting-2.2.2.GA-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the jboss-cvs-commits
mailing list