[jboss-cvs] Repository SVN: r30434 - in jboss/remoting: 2.2.3.SP1-brew and 11 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 22 15:44:29 EDT 2009
Author: mbenitez
Date: 2009-10-22 15:44:29 -0400 (Thu, 22 Oct 2009)
New Revision: 30434
Added:
jboss/remoting/2.2.3.SP1-brew/
jboss/remoting/2.2.3.SP1-brew/component-info.xml
jboss/remoting/2.2.3.SP1-brew/lib/
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-bisocket-client.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-bisocket.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-core.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-detection.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-http-client.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-http.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-multiplex.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-rmi.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-samples.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-serialization.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-servlet.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-socket-client.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-socket.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-src.jar
jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting.jar
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/org/
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/org/jboss/
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/org/jboss/remoting/
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/org/jboss/remoting/transport/
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/org/jboss/remoting/transport/servlet/
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/org/jboss/remoting/transport/servlet/web/
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/org/jboss/remoting/transport/servlet/web/ServerInvokerServlet.class
jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/web.xml
jboss/remoting/2.2.3.SP1-brew/src/
jboss/remoting/2.2.3.SP1-brew/src/jboss-remoting-2.2.3.SP1-src.tar.gz
Log:
Add brew-build 2.2.3.SP1-brew
Added: jboss/remoting/2.2.3.SP1-brew/component-info.xml
===================================================================
--- jboss/remoting/2.2.3.SP1-brew/component-info.xml (rev 0)
+++ jboss/remoting/2.2.3.SP1-brew/component-info.xml 2009-10-22 19:44:29 UTC (rev 30434)
@@ -0,0 +1,38 @@
+<project name="jboss/remoting-component-info">
+
+ <!-- ============================================================ -->
+ <!-- JBOSS REMOTING -->
+ <!-- ============================================================ -->
+
+ <component id="jboss/remoting"
+ licenseType="lgpl"
+ version="2.2.3.SP1-brew"
+ 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"
+ tag="jboss-remoting-2_2_3-1_SP1_ep1_el4">
+
+ <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>
+
+ <!-- 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.3.SP1-brew/lib/jboss-remoting-bisocket-client.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-bisocket-client.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-bisocket.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-bisocket.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-core.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-core.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-detection.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-detection.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-http-client.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-http-client.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-http.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-http.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-multiplex.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-multiplex.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-rmi.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-rmi.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-samples.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-samples.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-serialization.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-serialization.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-servlet.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-servlet.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-socket-client.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-socket-client.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-socket.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-socket.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-src.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting-src.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting.jar
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/jboss-remoting.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/org/jboss/remoting/transport/servlet/web/ServerInvokerServlet.class
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/classes/org/jboss/remoting/transport/servlet/web/ServerInvokerServlet.class
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/web.xml
===================================================================
--- jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/web.xml (rev 0)
+++ jboss/remoting/2.2.3.SP1-brew/lib/servlet-invoker.war/WEB-INF/web.xml 2009-10-22 19:44:29 UTC (rev 30434)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE web-app PUBLIC
+ "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
+ "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<!-- The the JBossRemoting server invoker servlet web.xml descriptor
+$Id: web.xml 1239 2006-07-17 03:44:00Z telrod $
+-->
+<web-app>
+ <servlet>
+ <servlet-name>ServerInvokerServlet</servlet-name>
+ <description>The ServerInvokerServlet receives requests via HTTP
+ protocol from within a web container and passes it onto the
+ ServletServerInvoker for processing.
+ </description>
+ <servlet-class>org.jboss.remoting.transport.servlet.web.ServerInvokerServlet</servlet-class>
+ <init-param>
+ <param-name>invokerName</param-name>
+ <param-value>jboss.remoting:service=invoker,transport=servlet</param-value>
+ <description>The servlet server invoker</description>
+ <!--
+ <param-name>locatorUrl</param-name>
+ <param-value>servlet://localhost:8080/servlet-invoker/ServerInvokerServlet</param-value>
+ <description>The servlet server invoker locator url</description>
+ -->
+ </init-param>
+ <load-on-startup>1</load-on-startup>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>ServerInvokerServlet</servlet-name>
+ <url-pattern>/ServerInvokerServlet/*</url-pattern>
+ </servlet-mapping>
+</web-app>
+
Added: jboss/remoting/2.2.3.SP1-brew/src/jboss-remoting-2.2.3.SP1-src.tar.gz
===================================================================
(Binary files differ)
Property changes on: jboss/remoting/2.2.3.SP1-brew/src/jboss-remoting-2.2.3.SP1-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the jboss-cvs-commits
mailing list