Skip to content

Commit 524a4ce

Browse files
committed
Tying loose ends
Added ghost library, removed REBASE, and got rid of chunkserver stuff
1 parent aaee06f commit 524a4ce

File tree

4 files changed

+165
-298
lines changed

4 files changed

+165
-298
lines changed
Lines changed: 164 additions & 162 deletions
Original file line numberDiff line numberDiff line change
@@ -1,162 +1,164 @@
1-
annotation.processing.enabled=true
2-
annotation.processing.enabled.in.editor=false
3-
annotation.processing.processors.list=
4-
annotation.processing.run.all.processors=true
5-
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
6-
application.title=Icewind
7-
application.vendor=alex_000
8-
build.classes.dir=${build.dir}/classes
9-
build.classes.excludes=**/*.java,**/*.form
10-
# This directory is removed when the project is cleaned:
11-
build.dir=build
12-
build.generated.dir=${build.dir}/generated
13-
build.generated.sources.dir=${build.dir}/generated-sources
14-
# Only compile against the classpath explicitly listed here:
15-
build.sysclasspath=ignore
16-
build.test.classes.dir=${build.dir}/test/classes
17-
build.test.results.dir=${build.dir}/test/results
18-
compile.on.save=true
19-
compile.on.save.unsupported.javafx=true
20-
# Uncomment to specify the preferred debugger connection transport:
21-
#debug.transport=dt_socket
22-
debug.classpath=\
23-
${run.classpath}
24-
debug.test.classpath=\
25-
${run.test.classpath}
26-
# This directory is removed when the project is cleaned:
27-
dist.dir=dist
28-
dist.jar=${dist.dir}/Icewind.jar
29-
dist.javadoc.dir=${dist.dir}/javadoc
30-
endorsed.classpath=
31-
excludes=
32-
file.reference.commons-codec-1.8.jar=..\\lib\\commons-codec-1.8.jar
33-
file.reference.commons-io-2.4.jar=..\\lib\\commons-io-2.4.jar
34-
file.reference.commons-logging-1.1.3.jar=..\\lib\\commons-logging-1.1.3.jar
35-
file.reference.fluent-hc-4.3.1.jar=..\\lib\\fluent-hc-4.3.1.jar
36-
file.reference.gson-2.2.4.jar=..\\lib\\gson-2.2.4.jar
37-
file.reference.httpclient-4.3.1.jar=..\\lib\\httpclient-4.3.1.jar
38-
file.reference.httpclient-cache-4.3.1.jar=..\\lib\\httpclient-cache-4.3.1.jar
39-
file.reference.httpcore-4.3.jar=..\\lib\\httpcore-4.3.jar
40-
file.reference.httpmime-4.3.1.jar=..\\lib\\httpmime-4.3.1.jar
41-
file.reference.jfxtras-labs-2.2-r5.jar=..\\lib\\jfxtras-labs-2.2-r5.jar
42-
file.reference.jsoup-1.7.3.jar=..\\lib\\jsoup-1.7.3.jar
43-
file.reference.jython2.7-b1.jar=..\\lib\\jython2.7-b1.jar
44-
file.reference.protobuf-java-2.5.0.jar=..\\lib\\protobuf-java-2.5.0.jar
45-
file.reference.xmlwise-1_2.jar=..\\lib\\xmlwise-1_2.jar
46-
includes=**
47-
# Non-JavaFX jar file creation is deactivated in JavaFX 2.0+ projects
48-
jar.archive.disabled=true
49-
jar.compress=false
50-
javac.classpath=\
51-
${javafx.classpath.extension}:\
52-
${file.reference.commons-codec-1.8.jar}:\
53-
${file.reference.commons-io-2.4.jar}:\
54-
${file.reference.commons-logging-1.1.3.jar}:\
55-
${file.reference.fluent-hc-4.3.1.jar}:\
56-
${file.reference.gson-2.2.4.jar}:\
57-
${file.reference.httpclient-4.3.1.jar}:\
58-
${file.reference.httpcore-4.3.jar}:\
59-
${file.reference.httpmime-4.3.1.jar}:\
60-
${file.reference.jython2.7-b1.jar}:\
61-
${file.reference.protobuf-java-2.5.0.jar}:\
62-
${file.reference.xmlwise-1_2.jar}:\
63-
${reference.Undecorator.jar}:\
64-
${file.reference.jsoup-1.7.3.jar}:\
65-
${file.reference.jfxtras-labs-2.2-r5.jar}
66-
# Space-separated list of extra javac options
67-
javac.compilerargs=
68-
javac.deprecation=false
69-
javac.processorpath=\
70-
${javac.classpath}
71-
javac.source=1.7
72-
javac.target=1.7
73-
javac.test.classpath=\
74-
${javac.classpath}:\
75-
${build.classes.dir}
76-
javac.test.processorpath=\
77-
${javac.test.classpath}
78-
javadoc.additionalparam=
79-
javadoc.author=false
80-
javadoc.encoding=${source.encoding}
81-
javadoc.noindex=false
82-
javadoc.nonavbar=false
83-
javadoc.notree=false
84-
javadoc.private=false
85-
javadoc.reference.commons-codec-1.8.jar=../lib/commons-codec-1.8-javadoc.jar
86-
javadoc.reference.commons-io-2.4.jar=../lib/commons-io-2.4-javadoc.jar
87-
javadoc.reference.commons-logging-1.1.3.jar=../lib/commons-logging-1.1.3-javadoc.jar
88-
javadoc.reference.gson-2.2.4.jar=../lib/gson-2.2.4-javadoc.jar
89-
javadoc.splitindex=true
90-
javadoc.use=true
91-
javadoc.version=false
92-
javadoc.windowtitle=
93-
javafx.application.implementation.version=1.0
94-
javafx.binarycss=false
95-
javafx.classpath.extension=\
96-
${java.home}/lib/jfxrt.jar:\
97-
${java.home}/lib/javaws.jar:\
98-
${java.home}/lib/deploy.jar:\
99-
${java.home}/lib/plugin.jar
100-
javafx.deploy.adddesktopshortcut=false
101-
javafx.deploy.addstartmenushortcut=false
102-
javafx.deploy.allowoffline=true
103-
# If true, application update mode is set to 'background', if false, update mode is set to 'eager'
104-
javafx.deploy.backgroundupdate=false
105-
javafx.deploy.disable.proxy=false
106-
javafx.deploy.embedJNLP=true
107-
javafx.deploy.includeDT=true
108-
javafx.deploy.installpermanently=false
109-
javafx.deploy.permissionselevated=false
110-
# Set true to prevent creation of temporary copy of deployment artifacts before each run (disables concurrent runs)
111-
javafx.disable.concurrent.runs=false
112-
# Set true to enable multiple concurrent runs of the same WebStart or Run-in-Browser project
113-
javafx.enable.concurrent.external.runs=false
114-
# This is a JavaFX project
115-
javafx.enabled=true
116-
javafx.fallback.class=com.javafx.main.NoJavaFXFallback
117-
# Main class for JavaFX
118-
javafx.main.class=com.alexhulbert.icewind.gui.Main
119-
javafx.preloader.class=
120-
# This project does not use Preloader
121-
javafx.preloader.enabled=false
122-
javafx.preloader.jar.filename=
123-
javafx.preloader.jar.path=
124-
javafx.preloader.project.path=
125-
javafx.preloader.type=none
126-
# Set true for GlassFish only. Rebases manifest classpaths of JARs in lib dir. Not usable with signed JARs.
127-
javafx.rebase.libs=false
128-
javafx.run.height=600
129-
javafx.run.width=800
130-
javafx.signing.blob=false
131-
javafx.signing.enabled=false
132-
javafx.signing.type=notsigned
133-
# Pre-JavaFX 2.0 WebStart is deactivated in JavaFX 2.0+ projects
134-
jnlp.enabled=false
135-
# Main class for Java launcher
136-
main.class=com.javafx.main.Main
137-
# For improved security specify narrower Codebase manifest attribute to prevent RIAs from being repurposed
138-
manifest.custom.codebase=*
139-
# Specify Permissions manifest attribute to override default (choices: sandbox, all-permissions)
140-
manifest.custom.permissions=
141-
manifest.file=manifest.mf
142-
meta.inf.dir=${src.dir}/META-INF
143-
mkdist.disabled=false
144-
native.bundling.enabled=false
145-
platform.active=default_platform
146-
project.license=gpl30
147-
project.Undecorator=../lib/Undecorator
148-
reference.Undecorator.jar=${project.Undecorator}/dist/Undecorator.jar
149-
run.classpath=\
150-
${javac.classpath}:\
151-
${build.classes.dir}
152-
# Space-separated list of JVM arguments used when running the project.
153-
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
154-
# To set system properties for unit tests define test-sys-prop.name=value:
155-
run.jvmargs=-Djavafx.autoproxy.disable=true
156-
run.test.classpath=\
157-
${javac.test.classpath}:\
158-
${build.test.classes.dir}
159-
source.encoding=UTF-8
160-
src.dir=src
161-
src.python.dir=python
162-
test.src.dir=test
1+
annotation.processing.enabled=true
2+
annotation.processing.enabled.in.editor=false
3+
annotation.processing.processors.list=
4+
annotation.processing.run.all.processors=true
5+
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
6+
application.title=Icewind
7+
application.vendor=alex_000
8+
build.classes.dir=${build.dir}/classes
9+
build.classes.excludes=**/*.java,**/*.form
10+
# This directory is removed when the project is cleaned:
11+
build.dir=build
12+
build.generated.dir=${build.dir}/generated
13+
build.generated.sources.dir=${build.dir}/generated-sources
14+
# Only compile against the classpath explicitly listed here:
15+
build.sysclasspath=ignore
16+
build.test.classes.dir=${build.dir}/test/classes
17+
build.test.results.dir=${build.dir}/test/results
18+
compile.on.save=true
19+
compile.on.save.unsupported.javafx=true
20+
# Uncomment to specify the preferred debugger connection transport:
21+
#debug.transport=dt_socket
22+
debug.classpath=\
23+
${run.classpath}
24+
debug.test.classpath=\
25+
${run.test.classpath}
26+
# This directory is removed when the project is cleaned:
27+
dist.dir=dist
28+
dist.jar=${dist.dir}/Icewind.jar
29+
dist.javadoc.dir=${dist.dir}/javadoc
30+
endorsed.classpath=
31+
excludes=
32+
file.reference.commons-codec-1.8.jar=..\\lib\\commons-codec-1.8.jar
33+
file.reference.commons-io-2.4.jar=..\\lib\\commons-io-2.4.jar
34+
file.reference.commons-logging-1.1.3.jar=..\\lib\\commons-logging-1.1.3.jar
35+
file.reference.fluent-hc-4.3.1.jar=..\\lib\\fluent-hc-4.3.1.jar
36+
file.reference.gson-2.2.4.jar=..\\lib\\gson-2.2.4.jar
37+
file.reference.httpclient-4.3.1.jar=..\\lib\\httpclient-4.3.1.jar
38+
file.reference.httpclient-cache-4.3.1.jar=..\\lib\\httpclient-cache-4.3.1.jar
39+
file.reference.httpcore-4.3.jar=..\\lib\\httpcore-4.3.jar
40+
file.reference.httpmime-4.3.1.jar=..\\lib\\httpmime-4.3.1.jar
41+
file.reference.jfxtras-labs-2.2-r5.jar=..\\lib\\jfxtras-labs-2.2-r5.jar
42+
file.reference.jsoup-1.7.3.jar=..\\lib\\jsoup-1.7.3.jar
43+
file.reference.jython2.7-b1.jar=..\\lib\\jython2.7-b1.jar
44+
file.reference.PBKDF2-1.0.4.jar=..\\lib\\PBKDF2-1.0.4.jar
45+
file.reference.protobuf-java-2.5.0.jar=..\\lib\\protobuf-java-2.5.0.jar
46+
file.reference.xmlwise-1_2.jar=..\\lib\\xmlwise-1_2.jar
47+
includes=**
48+
# Non-JavaFX jar file creation is deactivated in JavaFX 2.0+ projects
49+
jar.archive.disabled=true
50+
jar.compress=false
51+
javac.classpath=\
52+
${javafx.classpath.extension}:\
53+
${file.reference.commons-codec-1.8.jar}:\
54+
${file.reference.commons-io-2.4.jar}:\
55+
${file.reference.commons-logging-1.1.3.jar}:\
56+
${file.reference.fluent-hc-4.3.1.jar}:\
57+
${file.reference.gson-2.2.4.jar}:\
58+
${file.reference.httpclient-4.3.1.jar}:\
59+
${file.reference.httpcore-4.3.jar}:\
60+
${file.reference.httpmime-4.3.1.jar}:\
61+
${file.reference.jython2.7-b1.jar}:\
62+
${file.reference.protobuf-java-2.5.0.jar}:\
63+
${file.reference.xmlwise-1_2.jar}:\
64+
${reference.Undecorator.jar}:\
65+
${file.reference.jsoup-1.7.3.jar}:\
66+
${file.reference.jfxtras-labs-2.2-r5.jar}:\
67+
${file.reference.PBKDF2-1.0.4.jar}
68+
# Space-separated list of extra javac options
69+
javac.compilerargs=
70+
javac.deprecation=false
71+
javac.processorpath=\
72+
${javac.classpath}
73+
javac.source=1.7
74+
javac.target=1.7
75+
javac.test.classpath=\
76+
${javac.classpath}:\
77+
${build.classes.dir}
78+
javac.test.processorpath=\
79+
${javac.test.classpath}
80+
javadoc.additionalparam=
81+
javadoc.author=false
82+
javadoc.encoding=${source.encoding}
83+
javadoc.noindex=false
84+
javadoc.nonavbar=false
85+
javadoc.notree=false
86+
javadoc.private=false
87+
javadoc.reference.commons-codec-1.8.jar=../lib/commons-codec-1.8-javadoc.jar
88+
javadoc.reference.commons-io-2.4.jar=../lib/commons-io-2.4-javadoc.jar
89+
javadoc.reference.commons-logging-1.1.3.jar=../lib/commons-logging-1.1.3-javadoc.jar
90+
javadoc.reference.gson-2.2.4.jar=../lib/gson-2.2.4-javadoc.jar
91+
javadoc.splitindex=true
92+
javadoc.use=true
93+
javadoc.version=false
94+
javadoc.windowtitle=
95+
javafx.application.implementation.version=1.0
96+
javafx.binarycss=false
97+
javafx.classpath.extension=\
98+
${java.home}/lib/jfxrt.jar:\
99+
${java.home}/lib/javaws.jar:\
100+
${java.home}/lib/deploy.jar:\
101+
${java.home}/lib/plugin.jar
102+
javafx.deploy.adddesktopshortcut=false
103+
javafx.deploy.addstartmenushortcut=false
104+
javafx.deploy.allowoffline=true
105+
# If true, application update mode is set to 'background', if false, update mode is set to 'eager'
106+
javafx.deploy.backgroundupdate=false
107+
javafx.deploy.disable.proxy=false
108+
javafx.deploy.embedJNLP=true
109+
javafx.deploy.includeDT=true
110+
javafx.deploy.installpermanently=false
111+
javafx.deploy.permissionselevated=false
112+
# Set true to prevent creation of temporary copy of deployment artifacts before each run (disables concurrent runs)
113+
javafx.disable.concurrent.runs=false
114+
# Set true to enable multiple concurrent runs of the same WebStart or Run-in-Browser project
115+
javafx.enable.concurrent.external.runs=false
116+
# This is a JavaFX project
117+
javafx.enabled=true
118+
javafx.fallback.class=com.javafx.main.NoJavaFXFallback
119+
# Main class for JavaFX
120+
javafx.main.class=com.alexhulbert.icewind.gui.Main
121+
javafx.preloader.class=
122+
# This project does not use Preloader
123+
javafx.preloader.enabled=false
124+
javafx.preloader.jar.filename=
125+
javafx.preloader.jar.path=
126+
javafx.preloader.project.path=
127+
javafx.preloader.type=none
128+
# Set true for GlassFish only. Rebases manifest classpaths of JARs in lib dir. Not usable with signed JARs.
129+
javafx.rebase.libs=false
130+
javafx.run.height=600
131+
javafx.run.width=800
132+
javafx.signing.blob=false
133+
javafx.signing.enabled=false
134+
javafx.signing.type=notsigned
135+
# Pre-JavaFX 2.0 WebStart is deactivated in JavaFX 2.0+ projects
136+
jnlp.enabled=false
137+
# Main class for Java launcher
138+
main.class=com.javafx.main.Main
139+
# For improved security specify narrower Codebase manifest attribute to prevent RIAs from being repurposed
140+
manifest.custom.codebase=*
141+
# Specify Permissions manifest attribute to override default (choices: sandbox, all-permissions)
142+
manifest.custom.permissions=
143+
manifest.file=manifest.mf
144+
meta.inf.dir=${src.dir}/META-INF
145+
mkdist.disabled=false
146+
native.bundling.enabled=false
147+
platform.active=default_platform
148+
project.license=gpl30
149+
project.Undecorator=../lib/Undecorator
150+
reference.Undecorator.jar=${project.Undecorator}/dist/Undecorator.jar
151+
run.classpath=\
152+
${javac.classpath}:\
153+
${build.classes.dir}
154+
# Space-separated list of JVM arguments used when running the project.
155+
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
156+
# To set system properties for unit tests define test-sys-prop.name=value:
157+
run.jvmargs=-Djavafx.autoproxy.disable=true
158+
run.test.classpath=\
159+
${javac.test.classpath}:\
160+
${build.test.classes.dir}
161+
source.encoding=UTF-8
162+
src.dir=src
163+
src.python.dir=python
164+
test.src.dir=test

code/REBASE

Whitespace-only changes.

0 commit comments

Comments
 (0)