samples/openfixed/nbproject/project.properties
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 11 Nov 2019 13:17:34 +0100
changeset 413 f11943a373a7
parent 374 35da2d439e3d
permissions -rw-r--r--
Updating to projects from NetBeans 11.2
     1 annotation.processing.enabled=true
     2 annotation.processing.enabled.in.editor=false
     3 annotation.processing.processor.options=
     4 annotation.processing.processors.list=
     5 annotation.processing.run.all.processors=true
     6 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
     7 build.classes.dir=${build.dir}/classes
     8 build.classes.excludes=**/*.java,**/*.form
     9 # This directory is removed when the project is cleaned:
    10 build.dir=build
    11 build.generated.dir=${build.dir}/generated
    12 build.generated.sources.dir=${build.dir}/generated-sources
    13 # Only compile against the classpath explicitly listed here:
    14 build.sysclasspath=ignore
    15 build.test.classes.dir=${build.dir}/test/classes
    16 build.test.results.dir=${build.dir}/test/results
    17 # Uncomment to specify the preferred debugger connection transport:
    18 #debug.transport=dt_socket
    19 debug.classpath=\
    20     ${run.classpath}
    21 debug.modulepath=\
    22     ${run.modulepath}
    23 debug.test.classpath=\
    24     ${run.test.classpath}
    25 debug.test.modulepath=\
    26     ${run.test.modulepath}
    27 # This directory is removed when the project is cleaned:
    28 dist.dir=dist
    29 dist.jar=${dist.dir}/openfixed.jar
    30 dist.javadoc.dir=${dist.dir}/javadoc
    31 excludes=
    32 file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
    33 includes=**
    34 jar.compress=false
    35 javac.classpath=
    36 # Space-separated list of extra javac options
    37 javac.compilerargs=
    38 javac.deprecation=false
    39 javac.modulepath=
    40 javac.processormodulepath=
    41 javac.processorpath=\
    42     ${javac.classpath}
    43 javac.source=1.6
    44 javac.target=1.6
    45 javac.test.classpath=\
    46     ${javac.classpath}:\
    47     ${build.classes.dir}:\
    48     ${file.reference.junit-4.4.jar}
    49 javac.test.modulepath=\
    50     ${javac.modulepath}
    51 javac.test.processorpath=\
    52     ${javac.test.classpath}
    53 javadoc.additionalparam=
    54 javadoc.author=false
    55 javadoc.encoding=${source.encoding}
    56 javadoc.noindex=false
    57 javadoc.nonavbar=false
    58 javadoc.notree=false
    59 javadoc.private=false
    60 javadoc.splitindex=true
    61 javadoc.use=true
    62 javadoc.version=false
    63 javadoc.windowtitle=
    64 meta.inf.dir=${src.dir}/META-INF
    65 mkdist.disabled=true
    66 platform.active=default_platform
    67 run.classpath=\
    68     ${javac.classpath}:\
    69     ${build.classes.dir}
    70 # Space-separated list of JVM arguments used when running the project
    71 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    72 # or test-sys-prop.name=value to set system properties for unit tests):
    73 run.jvmargs=
    74 run.modulepath=\
    75     ${javac.modulepath}
    76 run.test.classpath=\
    77     ${javac.test.classpath}:\
    78     ${build.test.classes.dir}
    79 run.test.modulepath=\
    80     ${javac.test.modulepath}
    81 source.encoding=UTF-8
    82 src.dir=src
    83 test.src.dir=test