java/hg-projekty/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Mon Feb 16 15:13:48 2009 +0100 (2009-02-16)
changeset 0 3bde60804fb7
child 6 0bce16ca8a77
permissions -rw-r--r--
Založení projektu
     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 no.dependencies=false
    53 persistence.xml.dir=${conf.dir}
    54 platform.active=default_platform
    55 resource.dir=setup
    56 run.test.classpath=\
    57     ${javac.test.classpath}:\
    58     ${build.test.classes.dir}
    59 # Space-separated list of JVM arguments used when running a class with a main method or a unit test
    60 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value):
    61 runmain.jvmargs=
    62 source.encoding=UTF-8
    63 source.root=src
    64 src.dir=${source.root}/java
    65 test.src.dir=test
    66 war.content.additional=
    67 war.ear.name=hg-projekty.war
    68 war.name=hg-projekty.war
    69 web.docbase.dir=web
    70 webinf.dir=web/WEB-INF