java/SuperDAO/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Mon Oct 06 09:36:27 2008 +0200 (2008-10-06)
changeset 0 4858f952774d
child 1 d32edd5bcb8a
permissions -rw-r--r--
SuperDAO - předek DAO tříd, umí snadno načítat SQL dotazy a další parametry z XML souborů, které se jmenují stejně jako daná třída.
Je to lepší než používat konstanty v kódu.
     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 # Only compile against the classpath explicitly listed here:
     7 build.sysclasspath=ignore
     8 build.test.classes.dir=${build.dir}/test/classes
     9 build.test.results.dir=${build.dir}/test/results
    10 debug.classpath=\
    11     ${run.classpath}
    12 debug.test.classpath=\
    13     ${run.test.classpath}
    14 # This directory is removed when the project is cleaned:
    15 dist.dir=dist
    16 dist.jar=${dist.dir}/SuperDAO.jar
    17 dist.javadoc.dir=${dist.dir}/javadoc
    18 excludes=
    19 includes=**
    20 jar.compress=false
    21 javac.classpath=
    22 # Space-separated list of extra javac options
    23 javac.compilerargs=
    24 javac.deprecation=false
    25 javac.source=1.5
    26 javac.target=1.5
    27 javac.test.classpath=\
    28     ${javac.classpath}:\
    29     ${build.classes.dir}:\
    30     ${libs.junit.classpath}:\
    31     ${libs.junit_4.classpath}
    32 javadoc.additionalparam=
    33 javadoc.author=false
    34 javadoc.encoding=${source.encoding}
    35 javadoc.noindex=false
    36 javadoc.nonavbar=false
    37 javadoc.notree=false
    38 javadoc.private=false
    39 javadoc.splitindex=true
    40 javadoc.use=true
    41 javadoc.version=false
    42 javadoc.windowtitle=
    43 meta.inf.dir=${src.dir}/META-INF
    44 platform.active=default_platform
    45 run.classpath=\
    46     ${javac.classpath}:\
    47     ${build.classes.dir}
    48 # Space-separated list of JVM arguments used when running the project
    49 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    50 # or test-sys-prop.name=value to set system properties for unit tests):
    51 run.jvmargs=
    52 run.test.classpath=\
    53     ${javac.test.classpath}:\
    54     ${build.test.classes.dir}
    55 source.encoding=UTF-8
    56 src.dir=src
    57 test.src.dir=test