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/11/11 08:16:27 UTC

[2/3] git commit: [flex-falcon] [refs/heads/develop] - switch notice since FDB is more based on Adobe Flex than ASC2.0

switch notice since FDB is more based on Adobe Flex than ASC2.0


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

Branch: refs/heads/develop
Commit: c91e9926f0137cce23cc82d6fbfba8f61605882b
Parents: 7b0a41c
Author: Alex Harui <ah...@apache.org>
Authored: Tue Nov 10 22:26:43 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 10 22:26:43 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c91e9926/debugger/build.xml
----------------------------------------------------------------------
diff --git a/debugger/build.xml b/debugger/build.xml
index ac8e9ce..ea1ac4a 100644
--- a/debugger/build.xml
+++ b/debugger/build.xml
@@ -31,7 +31,7 @@
 		    <mkdir dir="${dist}" />
             <mkdir dir="${basedir}/swfutils/classes/META-INF"/>
             <copy file="${basedir}/../LICENSE.base" tofile="${basedir.bin}/META-INF/LICENSE"/>
-            <copy file="${basedir}/../NOTICE.base" tofile="${basedir.bin}/META-INF/NOTICE"/>
+            <copy file="${basedir}/../NOTICE.swfutils" tofile="${basedir.bin}/META-INF/NOTICE"/>
 			<jar destfile="${dist}/${jar}" basedir="${basedir.bin}" includes="**/*.class **/*.properties **/*.txt">
                 <include name="META-INF/LICENSE"/>
                 <include name="META-INF/NOTICE"/>