Skip to content

Commit

Permalink
nb 12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Dec 6, 2021
1 parent deff3ec commit 4f2a22a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nbproject/build-impl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,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-libraries,-init-user" name="-init-project">
<property file="nbproject/configs/${config}.properties"/>
Expand Down
4 changes: 2 additions & 2 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ [email protected]
# 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=2564a769
nbproject/build-impl.xml.script.CRC32=3d0bbe5b
nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.97.0.48
nbproject/build-impl.xml.script.CRC32=bdb96f1a
nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.100.0.48

0 comments on commit 4f2a22a

Please sign in to comment.