You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/10/12 04:59:54 UTC

[royale-asjs] branch develop updated: fix more poms that use fx:Array and other fx prefixes

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 2bc3899  fix more poms that use fx:Array and other fx prefixes
2bc3899 is described below

commit 2bc389977cb759f40b4f72ff92c6925c7bb8093e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Oct 11 21:59:36 2018 -0700

    fix more poms that use fx:Array and other fx prefixes
---
 examples/royale/AccordionExample/pom.xml   | 6 ++++++
 examples/royale/RoyaleStore/pom.xml        | 6 ++++++
 examples/royale/RoyaleStore_jquery/pom.xml | 6 ++++++
 3 files changed, 18 insertions(+)

diff --git a/examples/royale/AccordionExample/pom.xml b/examples/royale/AccordionExample/pom.xml
index 37f0a5c..63150e7 100644
--- a/examples/royale/AccordionExample/pom.xml
+++ b/examples/royale/AccordionExample/pom.xml
@@ -46,6 +46,12 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>AccordionExample.mxml</mainClass>
+          <namespaces>
+            <namespace>
+              <uri>http://ns.adobe.com/mxml/2009</uri>
+              <manifest>${project.basedir}/../../../frameworks/mxml-2009-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
         </configuration>
       </plugin>
     </plugins>
diff --git a/examples/royale/RoyaleStore/pom.xml b/examples/royale/RoyaleStore/pom.xml
index d739f99..1fbdd6b 100644
--- a/examples/royale/RoyaleStore/pom.xml
+++ b/examples/royale/RoyaleStore/pom.xml
@@ -41,6 +41,12 @@
         <configuration>
           <mainClass>RoyaleStore.mxml</mainClass>
           <removeCirculars>true</removeCirculars>
+          <namespaces>
+              <namespace>
+                  <uri>http://ns.adobe.com/mxml/2009</uri>
+                  <manifest>${project.basedir}/../../../frameworks/mxml-2009-manifest.xml</manifest>
+              </namespace>
+          </namespaces>
         </configuration>
       </plugin>
     </plugins>
diff --git a/examples/royale/RoyaleStore_jquery/pom.xml b/examples/royale/RoyaleStore_jquery/pom.xml
index 1d036cd..912ff19 100644
--- a/examples/royale/RoyaleStore_jquery/pom.xml
+++ b/examples/royale/RoyaleStore_jquery/pom.xml
@@ -41,6 +41,12 @@
         <configuration>
           <mainClass>RoyaleStore.mxml</mainClass>
           <removeCirculars>true</removeCirculars>
+          <namespaces>
+              <namespace>
+                  <uri>http://ns.adobe.com/mxml/2009</uri>
+                  <manifest>${project.basedir}/../../../frameworks/mxml-2009-manifest.xml</manifest>
+              </namespace>
+          </namespaces>
         </configuration>
       </plugin>
     </plugins>