forked from Apple-2-Tools/jace
Ignore tmp files and IDE hint to prefer Java 1.8
This commit is contained in:
parent
90d13dfde0
commit
3678f294df
3
.gitignore
vendored
3
.gitignore
vendored
@ -18,4 +18,5 @@ hs_err_pid*
|
|||||||
/.gitignore
|
/.gitignore
|
||||||
/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…
x
Reference in New Issue
Block a user