Add dependencies Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/fcdc3921 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/fcdc3921 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/fcdc3921 Branch: refs/heads/feature/flexmojos-tests Commit: fcdc39211d5ba7544e5ec5252503adb30943e25c Parents: e63cc7f Author: Erik de Bruin <[email protected]> Authored: Thu Oct 23 11:04:02 2014 +0200 Committer: Erik de Bruin <[email protected]> Committed: Thu Oct 23 19:42:52 2014 +0200 ---------------------------------------------------------------------- .../src/org/apache/flex/compiler/internal/test/FlexJSTestBase.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fcdc3921/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/FlexJSTestBase.java ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/FlexJSTestBase.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/FlexJSTestBase.java index 3fdf797..0f6e6d0 100644 --- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/FlexJSTestBase.java +++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/FlexJSTestBase.java @@ -58,7 +58,9 @@ public class FlexJSTestBase extends TestBase + "/frameworks/libs/framework.swc"))); libraries.add(new File(FilenameNormalization.normalize(env.SDK + "\\frameworks\\libs\\rpc.swc"))); + libraries.add(new File(env.ASJS + "/frameworks/as/libs/FlexJSJX.swc")); libraries.add(new File(env.ASJS + "/frameworks/as/libs/FlexJSUI.swc")); + libraries.add(new File(env.ASJS + "/frameworks/as/libs/MXMLCClasses.swc")); super.addLibraries(libraries); }
