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/01/02 19:36:39 UTC

[05/12] git commit: [flex-sdk] [refs/heads/release4.14.0] - fix LICENSE and NOTICE in flex-messaging-common

fix LICENSE and NOTICE in flex-messaging-common


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

Branch: refs/heads/release4.14.0
Commit: 9ca6f8d1c831c3e13caab8f8a1d660c8c639db47
Parents: c0f1197
Author: Alex Harui <ah...@apache.org>
Authored: Fri Jan 2 08:34:42 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jan 2 10:33:23 2015 -0800

----------------------------------------------------------------------
 modules/flex-messaging-common/build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9ca6f8d1/modules/flex-messaging-common/build.xml
----------------------------------------------------------------------
diff --git a/modules/flex-messaging-common/build.xml b/modules/flex-messaging-common/build.xml
index f997666..d7d7a47 100644
--- a/modules/flex-messaging-common/build.xml
+++ b/modules/flex-messaging-common/build.xml
@@ -79,6 +79,8 @@
         <ant dir="${basedir}/common">
             <property name="lib.dir" value="${FLEX_HOME}/lib" />
             <property name="module.dir" value="${basedir}/common" />
+            <property name="license.file" value="${basedir}/LICENSE" />
+            <property name="notice.file" value="${basedir}/NOTICE" />
         </ant>
      </target>