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 2013/06/05 23:15:37 UTC

[2/4] git commit: [flex-sdk] [refs/heads/develop] - fix project for MXMLC

fix project for MXMLC


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

Branch: refs/heads/develop
Commit: f4fb535b7ce39f20933ae640ed50c7f22cbc32a5
Parents: 4074d52
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 5 11:30:04 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 5 11:30:04 2013 -0700

----------------------------------------------------------------------
 modules/compiler/.classpath |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f4fb535b/modules/compiler/.classpath
----------------------------------------------------------------------
diff --git a/modules/compiler/.classpath b/modules/compiler/.classpath
index 82adc34..6c81860 100644
--- a/modules/compiler/.classpath
+++ b/modules/compiler/.classpath
@@ -11,7 +11,7 @@
 	<classpathentry kind="var" path="FLEX_HOME/lib/velocity-dep-1.4-flex.jar"/>
 	<classpathentry kind="var" path="FLEX_HOME/lib/external/commons-collections.jar"/>
 	<classpathentry kind="var" path="FLEX_HOME/lib/external/saxon9.jar"/>
-	<classpathentry kind="lib" path="FLEX_HOME/lib/external/xml-apis-ext.jar"/>
-	<classpathentry kind="lib" path="FLEX_HOME/lib/external/xml-apis.jar"/>
+	<classpathentry kind="var" path="FLEX_HOME/lib/external/xml-apis-ext.jar"/>
+	<classpathentry kind="var" path="FLEX_HOME/lib/external/xml-apis.jar"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>