You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/08/23 09:04:37 UTC

svn commit: r239370 - in /geronimo/trunk/modules: jetty-builder/src/schema/ tomcat-builder/src/schema/

Author: djencks
Date: Tue Aug 23 00:04:33 2005
New Revision: 239370

URL: http://svn.apache.org/viewcvs?rev=239370&view=rev
Log:
AARRRGGGGHHHH! add the web container specific schema files I missed in previous commit.  Sorry everyone

Added:
    geronimo/trunk/modules/jetty-builder/src/schema/
    geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty.xsd
    geronimo/trunk/modules/jetty-builder/src/schema/xmlconfig.xml
    geronimo/trunk/modules/tomcat-builder/src/schema/
    geronimo/trunk/modules/tomcat-builder/src/schema/geronimo-tomcat.xsd
    geronimo/trunk/modules/tomcat-builder/src/schema/xmlconfig.xml

Added: geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty.xsd
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty.xsd?rev=239370&view=auto
==============================================================================
--- geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty.xsd (added)
+++ geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty.xsd Tue Aug 23 00:04:33 2005
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<xs:schema
+    xmlns:jetty="http://geronimo.apache.org/xml/ns/web/jetty"
+    targetNamespace="http://geronimo.apache.org/xml/ns/web/jetty"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    attributeFormDefault="unqualified"
+    version="1.0">
+
+    <xs:element name="jetty" type="jetty:jetty-configType"/>
+
+    <xs:complexType name="jetty-configType">
+        <xs:sequence>
+            <xs:element name="virtual-host" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
+        </xs:sequence>
+    </xs:complexType>
+
+</xs:schema>

Added: geronimo/trunk/modules/jetty-builder/src/schema/xmlconfig.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/jetty-builder/src/schema/xmlconfig.xml?rev=239370&view=auto
==============================================================================
--- geronimo/trunk/modules/jetty-builder/src/schema/xmlconfig.xml (added)
+++ geronimo/trunk/modules/jetty-builder/src/schema/xmlconfig.xml Tue Aug 23 00:04:33 2005
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<!-- @version $Rev: 57116 $ $Date: 2004-11-09 18:34:38 -0700 (Tue, 09 Nov 2004) $ -->
+<xb:config xmlns:xb="http://www.bea.com/2002/09/xbean/config">
+    <xb:namespace uri="http://geronimo.apache.org/xml/ns/web/jetty">
+        <xb:package>org.apache.geronimo.xbeans.geronimo.web.jetty</xb:package>
+        <xb:prefix>Ger</xb:prefix>
+    </xb:namespace>
+</xb:config>

Added: geronimo/trunk/modules/tomcat-builder/src/schema/geronimo-tomcat.xsd
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/tomcat-builder/src/schema/geronimo-tomcat.xsd?rev=239370&view=auto
==============================================================================
--- geronimo/trunk/modules/tomcat-builder/src/schema/geronimo-tomcat.xsd (added)
+++ geronimo/trunk/modules/tomcat-builder/src/schema/geronimo-tomcat.xsd Tue Aug 23 00:04:33 2005
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<xs:schema
+    xmlns:tomcat="http://geronimo.apache.org/xml/ns/web/tomcat"
+    targetNamespace="http://geronimo.apache.org/xml/ns/web/tomcat"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    attributeFormDefault="unqualified"
+    version="1.0">
+
+    <xs:element name="tomcat" type="tomcat:tomcat-configType"/>
+
+    <xs:complexType name="tomcat-configType">
+        <xs:sequence>
+            <xs:element name="host" type="xs:string" minOccurs="0"/>
+            <xs:element name="cross-context" type="tomcat:emptyType" minOccurs="0"/>
+            <xs:element name="valve-chain" type="xs:string" minOccurs="0"/>
+            <xs:element name="tomcat-realm" type="xs:string" minOccurs="0"/>
+        </xs:sequence>
+    </xs:complexType>
+
+    <xs:complexType name="emptyType"/>
+
+</xs:schema>

Added: geronimo/trunk/modules/tomcat-builder/src/schema/xmlconfig.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/tomcat-builder/src/schema/xmlconfig.xml?rev=239370&view=auto
==============================================================================
--- geronimo/trunk/modules/tomcat-builder/src/schema/xmlconfig.xml (added)
+++ geronimo/trunk/modules/tomcat-builder/src/schema/xmlconfig.xml Tue Aug 23 00:04:33 2005
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<!-- @version $Rev: 57116 $ $Date: 2004-11-09 18:34:38 -0700 (Tue, 09 Nov 2004) $ -->
+<xb:config xmlns:xb="http://www.bea.com/2002/09/xbean/config">
+    <xb:namespace uri="http://geronimo.apache.org/xml/ns/web/tomcat">
+        <xb:package>org.apache.geronimo.xbeans.geronimo.web.tomcat</xb:package>
+        <xb:prefix>Ger</xb:prefix>
+    </xb:namespace>
+</xb:config>



Re: svn commit: r239370 - in /geronimo/trunk/modules: jetty-builder/src/schema/ tomcat-builder/src/schema/

Posted by Jacek Laskowski <jl...@apache.org>.
djencks@apache.org wrote:
> Author: djencks
> Date: Tue Aug 23 00:04:33 2005
> New Revision: 239370
> 
> URL: http://svn.apache.org/viewcvs?rev=239370&view=rev
> Log:
> AARRRGGGGHHHH! add the web container specific schema files I missed in previous commit.  Sorry everyone
> 
> Added:
>     geronimo/trunk/modules/jetty-builder/src/schema/
>     geronimo/trunk/modules/jetty-builder/src/schema/geronimo-jetty.xsd
>     geronimo/trunk/modules/jetty-builder/src/schema/xmlconfig.xml
>     geronimo/trunk/modules/tomcat-builder/src/schema/
>     geronimo/trunk/modules/tomcat-builder/src/schema/geronimo-tomcat.xsd
>     geronimo/trunk/modules/tomcat-builder/src/schema/xmlconfig.xml

> +    Copyright 2004 The Apache Software Foundation

Please update the year in the header to 2005. Lucky Dave - it's a whole 
year yet to come for him :)

Jacek