1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/java/Postak/nbproject/project.properties Sun Nov 23 22:19:20 2008 +0100
1.3 @@ -0,0 +1,67 @@
1.4 +application.title=Postak
1.5 +application.vendor=fiki
1.6 +build.classes.dir=${build.dir}/classes
1.7 +build.classes.excludes=**/*.java,**/*.form
1.8 +# This directory is removed when the project is cleaned:
1.9 +build.dir=build
1.10 +build.generated.dir=${build.dir}/generated
1.11 +# Only compile against the classpath explicitly listed here:
1.12 +build.sysclasspath=ignore
1.13 +build.test.classes.dir=${build.dir}/test/classes
1.14 +build.test.results.dir=${build.dir}/test/results
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}/Postak.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.JAF.classpath}:\
1.28 + ${libs.JavaMail.classpath}
1.29 +# Space-separated list of extra javac options
1.30 +javac.compilerargs=
1.31 +javac.deprecation=false
1.32 +javac.source=1.5
1.33 +javac.target=1.5
1.34 +javac.test.classpath=\
1.35 + ${javac.classpath}:\
1.36 + ${build.classes.dir}:\
1.37 + ${libs.junit.classpath}:\
1.38 + ${libs.junit_4.classpath}
1.39 +javadoc.additionalparam=
1.40 +javadoc.author=false
1.41 +javadoc.encoding=${source.encoding}
1.42 +javadoc.noindex=false
1.43 +javadoc.nonavbar=false
1.44 +javadoc.notree=false
1.45 +javadoc.private=false
1.46 +javadoc.splitindex=true
1.47 +javadoc.use=true
1.48 +javadoc.version=false
1.49 +javadoc.windowtitle=
1.50 +# Property libs.JAF.classpath is set here just to make sharing of project simpler.
1.51 +# The library definition has always preference over this property.
1.52 +libs.JAF.classpath=../../../../../java/lib/jaf/jaf-1.1.1/activation.jar
1.53 +# Property libs.JavaMail.classpath is set here just to make sharing of project simpler.
1.54 +# The library definition has always preference over this property.
1.55 +libs.JavaMail.classpath=../../../../../java/lib/java-mail/javamail-1.4.1/mail.jar:../../../../../java/lib/java-mail/javamail-1.4.1/lib/dsn.jar:../../../../../java/lib/java-mail/javamail-1.4.1/lib/imap.jar:../../../../../java/lib/java-mail/javamail-1.4.1/lib/mailapi.jar:../../../../../java/lib/java-mail/javamail-1.4.1/lib/pop3.jar:../../../../../java/lib/java-mail/javamail-1.4.1/lib/smtp.jar
1.56 +meta.inf.dir=${src.dir}/META-INF
1.57 +platform.active=default_platform
1.58 +run.classpath=\
1.59 + ${javac.classpath}:\
1.60 + ${build.classes.dir}
1.61 +# Space-separated list of JVM arguments used when running the project
1.62 +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
1.63 +# or test-sys-prop.name=value to set system properties for unit tests):
1.64 +run.jvmargs=
1.65 +run.test.classpath=\
1.66 + ${javac.test.classpath}:\
1.67 + ${build.test.classes.dir}
1.68 +source.encoding=UTF-8
1.69 +src.dir=src
1.70 +test.src.dir=test