Skip to content
Snippets Groups Projects
Commit 36787f79 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

target, source jdk 1.8

parent db05893b
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,8 @@ is divided into following sections: ...@@ -46,8 +46,8 @@ is divided into following sections:
<property file="${user.properties.file}"/> <property file="${user.properties.file}"/>
<!-- The two properties below are usually overridden --> <!-- The two properties below are usually overridden -->
<!-- by the active platform. Just a fallback. --> <!-- by the active platform. Just a fallback. -->
<property name="default.javac.source" value="1.6"/> <property name="default.javac.source" value="1.8"/>
<property name="default.javac.target" value="1.6"/> <property name="default.javac.target" value="1.8"/>
</target> </target>
<target depends="-pre-init,-init-private,-init-user" name="-init-project"> <target depends="-pre-init,-init-private,-init-user" name="-init-project">
<property file="nbproject/configs/${config}.properties"/> <property file="nbproject/configs/${config}.properties"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment