From 897a44221c2bf8c68fa08f7586c27c9957561f93 Mon Sep 17 00:00:00 2001 From: "Norbraten, Terry" <tdnorbra@nps.edu> Date: Fri, 26 Nov 2021 10:06:02 -0800 Subject: [PATCH] [Terry N.] update NB stuff --- examples/DisDemo/nbproject/build-impl.xml | 4 ++-- examples/DisDemo/nbproject/genfiles.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/DisDemo/nbproject/build-impl.xml b/examples/DisDemo/nbproject/build-impl.xml index 0f8cabb483..6141647413 100644 --- a/examples/DisDemo/nbproject/build-impl.xml +++ b/examples/DisDemo/nbproject/build-impl.xml @@ -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.6"/> - <property name="default.javac.target" value="1.6"/> + <property name="default.javac.source" value="1.8"/> + <property name="default.javac.target" value="1.8"/> </target> <target depends="-pre-init,-init-private,-init-user" name="-init-project"> <property file="nbproject/configs/${config}.properties"/> diff --git a/examples/DisDemo/nbproject/genfiles.properties b/examples/DisDemo/nbproject/genfiles.properties index fb8925baf8..c4f7f736ca 100644 --- a/examples/DisDemo/nbproject/genfiles.properties +++ b/examples/DisDemo/nbproject/genfiles.properties @@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=f85dc8f2@1.95.0.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=8b7a865d -nbproject/build-impl.xml.script.CRC32=56ceb4b7 -nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.99.0.48 +nbproject/build-impl.xml.script.CRC32=7dc30349 +nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.100.0.48 -- GitLab