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

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

commit e7e150a84d123e25da281edc790321f4b16ac804
Author: Alex Harui <aha...@apache.org>
AuthorDate: Tue Oct 3 12:47:37 2017 -0700

    more renaming per issue #17
---
 compiler-jx/src/test/resources/royale/files/CSSTest.mxml              | 4 ++--
 compiler-jx/src/test/resources/royale/files/CSSTestSource.css         | 2 +-
 compiler-jx/src/test/resources/royale/files/MyInitialView.mxml        | 2 +-
 compiler-jx/src/test/resources/royale/files/RoyaleTest_again.mxml     | 4 ++--
 .../src/test/resources/royale/files/RoyaleTest_again_Flash.mxml       | 4 ++--
 compiler-jx/src/test/resources/royale/files/wildcard_import.mxml      | 4 ++--
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/compiler-jx/src/test/resources/royale/files/CSSTest.mxml 
b/compiler-jx/src/test/resources/royale/files/CSSTest.mxml
index 809272d..293e394 100644
--- a/compiler-jx/src/test/resources/royale/files/CSSTest.mxml
+++ b/compiler-jx/src/test/resources/royale/files/CSSTest.mxml
@@ -18,11 +18,11 @@ limitations under the License.
 
 -->
 <basic:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
-                                  
xmlns:basic="library://ns.apache.org/flexjs/basic" 
+                                  
xmlns:basic="library://ns.apache.org/royale/basic" 
                                   >
        <fx:Script>
                <![CDATA[                       
                ]]>
        </fx:Script>
        <fx:Style source="CSSTestSource.css" />
-</basic:Application>
\ No newline at end of file
+</basic:Application>
diff --git a/compiler-jx/src/test/resources/royale/files/CSSTestSource.css 
b/compiler-jx/src/test/resources/royale/files/CSSTestSource.css
index 4df3ee2..4b84e00 100755
--- a/compiler-jx/src/test/resources/royale/files/CSSTestSource.css
+++ b/compiler-jx/src/test/resources/royale/files/CSSTestSource.css
@@ -19,7 +19,7 @@
 
////////////////////////////////////////////////////////////////////////////////
 */
 
-@namespace basic "library://ns.apache.org/flexjs/basic";
+@namespace basic "library://ns.apache.org/royale/basic";
 @namespace "http://www.w3.org/1999/xhtml";;
 
 /*
diff --git a/compiler-jx/src/test/resources/royale/files/MyInitialView.mxml 
b/compiler-jx/src/test/resources/royale/files/MyInitialView.mxml
index c083269..b3bb752 100644
--- a/compiler-jx/src/test/resources/royale/files/MyInitialView.mxml
+++ b/compiler-jx/src/test/resources/royale/files/MyInitialView.mxml
@@ -18,7 +18,7 @@ limitations under the License.
 
 -->
 <basic:View xmlns:fx="http://ns.adobe.com/mxml/2009";
-                               
xmlns:basic="library://ns.apache.org/flexjs/basic" 
+                               
xmlns:basic="library://ns.apache.org/royale/basic" 
                           >
     <fx:Script>
         <![CDATA[            
diff --git a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again.mxml 
b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again.mxml
index 2f3cbbd..558da8c 100644
--- a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again.mxml
+++ b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again.mxml
@@ -19,7 +19,7 @@ limitations under the License.
 -->
 <basic:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                                   xmlns:local="*"
-                                  
xmlns:basic="library://ns.apache.org/flexjs/basic" 
+                                  
xmlns:basic="library://ns.apache.org/royale/basic" 
                                   xmlns:models="models.*" 
                                   xmlns:controllers="controllers.*"
                                   initialize="MyModel(model).labelText='Hello 
World'"
@@ -48,4 +48,4 @@ limitations under the License.
             </basic:LazyCollection>
         </basic:HTTPService>
     </basic:beads>
-</basic:Application>
\ No newline at end of file
+</basic:Application>
diff --git 
a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_Flash.mxml 
b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_Flash.mxml
index 286664d..5c72374 100644
--- a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_Flash.mxml
+++ b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_Flash.mxml
@@ -19,7 +19,7 @@ limitations under the License.
 -->
 <basic:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                                   xmlns:local="*"
-                                  
xmlns:basic="library://ns.apache.org/flexjs/basic" 
+                                  
xmlns:basic="library://ns.apache.org/royale/basic" 
                                   xmlns:models="models.*" 
                                   xmlns:controllers="controllers.*"
                                   initialize="MyModel(model).labelText='Hello 
World'; scrollRect = null"
@@ -48,4 +48,4 @@ limitations under the License.
             </basic:LazyCollection>
         </basic:HTTPService>
     </basic:beads>
-</basic:Application>
\ No newline at end of file
+</basic:Application>
diff --git a/compiler-jx/src/test/resources/royale/files/wildcard_import.mxml 
b/compiler-jx/src/test/resources/royale/files/wildcard_import.mxml
index 99406bc..899399b 100644
--- a/compiler-jx/src/test/resources/royale/files/wildcard_import.mxml
+++ b/compiler-jx/src/test/resources/royale/files/wildcard_import.mxml
@@ -18,7 +18,7 @@ limitations under the License.
 
 -->
 <basic:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
-                                  
xmlns:basic="library://ns.apache.org/flexjs/basic" 
+                                  
xmlns:basic="library://ns.apache.org/royale/basic" 
                                   >
        <fx:Script>
                <![CDATA[
@@ -34,4 +34,4 @@ limitations under the License.
                        
                ]]>
        </fx:Script>
-</basic:Application>
\ No newline at end of file
+</basic:Application>

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

Reply via email to