Repository: flex-asjs
Updated Branches:
  refs/heads/develop 7cfaeb576 -> 49e2dab36


Added a config xml file for intelliJ to override its hard constructed one based 
on its module build configuration


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

Branch: refs/heads/develop
Commit: 49e2dab36676e832f7ea435ee56777803410f2af
Parents: 7cfaeb5
Author: Frédéric THOMAS <[email protected]>
Authored: Tue Jun 16 16:24:05 2015 +0100
Committer: Frédéric THOMAS <[email protected]>
Committed: Tue Jun 16 16:24:05 2015 +0100

----------------------------------------------------------------------
 ide/IDEA/intellij-config.xml | 73 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 73 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49e2dab3/ide/IDEA/intellij-config.xml
----------------------------------------------------------------------
diff --git a/ide/IDEA/intellij-config.xml b/ide/IDEA/intellij-config.xml
new file mode 100644
index 0000000..42ff4d4
--- /dev/null
+++ b/ide/IDEA/intellij-config.xml
@@ -0,0 +1,73 @@
+<?xml version="1.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>
+      <mxml>
+          <children-as-data>true</children-as-data>
+          <imports>
+              <implicit-import>org.apache.flex.events.*</implicit-import>
+              <implicit-import>org.apache.flex.geom.*</implicit-import>
+              
<implicit-import>org.apache.flex.core.ClassFactory</implicit-import>
+              <implicit-import>org.apache.flex.core.IFactory</implicit-import>
+          </imports>
+      </mxml>
+      
<binding-value-change-event>org.apache.flex.events.ValueChangeEvent</binding-value-change-event>
+      
<binding-value-change-event-kind>org.apache.flex.events.ValueChangeEvent</binding-value-change-event-kind>
+      
<binding-value-change-event-type>valueChange</binding-value-change-event-type>
+      
<binding-event-handler-event>org.apache.flex.events.Event</binding-event-handler-event>
+      
<binding-event-handler-class>org.apache.flex.events.EventDispatcher</binding-event-handler-class>
+      <states-class>org.apache.flex.states.State</states-class>
+      
<states-instance-override-class>org.apache.flex.states.AddItems</states-instance-override-class>
+      
<states-property-override-class>org.apache.flex.states.SetProperty</states-property-override-class>
+      
<states-event-override-class>org.apache.flex.states.SetEventHandler</states-event-override-class>
+      
<component-factory-class>org.apache.flex.core.ClassFactory</component-factory-class>
+      
<component-factory-interface>org.apache.flex.core.IFactory</component-factory-interface>
+
+      <namespaces>
+      <!-- Specify a URI to associate with a manifest of components for use as 
MXML -->
+      <!-- elements.                                                           
     -->
+         <namespace>
+            <uri>library://ns.apache.org/flexjs/basic</uri>
+            
+            
<manifest>../../frameworks/projects/Core/basic-manifest.xml</manifest>
+         
+        </namespace>                                                 
+         <namespace>
+            <uri>library://ns.apache.org/flexjs/html5</uri>
+            
+            
<manifest>../../frameworks/projects/HTML5/html5-manifest.xml</manifest>
+         
+        </namespace>
+               <namespace>
+            <uri>library://ns.apache.org/flexjs/svg</uri>
+               
<manifest>../../frameworks/projects/HTML/svg-manifest.xml</manifest>
+        </namespace>   
+   
+      </namespaces>
+
+      <!-- List of CSS or SWC files to apply as a theme. -->
+      <theme>
+      </theme>
+         
+   </compiler>   
+</flex-config>

Reply via email to