Repository: flex-asjs Updated Branches: refs/heads/dual 7402b13de -> a363f8c3c
move -config.xml files to config to get out of the way of Maven Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a363f8c3 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a363f8c3 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a363f8c3 Branch: refs/heads/dual Commit: a363f8c3c24e77bde26a5b59f996600bd8b1f8f4 Parents: 7402b13 Author: Alex Harui <[email protected]> Authored: Thu Mar 2 20:39:37 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Thu Mar 2 20:39:37 2017 -0800 ---------------------------------------------------------------------- examples/build.xml | 4 +++ examples/build_example.xml | 6 +++++ .../src/main/config/compile-app-config.xml | 23 ++++++++++++++++ .../flexjs/ASDoc/src/main/flex/ASDoc-config.xml | 23 ---------------- .../src/main/config/compile-app-config.xml | 28 ++++++++++++++++++++ .../src/main/flex/CreateJSExample-config.xml | 28 -------------------- .../src/main/config/compile-app-config.xml | 23 ++++++++++++++++ .../src/main/flex/DataBindingExample-config.xml | 23 ---------------- .../src/main/config/compile-app-config.xml | 28 ++++++++++++++++++++ .../src/main/flex/DataBindingExample-config.xml | 28 -------------------- .../src/main/config/compile-app-config.xml | 23 ++++++++++++++++ .../src/main/flex/DataBindingExample-config.xml | 23 ---------------- .../src/main/config/compile-app-config.xml | 26 ++++++++++++++++++ .../src/main/flex/DesktopMap-config.xml | 26 ------------------ .../src/main/config/compile-app-config.xml | 23 ++++++++++++++++ .../src/main/flex/FlexJSStore-config.xml | 23 ---------------- .../src/main/config/compile-app-config.xml | 28 ++++++++++++++++++++ .../src/main/flex/FlexJSStore-config.xml | 28 -------------------- .../src/main/config/compile-app-config.xml | 26 ++++++++++++++++++ .../src/main/flex/App-config.xml | 26 ------------------ .../src/main/config/compile-app-config.xml | 26 ++++++++++++++++++ .../MDLExample/src/main/flex/App-config.xml | 26 ------------------ .../src/main/config/compile-app-config.xml | 26 ++++++++++++++++++ .../src/main/flex/MapSearch-config.xml | 26 ------------------ .../src/main/config/compile-app-config.xml | 26 ++++++++++++++++++ .../src/main/flex/MobileMap-config.xml | 26 ------------------ .../src/main/config/compile-app-config.xml | 21 +++++++++++++++ .../src/main/flex/MobileTrader-config.xml | 21 --------------- .../src/main/config/compile-app-config.xml | 26 ++++++++++++++++++ .../src/main/flex/StorageExample-config.xml | 26 ------------------ .../src/main/config/compile-app-config.xml | 23 ++++++++++++++++ .../src/main/flex/StyleExample-config.xml | 23 ---------------- .../src/main/config/compile-app-config.xml | 21 +++++++++++++++ .../TeamPage/src/main/flex/TeamPage-config.xml | 21 --------------- .../src/main/config/compile-app-config.xml | 23 ++++++++++++++++ .../src/main/flex/TodoListSampleApp-config.xml | 23 ---------------- 36 files changed, 430 insertions(+), 420 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/build.xml ---------------------------------------------------------------------- diff --git a/examples/build.xml b/examples/build.xml index 422766f..77f4ab0 100644 --- a/examples/build.xml +++ b/examples/build.xml @@ -81,12 +81,14 @@ <ant dir="${basedir}/flexjs/DataBindingExample_as"/> <ant dir="${basedir}/flexjs/DataBindingExample_Flat"/> <ant dir="${basedir}/flexjs/DataGridExample"/> + <ant dir="${basedir}/flexjs/DateControlsExample"/> <ant dir="${basedir}/flexjs/DesktopMap"/> <ant dir="${basedir}/flexjs/FlexTeamPage_MDL"/> <ant dir="${basedir}/flexjs/FlexWebsiteStatsViewer"/> <ant dir="${basedir}/flexjs/FlexJSStore"/> <ant dir="${basedir}/flexjs/FlexJSStore_jquery"/> <ant dir="${basedir}/flexjs/HelloWorld"/> + <ant dir="${basedir}/flexjs/ListExample"/> <ant dir="${basedir}/flexjs/MapSearch"/> <ant dir="${basedir}/flexjs/MDLExample"/> <ant dir="${basedir}/flexjs/MobileMap"/> @@ -120,12 +122,14 @@ <ant dir="${basedir}/flexjs/DataBindingExample_as" target="clean"/> <ant dir="${basedir}/flexjs/DataBindingExample_Flat" target="clean"/> <ant dir="${basedir}/flexjs/DataGridExample" target="clean"/> + <ant dir="${basedir}/flexjs/DateControlsExample" target="clean"/> <ant dir="${basedir}/flexjs/DesktopMap" target="clean"/> <ant dir="${basedir}/flexjs/FlexTeamPage_MDL" target="clean"/> <ant dir="${basedir}/flexjs/FlexWebsiteStatsViewer" target="clean"/> <ant dir="${basedir}/flexjs/FlexJSStore" target="clean"/> <ant dir="${basedir}/flexjs/FlexJSStore_jquery" target="clean"/> <ant dir="${basedir}/flexjs/HelloWorld" target="clean"/> + <ant dir="${basedir}/flexjs/ListExample" target="clean"/> <ant dir="${basedir}/flexjs/MapSearch" target="clean"/> <ant dir="${basedir}/flexjs/MDLExample" target="clean"/> <ant dir="${basedir}/flexjs/MobileTrader" target="clean"/> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/build_example.xml ---------------------------------------------------------------------- diff --git a/examples/build_example.xml b/examples/build_example.xml index e2ba134..0454a80 100644 --- a/examples/build_example.xml +++ b/examples/build_example.xml @@ -102,12 +102,16 @@ <echo message="FLEX_HOME: ${FLEX_HOME}"/> <echo message="FALCONJX_HOME: ${FALCONJX_HOME}"/> <echo message="GOOG_HOME: ${GOOG_HOME}"/> + <available file="${basedir}/src/main/config/compile-app-config.xml" + type="file" + property="optional_arg" value="-load-config+=${basedir}/src/main/config/compile-app-config.xml" /> <!-- Load the <compc> task. We can't do this at the <project> level --> <!-- because targets that run before flexTasks.jar gets built would fail. --> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> <property name="config_arg" value="flex" /> <property name="file_suffix" value="mxml" /> + <property name="optional_arg" value="-define=CONFIG::dummy,true" /> <mxmlc fork="true" debug="true" configname="${config_arg}" @@ -115,6 +119,7 @@ file="${basedir}/src/main/flex/${example}.${file_suffix}" output="${basedir}/bin-debug/${example}.swf"> <jvmarg line="${mxmlc.jvm.args}"/> + <arg line="${optional_arg}" /> </mxmlc> <html-wrapper @@ -145,6 +150,7 @@ file="${basedir}/src/main/flex/${example}.${file_suffix}" output="${basedir}/bin-release/${example}.swf"> <jvmarg line="${mxmlc.jvm.args}"/> + <arg line="${optional_arg}" /> </mxmlc> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/ASDoc/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/ASDoc/src/main/config/compile-app-config.xml b/examples/flexjs/ASDoc/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..454808b --- /dev/null +++ b/examples/flexjs/ASDoc/src/main/config/compile-app-config.xml @@ -0,0 +1,23 @@ +<!-- + + 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> + <js-output-optimization> + <optimization>skipAsCoercions</optimization> + </js-output-optimization> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/ASDoc/src/main/flex/ASDoc-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/ASDoc/src/main/flex/ASDoc-config.xml b/examples/flexjs/ASDoc/src/main/flex/ASDoc-config.xml deleted file mode 100644 index 454808b..0000000 --- a/examples/flexjs/ASDoc/src/main/flex/ASDoc-config.xml +++ /dev/null @@ -1,23 +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> - <js-output-optimization> - <optimization>skipAsCoercions</optimization> - </js-output-optimization> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/CreateJSExample/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CreateJSExample/src/main/config/compile-app-config.xml b/examples/flexjs/CreateJSExample/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..51e4b0d --- /dev/null +++ b/examples/flexjs/CreateJSExample/src/main/config/compile-app-config.xml @@ -0,0 +1,28 @@ +<!-- + + 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> + <js-output-optimization> + <optimization>skipFunctionCoercions</optimization> + </js-output-optimization> + <compiler> + <js-external-library-path append="true"> + <path-element>../../../../../../js/libs/createjs.swc</path-element> + </js-external-library-path> + </compiler> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/CreateJSExample/src/main/flex/CreateJSExample-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CreateJSExample/src/main/flex/CreateJSExample-config.xml b/examples/flexjs/CreateJSExample/src/main/flex/CreateJSExample-config.xml deleted file mode 100644 index 51e4b0d..0000000 --- a/examples/flexjs/CreateJSExample/src/main/flex/CreateJSExample-config.xml +++ /dev/null @@ -1,28 +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> - <js-output-optimization> - <optimization>skipFunctionCoercions</optimization> - </js-output-optimization> - <compiler> - <js-external-library-path append="true"> - <path-element>../../../../../../js/libs/createjs.swc</path-element> - </js-external-library-path> - </compiler> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/DataBindingExample/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample/src/main/config/compile-app-config.xml b/examples/flexjs/DataBindingExample/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..b4290dc --- /dev/null +++ b/examples/flexjs/DataBindingExample/src/main/config/compile-app-config.xml @@ -0,0 +1,23 @@ +<!-- + + 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> + <js-output-optimization> + <optimization>skipFunctionCoercions</optimization> + </js-output-optimization> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/DataBindingExample/src/main/flex/DataBindingExample-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample/src/main/flex/DataBindingExample-config.xml b/examples/flexjs/DataBindingExample/src/main/flex/DataBindingExample-config.xml deleted file mode 100644 index b4290dc..0000000 --- a/examples/flexjs/DataBindingExample/src/main/flex/DataBindingExample-config.xml +++ /dev/null @@ -1,23 +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> - <js-output-optimization> - <optimization>skipFunctionCoercions</optimization> - </js-output-optimization> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/DataBindingExample_Flat/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_Flat/src/main/config/compile-app-config.xml b/examples/flexjs/DataBindingExample_Flat/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..e15c6d5 --- /dev/null +++ b/examples/flexjs/DataBindingExample_Flat/src/main/config/compile-app-config.xml @@ -0,0 +1,28 @@ +<!-- + + 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> + <js-output-optimization> + <optimization>skipAsCoercions</optimization> + </js-output-optimization> + <compiler> + <theme> + <filename>../../../../../../frameworks/libs/Flat.swc</filename> + </theme> + </compiler> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/DataBindingExample_Flat/src/main/flex/DataBindingExample-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_Flat/src/main/flex/DataBindingExample-config.xml b/examples/flexjs/DataBindingExample_Flat/src/main/flex/DataBindingExample-config.xml deleted file mode 100644 index e15c6d5..0000000 --- a/examples/flexjs/DataBindingExample_Flat/src/main/flex/DataBindingExample-config.xml +++ /dev/null @@ -1,28 +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> - <js-output-optimization> - <optimization>skipAsCoercions</optimization> - </js-output-optimization> - <compiler> - <theme> - <filename>../../../../../../frameworks/libs/Flat.swc</filename> - </theme> - </compiler> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/DataBindingExample_as/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_as/src/main/config/compile-app-config.xml b/examples/flexjs/DataBindingExample_as/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..454808b --- /dev/null +++ b/examples/flexjs/DataBindingExample_as/src/main/config/compile-app-config.xml @@ -0,0 +1,23 @@ +<!-- + + 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> + <js-output-optimization> + <optimization>skipAsCoercions</optimization> + </js-output-optimization> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/DataBindingExample_as/src/main/flex/DataBindingExample-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_as/src/main/flex/DataBindingExample-config.xml b/examples/flexjs/DataBindingExample_as/src/main/flex/DataBindingExample-config.xml deleted file mode 100644 index 454808b..0000000 --- a/examples/flexjs/DataBindingExample_as/src/main/flex/DataBindingExample-config.xml +++ /dev/null @@ -1,23 +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> - <js-output-optimization> - <optimization>skipAsCoercions</optimization> - </js-output-optimization> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/DesktopMap/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DesktopMap/src/main/config/compile-app-config.xml b/examples/flexjs/DesktopMap/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..0d2aeef --- /dev/null +++ b/examples/flexjs/DesktopMap/src/main/config/compile-app-config.xml @@ -0,0 +1,26 @@ +<!-- + + 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> + <remove-circulars>true</remove-circulars> + <compiler> + <js-external-library-path append="true"> + <path-element>../../../../../../js/libs/google_maps.swc</path-element> + </js-external-library-path> + </compiler> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/DesktopMap/src/main/flex/DesktopMap-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DesktopMap/src/main/flex/DesktopMap-config.xml b/examples/flexjs/DesktopMap/src/main/flex/DesktopMap-config.xml deleted file mode 100644 index 0d2aeef..0000000 --- a/examples/flexjs/DesktopMap/src/main/flex/DesktopMap-config.xml +++ /dev/null @@ -1,26 +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> - <remove-circulars>true</remove-circulars> - <compiler> - <js-external-library-path append="true"> - <path-element>../../../../../../js/libs/google_maps.swc</path-element> - </js-external-library-path> - </compiler> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/FlexJSStore/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore/src/main/config/compile-app-config.xml b/examples/flexjs/FlexJSStore/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..b4290dc --- /dev/null +++ b/examples/flexjs/FlexJSStore/src/main/config/compile-app-config.xml @@ -0,0 +1,23 @@ +<!-- + + 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> + <js-output-optimization> + <optimization>skipFunctionCoercions</optimization> + </js-output-optimization> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/FlexJSStore/src/main/flex/FlexJSStore-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore/src/main/flex/FlexJSStore-config.xml b/examples/flexjs/FlexJSStore/src/main/flex/FlexJSStore-config.xml deleted file mode 100644 index b4290dc..0000000 --- a/examples/flexjs/FlexJSStore/src/main/flex/FlexJSStore-config.xml +++ /dev/null @@ -1,23 +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> - <js-output-optimization> - <optimization>skipFunctionCoercions</optimization> - </js-output-optimization> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/FlexJSStore_jquery/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore_jquery/src/main/config/compile-app-config.xml b/examples/flexjs/FlexJSStore_jquery/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..6036129 --- /dev/null +++ b/examples/flexjs/FlexJSStore_jquery/src/main/config/compile-app-config.xml @@ -0,0 +1,28 @@ +<!-- + + 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> + <js-output-optimization> + <optimization>skipFunctionCoercions</optimization> + </js-output-optimization> + <compiler> + <js-external-library-path append="true"> + <path-element>../../../../../../js/libs/jquery.swc</path-element> + </js-external-library-path> + </compiler> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/FlexJSStore_jquery/src/main/flex/FlexJSStore-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore_jquery/src/main/flex/FlexJSStore-config.xml b/examples/flexjs/FlexJSStore_jquery/src/main/flex/FlexJSStore-config.xml deleted file mode 100644 index 6036129..0000000 --- a/examples/flexjs/FlexJSStore_jquery/src/main/flex/FlexJSStore-config.xml +++ /dev/null @@ -1,28 +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> - <js-output-optimization> - <optimization>skipFunctionCoercions</optimization> - </js-output-optimization> - <compiler> - <js-external-library-path append="true"> - <path-element>../../../../../../js/libs/jquery.swc</path-element> - </js-external-library-path> - </compiler> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/FlexTeamPage_MDL/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexTeamPage_MDL/src/main/config/compile-app-config.xml b/examples/flexjs/FlexTeamPage_MDL/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..cba31b7 --- /dev/null +++ b/examples/flexjs/FlexTeamPage_MDL/src/main/config/compile-app-config.xml @@ -0,0 +1,26 @@ +<!-- + + 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> + <exclude-defaults-css-files> + <filename>HTML.swc:defaults.css</filename> + </exclude-defaults-css-files> + </compiler> + <html-template>../resources/mdl-js-index-template.html</html-template> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/FlexTeamPage_MDL/src/main/flex/App-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexTeamPage_MDL/src/main/flex/App-config.xml b/examples/flexjs/FlexTeamPage_MDL/src/main/flex/App-config.xml deleted file mode 100644 index cba31b7..0000000 --- a/examples/flexjs/FlexTeamPage_MDL/src/main/flex/App-config.xml +++ /dev/null @@ -1,26 +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> - <exclude-defaults-css-files> - <filename>HTML.swc:defaults.css</filename> - </exclude-defaults-css-files> - </compiler> - <html-template>../resources/mdl-js-index-template.html</html-template> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/MDLExample/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/src/main/config/compile-app-config.xml b/examples/flexjs/MDLExample/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..cba31b7 --- /dev/null +++ b/examples/flexjs/MDLExample/src/main/config/compile-app-config.xml @@ -0,0 +1,26 @@ +<!-- + + 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> + <exclude-defaults-css-files> + <filename>HTML.swc:defaults.css</filename> + </exclude-defaults-css-files> + </compiler> + <html-template>../resources/mdl-js-index-template.html</html-template> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/MDLExample/src/main/flex/App-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/src/main/flex/App-config.xml b/examples/flexjs/MDLExample/src/main/flex/App-config.xml deleted file mode 100644 index cba31b7..0000000 --- a/examples/flexjs/MDLExample/src/main/flex/App-config.xml +++ /dev/null @@ -1,26 +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> - <exclude-defaults-css-files> - <filename>HTML.swc:defaults.css</filename> - </exclude-defaults-css-files> - </compiler> - <html-template>../resources/mdl-js-index-template.html</html-template> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/MapSearch/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MapSearch/src/main/config/compile-app-config.xml b/examples/flexjs/MapSearch/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..0d2aeef --- /dev/null +++ b/examples/flexjs/MapSearch/src/main/config/compile-app-config.xml @@ -0,0 +1,26 @@ +<!-- + + 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> + <remove-circulars>true</remove-circulars> + <compiler> + <js-external-library-path append="true"> + <path-element>../../../../../../js/libs/google_maps.swc</path-element> + </js-external-library-path> + </compiler> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/MapSearch/src/main/flex/MapSearch-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MapSearch/src/main/flex/MapSearch-config.xml b/examples/flexjs/MapSearch/src/main/flex/MapSearch-config.xml deleted file mode 100644 index 0d2aeef..0000000 --- a/examples/flexjs/MapSearch/src/main/flex/MapSearch-config.xml +++ /dev/null @@ -1,26 +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> - <remove-circulars>true</remove-circulars> - <compiler> - <js-external-library-path append="true"> - <path-element>../../../../../../js/libs/google_maps.swc</path-element> - </js-external-library-path> - </compiler> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/MobileMap/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileMap/src/main/config/compile-app-config.xml b/examples/flexjs/MobileMap/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..0d2aeef --- /dev/null +++ b/examples/flexjs/MobileMap/src/main/config/compile-app-config.xml @@ -0,0 +1,26 @@ +<!-- + + 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> + <remove-circulars>true</remove-circulars> + <compiler> + <js-external-library-path append="true"> + <path-element>../../../../../../js/libs/google_maps.swc</path-element> + </js-external-library-path> + </compiler> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/MobileMap/src/main/flex/MobileMap-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileMap/src/main/flex/MobileMap-config.xml b/examples/flexjs/MobileMap/src/main/flex/MobileMap-config.xml deleted file mode 100644 index 0d2aeef..0000000 --- a/examples/flexjs/MobileMap/src/main/flex/MobileMap-config.xml +++ /dev/null @@ -1,26 +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> - <remove-circulars>true</remove-circulars> - <compiler> - <js-external-library-path append="true"> - <path-element>../../../../../../js/libs/google_maps.swc</path-element> - </js-external-library-path> - </compiler> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/MobileTrader/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileTrader/src/main/config/compile-app-config.xml b/examples/flexjs/MobileTrader/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..a8b73f5 --- /dev/null +++ b/examples/flexjs/MobileTrader/src/main/config/compile-app-config.xml @@ -0,0 +1,21 @@ +<!-- + + 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> + <remove-circulars>true</remove-circulars> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/MobileTrader/src/main/flex/MobileTrader-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileTrader/src/main/flex/MobileTrader-config.xml b/examples/flexjs/MobileTrader/src/main/flex/MobileTrader-config.xml deleted file mode 100644 index a8b73f5..0000000 --- a/examples/flexjs/MobileTrader/src/main/flex/MobileTrader-config.xml +++ /dev/null @@ -1,21 +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> - <remove-circulars>true</remove-circulars> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/StorageExample/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StorageExample/src/main/config/compile-app-config.xml b/examples/flexjs/StorageExample/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..a165dee --- /dev/null +++ b/examples/flexjs/StorageExample/src/main/config/compile-app-config.xml @@ -0,0 +1,26 @@ +<!-- + + 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> + <remove-circulars>true</remove-circulars> + <compiler> + <js-external-library-path append="true"> + <path-element>../../../../../../js/libs/cordova.swc</path-element> + </js-external-library-path> + </compiler> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/StorageExample/src/main/flex/StorageExample-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StorageExample/src/main/flex/StorageExample-config.xml b/examples/flexjs/StorageExample/src/main/flex/StorageExample-config.xml deleted file mode 100644 index a165dee..0000000 --- a/examples/flexjs/StorageExample/src/main/flex/StorageExample-config.xml +++ /dev/null @@ -1,26 +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> - <remove-circulars>true</remove-circulars> - <compiler> - <js-external-library-path append="true"> - <path-element>../../../../../../js/libs/cordova.swc</path-element> - </js-external-library-path> - </compiler> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/StyleExample/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StyleExample/src/main/config/compile-app-config.xml b/examples/flexjs/StyleExample/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..454808b --- /dev/null +++ b/examples/flexjs/StyleExample/src/main/config/compile-app-config.xml @@ -0,0 +1,23 @@ +<!-- + + 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> + <js-output-optimization> + <optimization>skipAsCoercions</optimization> + </js-output-optimization> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/StyleExample/src/main/flex/StyleExample-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StyleExample/src/main/flex/StyleExample-config.xml b/examples/flexjs/StyleExample/src/main/flex/StyleExample-config.xml deleted file mode 100644 index 454808b..0000000 --- a/examples/flexjs/StyleExample/src/main/flex/StyleExample-config.xml +++ /dev/null @@ -1,23 +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> - <js-output-optimization> - <optimization>skipAsCoercions</optimization> - </js-output-optimization> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/TeamPage/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/TeamPage/src/main/config/compile-app-config.xml b/examples/flexjs/TeamPage/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..a8b73f5 --- /dev/null +++ b/examples/flexjs/TeamPage/src/main/config/compile-app-config.xml @@ -0,0 +1,21 @@ +<!-- + + 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> + <remove-circulars>true</remove-circulars> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/TeamPage/src/main/flex/TeamPage-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/TeamPage/src/main/flex/TeamPage-config.xml b/examples/flexjs/TeamPage/src/main/flex/TeamPage-config.xml deleted file mode 100644 index a8b73f5..0000000 --- a/examples/flexjs/TeamPage/src/main/flex/TeamPage-config.xml +++ /dev/null @@ -1,21 +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> - <remove-circulars>true</remove-circulars> -</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/TodoListSampleApp/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/TodoListSampleApp/src/main/config/compile-app-config.xml b/examples/flexjs/TodoListSampleApp/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..454808b --- /dev/null +++ b/examples/flexjs/TodoListSampleApp/src/main/config/compile-app-config.xml @@ -0,0 +1,23 @@ +<!-- + + 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> + <js-output-optimization> + <optimization>skipAsCoercions</optimization> + </js-output-optimization> +</flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a363f8c3/examples/flexjs/TodoListSampleApp/src/main/flex/TodoListSampleApp-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/TodoListSampleApp/src/main/flex/TodoListSampleApp-config.xml b/examples/flexjs/TodoListSampleApp/src/main/flex/TodoListSampleApp-config.xml deleted file mode 100644 index 454808b..0000000 --- a/examples/flexjs/TodoListSampleApp/src/main/flex/TodoListSampleApp-config.xml +++ /dev/null @@ -1,23 +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> - <js-output-optimization> - <optimization>skipAsCoercions</optimization> - </js-output-optimization> -</flex-config>
