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 2017/12/11 09:02:40 UTC

[royale-asjs] branch develop updated (8417457 -> f8ff4bf)

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 8417457  Add DisableClipBead, also make sure manifest is svg-manifest is included in build
     new 0e185ef  tune up new release package
     new e4b82f7  more improvements to ApproveRoyale
     new f8ff4bf  even more tuning of release package

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        | 62 ++++++++++++++++++++++++++++++++++++++++
 LICENSE.bin              | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
 build.xml                |  4 +++
 releasemgr/LICENSE       |  2 +-
 releasemgr/README        |  4 +++
 releasemgr/RELEASE_NOTES |  2 +-
 6 files changed, 146 insertions(+), 2 deletions(-)

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

[royale-asjs] 01/03: tune up new release package

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 0e185ef71ab4cc42c2ef2ec750615b6d6890a22e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Dec 11 00:23:12 2017 -0800

    tune up new release package
---
 build.xml                |  6 +++-
 releasemgr/LICENSE       |  2 +-
 releasemgr/LICENSE.bin   | 81 ++++++++++++++++++++++++++++++++++++++++++++++++
 releasemgr/README        |  4 +++
 releasemgr/RELEASE_NOTES |  2 +-
 5 files changed, 92 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index ca27428..8983d97 100644
--- a/build.xml
+++ b/build.xml
@@ -413,6 +413,9 @@
         <copy todir="${basedir}/lib">
             <fileset dir="${ROYALE_COMPILER_REPO}/compiler/lib">
                 <include name="**"/>
+                <exclude name="external/jburg.jar"/>
+                <exclude name="external/jflex*"/>
+                <exclude name="external/junit*"/>
             </fileset>
         </copy>
         <mkdir dir="${basedir}/bin" />
@@ -426,6 +429,7 @@
         <copy todir="${basedir}/js/lib">
             <fileset dir="${ROYALE_COMPILER_REPO}/compiler-jx/lib">
                 <include name="**"/>
+                <exclude name="junit*"/>
             </fileset>
         </copy>
         <!-- needed to make Flash Builder accept folder as a Flex SDK -->
@@ -913,7 +917,7 @@
                 
         <!-- concat the license file with the binary license file for the 3rd party deps -->
         <concat destfile="${staging-dir}/LICENSE">
-            <filelist dir="${basedir}" files="LICENSE,LICENSE.bin"/>
+            <filelist dir="${basedir}" files="${basedir}/releasemgr/LICENSE,${basedir}/releasemgr/LICENSE.bin"/>
         </concat>
         
     	<antcall target="copy-gcl-from-goog-home"/>
diff --git a/releasemgr/LICENSE b/releasemgr/LICENSE
index 108108e..25a48d6 100644
--- a/releasemgr/LICENSE
+++ b/releasemgr/LICENSE
@@ -210,6 +210,6 @@ separate copyright notices and license terms. Your use of the source
 code for the these subcomponents is subject to the terms and
 conditions of the following licenses. 
 
-This LICENSE file is used for the type-level source and binary packages.  The 
+This LICENSE file is used for the top-level source and binary packages.  The 
 individual folders (royale-compiler, royals-typedefs, royale-asjs) each have their own
 LICENSE file specific to the contents of those folders.
diff --git a/releasemgr/LICENSE.bin b/releasemgr/LICENSE.bin
new file mode 100644
index 0000000..bf9d5c2
--- /dev/null
+++ b/releasemgr/LICENSE.bin
@@ -0,0 +1,81 @@
+Below are the licenses for components included in the binary distribution.
+
+------------------------------------------------------------------------------------------
+
+This product bundles a subset of Google Closure Library available 
+under Apache License 2.0.  For details see 
+https://developers.google.com/closure/library/
+
+
+This product bundles SWFObject under the MIT License.  For details see 
+royale-asjs/templates/swfobject/swfobject.js
+
+
+flex-typedefs/js/target/downloads/svg.js
+
+This product bundles svg.js from closureidl.googlecode.com available 
+under the BSD 3-Clause license.
+
+Copyright (c) 2012, Denis Zawada
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+    * Neither the name of the <organization> nor the
+      names of its contributors may be used to endorse or promote products
+      derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+This product bundles ANTLR 3 under the BSD License.  For details see 
+royale-asjs/lib/external/antlr-LICENSE.html
+
+
+This product bundles the 7-Zip LZMA SDK which has been placed in the public domain.  For
+details see royale-asjs/lib/external/lzma-sdk-LICENSE.html
+
+
+This product bundles args4J under the MIT License.  For
+details see royale-asjs/js/lib/args4j-LICENSE.html
+
+
+This product bundles the Google Closure Compiler available 
+under Apache License 2.0.  For details see 
+https://developers.google.com/closure/compiler/
+
+
+Google Closure Compiler bundles Rhino under MPL 1.1.  For details see:
+https://github.com/google/closure-compiler/blob/master/README.md.  Rhino is
+available at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino
+
+
+Google Closure Compiler bundles args4j under the MIT License.  For details see:
+https://github.com/google/closure-compiler/blob/master/README.md
+
+
+Google Closure Compiler bundles a subset of JSR 305 under the BSD License.  
+For details see: https://github.com/google/closure-compiler/blob/master/README.md.  The
+README.md is confusing as clicking the link takes you to a project that is LGPL, but
+that project is distributing the original JSR 305 artifact that is BSD.  See:
+https://github.com/findbugsproject/findbugs/blob/3.0.1/findbugs/licenses/LICENSE-jsr305.txt.  In JSR 305, the GuardedBy.class appears to be CC-BY-2.5.
+
+
+Google Closure Compiler bundles Protocol Buffer under a BSD License.  For details see:
+https://github.com/google/closure-compiler/blob/master/README.md
+
+
diff --git a/releasemgr/README b/releasemgr/README
index 782971b..8ae674e 100644
--- a/releasemgr/README
+++ b/releasemgr/README
@@ -11,6 +11,10 @@ For more information about the Apache Royale project, visit:
 
 <http://royale.apache.org>
 
+This README file is used for the top-level source and binary packages.  The 
+individual folders (royale-compiler, royale-typedefs, royale-asjs) each have their own
+README file specific to the contents of those folders.
+
 Getting Royale
 ==============
 
diff --git a/releasemgr/RELEASE_NOTES b/releasemgr/RELEASE_NOTES
index 6a9a64f..b7c8297 100644
--- a/releasemgr/RELEASE_NOTES
+++ b/releasemgr/RELEASE_NOTES
@@ -9,7 +9,7 @@ Apache Royale was previously released by the Apache Flex project.  You can
 see RELEASE_NOTES for earlier releases in the Apache Flex releases.
 
 This RELEASE_NOTES file is used for the top-level source and binary package.  The
-individual folders (royale-compiler, royals-typedefs, royale-asjs) each have their own
+individual folders (royale-compiler, royale-typedefs, royale-asjs) each have their own
 RELEASE_NOTES file specific to the contents of those folders.
 
 Please report new issues to our bugbase at:

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

[royale-asjs] 03/03: even more tuning of release package

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 f8ff4bf63b8b4e511dec442517f68aa0c72f3edd
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Dec 11 01:02:00 2017 -0800

    even more tuning of release package
---
 LICENSE.bin            | 74 +++++++++++++++++++++++++++++++++++++++++++++
 build.xml              |  2 +-
 releasemgr/LICENSE.bin | 81 --------------------------------------------------
 3 files changed, 75 insertions(+), 82 deletions(-)

diff --git a/LICENSE.bin b/LICENSE.bin
index 0c43a39..bf9d5c2 100644
--- a/LICENSE.bin
+++ b/LICENSE.bin
@@ -5,3 +5,77 @@ Below are the licenses for components included in the binary distribution.
 This product bundles a subset of Google Closure Library available 
 under Apache License 2.0.  For details see 
 https://developers.google.com/closure/library/
+
+
+This product bundles SWFObject under the MIT License.  For details see 
+royale-asjs/templates/swfobject/swfobject.js
+
+
+flex-typedefs/js/target/downloads/svg.js
+
+This product bundles svg.js from closureidl.googlecode.com available 
+under the BSD 3-Clause license.
+
+Copyright (c) 2012, Denis Zawada
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+    * Neither the name of the <organization> nor the
+      names of its contributors may be used to endorse or promote products
+      derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+This product bundles ANTLR 3 under the BSD License.  For details see 
+royale-asjs/lib/external/antlr-LICENSE.html
+
+
+This product bundles the 7-Zip LZMA SDK which has been placed in the public domain.  For
+details see royale-asjs/lib/external/lzma-sdk-LICENSE.html
+
+
+This product bundles args4J under the MIT License.  For
+details see royale-asjs/js/lib/args4j-LICENSE.html
+
+
+This product bundles the Google Closure Compiler available 
+under Apache License 2.0.  For details see 
+https://developers.google.com/closure/compiler/
+
+
+Google Closure Compiler bundles Rhino under MPL 1.1.  For details see:
+https://github.com/google/closure-compiler/blob/master/README.md.  Rhino is
+available at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino
+
+
+Google Closure Compiler bundles args4j under the MIT License.  For details see:
+https://github.com/google/closure-compiler/blob/master/README.md
+
+
+Google Closure Compiler bundles a subset of JSR 305 under the BSD License.  
+For details see: https://github.com/google/closure-compiler/blob/master/README.md.  The
+README.md is confusing as clicking the link takes you to a project that is LGPL, but
+that project is distributing the original JSR 305 artifact that is BSD.  See:
+https://github.com/findbugsproject/findbugs/blob/3.0.1/findbugs/licenses/LICENSE-jsr305.txt.  In JSR 305, the GuardedBy.class appears to be CC-BY-2.5.
+
+
+Google Closure Compiler bundles Protocol Buffer under a BSD License.  For details see:
+https://github.com/google/closure-compiler/blob/master/README.md
+
+
diff --git a/build.xml b/build.xml
index 8983d97..64e3682 100644
--- a/build.xml
+++ b/build.xml
@@ -917,7 +917,7 @@
                 
         <!-- concat the license file with the binary license file for the 3rd party deps -->
         <concat destfile="${staging-dir}/LICENSE">
-            <filelist dir="${basedir}" files="${basedir}/releasemgr/LICENSE,${basedir}/releasemgr/LICENSE.bin"/>
+            <filelist dir="${basedir}" files="LICENSE,LICENSE.bin"/>
         </concat>
         
     	<antcall target="copy-gcl-from-goog-home"/>
diff --git a/releasemgr/LICENSE.bin b/releasemgr/LICENSE.bin
deleted file mode 100644
index bf9d5c2..0000000
--- a/releasemgr/LICENSE.bin
+++ /dev/null
@@ -1,81 +0,0 @@
-Below are the licenses for components included in the binary distribution.
-
-------------------------------------------------------------------------------------------
-
-This product bundles a subset of Google Closure Library available 
-under Apache License 2.0.  For details see 
-https://developers.google.com/closure/library/
-
-
-This product bundles SWFObject under the MIT License.  For details see 
-royale-asjs/templates/swfobject/swfobject.js
-
-
-flex-typedefs/js/target/downloads/svg.js
-
-This product bundles svg.js from closureidl.googlecode.com available 
-under the BSD 3-Clause license.
-
-Copyright (c) 2012, Denis Zawada
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-    * Redistributions of source code must retain the above copyright
-      notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright
-      notice, this list of conditions and the following disclaimer in the
-      documentation and/or other materials provided with the distribution.
-    * Neither the name of the <organization> nor the
-      names of its contributors may be used to endorse or promote products
-      derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-This product bundles ANTLR 3 under the BSD License.  For details see 
-royale-asjs/lib/external/antlr-LICENSE.html
-
-
-This product bundles the 7-Zip LZMA SDK which has been placed in the public domain.  For
-details see royale-asjs/lib/external/lzma-sdk-LICENSE.html
-
-
-This product bundles args4J under the MIT License.  For
-details see royale-asjs/js/lib/args4j-LICENSE.html
-
-
-This product bundles the Google Closure Compiler available 
-under Apache License 2.0.  For details see 
-https://developers.google.com/closure/compiler/
-
-
-Google Closure Compiler bundles Rhino under MPL 1.1.  For details see:
-https://github.com/google/closure-compiler/blob/master/README.md.  Rhino is
-available at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino
-
-
-Google Closure Compiler bundles args4j under the MIT License.  For details see:
-https://github.com/google/closure-compiler/blob/master/README.md
-
-
-Google Closure Compiler bundles a subset of JSR 305 under the BSD License.  
-For details see: https://github.com/google/closure-compiler/blob/master/README.md.  The
-README.md is confusing as clicking the link takes you to a project that is LGPL, but
-that project is distributing the original JSR 305 artifact that is BSD.  See:
-https://github.com/findbugsproject/findbugs/blob/3.0.1/findbugs/licenses/LICENSE-jsr305.txt.  In JSR 305, the GuardedBy.class appears to be CC-BY-2.5.
-
-
-Google Closure Compiler bundles Protocol Buffer under a BSD License.  For details see:
-https://github.com/google/closure-compiler/blob/master/README.md
-
-

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

[royale-asjs] 02/03: more improvements to ApproveRoyale

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 e4b82f72988eb139b0623cbd931ef6009138e3c0
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Dec 11 00:23:35 2017 -0800

    more improvements to ApproveRoyale
---
 ApproveRoyale.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index 517278a..71388e7 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -449,6 +449,9 @@
                 <exclude name="royale-asjs/frameworks/libs/Network.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/Reflection.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/Storage.swc"/>
+                <exclude name="royale-asjs/frameworks/libs/TLF.swc"/>
+                <exclude name="royale-asjs/frameworks/libs/Testing.swc"/>
+                <exclude name="royale-asjs/frameworks/libs/Text.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/XML.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/BasicJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/BindingJS.swc"/>
@@ -473,7 +476,66 @@
                 <exclude name="royale-asjs/frameworks/js/libs/NetworkJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/ReflectionJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/StorageJS.swc"/>
+                <exclude name="royale-asjs/frameworks/js/libs/TLFJS.swc"/>
+                <exclude name="royale-asjs/frameworks/js/libs/TestingJS.swc"/>
+                <exclude name="royale-asjs/frameworks/js/libs/TextJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/XMLJS.swc"/>
+                <exclude name="royale-asjs/frameworks/themes/Halo.swc"/>
+                
+                <exclude name="royale-asjs/frameworks/localfonts.ser"/>
+                <exclude name="royale-asjs/frameworks/macfonts.ser"/>
+                <exclude name="royale-asjs/frameworks/winfonts.ser"/>
+                
+                <exclude name="royale-asjs/js/libs/GCL.swc"/>
+                <exclude name="royale-asjs/js/libs/cordova.swc"/>
+                <exclude name="royale-asjs/js/libs/createjs.swc"/>
+                <exclude name="royale-asjs/js/libs/google_maps.swc"/>
+                <exclude name="royale-asjs/js/libs/jasmine.swc"/>
+                <exclude name="royale-asjs/js/libs/jquery.swc"/>
+                <exclude name="royale-asjs/js/libs/js.swc"/>
+                <exclude name="royale-asjs/js/libs/node.swc"/>
+
+                <exclude name="royale-asjs/js/lib/args4j.jar"/>
+                <exclude name="royale-asjs/js/lib/asdoc.jar"/>
+                <exclude name="royale-asjs/js/lib/commons-io.jar"/>
+                <exclude name="royale-asjs/js/lib/compc.jar"/>
+                <exclude name="royale-asjs/js/lib/compiler-royaleTasks.jar"/>
+                <exclude name="royale-asjs/js/lib/externc.jar"/>
+                <exclude name="royale-asjs/js/lib/flex-tool-api.jar"/>
+                <exclude name="royale-asjs/js/lib/guava.jar"/>
+                <exclude name="royale-asjs/js/lib/jsc.jar"/>
+                <exclude name="royale-asjs/js/lib/junit-4.10.jar"/>
+                <exclude name="royale-asjs/js/lib/mxmlc.jar"/>
+                <exclude name="royale-asjs/lib/adt.jar"/>
+                <exclude name="royale-asjs/lib/compc.jar"/>
+                <exclude name="royale-asjs/lib/compiler-asc.jar"/>
+                <exclude name="royale-asjs/lib/compiler-common.jar"/>
+                <exclude name="royale-asjs/lib/compiler-compc.jar"/>
+                <exclude name="royale-asjs/lib/compiler-mxmlc.jar"/>
+                <exclude name="royale-asjs/lib/compiler-optimizer.jar"/>
+                <exclude name="royale-asjs/lib/compiler-swfdump.jar"/>
+                <exclude name="royale-asjs/lib/compiler.jar"/>
+                <exclude name="royale-asjs/lib/fdb.jar"/>
+                <exclude name="royale-asjs/lib/flex-compiler-oem.jar"/>
+                <exclude name="royale-asjs/lib/mxmlc.jar"/>
+                <exclude name="royale-asjs/lib/swfutils.jar"/>
+                <exclude name="royale-asjs/lib/external/antlr-LICENSE.html"/>
+                <exclude name="royale-asjs/lib/external/jflex-COPYRIGHT"/>
+                <exclude name="royale-asjs/lib/external/lzma-sdk-LICENSE.html"/>
+                <exclude name="royale-asjs/lib/external/antlr.jar"/>
+                <exclude name="royale-asjs/lib/external/commons-cli.jar"/>
+                <exclude name="royale-asjs/lib/external/commons-compress-1.10.jar"/>
+                <exclude name="royale-asjs/lib/external/commons-io.jar"/>
+                <exclude name="royale-asjs/lib/external/commons-lang-2.6.jar"/>
+                <exclude name="royale-asjs/lib/external/commons-lang3-3.4.jar"/>
+                <exclude name="royale-asjs/lib/external/flex-tool-api.jar"/>
+                <exclude name="royale-asjs/lib/external/guava.jar"/>
+                <exclude name="royale-asjs/lib/external/jburg.jar"/>
+                <exclude name="royale-asjs/lib/external/jflex.jar"/>
+                <exclude name="royale-asjs/lib/external/junit-4.10.jar"/>
+                <exclude name="royale-asjs/lib/external/lzma-sdk.jar"/>
+                
+                <exclude name="royale-asjs/templates/swfobject/swfobject.js"/>
             </fileset>
         </rat:report>
         

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