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 <[email protected]> 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>
