annotation.processing.enabled=true annotation.processing.enabled.in.editor=true annotation.processing.processors.list= annotation.processing.run.all.processors=true auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80 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.allowConvertToStarImport=false auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStaticStarImport=1 auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importGroupsOrder=com.dmdirc;com.google;com.palantir;java;javax;lombok;net.miginfocom;org;*;static * auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true endorsed.classpath= javac.processorpath=\ ${javac.classpath} jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api" mkdist.disabled=false project.license=dmdirc application.title=DMDirc application.vendor=chris build.generated.sources.dir=${build.dir}/generated-sources source.encoding=UTF-8 doccheck.path=doccheck.jar doccheck.dir=reports/doccheck/ # application.args= build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form,**/*.svg,**/*.xcf,**/*.sh # This directory is removed when the project is cleaned: build.dir=build build.generated.dir=${build.dir}/generated # Only compile against the classpath explicitly listed here: build.sysclasspath=ignore build.test.classes.dir=${build.dir}/test/classes build.test.results.dir=${build.dir}/test/results # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/DMDirc.jar dist.javadoc.dir=${dist.dir}/javadoc dist.jar.excludes=com/dmdirc/addons/**,com/dmdirc/parser/irc/** excludes= includes=** jar.compress=false # Space-separated list of extra javac options javac.compilerargs=-Xlint:all -Xmaxerrs 1000 -Xmaxwarns 1000 javac.deprecation=true javac.source=1.7 javac.target=1.7 javadoc.additionalparam=-overview ${main.src.dir}/overview.html javadoc.author=false javadoc.encoding= javadoc.noindex=false javadoc.nonavbar=false javadoc.notree=false javadoc.private=false javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle=DMDirc main.class=com.dmdirc.Main manifest.file=manifest.mf meta.inf.dir=${main.src.dir}/META-INF platform.active=default_platform main.src.dir=src main.test.dir=test parser.src.dir=modules/parser/src parser.test.dir=modules/parser/test plugins.src.dir=modules/plugins/src plugins.test.dir=modules/plugins/test util.src.dir=modules/util/src util.test.dir=modules/util/test # Classpaths # The plugin libraries are automatically added at compile time by the javac # task. # However netbeans fails miserably at understanding this in the IDE, so we # have the private.classpath variable that will be updated in dynamic.propeties # automatically by ant. run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} debug.classpath=${run.classpath} debug.test.classpath=\ ${run.test.classpath}