You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/06/21 01:56:34 UTC

git commit: [flex-falcon] [refs/heads/develop] - fix up eclipse projects for new GCC packaging. The version from Maven Central requires dependencies in other jars

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 415016eeb -> e69eb3ae5


fix up eclipse projects for new GCC packaging.  The version from Maven Central requires dependencies in other jars


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/e69eb3ae
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e69eb3ae
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e69eb3ae

Branch: refs/heads/develop
Commit: e69eb3ae579ba347024485edc5262e070f34131f
Parents: 415016e
Author: Alex Harui <ah...@apache.org>
Authored: Fri Jun 20 16:56:19 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jun 20 16:56:19 2014 -0700

----------------------------------------------------------------------
 compiler.jx.tests/.classpath | 1 +
 compiler.jx/.classpath       | 3 +++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e69eb3ae/compiler.jx.tests/.classpath
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/.classpath b/compiler.jx.tests/.classpath
index 5889950..96d4323 100644
--- a/compiler.jx.tests/.classpath
+++ b/compiler.jx.tests/.classpath
@@ -7,5 +7,6 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/compiler.jx"/>
 	<classpathentry kind="lib" path="/compiler.jx/lib/google/closure-compiler/compiler.jar"/>
 	<classpathentry kind="lib" path="/compiler.jx/lib/commons-io.jar"/>
+	<classpathentry kind="lib" path="/compiler.jx/lib/guava.jar"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e69eb3ae/compiler.jx/.classpath
----------------------------------------------------------------------
diff --git a/compiler.jx/.classpath b/compiler.jx/.classpath
index 6fde159..66b7875 100644
--- a/compiler.jx/.classpath
+++ b/compiler.jx/.classpath
@@ -5,5 +5,8 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/compiler"/>
 	<classpathentry kind="lib" path="lib/google/closure-compiler/compiler.jar"/>
 	<classpathentry kind="lib" path="lib/commons-io.jar"/>
+	<classpathentry kind="lib" path="lib/args4j.jar"/>
+	<classpathentry kind="lib" path="lib/org.json.jar"/>
+	<classpathentry kind="lib" path="lib/guava.jar"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>