application.homepage=http://feather.cocolog-nifty.com/ application.title=DEMO:\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u30b3\u30f3\u30c6\u30f3\u30c4\u60c5\u5831\u30d6\u30e9\u30a6\u30b6 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 excludes= file.reference.commons-io-1.4.jar=F:\\data\\java\\commons\\commons-io-1.4\\commons-io-1.4.jar file.reference.liquibase-1.9.5.jar=F:\\data\\java\\liquibase-1.9.5\\liquibase-1.9.5.jar includes=** jar.compress=false javac.classpath=\ ${libs.Codec.classpath}:\ ${libs.Rome.classpath}:\ ${libs.H2_DB.classpath}:\ ${libs.toplink.classpath}:\ ${libs.Log4J.classpath}:\ ${libs.HttpClient4.0.classpath}:\ ${libs.NekoHtml.classpath}:\ ${file.reference.commons-io-1.4.jar}:\ ${libs.groovy-all.classpath}:\ ${file.reference.liquibase-1.9.5.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false javac.source=1.5 javac.target=1.5 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.reference.commons-io-1.4.jar=F:\\data\\java\\commons\\commons-io-1.4\\docs javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= 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 platform.active=default_platform 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 source.reference.commons-io-1.4.jar=F:\\data\\java\\commons\\commons-io-1.4\\commons-io-1.4-sources.jar src.dir=src test.src.dir=test compile.on.save.unsupported.groovy=true