Author: sebb Date: Wed Mar 23 14:26:52 2011 New Revision: 1084599 URL: http://svn.apache.org/viewvc?rev=1084599&view=rev Log: DAEMON-200 Ensure java classes are created with the correct Java version
Modified: commons/proper/daemon/trunk/build.xml Modified: commons/proper/daemon/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/build.xml?rev=1084599&r1=1084598&r2=1084599&view=diff ============================================================================== --- commons/proper/daemon/trunk/build.xml (original) +++ commons/proper/daemon/trunk/build.xml Wed Mar 23 14:26:52 2011 @@ -156,6 +156,8 @@ <javac srcdir="${source.home}" destdir="${build.home}/classes" debug="${compile.debug}" + source="${compile.source}" + target="${compile.target}" deprecation="${compile.deprecation}" optimize="${compile.optimize}"> <classpath refid="compile.classpath"/>