Ignore tmp files and IDE hint to prefer Java 1.8

This commit is contained in:
Brendan Robert 2017-12-26 11:25:53 -06:00
parent 90d13dfde0
commit 3678f294df
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -18,4 +18,5 @@ hs_err_pid*
/.gitignore
/inputFiles.lst
*.DS_Store
!/lib/nestedvm.jar
!/lib/nestedvm.jar
_acme_tmp*

View File

@ -14,5 +14,6 @@ That way multiple projects can share the same settings (useful for formatting ru
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<org-netbeans-modules-html-editor-lib.default-html-public-id>HTML5</org-netbeans-modules-html-editor-lib.default-html-public-id>
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
</properties>
</project-shared-configuration>