get rid of build errors (still two warnings)

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d35f6ec2
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d35f6ec2
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d35f6ec2

Branch: refs/heads/release0.8.0
Commit: d35f6ec222013476d874f4f50a6a7c7d72c487cd
Parents: fae4a65
Author: Alex Harui <aha...@apache.org>
Authored: Thu Jun 1 21:43:16 2017 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Fri Jun 2 00:04:48 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d35f6ec2/examples/flexjs/MobileStocks/src/main/config/compile-app-config.xml
----------------------------------------------------------------------
diff --git 
a/examples/flexjs/MobileStocks/src/main/config/compile-app-config.xml 
b/examples/flexjs/MobileStocks/src/main/config/compile-app-config.xml
new file mode 100644
index 0000000..a165dee
--- /dev/null
+++ b/examples/flexjs/MobileStocks/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>

Reply via email to