use right version
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d6ee57df Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d6ee57df Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d6ee57df Branch: refs/heads/core_js_to_as Commit: d6ee57df6b9fa19c781a761506bd7d0d4679b46f Parents: e2a806e Author: Alex Harui <[email protected]> Authored: Wed Dec 9 13:36:24 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Dec 9 13:38:02 2015 -0800 ---------------------------------------------------------------------- frameworks/projects/CreateJS/compile-config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d6ee57df/frameworks/projects/CreateJS/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/CreateJS/compile-config.xml b/frameworks/projects/CreateJS/compile-config.xml index 96f74fd..3aecfb2 100644 --- a/frameworks/projects/CreateJS/compile-config.xml +++ b/frameworks/projects/CreateJS/compile-config.xml @@ -65,8 +65,8 @@ <path>as/defaults.css</path> </include-file> <include-file> - <name>js/src/*</name> - <path>js/src/*</path> + <name>js/out/*</name> + <path>js/out/*</path> </include-file> <include-classes>
