You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/08/23 03:20:34 UTC

[4/8] git commit: [flex-asjs] [refs/heads/feature/amf] - remove circulars

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/3639e233
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/3639e233
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/3639e233

Branch: refs/heads/feature/amf
Commit: 3639e2330a6c3d43d00c3142a14a809188c2f873
Parents: 9f77823
Author: Alex Harui <ah...@apache.org>
Authored: Tue Aug 22 18:16:17 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Aug 22 18:17:10 2017 -0700

----------------------------------------------------------------------
 .../src/main/config/compile-app-config.xml      | 21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3639e233/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>