use default notice for falconjx packages
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/66ab35af
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/66ab35af
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/66ab35af
Branch: refs/heads/develop
Commit: 66ab35afd718cfe8d86e9805b8b84c3377c334ff
Parents: 82a3ae3
Author: Alex Harui <aharui@apache.org>
Authored: Mon Nov 9 16:04:21 2015 -0800
Committer: Alex Harui <aharui@apache.org>
Committed: Mon Nov 9 16:04:21 2015 -0800
----------------------------------------------------------------------
build.xml | 1 -
1 file changed, 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/66ab35af/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 7c8b77c..f854a2e 100644
--- a/build.xml
+++ b/build.xml
@@ -484,7 +484,6 @@
<target name="stage-source-jx"
description="Package jx source files with other falcon files required to build in
zip file" >
- <copy tofile="${basedir}/temp/NOTICE" file="${basedir}/NOTICE.jx" overwrite="true"
/>
<copy tofile="${basedir}/temp/LICENSE" file="${basedir}/LICENSE.jx" overwrite="true"/>
<copy todir="${basedir}/temp" >
<fileset dir="${basedir}">
|