Fix PShell version in netbeans project

This commit is contained in:
Gobbo Alexandre
2022-03-07 10:30:23 +01:00
parent 762f93f176
commit 1de7f11fe1

View File

@@ -35,13 +35,13 @@ dist.jlink.dir=${dist.dir}/jlink
dist.jlink.output=${dist.jlink.dir}/PSSS
endorsed.classpath=
excludes=
file.reference.pshell-latest.jar=../../../../head/pshell-latest.jar
file.reference.v1_17.jar=/opt/gfa/pshell/v1_17
file.reference.psss_panel-plugins=../../plugins
file.reference.psss_panel-script=../../script
includes=**/*.java
jar.compress=false
javac.classpath=\
${file.reference.pshell-latest.jar}
${file.reference.v1_17.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false