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

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

commit 4a50f7ebcf72aa2f694234283422dcddf7571e22
Author: Alex Harui <aha...@apache.org>
AuthorDate: Wed Nov 22 12:31:08 2017 -0800

    fix up class paths for compiler-common
---
 compiler/build.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/compiler/build.xml b/compiler/build.xml
index d4a729d..5fb9577 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -553,7 +553,7 @@
                 <attribute name="Implementation-Title" 
value="${manifest.Implementation-Title}"/>
                 <attribute name="Implementation-Version" 
value="${manifest.Implementation-Version}.${build.number}"/>
                 <attribute name="Implementation-Vendor" 
value="${manifest.Implementation-Vendor}"/>
-                <attribute name="Class-Path" value="external/antlr.jar 
external/commons-cli.jar external/commons-io.jar external/guava.jar 
external/lzma-sdk.jar external/flex-tool-api.jar .."/>
+                <attribute name="Class-Path" value="compiler-common.jar 
external/antlr.jar external/commons-cli.jar external/commons-io.jar 
external/guava.jar external/lzma-sdk.jar external/flex-tool-api.jar .."/>
                 <!-- The .. in the line above allows the compiler to load the 
env.properties file -->
             </manifest>
         </jar>
@@ -580,7 +580,7 @@
                 <attribute name="Implementation-Version" 
value="${manifest.Implementation-Version}.${build.number}"/>
                 <attribute name="Implementation-Vendor" 
value="${manifest.Implementation-Vendor}"/>
                 <attribute name="Main-Class" 
value="org.apache.royale.compiler.clients.ASC"/>
-                <attribute name="Class-Path" value="compiler.jar"/>
+                <attribute name="Class-Path" value="compiler-common.jar 
compiler.jar"/>
             </manifest>
         </jar>
        </target>
@@ -606,7 +606,7 @@
                 <attribute name="Implementation-Version" 
value="${manifest.Implementation-Version}.${build.number}"/>
                 <attribute name="Implementation-Vendor" 
value="${manifest.Implementation-Vendor}"/>
                 <attribute name="Main-Class" 
value="org.apache.royale.compiler.clients.MXMLC"/>
-                <attribute name="Class-Path" value="compiler.jar"/>
+                <attribute name="Class-Path" value="compiler-common.jar 
compiler.jar"/>
             </manifest>
         </jar>
        </target>
@@ -632,7 +632,7 @@
                 <attribute name="Implementation-Version" 
value="${manifest.Implementation-Version}.${build.number}"/>
                 <attribute name="Implementation-Vendor" 
value="${manifest.Implementation-Vendor}"/>
                 <attribute name="Main-Class" 
value="org.apache.royale.compiler.clients.COMPC"/>
-                <attribute name="Class-Path" value="compiler.jar"/>
+                <attribute name="Class-Path" value="compiler-common.jar 
compiler.jar"/>
             </manifest>
         </jar>
        </target>
@@ -658,7 +658,7 @@
                 <attribute name="Implementation-Version" 
value="${manifest.Implementation-Version}.${build.number}"/>
                 <attribute name="Implementation-Vendor" 
value="${manifest.Implementation-Vendor}"/>
                 <attribute name="Main-Class" 
value="org.apache.royale.compiler.clients.Optimizer"/>
-                <attribute name="Class-Path" value="compiler.jar"/>
+                <attribute name="Class-Path" value="compiler-common.jar 
compiler.jar"/>
             </manifest>
         </jar>
        </target>
@@ -684,7 +684,7 @@
                 <attribute name="Implementation-Version" 
value="${manifest.Implementation-Version}.${build.number}"/>
                 <attribute name="Implementation-Vendor" 
value="${manifest.Implementation-Vendor}"/>
                 <attribute name="Main-Class" 
value="org.apache.royale.swf.io.SWFDump"/>
-                <attribute name="Class-Path" value="compiler.jar 
commons-io.jar"/>
+                <attribute name="Class-Path" value="compiler-common.jar 
compiler.jar commons-io.jar"/>
             </manifest>
         </jar>
        </target>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <commits@royale.apache.org>.

Reply via email to