diff --git a/ant.properties b/ant.properties new file mode 100644 index 00000000..0901c3b2 --- /dev/null +++ b/ant.properties @@ -0,0 +1,8 @@ +# This file contains custom properties used by the Ant build system. +# +# This file must be checked in Version Control Systems. +# + +# Java version options +java.source=1.7 +java.target=1.7