Mercurial > hg > tema
changeset 10:6a5132431379
Compile for Java 1.5 for better compatibility.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Sat, 07 Mar 2009 19:02:36 +0300 |
parents | 187712a9c473 |
children | 18c28b2b2f10 |
files | build.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml Fri Nov 07 03:35:45 2008 +0300 +++ b/build.xml Sat Mar 07 19:02:36 2009 +0300 @@ -26,7 +26,8 @@ <target name="compile" depends="init"> <javac srcdir="${src}" destdir="${build}" - deprecation="on" optimize="on" debug="on"> + deprecation="on" optimize="on" debug="on" + target="1.5"> <compilerarg value="-Xlint:unchecked"/> <classpath refid="project.libs"/> </javac>