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/01/08 04:55:39 UTC

[royale-asjs] branch develop updated (6cb3656 -> 87cf1ae)

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

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


    from 6cb3656  update copyright year
     new 67d5f2c  maven adds these files
     new 89d5cd5  fix up approval script
     new 87cf1ae  fix typo

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ApproveRoyale.xml | 6 +++++-
 LICENSE           | 2 +-
 build.xml         | 2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

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

[royale-asjs] 03/03: fix typo

Posted by ah...@apache.org.
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

commit 87cf1ae64ffd5803337e5a2e9555e3004e6566f6
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Jan 7 20:55:26 2018 -0800

    fix typo
---
 LICENSE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE
index 46a7091..9124c29 100644
--- a/LICENSE
+++ b/LICENSE
@@ -244,7 +244,7 @@ The map coordinates in examples/native/USStatesMap/src/MapCoords.as
 were placed into the Public Domain by its author.  See:
 https://en.wikipedia.org/wiki/File:USA_CIA_Map.svg#file
 
-Most of the .as files in frameworks/projects/Network/src/main/royyale/ in the
+Most of the .as files in frameworks/projects/Network/src/main/royale/ in the
 package org.apache.royale.net.remoting.amf are derived from
 https://github.com/emilkm/amfjs/blob/master/amf.js which is available under 
 Apache License 2.0.

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

[royale-asjs] 02/03: fix up approval script

Posted by ah...@apache.org.
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

commit 89d5cd5204fd57ed58961d08499bdb283d33e706
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Jan 7 20:54:34 2018 -0800

    fix up approval script
---
 ApproveRoyale.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index 2ba875d..58ae70a 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -312,7 +312,7 @@
         <delete dir="${basedir}/${doc.package.url.name}" failonerror="false" />-->
 	</target>
 	
-    <!-- untar does not restore file permissions so don't bother checking --->
+    <!-- untar does not restore file permissions so don't bother checking -->
     <target name="untar-file" unless="zip.package" description="Untars zipFile">
         <untar src="${basedir}/${package.url.name}.${package.suffix}"
                 dest="${basedir}" compression="gzip"/>
@@ -343,6 +343,7 @@
                 <exclude name="README.md"/>
                 <exclude name="LICENSE.bin"/>
                 <exclude name="LICENSE.base"/>
+                <exclude name="royale-asjs/DEPENDENCIES"/>
                 <exclude name="royale-asjs/README.md"/>
                 <exclude name="royale-asjs/LICENSE.bin"/>
                 <exclude name="royale-asjs/LICENSE.base"/>
@@ -366,6 +367,7 @@
                 <exclude name="**/org.apache.royale.tools.RoyaleToolGroup"/>
                 <exclude name="**/debugger/META-INF/MANIFEST.MF"/>
                 <exclude name="**/*.patch"/>
+                <exclude name="royale-typedefs/DEPENDENCIES"/>
                 <exclude name="royale-compiler/LICENSE.bin"/>
                 <exclude name="royale-compiler/README_MAVEN.txt"/>
                 <exclude name="royale-compiler/NOTICE.base"/>
@@ -403,6 +405,7 @@
                 <exclude name="README.md"/>
                 <exclude name="LICENSE.bin"/>
                 <exclude name="LICENSE.base"/>
+                <exclude name="royale-asjs/DEPENDENCIES"/>
                 <exclude name="royale-asjs/README.md"/>
                 <exclude name="royale-asjs/LICENSE.bin"/>
                 <exclude name="royale-asjs/LICENSE.base"/>
@@ -426,6 +429,7 @@
                 <exclude name="**/org.apache.royale.tools.RoyaleToolGroup"/>
                 <exclude name="**/debugger/META-INF/MANIFEST.MF"/>
                 <exclude name="**/*.patch"/>
+                <exclude name="royale-typedefs/DEPENDENCIES"/>
                 <exclude name="royale-compiler/LICENSE.bin"/>
                 <exclude name="royale-compiler/README_MAVEN.txt"/>
                 <exclude name="royale-compiler/NOTICE.base"/>

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

[royale-asjs] 01/03: maven adds these files

Posted by ah...@apache.org.
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

commit 67d5f2c3512c8955c4f0e4cb2905688de9030e6a
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Jan 6 22:42:55 2018 -0800

    maven adds these files
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index 1a55b3c..4aab612 100644
--- a/build.xml
+++ b/build.xml
@@ -1529,6 +1529,7 @@ limitations under the License.
                 <exclude name="README.md"/>
                 <exclude name="LICENSE.bin"/>
                 <exclude name="LICENSE.base"/>
+                <exclude name="royale-asjs/DEPENDENCIES"/>
                 <exclude name="royale-asjs/README.md"/>
                 <exclude name="royale-asjs/LICENSE.bin"/>
                 <exclude name="royale-asjs/LICENSE.base"/>
@@ -1552,6 +1553,7 @@ limitations under the License.
                 <exclude name="**/org.apache.royale.tools.RoyaleToolGroup"/>
                 <exclude name="**/debugger/META-INF/MANIFEST.MF"/>
                 <exclude name="**/*.patch"/>
+                <exclude name="royale-typedefs/DEPENDENCIES"/>
                 <exclude name="royale-compiler/LICENSE.bin"/>
                 <exclude name="royale-compiler/README_MAVEN.txt"/>
                 <exclude name="royale-compiler/NOTICE.base"/>

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