java/HibernateDemo1/HibernateDemo1-lib/nbproject/project.properties
changeset 0 16a1fc2116d6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/HibernateDemo1/HibernateDemo1-lib/nbproject/project.properties	Sat Mar 14 21:58:41 2009 +0100
     1.3 @@ -0,0 +1,60 @@
     1.4 +build.classes.dir=${build.dir}/classes
     1.5 +build.classes.excludes=**/*.java,**/*.form
     1.6 +# This directory is removed when the project is cleaned:
     1.7 +build.dir=build
     1.8 +build.generated.dir=${build.dir}/generated
     1.9 +# Only compile against the classpath explicitly listed here:
    1.10 +build.sysclasspath=ignore
    1.11 +build.test.classes.dir=${build.dir}/test/classes
    1.12 +build.test.results.dir=${build.dir}/test/results
    1.13 +# Uncomment to specify the preferred debugger connection transport:
    1.14 +#debug.transport=dt_socket
    1.15 +debug.classpath=\
    1.16 +    ${run.classpath}
    1.17 +debug.test.classpath=\
    1.18 +    ${run.test.classpath}
    1.19 +# This directory is removed when the project is cleaned:
    1.20 +dist.dir=dist
    1.21 +dist.jar=${dist.dir}/HibernateDemo1-lib.jar
    1.22 +dist.javadoc.dir=${dist.dir}/javadoc
    1.23 +excludes=
    1.24 +includes=**
    1.25 +jar.compress=false
    1.26 +javac.classpath=\
    1.27 +    ${libs.JavaEE.classpath}
    1.28 +# Space-separated list of extra javac options
    1.29 +javac.compilerargs=
    1.30 +javac.deprecation=false
    1.31 +javac.source=1.5
    1.32 +javac.target=1.5
    1.33 +javac.test.classpath=\
    1.34 +    ${javac.classpath}:\
    1.35 +    ${build.classes.dir}:\
    1.36 +    ${libs.junit.classpath}:\
    1.37 +    ${libs.junit_4.classpath}
    1.38 +javadoc.additionalparam=
    1.39 +javadoc.author=false
    1.40 +javadoc.encoding=${source.encoding}
    1.41 +javadoc.noindex=false
    1.42 +javadoc.nonavbar=false
    1.43 +javadoc.notree=false
    1.44 +javadoc.private=false
    1.45 +javadoc.splitindex=true
    1.46 +javadoc.use=true
    1.47 +javadoc.version=false
    1.48 +javadoc.windowtitle=
    1.49 +meta.inf.dir=${src.dir}/META-INF
    1.50 +platform.active=default_platform
    1.51 +run.classpath=\
    1.52 +    ${javac.classpath}:\
    1.53 +    ${build.classes.dir}
    1.54 +# Space-separated list of JVM arguments used when running the project
    1.55 +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    1.56 +# or test-sys-prop.name=value to set system properties for unit tests):
    1.57 +run.jvmargs=
    1.58 +run.test.classpath=\
    1.59 +    ${javac.test.classpath}:\
    1.60 +    ${build.test.classes.dir}
    1.61 +source.encoding=UTF-8
    1.62 +src.dir=src
    1.63 +test.src.dir=test