Updated Branches: refs/heads/develop a5cf8a44c -> 6282657e2
Removed copy of empty.bundles to help git Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b5da14ae Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/b5da14ae Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/b5da14ae Branch: refs/heads/develop Commit: b5da14ae7a3819a9a8aa17ba7b346da3ecd0ac01 Parents: 5f87fec Author: Justin Mclean <jmcl...@apache.org> Authored: Tue Mar 26 14:26:25 2013 +1100 Committer: Justin Mclean <jmcl...@apache.org> Committed: Tue Mar 26 14:26:25 2013 +1100 ---------------------------------------------------------------------- frameworks/projects/flash-integration/build.xml | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b5da14ae/frameworks/projects/flash-integration/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/flash-integration/build.xml b/frameworks/projects/flash-integration/build.xml index e2fefd5..9eef320 100644 --- a/frameworks/projects/flash-integration/build.xml +++ b/frameworks/projects/flash-integration/build.xml @@ -30,8 +30,6 @@ <macrodef name="bundle"> <attribute name="locale"/> <sequential> - <copy file="${basedir}/bundles/en_US/empty.properties" tofile="${basedir}/bundles/@{locale}/empty.properties"/> - <echo message="Compiling frameworks/locale/@{locale}/flash-integration_rb.swc"/> <!-- Load the <compc> task. We can't do this at the <project> level --> <!-- because targets that run before flexTasks.jar gets built would fail. --> @@ -87,9 +85,7 @@ <delete failonerror="false" includeemptydirs="true"> <fileset dir="${basedir}"> <include name="bundles.properties"/> - <include name="bundles/*/empty.properties"/> <include name="libs/flash-integration.swc"/> - <exclude name="bundles/en_*/empty.properties"/> </fileset> <fileset dir="${FLEX_HOME}/frameworks/libs"> <include name="flash-integration.swc"/>