java/SuperDAO/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Sun, 23 Nov 2008 23:10:04 +0100
changeset 1 d32edd5bcb8a
parent 0 4858f952774d
permissions -rw-r--r--
Plugin do Netbeans
     1 application.title=SuperDAO
     2 application.vendor=fiki
     3 build.classes.dir=${build.dir}/classes
     4 build.classes.excludes=**/*.java,**/*.form
     5 # This directory is removed when the project is cleaned:
     6 build.dir=build
     7 build.generated.dir=${build.dir}/generated
     8 # Only compile against the classpath explicitly listed here:
     9 build.sysclasspath=ignore
    10 build.test.classes.dir=${build.dir}/test/classes
    11 build.test.results.dir=${build.dir}/test/results
    12 debug.classpath=\
    13     ${run.classpath}
    14 debug.test.classpath=\
    15     ${run.test.classpath}
    16 # This directory is removed when the project is cleaned:
    17 dist.dir=dist
    18 dist.jar=${dist.dir}/SuperDAO.jar
    19 dist.javadoc.dir=${dist.dir}/javadoc
    20 excludes=
    21 includes=**
    22 jar.compress=false
    23 javac.classpath=
    24 # Space-separated list of extra javac options
    25 javac.compilerargs=
    26 javac.deprecation=false
    27 javac.source=1.5
    28 javac.target=1.5
    29 javac.test.classpath=\
    30     ${javac.classpath}:\
    31     ${build.classes.dir}:\
    32     ${libs.junit.classpath}:\
    33     ${libs.junit_4.classpath}
    34 javadoc.additionalparam=
    35 javadoc.author=false
    36 javadoc.encoding=${source.encoding}
    37 javadoc.noindex=false
    38 javadoc.nonavbar=false
    39 javadoc.notree=false
    40 javadoc.private=false
    41 javadoc.splitindex=true
    42 javadoc.use=true
    43 javadoc.version=false
    44 javadoc.windowtitle=
    45 meta.inf.dir=${src.dir}/META-INF
    46 platform.active=default_platform
    47 run.classpath=\
    48     ${javac.classpath}:\
    49     ${build.classes.dir}
    50 # Space-separated list of JVM arguments used when running the project
    51 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    52 # or test-sys-prop.name=value to set system properties for unit tests):
    53 run.jvmargs=
    54 run.test.classpath=\
    55     ${javac.test.classpath}:\
    56     ${build.test.classes.dir}
    57 source.encoding=UTF-8
    58 src.dir=src
    59 test.src.dir=test