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-simpleapp.git
commit e12839543627f60c98d88eb8f87e172b6673564c Author: danhaywood <[email protected]> AuthorDate: Thu Feb 16 08:38:43 2023 +0000 CAUSEWAY-3360 : updates .layout.xml files to new https: scheme --- .run/{SimpleApp.run.xml => SimpleApp (jpa).run.xml} | 6 +++--- .../java/domainapp/modules/simple/dom/so/SimpleObject.layout.xml | 2 +- .../application/services/homepage/HomePageViewModel.layout.xml | 2 +- webapp/src/main/resources/menubars.layout.xml | 5 ++--- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.run/SimpleApp.run.xml b/.run/SimpleApp (jpa).run.xml similarity index 52% rename from .run/SimpleApp.run.xml rename to .run/SimpleApp (jpa).run.xml index 52eb874..b392f60 100644 --- a/.run/SimpleApp.run.xml +++ b/.run/SimpleApp (jpa).run.xml @@ -1,10 +1,10 @@ <component name="ProjectRunConfigurationManager"> - <configuration default="false" name="SimpleApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> - <option name="ACTIVE_PROFILES" /> + <configuration default="false" name="SimpleApp (jpa)" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> <module name="simpleapp-jpa-webapp" /> <option name="SHORTEN_COMMAND_LINE" value="ARGS_FILE" /> <option name="SPRING_BOOT_MAIN_CLASS" value="domainapp.webapp.SimpleApp" /> - <option name="VM_PARAMETERS" value="-javaagent:lib/spring-instrument.jar" /> + <option name="VM_PARAMETERS" value="-javaagent:../lib/spring-instrument.jar" /> + <option name="WORKING_DIRECTORY" value="file://$MODULE_WORKING_DIR$" /> <method v="2"> <option name="Make" enabled="true" /> </method> diff --git a/module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.layout.xml b/module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.layout.xml index 1d27e4d..5a78f2b 100644 --- a/module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.layout.xml +++ b/module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.layout.xml @@ -1,5 +1,5 @@ <?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:c="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"> diff --git a/webapp/src/main/java/domainapp/webapp/application/services/homepage/HomePageViewModel.layout.xml b/webapp/src/main/java/domainapp/webapp/application/services/homepage/HomePageViewModel.layout.xml index 43e6771..3dabf13 100644 --- a/webapp/src/main/java/domainapp/webapp/application/services/homepage/HomePageViewModel.layout.xml +++ b/webapp/src/main/java/domainapp/webapp/application/services/homepage/HomePageViewModel.layout.xml @@ -1,5 +1,5 @@ <?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="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="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="3"> <bs3:row> diff --git a/webapp/src/main/resources/menubars.layout.xml b/webapp/src/main/resources/menubars.layout.xml index a369046..f416cd9 100644 --- a/webapp/src/main/resources/menubars.layout.xml +++ b/webapp/src/main/resources/menubars.layout.xml @@ -1,8 +1,7 @@ <?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" + 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>
