java/nekurak.net-lib/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Tue May 25 13:54:21 2010 +0200 (2010-05-25)
changeset 123 9135d52e8b0a
parent 27 88f3012c60a2
child 186 b0f7d9ab4a07
permissions -rw-r--r--
Test hashovací funkce + test češtiny v identifikátorech
Java Language Specification – 3.8 Identifiers:
http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#40625
     1 build.classes.dir=${build.dir}/classes
     2 build.classes.excludes=**/*.java,**/*.form
     3 # This directory is removed when the project is cleaned:
     4 build.dir=build
     5 build.generated.dir=${build.dir}/generated
     6 build.generated.sources.dir=${build.dir}/generated-sources
     7 # Only compile against the classpath explicitly listed here:
     8 build.sysclasspath=ignore
     9 build.test.classes.dir=${build.dir}/test/classes
    10 build.test.results.dir=${build.dir}/test/results
    11 # Uncomment to specify the preferred debugger connection transport:
    12 #debug.transport=dt_socket
    13 debug.classpath=\
    14     ${run.classpath}
    15 debug.test.classpath=\
    16     ${run.test.classpath}
    17 # This directory is removed when the project is cleaned:
    18 dist.dir=dist
    19 dist.jar=${dist.dir}/nekurak.net-lib.jar
    20 dist.javadoc.dir=${dist.dir}/javadoc
    21 excludes=
    22 includes=**
    23 jar.compress=false
    24 javac.classpath=\
    25     ${libs.javaee-api-6.0.classpath}
    26 # Space-separated list of extra javac options
    27 javac.compilerargs=
    28 javac.deprecation=false
    29 javac.source=1.5
    30 javac.target=1.5
    31 javac.test.classpath=\
    32     ${javac.classpath}:\
    33     ${build.classes.dir}:\
    34     ${libs.junit_4.classpath}
    35 javadoc.additionalparam=
    36 javadoc.author=false
    37 javadoc.encoding=${source.encoding}
    38 javadoc.noindex=false
    39 javadoc.nonavbar=false
    40 javadoc.notree=false
    41 javadoc.private=false
    42 javadoc.splitindex=true
    43 javadoc.use=true
    44 javadoc.version=false
    45 javadoc.windowtitle=
    46 meta.inf.dir=${src.dir}/META-INF
    47 platform.active=default_platform
    48 run.classpath=\
    49     ${javac.classpath}:\
    50     ${build.classes.dir}
    51 # Space-separated list of JVM arguments used when running the project
    52 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    53 # or test-sys-prop.name=value to set system properties for unit tests):
    54 run.jvmargs=
    55 run.test.classpath=\
    56     ${javac.test.classpath}:\
    57     ${build.test.classes.dir}
    58 source.encoding=UTF-8
    59 src.dir=src
    60 test.src.dir=test