You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/03/21 11:35:23 UTC

[royale-compiler] 04/05: - Added the antlr-runtime.jar to the classpath

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

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

commit ae25c0ea2c2b65d3a1fc22e64135e44228242349
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sat Mar 13 13:25:29 2021 +0100

    - Added the antlr-runtime.jar to the classpath
---
 compiler-jx/pom.xml | 2 +-
 compiler/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index abf5349..1cc8eb0 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -39,7 +39,7 @@
           <archive>
             <manifestEntries>
               <Sealed>false</Sealed>
-              <Class-Path>commons-io.jar guava.jar ../../lib/external/antlr.jar ../../lib/external/commons-lang.jar ../../lib/external/closure-compiler.jar ../../lib/compiler.jar ../../lib/compiler-common.jar</Class-Path>
+              <Class-Path>commons-io.jar guava.jar ../../lib/external/antlr.jar  ../../lib/external/antlr-runtime.jar ../../lib/external/commons-lang.jar ../../lib/external/closure-compiler.jar ../../lib/compiler.jar ../../lib/compiler-common.jar</Class-Path>
             </manifestEntries>
           </archive>
         </configuration>
diff --git a/compiler/pom.xml b/compiler/pom.xml
index d944733..2008ba8 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -42,7 +42,7 @@
               <configuration>
                 <archive>
                   <manifestEntries>
-                    <Class-Path>compiler-common.jar external/antlr.jar external/commons-cli.jar external/commons-io.jar external/guava.jar external/lzma-sdk-4j.jar external/flex-tool-api.jar ..</Class-Path>
+                    <Class-Path>compiler-common.jar external/antlr.jar external/antlr-runtime.jar external/commons-cli.jar external/commons-io.jar external/guava.jar external/lzma-sdk-4j.jar external/flex-tool-api.jar ..</Class-Path>
                   </manifestEntries>
                 </archive>
               </configuration>