java/copy-image-resizer/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Sun, 16 Nov 2014 21:59:13 +0100
changeset 4 f3b4caf1d05d
parent 2 0568271a1174
permissions -rw-r--r--
move to java package: cli
franta-hg@2
     1
annotation.processing.enabled=true
franta-hg@2
     2
annotation.processing.enabled.in.editor=false
franta-hg@2
     3
annotation.processing.processor.options=
franta-hg@2
     4
annotation.processing.processors.list=
franta-hg@2
     5
annotation.processing.run.all.processors=true
franta-hg@2
     6
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
franta-hg@2
     7
build.classes.dir=${build.dir}/classes
franta-hg@2
     8
build.classes.excludes=**/*.java,**/*.form
franta-hg@2
     9
# This directory is removed when the project is cleaned:
franta-hg@2
    10
build.dir=build
franta-hg@2
    11
build.generated.dir=${build.dir}/generated
franta-hg@2
    12
build.generated.sources.dir=${build.dir}/generated-sources
franta-hg@2
    13
# Only compile against the classpath explicitly listed here:
franta-hg@2
    14
build.sysclasspath=ignore
franta-hg@2
    15
build.test.classes.dir=${build.dir}/test/classes
franta-hg@2
    16
build.test.results.dir=${build.dir}/test/results
franta-hg@2
    17
# Uncomment to specify the preferred debugger connection transport:
franta-hg@2
    18
#debug.transport=dt_socket
franta-hg@2
    19
debug.classpath=\
franta-hg@2
    20
    ${run.classpath}
franta-hg@2
    21
debug.test.classpath=\
franta-hg@2
    22
    ${run.test.classpath}
franta-hg@2
    23
# Files in build.classes.dir which should be excluded from distribution jar
franta-hg@2
    24
dist.archive.excludes=
franta-hg@2
    25
# This directory is removed when the project is cleaned:
franta-hg@2
    26
dist.dir=dist
franta-hg@2
    27
dist.jar=${dist.dir}/copy-image-resizer.jar
franta-hg@2
    28
dist.javadoc.dir=${dist.dir}/javadoc
franta-hg@2
    29
excludes=
franta-hg@2
    30
includes=**
franta-hg@2
    31
jar.compress=false
franta-hg@2
    32
javac.classpath=
franta-hg@2
    33
# Space-separated list of extra javac options
franta-hg@2
    34
javac.compilerargs=
franta-hg@2
    35
javac.deprecation=false
franta-hg@2
    36
javac.processorpath=\
franta-hg@2
    37
    ${javac.classpath}
franta-hg@2
    38
javac.source=1.7
franta-hg@2
    39
javac.target=1.7
franta-hg@2
    40
javac.test.classpath=\
franta-hg@2
    41
    ${javac.classpath}:\
franta-hg@2
    42
    ${build.classes.dir}
franta-hg@2
    43
javac.test.processorpath=\
franta-hg@2
    44
    ${javac.test.classpath}
franta-hg@2
    45
javadoc.additionalparam=
franta-hg@2
    46
javadoc.author=false
franta-hg@2
    47
javadoc.encoding=${source.encoding}
franta-hg@2
    48
javadoc.noindex=false
franta-hg@2
    49
javadoc.nonavbar=false
franta-hg@2
    50
javadoc.notree=false
franta-hg@2
    51
javadoc.private=false
franta-hg@2
    52
javadoc.splitindex=true
franta-hg@2
    53
javadoc.use=true
franta-hg@2
    54
javadoc.version=false
franta-hg@2
    55
javadoc.windowtitle=
franta-hg@4
    56
main.class=cz.frantovo.copyImageResizer.cli.CLIStarter
franta-hg@2
    57
manifest.file=manifest.mf
franta-hg@2
    58
meta.inf.dir=${src.dir}/META-INF
franta-hg@2
    59
mkdist.disabled=false
franta-hg@2
    60
platform.active=default_platform
franta-hg@2
    61
run.classpath=\
franta-hg@2
    62
    ${javac.classpath}:\
franta-hg@2
    63
    ${build.classes.dir}
franta-hg@2
    64
# Space-separated list of JVM arguments used when running the project.
franta-hg@2
    65
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
franta-hg@2
    66
# To set system properties for unit tests define test-sys-prop.name=value:
franta-hg@2
    67
run.jvmargs=
franta-hg@2
    68
run.test.classpath=\
franta-hg@2
    69
    ${javac.test.classpath}:\
franta-hg@2
    70
    ${build.test.classes.dir}
franta-hg@2
    71
source.encoding=UTF-8
franta-hg@2
    72
src.dir=src
franta-hg@2
    73
test.src.dir=test