Author: hibou Date: Mon Apr 14 13:33:59 2014 New Revision: 1587207 URL: http://svn.apache.org/r1587207 Log: Use the proper build properties to change the source and target version of javac
Modified: ant/ivy/ivyde/trunk/builder/component/build.properties Modified: ant/ivy/ivyde/trunk/builder/component/build.properties URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/builder/component/build.properties?rev=1587207&r1=1587206&r2=1587207&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/builder/component/build.properties (original) +++ ant/ivy/ivyde/trunk/builder/component/build.properties Mon Apr 14 13:33:59 2014 @@ -218,8 +218,9 @@ javacVerbose=false # Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties javacSource=1.6 +bundleJavacSource=1.6 # Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties. javacTarget=1.6 - +bundleJavacTarget=1.6