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 2016/04/22 19:25:11 UTC

[24/35] git commit: [flex-falcon] [refs/heads/feature/maven-migration-test] - don't need these anymore

don't need these anymore


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

Branch: refs/heads/feature/maven-migration-test
Commit: 1cc3e370fed96d15ab15465f763c52f5878b8f44
Parents: 86099b3
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 21 19:32:23 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 22 09:02:58 2016 -0700

----------------------------------------------------------------------
 externs/cordova/compile-config.xml         | 44 -------------------------
 externs/cordova/cordova-compile-config.xml | 39 ----------------------
 2 files changed, 83 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1cc3e370/externs/cordova/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/cordova/compile-config.xml b/externs/cordova/compile-config.xml
deleted file mode 100644
index def8957..0000000
--- a/externs/cordova/compile-config.xml
+++ /dev/null
@@ -1,44 +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>true</accessible>
-		
-        <external-library-path>
-            <path-element>../js/out/bin/js.swc</path-element>
-        </external-library-path>
-		
-        <source-path>
-            <path-element>out/as/constants</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <include-sources>
-        <path-element>out/as/constants</path-element>
-    </include-sources>
-
-    <include-file>
-        <name>externs/cordova_file_plugin-4-11.js</name>
-        <path>externs/cordova_file_plugin-4-11.js</path>
-    </include-file>
-
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1cc3e370/externs/cordova/cordova-compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/cordova/cordova-compile-config.xml b/externs/cordova/cordova-compile-config.xml
deleted file mode 100644
index d2e3dcb..0000000
--- a/externs/cordova/cordova-compile-config.xml
+++ /dev/null
@@ -1,39 +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</name></exclude> 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>true</accessible>
-        
-        <locale/>
-        
-        <source-path>
-            <path-element>src</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <external>
-        <path-element>externs/cordova_file_plugin-4-11.js</path-element>
-    </external>
-        
-    <as-root>out/as</as-root>
-
-</flex-config>