Importo librerie che funzionano per davvero
This commit is contained in:
0
nbproject/private/config.properties
Normal file
0
nbproject/private/config.properties
Normal file
@@ -1,3 +1,9 @@
|
||||
compile.on.save=true
|
||||
do.depend=false
|
||||
do.jar=true
|
||||
do.jlink=false
|
||||
javac.debug=true
|
||||
javadoc.preview=true
|
||||
jlink.strip=false
|
||||
user.properties.file=/home/Verde/.netbeans/28/build.properties
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
annotation.processing.enabled=true
|
||||
annotation.processing.enabled.in.editor=false
|
||||
annotation.processing.processor.options=
|
||||
annotation.processing.processors.list=
|
||||
annotation.processing.run.all.processors=true
|
||||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
||||
application.title=MyBank
|
||||
application.vendor=Verde
|
||||
build.classes.dir=${build.dir}/classes
|
||||
build.classes.excludes=**/*.java,**/*.form
|
||||
# This directory is removed when the project is cleaned:
|
||||
@@ -32,15 +33,24 @@ dist.jar=${dist.dir}/MyBank.jar
|
||||
dist.javadoc.dir=${dist.dir}/javadoc
|
||||
dist.jlink.dir=${dist.dir}/jlink
|
||||
dist.jlink.output=${dist.jlink.dir}/MyBank
|
||||
endorsed.classpath=
|
||||
excludes=
|
||||
file.reference.jackson-annotations-3.0-rc5.jar=lib/jackson-annotations-3.0-rc5.jar
|
||||
file.reference.jackson-core-2.20.1.jar=lib/jackson-core-2.20.1.jar
|
||||
file.reference.jackson-databind-2.20.1.jar=lib/jackson-databind-2.20.1.jar
|
||||
file.reference.MyBank-lib=lib
|
||||
includes=**
|
||||
jar.compress=false
|
||||
javac.classpath=
|
||||
javac.classpath=\
|
||||
${file.reference.jackson-databind-2.20.1.jar}:\
|
||||
${file.reference.jackson-annotations-3.0-rc5.jar}:\
|
||||
${file.reference.jackson-core-2.20.1.jar}
|
||||
# Space-separated list of extra javac options
|
||||
javac.compilerargs=
|
||||
javac.deprecation=false
|
||||
javac.external.vm=true
|
||||
javac.modulepath=
|
||||
javac.modulepath=\
|
||||
${file.reference.MyBank-lib}
|
||||
javac.processormodulepath=
|
||||
javac.processorpath=\
|
||||
${javac.classpath}
|
||||
@@ -84,6 +94,7 @@ run.classpath=\
|
||||
# To set system properties for unit tests define test-sys-prop.name=value:
|
||||
run.jvmargs=
|
||||
run.modulepath=\
|
||||
${file.reference.MyBank-lib}:\
|
||||
${javac.modulepath}
|
||||
run.test.classpath=\
|
||||
${javac.test.classpath}:\
|
||||
|
||||
Reference in New Issue
Block a user