This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git

commit f535bf36e84d12a78550590397d2679c98cecea4
Author: danhaywood <[email protected]>
AuthorDate: Thu Feb 16 09:17:07 2023 +0000

    CAUSEWAY-3360 : fixes up xsd namespaces
---
 .../modules/hello/dom/hwo/HelloWorldObject.layout.xml   | 17 ++++++++++-------
 src/main/resources/menubars.layout.xml                  |  6 +++---
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git 
a/src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObject.layout.xml 
b/src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObject.layout.xml
index 3e43373..2d6693e 100644
--- a/src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObject.layout.xml
+++ b/src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObject.layout.xml
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<bs3:grid 
xsi:schemaLocation="http://causeway.apache.org/applib/layout/component 
http://causeway.apache.org/applib/layout/component/component.xsd 
http://causeway.apache.org/applib/layout/grid/bootstrap3 
http://causeway.apache.org/applib/layout/grid/bootstrap3/bootstrap3.xsd"; 
xmlns:c="http://causeway.apache.org/applib/layout/component"; 
xmlns:bs3="http://causeway.apache.org/applib/layout/grid/bootstrap3"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
-
+<bs3:grid
+        
xsi:schemaLocation="https://causeway.apache.org/applib/layout/component 
https://causeway.apache.org/applib/layout/component/component.xsd 
https://causeway.apache.org/applib/layout/grid/bootstrap3 
https://causeway.apache.org/applib/layout/grid/bootstrap3/bootstrap3.xsd";
+        xmlns:cpt="https://causeway.apache.org/applib/layout/component";
+        xmlns:bs3="https://causeway.apache.org/applib/layout/grid/bootstrap3";
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <bs3:row>
         <bs3:col span="12" unreferencedActions="true">
-            <c:domainObject bookmarking="AS_ROOT"/>
+            <cpt:domainObject bookmarking="AS_ROOT"/>
         </bs3:col>
     </bs3:row>
     <bs3:row>
@@ -14,28 +17,28 @@
                         <bs3:tab name="Identity">
                             <bs3:row>
                                 <bs3:col span="12">
-                                    <c:fieldSet name="Identity" id="identity"/>
+                                    <cpt:fieldSet name="Identity" 
id="identity"/>
                                 </bs3:col>
                             </bs3:row>
                         </bs3:tab>
                         <bs3:tab name="Other">
                             <bs3:row>
                                 <bs3:col span="12">
-                                    <c:fieldSet name="Other" id="other" 
unreferencedProperties="true"/>
+                                    <cpt:fieldSet name="Other" id="other" 
unreferencedProperties="true"/>
                                 </bs3:col>
                             </bs3:row>
                         </bs3:tab>
                         <bs3:tab name="Metadata">
                             <bs3:row>
                                 <bs3:col span="12">
-                                    <c:fieldSet name="Metadata" id="metadata"/>
+                                    <cpt:fieldSet name="Metadata" 
id="metadata"/>
                                 </bs3:col>
                             </bs3:row>
                         </bs3:tab>
                     </bs3:tabGroup>
                 </bs3:col>
                 <bs3:col span="12">
-                    <c:fieldSet name="Details" id="details"/>
+                    <cpt:fieldSet name="Details" id="details"/>
                 </bs3:col>
             </bs3:row>
         </bs3:col>
diff --git a/src/main/resources/menubars.layout.xml 
b/src/main/resources/menubars.layout.xml
index 24f94d9..fcc1b42 100644
--- a/src/main/resources/menubars.layout.xml
+++ b/src/main/resources/menubars.layout.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <mb3:menuBars
-        
xsi:schemaLocation="http://causeway.apache.org/applib/layout/menubars/bootstrap3
 http://causeway.apache.org/applib/layout/menubars/bootstrap3/menubars.xsd 
http://causeway.apache.org/applib/layout/component 
http://causeway.apache.org/applib/layout/component/component.xsd";
-        xmlns:cpt="http://causeway.apache.org/applib/layout/component";
-        
xmlns:mb3="http://causeway.apache.org/applib/layout/menubars/bootstrap3";
+        
xsi:schemaLocation="https://causeway.apache.org/applib/layout/menubars/bootstrap3
 https://causeway.apache.org/applib/layout/menubars/bootstrap3/menubars.xsd 
https://causeway.apache.org/applib/layout/component 
https://causeway.apache.org/applib/layout/component/component.xsd";
+        xmlns:cpt="https://causeway.apache.org/applib/layout/component";
+        
xmlns:mb3="https://causeway.apache.org/applib/layout/menubars/bootstrap3";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <mb3:primary>
         <mb3:menu>

Reply via email to