java/hg-projekty/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Sun Feb 22 12:32:54 2009 +0100 (2009-02-22)
changeset 6 0bce16ca8a77
parent 0 3bde60804fb7
permissions -rw-r--r--
Přejmenování „realmu“ → FrantovoLDAP
+ nb drobnosti
     1 build.classes.dir=${build.web.dir}/WEB-INF/classes
     2 build.classes.excludes=**/*.java,**/*.form
     3 build.dir=build
     4 build.generated.dir=${build.dir}/generated
     5 build.test.classes.dir=${build.dir}/test/classes
     6 build.test.results.dir=${build.dir}/test/results
     7 build.web.dir=${build.dir}/web
     8 build.web.excludes=${build.classes.excludes}
     9 client.urlPart=
    10 compile.jsps=false
    11 conf.dir=${source.root}/conf
    12 debug.classpath=${build.classes.dir}:${javac.classpath}
    13 debug.test.classpath=\
    14     ${run.test.classpath}
    15 display.browser=true
    16 dist.dir=dist
    17 dist.ear.war=${dist.dir}/${war.ear.name}
    18 dist.javadoc.dir=${dist.dir}/javadoc
    19 dist.war=${dist.dir}/${war.name}
    20 excludes=
    21 includes=**
    22 j2ee.deploy.on.save=true
    23 j2ee.platform=1.5
    24 j2ee.server.type=J2EE
    25 jar.compress=false
    26 javac.classpath=
    27 # Space-separated list of extra javac options
    28 javac.compilerargs=
    29 javac.debug=true
    30 javac.deprecation=false
    31 javac.source=1.5
    32 javac.target=1.5
    33 javac.test.classpath=\
    34     ${javac.classpath}:\
    35     ${build.classes.dir}:\
    36     ${libs.junit.classpath}:\
    37     ${libs.junit_4.classpath}
    38 javadoc.additionalparam=
    39 javadoc.author=false
    40 javadoc.encoding=${source.encoding}
    41 javadoc.noindex=false
    42 javadoc.nonavbar=false
    43 javadoc.notree=false
    44 javadoc.preview=true
    45 javadoc.private=false
    46 javadoc.splitindex=true
    47 javadoc.use=true
    48 javadoc.version=false
    49 javadoc.windowtitle=
    50 jspcompilation.classpath=${jspc.classpath}:${javac.classpath}
    51 lib.dir=${web.docbase.dir}/WEB-INF/lib
    52 persistence.xml.dir=${conf.dir}
    53 platform.active=default_platform
    54 resource.dir=setup
    55 run.test.classpath=\
    56     ${javac.test.classpath}:\
    57     ${build.test.classes.dir}
    58 # Space-separated list of JVM arguments used when running a class with a main method or a unit test
    59 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value):
    60 runmain.jvmargs=
    61 source.encoding=UTF-8
    62 source.root=src
    63 src.dir=${source.root}/java
    64 test.src.dir=test
    65 war.content.additional=
    66 war.ear.name=hg-projekty.war
    67 war.name=hg-projekty.war
    68 web.docbase.dir=web
    69 webinf.dir=web/WEB-INF