This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch feature/distribution-allignment in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 57a571054f1e2419bfc9751986d2c64022896ad0 Author: Carlos Rovira <[email protected]> AuthorDate: Sat Feb 27 16:56:28 2021 +0100 royale-jewel-library-archetype: few namespace fixes --- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/src/main/sass/_global.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/pom.xml index d7c2863..031f19c 100644 --- a/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/pom.xml @@ -100,12 +100,12 @@ <targets>JSRoyale</targets> <namespaces> <namespace> - <uri>library://ns.apache.org/royale/jewel</uri> + <uri>library://ns.apache.org/royale/${artifactIdLowerCase}</uri> <manifest>${dollar}{project.basedir}/src/main/resources/${artifactIdLowerCase}-manifest.xml</manifest> </namespace> <!-- <namespace> <type>as</type> - <uri>library://ns.apache.org/royale/jewel</uri> + <uri>library://ns.apache.org/royale/${artifactIdLowerCase}</uri> <manifest>${dollar}{basedir}/src/main/resources/${artifactIdLowerCase}-as-manifest.xml</manifest> </namespace> --> </namespaces> diff --git a/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/src/main/sass/_global.sass b/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/src/main/sass/_global.sass index 4245094..d9d5fb6 100644 --- a/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/src/main/sass/_global.sass +++ b/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/src/main/sass/_global.sass @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////// @namespace "http://www.w3.org/1999/xhtml" -@namespace j "library://ns.apache.org/royale/jewel" +@namespace j "library://ns.apache.org/royale/${artifactIdLowerCase}" // .jewel // .label
