Skip to content
Snippets Groups Projects
Commit 0680befc authored by Brutzman, Don's avatar Brutzman, Don
Browse files
parents e7099029 93c65863
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ is divided into following sections:
<property file="${user.properties.file}"/>
<!-- The two properties below are usually overridden -->
<!-- by the active platform. Just a fallback. -->
<property name="default.javac.source" value="1.8"/>
<property name="default.javac.target" value="1.8"/>
<property name="default.javac.source" value="1.6"/>
<property name="default.javac.target" value="1.6"/>
</target>
<target depends="-pre-init,-init-private,-init-user" name="-init-project">
<property file="nbproject/configs/${config}.properties"/>
......
......@@ -3,6 +3,6 @@ build.xml.script.CRC32=b64626c8
build.xml.stylesheet.CRC32=f85dc8f2@1.91.1.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=74d8ac35
nbproject/build-impl.xml.script.CRC32=e75c0d85
nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.102.0.48
nbproject/build-impl.xml.data.CRC32=dec2cf1d
nbproject/build-impl.xml.script.CRC32=7c2cd7eb
nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.98.0.48
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