You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2014/04/14 12:09:12 UTC

svn commit: r1587170 - /ant/ivy/ivyde/trunk/builder/component/build.properties

Author: hibou
Date: Mon Apr 14 10:09:11 2014
New Revision: 1587170

URL: http://svn.apache.org/r1587170
Log:
fix javac source and target

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=1587170&r1=1587169&r2=1587170&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/builder/component/build.properties (original)
+++ ant/ivy/ivyde/trunk/builder/component/build.properties Mon Apr 14 10:09:11 2014
@@ -217,9 +217,9 @@ javacVerbose=false
 #compilerArg=
 
 # 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.4
+javacSource=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.4
+javacTarget=1.6