You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2005/12/08 05:00:57 UTC

svn commit: r354966 - in /geronimo/trunk/modules/jetty-builder/src/schema: geronimo-jetty-1.0.xsd geronimo-jetty-config-1.0.xsd

Author: janb
Date: Wed Dec  7 20:00:46 2005
New Revision: 354966

URL: http://svn.apache.org/viewcvs?rev=354966&view=rev
Log:
adding beginning of support for wadi

Modified:
    geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-1.0.xsd
    geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-config-1.0.xsd

Modified: geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-1.0.xsd
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-1.0.xsd?rev=354966&r1=354965&r2=354966&view=diff
==============================================================================
--- geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-1.0.xsd (original)
+++ geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-1.0.xsd Wed Dec  7 20:00:46 2005
@@ -45,6 +45,7 @@
             <xs:element name="context-root" type="xs:string" minOccurs="0"/>
             <xs:element name="context-priority-classloader" type="xs:boolean" minOccurs="0"/>
             <xs:element name="virtual-host" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
+            <xs:element name="session-manager" type="xs:string" minOccurs="0"/>
 
             <xs:group ref="naming:jndiEnvironmentRefsGroup"/>
             <xs:element ref="naming:message-destination" minOccurs="0" maxOccurs="unbounded"/>

Modified: geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-config-1.0.xsd
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-config-1.0.xsd?rev=354966&r1=354965&r2=354966&view=diff
==============================================================================
--- geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-config-1.0.xsd (original)
+++ geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty-config-1.0.xsd Wed Dec  7 20:00:46 2005
@@ -29,6 +29,7 @@
     <xs:complexType name="jetty-configType">
         <xs:sequence>
             <xs:element name="virtual-host" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
+            <xs:element name="session-manager" type="xs:string" minOccurs="0"/>
         </xs:sequence>
     </xs:complexType>