Repository: flex-falcon Updated Branches: refs/heads/develop 3134d899a -> ca0751102
switch swfutils to 1.6 for FB Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ca075110 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ca075110 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ca075110 Branch: refs/heads/develop Commit: ca07511024131d5aa86172db4d3403e952295235 Parents: 3134d89 Author: Alex Harui <[email protected]> Authored: Mon Jun 15 23:23:29 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jun 15 23:23:29 2015 -0700 ---------------------------------------------------------------------- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ca075110/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 6ec1712..af7c455 100644 --- a/build.xml +++ b/build.xml @@ -147,7 +147,9 @@ <include name="java/flash/util/Trace.java"/> </fileset> </copy> - <javac includes="**/*.java" destdir="${basedir}/swfutils/classes"> + <property name="javac.src" value="1.6"/> + <javac includes="**/*.java" destdir="${basedir}/swfutils/classes" + source="${javac.src}" target="${javac.src}"> <src path="${basedir}/swfutils/src" /> </javac> <jar destfile="${basedir}/compiler/generated/dist/sdk/lib/swfutils.jar" basedir="${basedir}/swfutils/classes" includes="**/*.class **/*.properties **/*.txt">
