java/dictionary-generator/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Sun, 06 Oct 2024 19:49:35 +0200
changeset 156 83ce47a51825
parent 13 a5d7afd1b93a
permissions -rw-r--r--
netbeans: update project files
     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}/dictionary-generator.jar
    30 dist.javadoc.dir=${dist.dir}/javadoc
    31 excludes=
    32 includes=**
    33 jar.compress=false
    34 javac.classpath=
    35 # Space-separated list of extra javac options
    36 javac.compilerargs=
    37 javac.deprecation=false
    38 javac.modulepath=
    39 javac.processormodulepath=
    40 javac.processorpath=\
    41     ${javac.classpath}
    42 javac.source=1.7
    43 javac.target=1.7
    44 javac.test.classpath=\
    45     ${javac.classpath}:\
    46     ${build.classes.dir}
    47 javac.test.modulepath=\
    48     ${javac.modulepath}
    49 javac.test.processorpath=\
    50     ${javac.test.classpath}
    51 javadoc.additionalparam=
    52 javadoc.author=false
    53 javadoc.encoding=${source.encoding}
    54 javadoc.noindex=false
    55 javadoc.nonavbar=false
    56 javadoc.notree=false
    57 javadoc.private=false
    58 javadoc.splitindex=true
    59 javadoc.use=true
    60 javadoc.version=false
    61 javadoc.windowtitle=
    62 main.class=cz.frantovo.telco.dictionary.Generator
    63 manifest.file=manifest.mf
    64 meta.inf.dir=${src.dir}/META-INF
    65 mkdist.disabled=false
    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 # To set system properties for unit tests define test-sys-prop.name=value:
    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