java/SuperPostak/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Sun, 23 Nov 2008 22:19:20 +0100
changeset 0 e76872ad5226
child 5 bea5d9e11d37
permissions -rw-r--r--
Přidání SuperPošťáka do Mercurialu (původně byl v Subversionu)
Postak – základ, knihovna
SuperPostak – GUI nadstavba
SuperPostak2 – pokus o implementaci aplikace jako modulu pro Netbeans, POZOR: není přidán do Mercurialu, možná později (pravděpodobně se ale nebude používat)
franta-hg@0
     1
application.title=SuperPostak
franta-hg@0
     2
application.vendor=fiki
franta-hg@0
     3
build.classes.dir=${build.dir}/classes
franta-hg@0
     4
build.classes.excludes=**/*.java,**/*.form
franta-hg@0
     5
# This directory is removed when the project is cleaned:
franta-hg@0
     6
build.dir=build
franta-hg@0
     7
build.generated.dir=${build.dir}/generated
franta-hg@0
     8
# Only compile against the classpath explicitly listed here:
franta-hg@0
     9
build.sysclasspath=ignore
franta-hg@0
    10
build.test.classes.dir=${build.dir}/test/classes
franta-hg@0
    11
build.test.results.dir=${build.dir}/test/results
franta-hg@0
    12
debug.classpath=\
franta-hg@0
    13
    ${run.classpath}
franta-hg@0
    14
debug.test.classpath=\
franta-hg@0
    15
    ${run.test.classpath}
franta-hg@0
    16
# This directory is removed when the project is cleaned:
franta-hg@0
    17
dist.dir=dist
franta-hg@0
    18
dist.jar=${dist.dir}/SuperPostak.jar
franta-hg@0
    19
dist.javadoc.dir=${dist.dir}/javadoc
franta-hg@0
    20
excludes=
franta-hg@0
    21
includes=**
franta-hg@0
    22
jar.compress=false
franta-hg@0
    23
javac.classpath=\
franta-hg@0
    24
    ${libs.PostgreSQLDriver.classpath}:\
franta-hg@0
    25
    ${libs.SwingX.classpath}:\
franta-hg@0
    26
    ${libs.JAF.classpath}:\
franta-hg@0
    27
    ${libs.JavaMail.classpath}:\
franta-hg@0
    28
    ${libs.SubstanceLaF.classpath}:\
franta-hg@0
    29
    ${reference.JFTable.jar}:\
franta-hg@0
    30
    ${libs.MySQLDriver.classpath}:\
franta-hg@0
    31
    ${libs.jTDS-Sybase-MSSQL.classpath}:\
franta-hg@0
    32
    ${libs.Sybase.com.classpath}:\
franta-hg@0
    33
    ${reference.Postak.jar}
franta-hg@0
    34
# Space-separated list of extra javac options
franta-hg@0
    35
javac.compilerargs=
franta-hg@0
    36
javac.deprecation=false
franta-hg@0
    37
javac.source=1.5
franta-hg@0
    38
javac.target=1.5
franta-hg@0
    39
javac.test.classpath=\
franta-hg@0
    40
    ${javac.classpath}:\
franta-hg@0
    41
    ${build.classes.dir}:\
franta-hg@0
    42
    ${libs.junit_4.classpath}
franta-hg@0
    43
javadoc.additionalparam=
franta-hg@0
    44
javadoc.author=false
franta-hg@0
    45
javadoc.encoding=${source.encoding}
franta-hg@0
    46
javadoc.noindex=false
franta-hg@0
    47
javadoc.nonavbar=false
franta-hg@0
    48
javadoc.notree=false
franta-hg@0
    49
javadoc.private=false
franta-hg@0
    50
javadoc.splitindex=true
franta-hg@0
    51
javadoc.use=true
franta-hg@0
    52
javadoc.version=false
franta-hg@0
    53
javadoc.windowtitle=
franta-hg@0
    54
jnlp.codebase.type=user
franta-hg@0
    55
jnlp.codebase.url=file:/home/fiki/subversion/SuperPostak/trunk/java/SuperPostak/dist/
franta-hg@0
    56
jnlp.codebase.user=http://frantovo.cz/projekty/SuperPostak/jws/
franta-hg@0
    57
jnlp.enabled=true
franta-hg@0
    58
jnlp.icon=/home/fiki/java/SuperPostak/src/cz/frantovo/superPostak/mail_generic.png
franta-hg@0
    59
jnlp.offline-allowed=true
franta-hg@0
    60
jnlp.signed=true
franta-hg@0
    61
# Property libs.JAF.classpath is set here just to make sharing of project simpler.
franta-hg@0
    62
# The library definition has always preference over this property.
franta-hg@0
    63
libs.JAF.classpath=../lib/jaf/jaf-1.1.1/activation.jar
franta-hg@0
    64
# Property libs.JavaMail.classpath is set here just to make sharing of project simpler.
franta-hg@0
    65
# The library definition has always preference over this property.
franta-hg@0
    66
libs.JavaMail.classpath=../lib/java-mail/javamail-1.4.1/mail.jar:../lib/java-mail/javamail-1.4.1/lib/dsn.jar:../lib/java-mail/javamail-1.4.1/lib/imap.jar:../lib/java-mail/javamail-1.4.1/lib/mailapi.jar:../lib/java-mail/javamail-1.4.1/lib/pop3.jar:../lib/java-mail/javamail-1.4.1/lib/smtp.jar
franta-hg@0
    67
# Property libs.jTDS-Sybase-MSSQL.classpath is set here just to make sharing of project simpler.
franta-hg@0
    68
# The library definition has always preference over this property.
franta-hg@0
    69
libs.jTDS-Sybase-MSSQL.classpath=../../../../../java/lib/jTDS - Sybase a MS SQL/jtds-1.2.2-dist/jtds-1.2.2.jar
franta-hg@0
    70
# Property libs.MySQLDriver.classpath is set here just to make sharing of project simpler.
franta-hg@0
    71
# The library definition has always preference over this property.
franta-hg@0
    72
libs.MySQLDriver.classpath=../../../../../../../usr/local/netbeans-6.0/ide8/modules/ext/mysql-connector-java-5.0.7-bin.jar
franta-hg@0
    73
# Property libs.PostgreSQLDriver.classpath is set here just to make sharing of project simpler.
franta-hg@0
    74
# The library definition has always preference over this property.
franta-hg@0
    75
libs.PostgreSQLDriver.classpath=../../../../usr/local/netbeans-6.0/ide8/modules/ext/postgresql-8.2-506.jdbc3.jar
franta-hg@0
    76
# Property libs.SubstanceLaF.classpath is set here just to make sharing of project simpler.
franta-hg@0
    77
# The library definition has always preference over this property.
franta-hg@0
    78
libs.SubstanceLaF.classpath=../../../../../java/lib/substance/lib/asm-all-2.2.2.jar:../../../../../java/lib/substance/lib/forms-1.1.0.jar:../../../../../java/lib/substance/lib/laf-plugin-50.jar:../../../../../java/lib/substance/lib/laf-widget.jar:../../../../../java/lib/substance/lib/substance-baseline.jar:../../../../../java/lib/substance/lib/substance-swingx.jar:../../../../../java/lib/substance/lib/substance-watermark-pack.jar:../../../../../java/lib/substance/lib/swingx.jar:../../../../../java/lib/substance/build/classes
franta-hg@0
    79
# Property libs.SwingX.classpath is set here just to make sharing of project simpler.
franta-hg@0
    80
# The library definition has always preference over this property.
franta-hg@0
    81
libs.SwingX.classpath=../lib/swingx/SwingX 0.9.1/swingx/dist/swingx-0.9.1.jar:../lib/swingx/SwingX 0.9.1/swingx/lib/jmock-1.1.0RC1.jar:../lib/swingx/SwingX 0.9.1/swingx/lib/junit-4.0-src.jar:../lib/swingx/SwingX 0.9.1/swingx/lib/junit-4.0.jar:../lib/swingx/SwingX 0.9.1/swingx/lib/optional/Filters.jar:../lib/swingx/SwingX 0.9.1/swingx/lib/optional/MultipleGradientPaint.jar:../lib/swingx/SwingX 0.9.1/swingx/lib/optional/swing-layout.jar:../lib/swingx/SwingX 0.9.1/swingx/lib/optional/swing-worker.jar
franta-hg@0
    82
# Property libs.Sybase.com.classpath is set here just to make sharing of project simpler.
franta-hg@0
    83
# The library definition has always preference over this property.
franta-hg@0
    84
libs.Sybase.com.classpath=../../../../../java/lib/Sybase.com/jconn2.jar:../../../../../java/lib/Sybase.com/jTDS2.jar
franta-hg@0
    85
main.class=cz.frantovo.superPostak.SuperPostak
franta-hg@0
    86
manifest.file=manifest.mf
franta-hg@0
    87
meta.inf.dir=${src.dir}/META-INF
franta-hg@0
    88
platform.active=default_platform
franta-hg@0
    89
project.JFTable=../../../../JFTable/trunk/java/JFTable
franta-hg@0
    90
project.Postak=../Postak
franta-hg@0
    91
reference.JFTable.jar=${project.JFTable}/dist/JFTable.jar
franta-hg@0
    92
reference.Postak.jar=${project.Postak}/dist/Postak.jar
franta-hg@0
    93
run.classpath=\
franta-hg@0
    94
    ${javac.classpath}:\
franta-hg@0
    95
    ${build.classes.dir}
franta-hg@0
    96
run.test.classpath=\
franta-hg@0
    97
    ${javac.test.classpath}:\
franta-hg@0
    98
    ${build.test.classes.dir}
franta-hg@0
    99
source.encoding=UTF-8
franta-hg@0
   100
src.dir=src
franta-hg@0
   101
test.src.dir=test