This patch updates the build file to target java 1.5.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@772373
13f79535-47bb-0310-9956-
ffa450edef68
</target>
<target name="compile" depends="init,resolve">
- <javac srcdir="${src}" destdir="${build}" source="1.5" debug="true" classpathref="compile.classpath" />
+ <javac srcdir="${src}" destdir="${build}" source="1.5" target="1.5" debug="true" classpathref="compile.classpath" />
</target>
<target name="javadoc" depends="init">