-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected some problems in linux: shader for quickamp, and use of som…
…e deprecated methods.
- Loading branch information
1 parent
a3329d3
commit ef1eb5a
Showing
6 changed files
with
107 additions
and
107 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 |
---|---|---|
@@ -1,95 +1,95 @@ | ||
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=AcousticField3D | ||
application.vendor=Asier | ||
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.modulepath=\ | ||
${run.modulepath} | ||
debug.test.classpath=\ | ||
${run.test.classpath} | ||
debug.test.modulepath=\ | ||
${run.test.modulepath} | ||
# Files in build.classes.dir which should be excluded from distribution jar | ||
dist.archive.excludes= | ||
# This directory is removed when the project is cleaned: | ||
dist.dir=dist | ||
dist.jar=${dist.dir}/AcousticField3D.jar | ||
dist.javadoc.dir=${dist.dir}/javadoc | ||
endorsed.classpath= | ||
excludes= | ||
file.reference.gluegen-rt.jar=jars\\gluegen-rt.jar | ||
file.reference.gluegen.jar=jars\\gluegen.jar | ||
file.reference.jogl-all.jar=jars\\jogl-all.jar | ||
file.reference.RXTXcomm.jar=jars\\RXTXcomm.jar | ||
includes=** | ||
jar.compress=false | ||
javac.classpath=\ | ||
${file.reference.jogl-all.jar}:\ | ||
${file.reference.gluegen-rt.jar}:\ | ||
${file.reference.gluegen.jar}:\ | ||
${file.reference.RXTXcomm.jar} | ||
# Space-separated list of extra javac options | ||
javac.compilerargs= | ||
javac.deprecation=false | ||
javac.external.vm=false | ||
javac.modulepath= | ||
javac.processormodulepath= | ||
javac.processorpath=\ | ||
${javac.classpath} | ||
javac.source=11 | ||
javac.target=11 | ||
javac.test.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir} | ||
javac.test.modulepath=\ | ||
${javac.modulepath} | ||
javac.test.processorpath=\ | ||
${javac.test.classpath} | ||
javadoc.additionalparam= | ||
javadoc.author=false | ||
javadoc.encoding=${source.encoding} | ||
javadoc.html5=false | ||
javadoc.noindex=false | ||
javadoc.nonavbar=false | ||
javadoc.notree=false | ||
javadoc.private=false | ||
javadoc.splitindex=true | ||
javadoc.use=true | ||
javadoc.version=false | ||
javadoc.windowtitle= | ||
jlink.launcher=false | ||
jlink.launcher.name=AcousticField3D | ||
main.class=acousticfield3d.AcousticField3D | ||
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} | ||
run.modulepath=\ | ||
${javac.modulepath} | ||
run.test.classpath=\ | ||
${javac.test.classpath}:\ | ||
${build.test.classes.dir} | ||
run.test.modulepath=\ | ||
${javac.test.modulepath} | ||
source.encoding=UTF-8 | ||
src.dir=src | ||
test.src.dir=test | ||
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=AcousticField3D | ||
application.vendor=Asier | ||
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.modulepath=\ | ||
${run.modulepath} | ||
debug.test.classpath=\ | ||
${run.test.classpath} | ||
debug.test.modulepath=\ | ||
${run.test.modulepath} | ||
# Files in build.classes.dir which should be excluded from distribution jar | ||
dist.archive.excludes= | ||
# This directory is removed when the project is cleaned: | ||
dist.dir=dist | ||
dist.jar=${dist.dir}/AcousticField3D.jar | ||
dist.javadoc.dir=${dist.dir}/javadoc | ||
endorsed.classpath= | ||
excludes= | ||
file.reference.gluegen-rt.jar=jars\\gluegen-rt.jar | ||
file.reference.gluegen.jar=jars\\gluegen.jar | ||
file.reference.jogl-all.jar=jars\\jogl-all.jar | ||
file.reference.RXTXcomm.jar=jars\\RXTXcomm.jar | ||
includes=** | ||
jar.compress=false | ||
javac.classpath=\ | ||
${file.reference.jogl-all.jar}:\ | ||
${file.reference.gluegen-rt.jar}:\ | ||
${file.reference.gluegen.jar}:\ | ||
${file.reference.RXTXcomm.jar} | ||
# Space-separated list of extra javac options | ||
javac.compilerargs=-Xlint:unchecked | ||
javac.deprecation=true | ||
javac.external.vm=false | ||
javac.modulepath= | ||
javac.processormodulepath= | ||
javac.processorpath=\ | ||
${javac.classpath} | ||
javac.source=11 | ||
javac.target=11 | ||
javac.test.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir} | ||
javac.test.modulepath=\ | ||
${javac.modulepath} | ||
javac.test.processorpath=\ | ||
${javac.test.classpath} | ||
javadoc.additionalparam= | ||
javadoc.author=false | ||
javadoc.encoding=${source.encoding} | ||
javadoc.html5=false | ||
javadoc.noindex=false | ||
javadoc.nonavbar=false | ||
javadoc.notree=false | ||
javadoc.private=false | ||
javadoc.splitindex=true | ||
javadoc.use=true | ||
javadoc.version=false | ||
javadoc.windowtitle= | ||
jlink.launcher=false | ||
jlink.launcher.name=AcousticField3D | ||
main.class=acousticfield3d.AcousticField3D | ||
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} | ||
run.modulepath=\ | ||
${javac.modulepath} | ||
run.test.classpath=\ | ||
${javac.test.classpath}:\ | ||
${build.test.classes.dir} | ||
run.test.modulepath=\ | ||
${javac.test.modulepath} | ||
source.encoding=UTF-8 | ||
src.dir=src | ||
test.src.dir=test |
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
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
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