remove circulars
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/de5406cd Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/de5406cd Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/de5406cd Branch: refs/heads/develop Commit: de5406cda2186c1d0b2e90ac2264a9f9e6583194 Parents: aa48f8e Author: Alex Harui <[email protected]> Authored: Tue Aug 22 18:16:17 2017 -0700 Committer: Carlos Rovira <[email protected]> Committed: Thu Sep 7 00:24:03 2017 +0200 ---------------------------------------------------------------------- .../src/main/config/compile-app-config.xml | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/de5406cd/examples/flexjs/RemoteObjectAMFTest/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/RemoteObjectAMFTest/src/main/config/compile-app-config.xml b/examples/flexjs/RemoteObjectAMFTest/src/main/config/compile-app-config.xml new file mode 100644 index 0000000..a8b73f5 --- /dev/null +++ b/examples/flexjs/RemoteObjectAMFTest/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>
