Repository: ant-antlibs-compress Updated Branches: refs/heads/master 1e6deecd3 -> 401cd2cf5
prepare for Commons Compress 1.14 which will require Java7 Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/7175b403 Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/7175b403 Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/7175b403 Branch: refs/heads/master Commit: 7175b4035d49d5dcd576aae637350cb11c44c0e6 Parents: 1e6deec Author: Stefan Bodewig <[email protected]> Authored: Sat May 6 18:09:24 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Sat May 6 18:09:24 2017 +0200 ---------------------------------------------------------------------- build.properties | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/7175b403/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties new file mode 100644 index 0000000..eb18fc5 --- /dev/null +++ b/build.properties @@ -0,0 +1,2 @@ +javac.-source=1.7 +javac.-target=1.7
