Repository: flex-asjs Updated Branches: refs/heads/core_js_to_as 531b30e8c -> 14674b2d9
I think this didn't get removed during the big SWC split Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7be4b87f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7be4b87f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7be4b87f Branch: refs/heads/core_js_to_as Commit: 7be4b87f2599c82c8fb3f3a536cdc4f1b6cd86fe Parents: 531b30e Author: Alex Harui <[email protected]> Authored: Wed Sep 16 11:06:25 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Sep 17 09:28:23 2015 -0700 ---------------------------------------------------------------------- .../projects/Core/asjs/compile-config.xml | 76 -------------------- 1 file changed, 76 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7be4b87f/frameworks/projects/Core/asjs/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/asjs/compile-config.xml b/frameworks/projects/Core/asjs/compile-config.xml deleted file mode 100644 index 740ecc5..0000000 --- a/frameworks/projects/Core/asjs/compile-config.xml +++ /dev/null @@ -1,76 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ---> -<flex-config> - - <compiler> - <accessible>false</accessible> - - <external-library-path> - <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element> - <path-element>../../../libs/Core.swc</path-element> - </external-library-path> - - <mxml> - <children-as-data>true</children-as-data> - </mxml> - <binding-value-change-event>org.apache.flex.events.ValueChangeEvent</binding-value-change-event> - <binding-value-change-event-kind>org.apache.flex.events.ValueChangeEvent</binding-value-change-event-kind> - <binding-value-change-event-type>valueChange</binding-value-change-event-type> - - <keep-as3-metadata> - <name>Bindable</name> - <name>Managed</name> - <name>ChangeEvent</name> - <name>NonCommittingChangeEvent</name> - <name>Transient</name> - </keep-as3-metadata> - - <locale/> - - <library-path/> - - <namespaces> - <namespace> - <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>basic-manifest.xml</manifest> - </namespace> - </namespaces> - - <source-path> - <path-element>src</path-element> - </source-path> - - <warn-no-constructor>false</warn-no-constructor> - </compiler> - - <include-file> - <name>defaults.css</name> - <path>defaults.css</path> - </include-file> - - <include-classes> - <class>asjs</class> - </include-classes> - - <include-namespaces> - <uri>library://ns.apache.org/flexjs/basic</uri> - </include-namespaces> - - <target-player>${playerglobal.version}</target-player> -</flex-config>
