mirror of
https://github.com/badvision/jace.git
synced 2024-12-03 12:49:41 +00:00
Ignore tmp files and IDE hint to prefer Java 1.8
This commit is contained in:
parent
90d13dfde0
commit
3678f294df
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ hs_err_pid*
|
|||||||
/inputFiles.lst
|
/inputFiles.lst
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
!/lib/nestedvm.jar
|
!/lib/nestedvm.jar
|
||||||
|
_acme_tmp*
|
||||||
|
@ -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.
|
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>
|
<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>
|
</properties>
|
||||||
</project-shared-configuration>
|
</project-shared-configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user