mirror of
https://github.com/lov3b/Schack.git
synced 2025-06-28 07:40:24 +02:00
Added nice theme
This commit is contained in:
@ -13,6 +13,7 @@ auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=
|
||||
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none
|
||||
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project
|
||||
auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.enable-indent=true
|
||||
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
|
||||
build.classes.dir=${build.dir}/classes
|
||||
build.classes.excludes=**/*.java,**/*.form
|
||||
# This directory is removed when the project is cleaned:
|
||||
@ -41,11 +42,17 @@ dist.jar=${dist.dir}/Schack.jar
|
||||
dist.javadoc.dir=${dist.dir}/javadoc
|
||||
endorsed.classpath=
|
||||
excludes=
|
||||
file.reference.flatlaf-2.1.jar=lib\\flatlaf-2.1.jar
|
||||
file.reference.flatlaf-extras-2.1.jar=lib\\flatlaf-extras-2.1.jar
|
||||
file.reference.flatlaf-intellij-themes-2.1.jar=lib\\flatlaf-intellij-themes-2.1.jar
|
||||
includes=**
|
||||
jar.archive.disabled=${jnlp.enabled}
|
||||
jar.compress=false
|
||||
jar.index=${jnlp.enabled}
|
||||
javac.classpath=
|
||||
javac.classpath=\
|
||||
${file.reference.flatlaf-2.1.jar}:\
|
||||
${file.reference.flatlaf-intellij-themes-2.1.jar}:\
|
||||
${file.reference.flatlaf-extras-2.1.jar}
|
||||
# Space-separated list of extra javac options
|
||||
javac.compilerargs=
|
||||
javac.deprecation=false
|
||||
|
Reference in New Issue
Block a user