comparison mxtool/mx.py @ 16706:ff2b25002a58

set javac.source and javac.target in NetBeans configurations based on per-project Java compliance
author Doug Simon <doug.simon@oracle.com>
date Wed, 06 Aug 2014 11:06:28 +0200
parents 63706366f6c5
children ad19df13df14
comparison
equal deleted inserted replaced
16705:13f8c249edb8 16706:ff2b25002a58
3928 includes=** 3928 includes=**
3929 jar.compress=false 3929 jar.compress=false
3930 # Space-separated list of extra javac options 3930 # Space-separated list of extra javac options
3931 javac.compilerargs= 3931 javac.compilerargs=
3932 javac.deprecation=false 3932 javac.deprecation=false
3933 javac.source=1.7 3933 javac.source=""" + str(p.javaCompliance) + """
3934 javac.target=1.7 3934 javac.target=""" + str(p.javaCompliance) + """
3935 javac.test.classpath=\\ 3935 javac.test.classpath=\\
3936 ${javac.classpath}:\\ 3936 ${javac.classpath}:\\
3937 ${build.classes.dir} 3937 ${build.classes.dir}
3938 javadoc.additionalparam= 3938 javadoc.additionalparam=
3939 javadoc.author=false 3939 javadoc.author=false