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

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

Branch: refs/heads/develop
Commit: 35f7a2923920c261b5e1f6cb541a7c2291123aef
Parents: f4fb535
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 5 12:11:05 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 5 12:11:05 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/35f7a292/modules/compiler/.classpath
----------------------------------------------------------------------
diff --git a/modules/compiler/.classpath b/modules/compiler/.classpath
index 6c81860..281af5e 100644
--- a/modules/compiler/.classpath
+++ b/modules/compiler/.classpath
@@ -13,5 +13,6 @@
 	<classpathentry kind="var" path="FLEX_HOME/lib/external/saxon9.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="var" path="FLEX_HOME/lib/external/optional/flex-messaging-common.jar"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>