You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/01/22 17:57:05 UTC

[royale-asjs] branch develop updated: maven-distribution: remove closure library jars from js/lib since we already have it unpacked and compiler uses in that form

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

carlosrovira 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 1284a69  maven-distribution: remove closure library jars from js/lib since we already have it unpacked and compiler uses in that form
1284a69 is described below

commit 1284a699887df716e0e0e5cca8e412c2773eda68
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Jan 22 18:56:55 2020 +0100

    maven-distribution: remove closure library jars from js/lib since we already have it unpacked and compiler uses in that form
---
 distribution/src/main/assembly/component.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/assembly/component.xml b/distribution/src/main/assembly/component.xml
index b12e7b4..be2e117 100644
--- a/distribution/src/main/assembly/component.xml
+++ b/distribution/src/main/assembly/component.xml
@@ -88,7 +88,7 @@ under the License.
         <include>*:args4j:jar</include>
         <include>*:commons-io:*</include>
         <include>*:flex-tool-api:*</include>
-        <include>*:google-closure-library*:jar</include>
+        <!-- <include>*:google-closure-library*:jar</include> -->
         <include>*:guava:*</include>
         <include>*:org.json:jar</include>
       </includes>