You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2017/12/03 17:56:24 UTC

[royale-asjs] branch feature/html-namespace updated: Fixed the manifest

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

harbs pushed a commit to branch feature/html-namespace
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/html-namespace by this push:
     new 668c760  Fixed the manifest
668c760 is described below

commit 668c760ab62c4f8cb8a204575a050f8b51274a67
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Dec 3 19:56:08 2017 +0200

    Fixed the manifest
    
    It looks like the actual manifest is built dynamically
---
 frameworks/royale-config-template.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/royale-config-template.xml b/frameworks/royale-config-template.xml
index 264f11b..2fcdbe2 100644
--- a/frameworks/royale-config-template.xml
+++ b/frameworks/royale-config-template.xml
@@ -196,9 +196,9 @@
           
       </namespace>
       <namespace>
-          <uri>library://ns.apache.org/royale/svg</uri>
+          <uri>library://ns.apache.org/royale/html</uri>
           
-          <manifest>projects/HTML/src/main/resources/svg-manifest.xml</manifest>
+          <manifest>projects/HTML/src/main/resources/html-manifest.xml</manifest>
           
       </namespace>
       <namespace>

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].