You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by er...@apache.org on 2017/12/15 09:06:15 UTC

[royale-compiler] 01/03: Getting all my paths “straight”

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

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

commit d1d16550388335f947389d606f5103dd6300a1d7
Author: Erik de Bruin <er...@ixsoftware.nl>
AuthorDate: Mon Dec 11 11:54:00 2017 +0100

    Getting all my paths “straight”
    
    Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>
---
 compiler-jx/.classpath | 12 +++++++-----
 compiler-jx/.project   | 10 ++++++++++
 compiler/.classpath    |  4 ++--
 compiler/.project      |  5 +++++
 4 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/compiler-jx/.classpath b/compiler-jx/.classpath
index 9c9ddc7..ae64092 100644
--- a/compiler-jx/.classpath
+++ b/compiler-jx/.classpath
@@ -1,22 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="COMPILER_TEST_UTILS"/>
+	<classpathentry kind="src" path="java"/>
+	<classpathentry excluding="**/EnvProperties.java" kind="src" path="COMPILER_TEST_UTILS"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/compiler"/>
+	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-test-utils/target/classes"/>
 	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-jx/lib/google/closure-compiler/compiler.jar"/>
 	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-jx/lib/commons-io.jar"/>
 	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-jx/lib/args4j.jar"/>
 	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-jx/lib/guava.jar"/>
 	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-jx/lib/flex-tool-api.jar"/>
 	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-jx/lib/junit-4.10.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Commons Compress"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/COMMONS_COMPRESS"/>
 	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler/lib/external/commons-lang-2.6.jar"/>
 	<classpathentry kind="lib" path="/compiler/lib/compiler-common.jar"/>
-	<classpathentry kind="lib" path="/Users/aharui/git/royale/ant/royale-compiler/compiler/lib/external/commons-compress-1.10.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/compiler-common"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/compiler-externc"/>
+	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler/lib/external/commons-compress-1.10.jar"/>
+	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-externc/target/classes"/>
+	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-common/target/classes"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/compiler-jx/.project b/compiler-jx/.project
index bcdd822..c7393cf 100644
--- a/compiler-jx/.project
+++ b/compiler-jx/.project
@@ -26,6 +26,16 @@
 			<type>2</type>
 			<location>/Users/erik/Documents/git/royale-compiler/compiler-test-utils/src/main/java</location>
 		</link>
+		<link>
+			<name>compiler-common</name>
+			<type>2</type>
+			<location>/Users/erik/Documents/git/royale-compiler/compiler-common</location>
+		</link>
+		<link>
+			<name>java</name>
+			<type>2</type>
+			<location>/Users/erik/Documents/git/royale-compiler/compiler-externc/src/test/java</location>
+		</link>
 	</linkedResources>
 	<variableList>
 		<variable>
diff --git a/compiler/.classpath b/compiler/.classpath
index 5e26dcd..2bab346 100644
--- a/compiler/.classpath
+++ b/compiler/.classpath
@@ -22,8 +22,8 @@
 	<classpathentry kind="lib" path="lib/external/commons-lang3-3.4.jar"/>
 	<classpathentry kind="lib" path="lib/external/jburg.jar"/>
 	<classpathentry kind="lib" path="lib/external/commons-compress-1.10.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/compiler-common"/>
 	<classpathentry kind="lib" path="lib/compiler-common.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/compiler-externc"/>
+	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-jx/lib/externc.jar"/>
+	<classpathentry kind="lib" path="/Users/erik/Documents/git/royale-compiler/compiler-test-utils/target/classes"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/compiler/.project b/compiler/.project
index 7c6ccaa..3ce7e76 100644
--- a/compiler/.project
+++ b/compiler/.project
@@ -31,6 +31,11 @@
 			<location>/Users/erik/Documents/git/royale-compiler/compiler-test-utils/src/main/java</location>
 		</link>
 		<link>
+			<name>compiler-test-utils</name>
+			<type>2</type>
+			<location>/Users/erik/Documents/git/royale-compiler/compiler-test-utils</location>
+		</link>
+		<link>
 			<name>royale-ant-tasks</name>
 			<type>2</type>
 			<location>/Users/aharui/git/royale/ant/royale-compiler/royale-ant-tasks/src/main/java</location>

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