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 15:40:42 UTC

[royale-compiler] branch develop updated: maven: more closure library places were left in the latest change

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-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0274f5a  maven: more closure library places were left in the latest change
0274f5a is described below

commit 0274f5a6e573296c697363ae03768e4d5d0ff7ea
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Jan 22 16:40:29 2020 +0100

    maven: more closure library places were left in the latest change
---
 compiler-jx/pom.xml | 2 +-
 debugger/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 5f73fe3..4e8ac44 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -41,7 +41,7 @@
             <manifestEntries>
               <Sealed>false</Sealed>
               <Class-Path>commons-io.jar guava.jar ../../lib/external/antlr.jar ../../compiler/lib/external/antlr.jar ../../lib/external/commons-lang-2.6.jar ../../compiler/lib/external/commons-lang-2.6.jar google/closure-compiler/compiler.jar ../../compiler/lib/compiler.jar ../../lib/compiler.jar  ../../compiler/lib/compiler-common.jar ../../lib/compiler-common.jar</Class-Path>
-              <!-- google-closure-library-0.0-20190213-2033d5d9.jar google-closure-library-third-party-0.0-20190213-2033d5d9.jar external/closure-compiler-v20181210.jar -->
+              <!-- google-closure-library-0.0-20170809-b9c14c6b.jar google-closure-library-third-party-0.0-20170809-b9c14c6b.jar external/closure-compiler-v20181210.jar -->
             </manifestEntries>
           </archive>
         </configuration>
diff --git a/debugger/pom.xml b/debugger/pom.xml
index 17f7544..deec910 100644
--- a/debugger/pom.xml
+++ b/debugger/pom.xml
@@ -113,7 +113,7 @@ Do all the JBurg code generation.
     <dependency>
       <groupId>org.clojure</groupId>
       <artifactId>google-closure-library</artifactId>
-      <version>0.0-20190213-2033d5d9</version>
+      <version>0.0-20170809-b9c14c6b</version>
     </dependency>
 
    <dependency>