annotation.processing.enabled=true annotation.processing.enabled.in.editor=false annotation.processing.run.all.processors=true application.homepage=http://feather.cocolog-nifty.com/ application.title=NicoBrowser - \u30e9\u30f3\u30ad\u30f3\u30b0\u3001\u516c\u958b\u30de\u30a4\u30ea\u30b9\u30c8\u304b\u3089\u306e\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u81ea\u52d5\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9 application.vendor=yukihane build.classes.dir=${build.dir}/classes build.classes.excludes= # This directory is removed when the project is cleaned: build.dir=build build.generated.dir=${build.dir}/generated build.generated.sources.dir=${build.dir}/generated-sources # 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 debug.classpath=\ ${run.classpath} debug.test.classpath=\ ${run.test.classpath} # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/NicoBrowser.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= includes=** jar.compress=false javac.classpath=\ ${libs.Codec.classpath}:\ ${libs.Rome.classpath}:\ ${libs.H2_DB.classpath}:\ ${libs.toplink.classpath}:\ ${libs.logging.classpath}:\ ${libs.Log4J.classpath}:\ ${libs.NekoHtml.classpath}:\ ${libs.HttpComponents.classpath}:\ ${libs.groovy-all.classpath}:\ ${libs.Commons-IO.classpath}:\ ${libs.Commons-CLI.classpath}:\ ${libs.swing-layout.classpath}:\ ${libs.LiquiBase.classpath}:\ ${libs.Commons-Lang.classpath}:\ ${libs.Commons-Configuration.classpath}:\ ${libs.Commons-Collections.classpath} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false javac.processorpath=\ ${javac.classpath} javac.source=1.6 javac.target=1.6 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ ${libs.junit_4.classpath}:\ ${libs.groovy-all.classpath} javadoc.additionalparam= javadoc.author=false javadoc.encoding=${source.encoding} javadoc.noindex=false javadoc.nonavbar=false javadoc.notree=false javadoc.private=false javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api" jnlp.codebase.type=user jnlp.codebase.user=http://feather.cocolog-nifty.com/weblog/program/NicoBrowser jnlp.descriptor=application jnlp.enabled=false jnlp.offline-allowed=true jnlp.signed=true # Property libs.Codec.classpath is set here just to make sharing of project simpler. # The library definition has always preference over this property. libs.Codec.classpath=../../../java/commons/commons-codec-1.3/commons-codec-1.3.jar # Property libs.H2_DB.classpath is set here just to make sharing of project simpler. # The library definition has always preference over this property. libs.H2_DB.classpath=../../../java/h2-2008-02-02/h2/bin/h2.jar # Property libs.Log4J.classpath is set here just to make sharing of project simpler. # The library definition has always preference over this property. libs.Log4J.classpath=../../../java/commons/commons-logging-1.1/commons-logging-adapters-1.1.jar;../../../java/commons/commons-logging-1.1/commons-logging-api-1.1.jar # Property libs.Rome.classpath is set here just to make sharing of project simpler. # The library definition has always preference over this property. libs.Rome.classpath=../../../java/commons/rome-0.9/rome-0.9.jar;../../../java/commons/jdom-1.1/build/jdom.jar main.class=nicobrowser.main.Main manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false platform.active=JDK_1.6 run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} # Space-separated list of JVM arguments used when running the project # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): run.jvmargs= run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 src.dir=src test.src.dir=test compile.on.save.unsupported.groovy=true