-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'atcoder-pull-request-shanto86'
- Loading branch information
Showing
35 changed files
with
743 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Hightail/build | ||
Hightail/dist | ||
Hightail/nbproject/private | ||
hightail.config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ [email protected] | |
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. | ||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. | ||
nbproject/build-impl.xml.data.CRC32=4a0f91a4 | ||
nbproject/build-impl.xml.script.CRC32=fd2becde | ||
nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48 | ||
nbproject/build-impl.xml.script.CRC32=d2b3d99d | ||
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,99 @@ | ||
annotation.processing.enabled=true | ||
annotation.processing.enabled.in.editor=false | ||
annotation.processing.processors.list= | ||
annotation.processing.run.all.processors=true | ||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output | ||
application.title=Hightail | ||
application.vendor=D | ||
build.classes.dir=${build.dir}/classes | ||
build.classes.excludes=**/*.java,**/*.form | ||
# 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 | ||
# Uncomment to specify the preferred debugger connection transport: | ||
#debug.transport=dt_socket | ||
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}/Hightail.jar | ||
dist.javadoc.dir=${dist.dir}/javadoc | ||
endorsed.classpath= | ||
excludes= | ||
file.reference.filterbuilder.jar=lib/filterbuilder.jar | ||
file.reference.htmllexer.jar=lib/htmllexer.jar | ||
file.reference.htmlparser.jar=lib/htmlparser.jar | ||
file.reference.junit.jar=lib/junit.jar | ||
file.reference.sax2.jar=lib/sax2.jar | ||
file.reference.thumbelina.jar=lib/thumbelina.jar | ||
includes=** | ||
jar.archive.disabled=${jnlp.enabled} | ||
jar.compress=false | ||
jar.index=${jnlp.enabled} | ||
javac.classpath=\ | ||
${file.reference.filterbuilder.jar}:\ | ||
${file.reference.htmllexer.jar}:\ | ||
${file.reference.htmlparser.jar}:\ | ||
${file.reference.junit.jar}:\ | ||
${file.reference.sax2.jar}:\ | ||
${file.reference.thumbelina.jar}:\ | ||
${libs.beans-binding.classpath} | ||
# Space-separated list of extra javac options | ||
javac.compilerargs= | ||
javac.deprecation=false | ||
javac.processorpath=\ | ||
${javac.classpath} | ||
javac.source=1.8 | ||
javac.target=1.8 | ||
javac.test.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir}:\ | ||
${libs.junit.classpath}:\ | ||
${libs.junit_4.classpath} | ||
javac.test.processorpath=\ | ||
${javac.test.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= | ||
jnlp.codebase.type=no.codebase | ||
jnlp.descriptor=application | ||
jnlp.enabled=false | ||
jnlp.mixed.code=default | ||
jnlp.offline-allowed=false | ||
jnlp.signed=false | ||
jnlp.signing= | ||
jnlp.signing.alias= | ||
jnlp.signing.keystore= | ||
main.class=org.hightail.ui.MainJFrame | ||
manifest.file=manifest.mf | ||
meta.inf.dir=${src.dir}/META-INF | ||
mkdist.disabled=false | ||
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 | ||
src.dir=src | ||
test.src.dir=test | ||
#Sat Feb 25 15:43:43 CET 2017 | ||
jnlp.offline-allowed=false | ||
file.reference.commons-codec-1.10.jar=lib\\commons-codec-1.10.jar | ||
javadoc.splitindex=true | ||
build.classes.excludes=**/*.java,**/*.form | ||
file.reference.htmllexer.jar=lib/htmllexer.jar | ||
file.reference.thumbelina.jar=lib/thumbelina.jar | ||
javadoc.author=false | ||
build.sysclasspath=ignore | ||
javac.target=1.8 | ||
build.generated.dir=${build.dir}/generated | ||
run.classpath=${javac.classpath}\:${build.classes.dir} | ||
file.reference.commons-lang3-3.5.jar=lib\\commons-lang3-3.5.jar | ||
file.reference.httpcore-4.4.4.jar=lib\\httpcore-4.4.4.jar | ||
file.reference.jetty-util-9.2.20.v20161216.jar=lib\\jetty-util-9.2.20.v20161216.jar | ||
debug.test.classpath=${run.test.classpath} | ||
jnlp.descriptor=application | ||
file.reference.websocket-api-9.2.20.v20161216.jar=lib\\websocket-api-9.2.20.v20161216.jar | ||
file.reference.xml-apis-1.4.01.jar=lib\\xml-apis-1.4.01.jar | ||
build.dir=build | ||
javac.deprecation=false | ||
jnlp.signed=false | ||
file.reference.sac-1.3.jar=lib\\sac-1.3.jar | ||
file.reference.neko-htmlunit-2.24.jar=lib\\neko-htmlunit-2.24.jar | ||
test.src.dir=test | ||
junit.selected.version=4 | ||
jar.archive.disabled=${jnlp.enabled} | ||
includes=** | ||
application.vendor=D | ||
file.reference.httpclient-4.5.2.jar=lib\\httpclient-4.5.2.jar | ||
mkdist.disabled=false | ||
jnlp.mixed.code=default | ||
jar.compress=true | ||
annotation.processing.processors.list= | ||
javac.external.vm=false | ||
javadoc.version=false | ||
build.classes.dir=${build.dir}/classes | ||
file.reference.junit.jar=lib/junit.jar | ||
dist.dir=dist | ||
file.reference.websocket-client-9.2.20.v20161216.jar=lib\\websocket-client-9.2.20.v20161216.jar | ||
manifest.file=manifest.mf | ||
file.reference.sax2.jar=lib/sax2.jar | ||
javac.source=1.8 | ||
run.jvmargs= | ||
javac.test.processorpath=${javac.test.classpath} | ||
run.test.classpath=${javac.test.classpath}\:${build.test.classes.dir} | ||
build.generated.sources.dir=${build.dir}/generated-sources | ||
jnlp.signing= | ||
javadoc.notree=false | ||
dist.jar=${dist.dir}/Hightail.jar | ||
file.reference.commons-io-2.5.jar=lib\\commons-io-2.5.jar | ||
platform.active=default_platform | ||
annotation.processing.enabled=true | ||
file.reference.xercesImpl-2.11.0.jar=lib\\xercesImpl-2.11.0.jar | ||
main.class=org.hightail.ui.MainJFrame | ||
dist.javadoc.dir=${dist.dir}/javadoc | ||
file.reference.xalan-2.7.2.jar=lib\\xalan-2.7.2.jar | ||
file.reference.jetty-io-9.2.20.v20161216.jar=lib\\jetty-io-9.2.20.v20161216.jar | ||
javadoc.additionalparam= | ||
javac.classpath=${file.reference.filterbuilder.jar}\:${file.reference.htmllexer.jar}\:${file.reference.htmlparser.jar}\:${file.reference.junit.jar}\:${file.reference.sax2.jar}\:${file.reference.thumbelina.jar}\:${libs.beans-binding.classpath}\:${file.reference.commons-codec-1.10.jar}\:${file.reference.commons-io-2.5.jar}\:${file.reference.commons-lang3-3.5.jar}\:${file.reference.commons-logging-1.2.jar}\:${file.reference.cssparser-0.9.21.jar}\:${file.reference.htmlunit-2.24.jar}\:${file.reference.htmlunit-core-js-2.23.jar}\:${file.reference.httpclient-4.5.2.jar}\:${file.reference.httpcore-4.4.4.jar}\:${file.reference.httpmime-4.5.2.jar}\:${file.reference.jetty-io-9.2.20.v20161216.jar}\:${file.reference.jetty-util-9.2.20.v20161216.jar}\:${file.reference.neko-htmlunit-2.24.jar}\:${file.reference.sac-1.3.jar}\:${file.reference.serializer-2.7.2.jar}\:${file.reference.websocket-api-9.2.20.v20161216.jar}\:${file.reference.websocket-client-9.2.20.v20161216.jar}\:${file.reference.websocket-common-9.2.20.v20161216.jar}\:${file.reference.xalan-2.7.2.jar}\:${file.reference.xercesImpl-2.11.0.jar}\:${file.reference.xml-apis-1.4.01.jar} | ||
javadoc.noindex=false | ||
file.reference.serializer-2.7.2.jar=lib\\serializer-2.7.2.jar | ||
annotation.processing.enabled.in.editor=false | ||
javadoc.private=false | ||
javadoc.encoding=${source.encoding} | ||
build.test.classes.dir=${build.dir}/test/classes | ||
file.reference.htmlparser.jar=lib/htmlparser.jar | ||
jar.index=${jnlp.enabled} | ||
javac.compilerargs= | ||
source.encoding=UTF-8 | ||
jnlp.signing.keystore= | ||
meta.inf.dir=${src.dir}/META-INF | ||
annotation.processing.run.all.processors=true | ||
excludes= | ||
application.title=Hightail | ||
jnlp.codebase.type=no.codebase | ||
file.reference.websocket-common-9.2.20.v20161216.jar=lib\\websocket-common-9.2.20.v20161216.jar | ||
file.reference.commons-logging-1.2.jar=lib\\commons-logging-1.2.jar | ||
file.reference.htmlunit-core-js-2.23.jar=lib\\htmlunit-core-js-2.23.jar | ||
javac.processorpath=${javac.classpath} | ||
file.reference.htmlunit-2.24.jar=lib\\htmlunit-2.24.jar | ||
file.reference.httpmime-4.5.2.jar=lib\\httpmime-4.5.2.jar | ||
build.test.results.dir=${build.dir}/test/results | ||
endorsed.classpath= | ||
javadoc.use=true | ||
file.reference.filterbuilder.jar=lib/filterbuilder.jar | ||
javadoc.nonavbar=false | ||
jnlp.signing.alias= | ||
javadoc.windowtitle= | ||
javac.test.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir}:\ | ||
${libs.junit.classpath}:\ | ||
${libs.junit_4.classpath} | ||
src.dir=src | ||
file.reference.cssparser-0.9.21.jar=lib\\cssparser-0.9.21.jar | ||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output | ||
debug.classpath=${run.classpath} | ||
jnlp.enabled=false |
Oops, something went wrong.