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 2015/12/28 20:27:34 UTC

flex-blazeds git commit: fix build

Repository: flex-blazeds
Updated Branches:
  refs/heads/develop 03810ab0a -> 43f1b956a


fix build


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

Branch: refs/heads/develop
Commit: 43f1b956a13cd8d1938fcafbe1ad79e06bee93ab
Parents: 03810ab
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 28 11:27:20 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 28 11:27:20 2015 -0800

----------------------------------------------------------------------
 core/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/43f1b956/core/build.xml
----------------------------------------------------------------------
diff --git a/core/build.xml b/core/build.xml
index 90c1f99..24a9b38 100755
--- a/core/build.xml
+++ b/core/build.xml
@@ -41,7 +41,7 @@
     <!-- j2ee apis required to compile -->
     <path id="classpath">
         <fileset dir="${lib.dir}" erroronmissingdir="false" includes="flex-messaging-common.jar"/>
-        <fileset dir="${xalan.dir}" includes="xalan-${xalan.version}.jar"/>
+        <fileset dir="${xalan.dir}" erroronmissingdir="false" includes="xalan-${xalan.version}.jar"/>
         <fileset dir="${activemq.dir}" erroronmissingdir="false" includes="activemq-core/${activemq.version}/activemq-core-${activemq.version}.jar"/>
         <fileset dir="${servlet.dir}" erroronmissingdir="false" includes="servlet-api-${servlet.version}.jar"/>
         <fileset dir="${jms.dir}" erroronmissingdir="false" includes="${jms.jar}"/>