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 2012/06/13 09:42:21 UTC

svn commit: r1349665 - /incubator/flex/trunk/frameworks/projects/framework/build.xml

Author: aharui
Date: Wed Jun 13 07:42:21 2012
New Revision: 1349665

URL: http://svn.apache.org/viewvc?rev=1349665&view=rev
Log:
fix library path problem

Modified:
    incubator/flex/trunk/frameworks/projects/framework/build.xml

Modified: incubator/flex/trunk/frameworks/projects/framework/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/framework/build.xml?rev=1349665&r1=1349664&r2=1349665&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/framework/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/framework/build.xml Wed Jun 13 07:42:21 2012
@@ -239,6 +239,10 @@
 			   >
 			<jvmarg line="${compc.jvm.args}"/>
 			<target-player>11.1</target-player>
+			<library-path/>
+            <external-library-path dir="${env.PLAYERGLOBAL_HOME}">
+                <include name="${playerglobal.version}/playerglobal.swc"/>
+			</external-library-path>
 		</mxmlc>
     </target>