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

[06/12] git commit: [flex-sdk] [refs/heads/release4.14.0] - package LICENSE and NOTICE for flex-messaging-common

package LICENSE and NOTICE for 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/c23839d4
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c23839d4
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c23839d4

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

----------------------------------------------------------------------
 build.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c23839d4/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 36a29e2..d12c850 100644
--- a/build.xml
+++ b/build.xml
@@ -761,6 +761,12 @@
                 <include name="**/**"/>
             </fileset>
         </copy>
+        <copy todir="${basedir}/temp/modules/flex-messaging-common" includeEmptyDirs="false">
+            <fileset dir="${BLAZEDS_HOME}">
+                <include name="LICENSE"/>
+                <include name="NOTICE"/>
+            </fileset>
+        </copy>
     </target>
     
     <target name="stage-bin">