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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4562f2a  royale-maven-plugin: Fix asdoc config to account for previous 
MXML 2009 fix (references #103)
4562f2a is described below

commit 4562f2a92f93581979e857e932914fba3ecbe2b1
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Dec 10 09:17:45 2019 -0800

    royale-maven-plugin: Fix asdoc config to account for previous MXML 2009 fix 
(references #103)
---
 .../src/main/resources/config/compile-asdoc-js-config.xml               | 2 +-
 .../src/main/resources/config/compile-asdoc-swf-config.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/royale-maven-plugin/src/main/resources/config/compile-asdoc-js-config.xml 
b/royale-maven-plugin/src/main/resources/config/compile-asdoc-js-config.xml
index 7af5dc5..0f63100 100644
--- a/royale-maven-plugin/src/main/resources/config/compile-asdoc-js-config.xml
+++ b/royale-maven-plugin/src/main/resources/config/compile-asdoc-js-config.xml
@@ -100,7 +100,7 @@
   <output>${output}</output>
 
   <doc-namespaces>
-#foreach($namespace in $namespaces)    <uri>$namespace.uri</uri>
+#foreach($namespaceUri in $namespaceUris)    <uri>$namespaceUri</uri>
 #end
   </doc-namespaces>
 
diff --git 
a/royale-maven-plugin/src/main/resources/config/compile-asdoc-swf-config.xml 
b/royale-maven-plugin/src/main/resources/config/compile-asdoc-swf-config.xml
index 278d9ae..896c5bd3 100644
--- a/royale-maven-plugin/src/main/resources/config/compile-asdoc-swf-config.xml
+++ b/royale-maven-plugin/src/main/resources/config/compile-asdoc-swf-config.xml
@@ -115,7 +115,7 @@
     <output>${output}</output>
 
   <doc-namespaces>
-#foreach($namespace in $namespaces)    <uri>$namespace.uri</uri>
+#foreach($namespaceUri in $namespaceUris)    <uri>$namespaceUri</uri>
 #end
   </doc-namespaces>
 

Reply via email to