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:12 UTC

[25/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/3ebf60f4
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/3ebf60f4
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/3ebf60f4

Branch: refs/heads/feature/maven-migration-test
Commit: 3ebf60f4025b6fe661838f34f5182926676e847e
Parents: 1cc3e37
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 21 19:33:17 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 22 09:02:58 2016 -0700

----------------------------------------------------------------------
 externs/jasmine/compile-config.xml         | 97 -------------------------
 externs/jasmine/jasmine-compile-config.xml | 45 ------------
 2 files changed, 142 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3ebf60f4/externs/jasmine/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/jasmine/compile-config.xml b/externs/jasmine/compile-config.xml
deleted file mode 100644
index 2af1e2a..0000000
--- a/externs/jasmine/compile-config.xml
+++ /dev/null
@@ -1,97 +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>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/framework.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
-            <path-element>../../libs/osmf.swc</path-element>
-            <path-element>../../libs/textLayout.swc</path-element>
-        </external-library-path>
-        
-        <keep-as3-metadata>
-            <name>SkinPart</name>
-        </keep-as3-metadata>
-        
-        <mxml>
-            <minimum-supported-version>4.0.0</minimum-supported-version>
-        </mxml>
-        
-        <locale/>
-        
-        <library-path/>
-        
-        <namespaces>
-            <namespace>
-                <uri>library://ns.adobe.com/flex/spark</uri>
-                <manifest>manifest.xml</manifest>
-            </namespace>
-        </namespaces>
-        -->
-		
-        <external-library-path>
-            <path-element>../js/out/bin/js.swc</path-element>
-        </external-library-path>
-		
-        <source-path>
-            <path-element>out/as/classes</path-element>
-            <path-element>out/as/functions</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <include-sources>
-        <path-element>out/as/classes</path-element>
-        <path-element>out/as/functions</path-element>
-    </include-sources>
-
-    <include-file>
-        <name>externs/jasmine-2.0.js</name>
-        <path>externs/jasmine-2.0.js</path>
-    </include-file>
-
-    <!--
-    <include-file>
-        <name>defaults.css</name>
-        <path>defaults.css</path>
-    </include-file>
-    <include-file>
-        <name>assets/ErrorIndicator.png</name>
-        <path>assets/ErrorIndicator.png</path>
-    </include-file>
-    <include-file>
-        <name>assets/RequiredIndicator.png</name>
-        <path>assets/RequiredIndicator.png</path>
-    </include-file>
-    
-    <include-namespaces>
-        <uri>library://ns.adobe.com/flex/spark</uri>
-    </include-namespaces>  
-    
-    <resource-bundle-list>bundles.properties</resource-bundle-list>
-    
-    <target-player>${playerglobal.version}</target-player>
-     -->
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3ebf60f4/externs/jasmine/jasmine-compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/jasmine/jasmine-compile-config.xml b/externs/jasmine/jasmine-compile-config.xml
deleted file mode 100644
index f7ff280..0000000
--- a/externs/jasmine/jasmine-compile-config.xml
+++ /dev/null
@@ -1,45 +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/jasmine-2.0.js</path-element>
-    </external>
-    
-    <as-root>out/as</as-root>
-	
-	<field-exclude>
-        <class>jasmine.Spec</class>
-        <field>$injector</field>
-    </field-exclude>
-    <exclude><class>jasmine.Matchers</class><name>actual</name></exclude><!-- TODO returns T -->
-
-</flex-config>