This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8b7783cfa renaming schema resource links in layout XSDs
(isis->causeway)
8b7783cfa is described below
commit 8b7783cfa8af1c7b41aeede8e98c032357787681
Author: Andi Huber <[email protected]>
AuthorDate: Thu Feb 9 10:33:18 2023 +0100
renaming schema resource links in layout XSDs (isis->causeway)
---
content/applib/layout/component/component.xsd | 8 ++++----
content/applib/layout/grid/bootstrap3/bootstrap3.xsd | 10 +++++-----
content/applib/layout/links/links.xsd | 2 +-
content/applib/layout/menubars/bootstrap3/menubars.xsd | 14 +++++++-------
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/content/applib/layout/component/component.xsd
b/content/applib/layout/component/component.xsd
index 306880d91..eff8071a2 100644
--- a/content/applib/layout/component/component.xsd
+++ b/content/applib/layout/component/component.xsd
@@ -10,14 +10,14 @@
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:lnk="http://isis.apache.org/applib/layout/links"
- xmlns:tns="http://isis.apache.org/applib/layout/component"
+ xmlns:lnk="https://causeway.apache.org/applib/layout/links"
+ xmlns:tns="https://causeway.apache.org/applib/layout/component"
elementFormDefault="qualified"
- targetNamespace="http://isis.apache.org/applib/layout/component"
+
targetNamespace="https://causeway.apache.org/applib/layout/component"
version="1.0">
<xs:import
- namespace="http://isis.apache.org/applib/layout/links"
+ namespace="https://causeway.apache.org/applib/layout/links"
schemaLocation="../links/links.xsd"/>
<xs:element name="action" type="tns:action"/>
diff --git a/content/applib/layout/grid/bootstrap3/bootstrap3.xsd
b/content/applib/layout/grid/bootstrap3/bootstrap3.xsd
index 8380f737d..fd27044e2 100644
--- a/content/applib/layout/grid/bootstrap3/bootstrap3.xsd
+++ b/content/applib/layout/grid/bootstrap3/bootstrap3.xsd
@@ -11,18 +11,18 @@
language governing permissions and limitations under the License. -->
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:cpt="http://isis.apache.org/applib/layout/component"
- xmlns:tns="http://isis.apache.org/applib/layout/grid/bootstrap3"
+ xmlns:cpt="https://causeway.apache.org/applib/layout/component"
+ xmlns:tns="https://causeway.apache.org/applib/layout/grid/bootstrap3"
elementFormDefault="qualified"
- targetNamespace="http://isis.apache.org/applib/layout/grid/bootstrap3"
+
targetNamespace="https://causeway.apache.org/applib/layout/grid/bootstrap3"
version="1.0">
<xs:import
- namespace="http://isis.apache.org/applib/layout/component"
+ namespace="https://causeway.apache.org/applib/layout/component"
schemaLocation="../../component/component.xsd"/>
<xs:import
- namespace="http://isis.apache.org/applib/layout/links"
+ namespace="https://causeway.apache.org/applib/layout/links"
schemaLocation="../../links/links.xsd"/>
<xs:element name="clearFixHidden" type="tns:clearFixHidden"/>
diff --git a/content/applib/layout/links/links.xsd
b/content/applib/layout/links/links.xsd
index fe5d1f1ab..9fd43ff57 100644
--- a/content/applib/layout/links/links.xsd
+++ b/content/applib/layout/links/links.xsd
@@ -12,7 +12,7 @@
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
- targetNamespace="http://isis.apache.org/applib/layout/links"
+ targetNamespace="https://causeway.apache.org/applib/layout/links"
version="1.0">
<xs:complexType name="link">
diff --git a/content/applib/layout/menubars/bootstrap3/menubars.xsd
b/content/applib/layout/menubars/bootstrap3/menubars.xsd
index a9f52ecee..5e8fef52d 100644
--- a/content/applib/layout/menubars/bootstrap3/menubars.xsd
+++ b/content/applib/layout/menubars/bootstrap3/menubars.xsd
@@ -11,19 +11,19 @@
language governing permissions and limitations under the License. -->
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:mb3="http://isis.apache.org/applib/layout/menubars/bootstrap3"
- xmlns:cpt="http://isis.apache.org/applib/layout/component"
- xmlns:lnk="http://isis.apache.org/applib/layout/links"
- xmlns:tns="http://isis.apache.org/applib/layout/menubars/bootstrap3"
+
xmlns:mb3="https://causeway.apache.org/applib/layout/menubars/bootstrap3"
+ xmlns:cpt="https://causeway.apache.org/applib/layout/component"
+ xmlns:lnk="https://causeway.apache.org/applib/layout/links"
+
xmlns:tns="https://causeway.apache.org/applib/layout/menubars/bootstrap3"
elementFormDefault="qualified"
-
targetNamespace="http://isis.apache.org/applib/layout/menubars/bootstrap3"
version="1.0">
+
targetNamespace="https://causeway.apache.org/applib/layout/menubars/bootstrap3"
version="1.0">
<xs:import
- namespace="http://isis.apache.org/applib/layout/component"
+ namespace="https://causeway.apache.org/applib/layout/component"
schemaLocation="../../component/component.xsd"/>
<xs:import
- namespace="http://isis.apache.org/applib/layout/links"
+ namespace="https://causeway.apache.org/applib/layout/links"
schemaLocation="../../links/links.xsd"/>
<xs:element name="menuBars" type="tns:menuBars"/>