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 2016/04/06 17:02:42 UTC

[33/50] git commit: [flex-falcon] [refs/heads/master] - needed this to get compiler.jx.tests to run in Eclipse

needed this to get compiler.jx.tests to run in Eclipse


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

Branch: refs/heads/master
Commit: aa6de086e9fe6a610d2cda9d46f3aa272d2f42e8
Parents: 523c6c4
Author: Alex Harui <ah...@apache.org>
Authored: Tue Mar 15 10:21:54 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Mar 15 10:21:54 2016 -0700

----------------------------------------------------------------------
 compiler.jx.tests/.classpath | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/aa6de086/compiler.jx.tests/.classpath
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/.classpath b/compiler.jx.tests/.classpath
index a1bc005..410816e 100644
--- a/compiler.jx.tests/.classpath
+++ b/compiler.jx.tests/.classpath
@@ -8,5 +8,6 @@
 	<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="lib" path="/compiler.tests/classes"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>