Skip to content

Commit 43500d0

Browse files
authored
Update XML files to use new XSD references for the 3.0.0 release series (#8)
1 parent 60eff1d commit 43500d0

28 files changed

Lines changed: 28 additions & 28 deletions

MoquiConf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
3-
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd">
3+
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd">
44
<screen-facade>
55
<screen location="component://webroot/screen/webroot.xml">
66
<subscreens-item name="site" location="component://example/screen/ExampleSite.xml"/>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
apply plugin: 'groovy'
1616

17-
version = '3.0.0-rc9'
17+
version = '3.0.0'
1818
// sourceCompatibility = '1.8'
1919
def moquiDir = file(projectDir.absolutePath + '/../../..')
2020
def frameworkDir = file(moquiDir.absolutePath + '/framework')

component.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd"
2+
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
33
name="example" version="${moqui_version}">
44
</component>

entity/ExampleEntities.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
15+
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
1616

1717
<!-- ========================================================= -->
1818
<!-- example -->

entity/ExampleViewEntities.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
15+
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
1616

1717
<view-entity entity-name="ExampleStatusDetail" package="moqui.example">
1818
<member-entity entity-alias="EXPL" entity-name="Example"/>

screen/ExampleApp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
1515
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
16+
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1717
include-child-content="true" require-authentication="false" menu-image="fa fa-flash" menu-image-type="icon">
1818

1919
<!-- To test this try something like:

screen/ExampleApp/Example.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
1515
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
16+
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1717
default-menu-title="Example" default-menu-index="1">
1818

1919
<!-- this is a test, and example, of overriding the default FTL macro template to use for this screen -->

screen/ExampleApp/Example/DynamicExampleItems.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
15+
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1616
default-menu-title="Dynamic Items" default-menu-index="9" render-modes="js,vuet" server-static="js,vuet">
1717

1818
<parameter name="exampleId"/>

screen/ExampleApp/Example/DynamicExampleItemsVue.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
15+
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1616
default-menu-title="Dynamic Items Vue" default-menu-index="10" render-modes="vue,qvue" server-static="vue,qvue">
1717

1818
<parameter name="exampleId"/>

screen/ExampleApp/Example/EditExample.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-2.1.xsd"
15+
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-3.xsd"
1616
default-menu-title="Example" default-menu-index="1">
1717

1818
<parameter name="exampleId" required="true"/>

0 commit comments

Comments
 (0)