fix up build configs now that handwritten JS is gone
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f6166ddd Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f6166ddd Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f6166ddd Branch: refs/heads/core_js_to_as Commit: f6166ddde388a41066c89c9a6e37b75791b80084 Parents: d4cace4 Author: Alex Harui <[email protected]> Authored: Wed Dec 2 11:35:00 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Dec 2 11:35:00 2015 -0800 ---------------------------------------------------------------------- frameworks/projects/Charts/compile-config.xml | 4 ---- frameworks/projects/Collections/compile-config.xml | 4 ---- frameworks/projects/DragDrop/compile-asjs-config.xml | 7 +++++++ frameworks/projects/Effects/compile-asjs-config.xml | 7 +++++++ frameworks/projects/Mobile/compile-config.xml | 4 ---- 5 files changed, 14 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f6166ddd/frameworks/projects/Charts/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Charts/compile-config.xml b/frameworks/projects/Charts/compile-config.xml index f64b4d6..b5c04c0 100644 --- a/frameworks/projects/Charts/compile-config.xml +++ b/frameworks/projects/Charts/compile-config.xml @@ -69,10 +69,6 @@ <name>js/out/*</name> <path>js/out/*</path> </include-file> - <include-file> - <name>js/src/*</name> - <path>js/src/*</path> - </include-file> <include-classes> <class>ChartsClasses</class> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f6166ddd/frameworks/projects/Collections/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Collections/compile-config.xml b/frameworks/projects/Collections/compile-config.xml index 0b68206..22daebd 100644 --- a/frameworks/projects/Collections/compile-config.xml +++ b/frameworks/projects/Collections/compile-config.xml @@ -63,10 +63,6 @@ <name>js/out/*</name> <path>js/out/*</path> </include-file> - <include-file> - <name>js/src/*</name> - <path>js/src/*</path> - </include-file> <include-classes> <class>CollectionsClasses</class> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f6166ddd/frameworks/projects/DragDrop/compile-asjs-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/DragDrop/compile-asjs-config.xml b/frameworks/projects/DragDrop/compile-asjs-config.xml index 3152403..1ad65d7 100644 --- a/frameworks/projects/DragDrop/compile-asjs-config.xml +++ b/frameworks/projects/DragDrop/compile-asjs-config.xml @@ -48,6 +48,13 @@ <path-element>../../externs/Core.swc</path-element> </library-path> + <namespaces> + <namespace> + <uri>library://ns.apache.org/flexjs/basic</uri> + <manifest>basic-manifest.xml</manifest> + </namespace> + </namespaces> + <source-path> <path-element>as/src</path-element> </source-path> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f6166ddd/frameworks/projects/Effects/compile-asjs-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Effects/compile-asjs-config.xml b/frameworks/projects/Effects/compile-asjs-config.xml index b315505..8f64d55 100644 --- a/frameworks/projects/Effects/compile-asjs-config.xml +++ b/frameworks/projects/Effects/compile-asjs-config.xml @@ -52,6 +52,13 @@ <path-element>as/src</path-element> </source-path> + <namespaces> + <namespace> + <uri>library://ns.apache.org/flexjs/basic</uri> + <manifest>basic-manifest.xml</manifest> + </namespace> + </namespaces> + <warn-no-constructor>false</warn-no-constructor> </compiler> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f6166ddd/frameworks/projects/Mobile/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Mobile/compile-config.xml b/frameworks/projects/Mobile/compile-config.xml index dfe9506..1738229 100644 --- a/frameworks/projects/Mobile/compile-config.xml +++ b/frameworks/projects/Mobile/compile-config.xml @@ -69,10 +69,6 @@ <name>js/out/*</name> <path>js/out/*</path> </include-file> - <include-file> - <name>js/src/*</name> - <path>js/src/*</path> - </include-file> <include-classes> <class>MobileClasses</class>
