Repository: flex-falcon Updated Branches: refs/heads/develop 523c6c402 -> 46d54f829
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/develop Commit: aa6de086e9fe6a610d2cda9d46f3aa272d2f42e8 Parents: 523c6c4 Author: Alex Harui <[email protected]> Authored: Tue Mar 15 10:21:54 2016 -0700 Committer: Alex Harui <[email protected]> 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>
