You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ft...@apache.org on 2012/12/16 12:07:07 UTC

svn commit: r1422517 - /incubator/flex/sdk/branches/develop/frameworks/projects/apache/compile-config.xml

Author: fthomas
Date: Sun Dec 16 11:07:06 2012
New Revision: 1422517

URL: http://svn.apache.org/viewvc?rev=1422517&view=rev
Log:
FLEX-33298 Fixed The apache lib compile without including anything

Modified:
    incubator/flex/sdk/branches/develop/frameworks/projects/apache/compile-config.xml

Modified: incubator/flex/sdk/branches/develop/frameworks/projects/apache/compile-config.xml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/apache/compile-config.xml?rev=1422517&r1=1422516&r2=1422517&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/frameworks/projects/apache/compile-config.xml (original)
+++ incubator/flex/sdk/branches/develop/frameworks/projects/apache/compile-config.xml Sun Dec 16 11:07:06 2012
@@ -23,7 +23,8 @@
         
         <external-library-path>
             <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
+            <path-element>../../libs/framework.swc</path-element>
+            <path-element>../../libs/spark.swc</path-element>
         </external-library-path>
         
         <keep-as3-metadata>
@@ -50,8 +51,12 @@
         </source-path>
         
         <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
+    </compiler>    
+
+	<include-namespaces>
+		 <uri>http://flex.apache.org/ns</uri>
+	</include-namespaces>
+	
     <include-classes>
         <class>ApacheClasses</class>
     </include-classes>