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 2021/02/21 15:00:24 UTC

[royale-compiler] branch develop updated: fix MANIFEST so distribution find common-lang without version number in classpath

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 80f1543  fix MANIFEST so distribution find common-lang without version number in classpath
80f1543 is described below

commit 80f1543bfb127f91a305ebc88273ce27558b7642
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Feb 21 16:00:11 2021 +0100

    fix MANIFEST so distribution find common-lang without version number in classpath
---
 compiler-jx/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index f720c31..99eecf6 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -39,8 +39,7 @@
           <archive>
             <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-20170809-b9c14c6b.jar google-closure-library-third-party-0.0-20170809-b9c14c6b.jar external/closure-compiler-v20181210.jar -->
+              <Class-Path>commons-io.jar guava.jar ../../lib/external/antlr.jar ../../lib/external/commons-lang.jar google/closure-compiler/compiler.jar ../../lib/compiler.jar ../../lib/compiler-common.jar</Class-Path>
             </manifestEntries>
           </archive>
         </configuration>