1 application.title=SubtitlesAdjuster
2 application.vendor=Codist Monk
3 build.classes.dir=${build.dir}/classes
4 build.classes.excludes=**/*.java,**/*.form
5 # This directory is removed when the project is cleaned:
7 build.generated.dir=${build.dir}/generated
8 build.generated.sources.dir=${build.dir}/generated-sources
9 # Only compile against the classpath explicitly listed here:
10 build.sysclasspath=ignore
11 build.test.classes.dir=${build.dir}/test/classes
12 build.test.results.dir=${build.dir}/test/results
13 # Uncomment to specify the preferred debugger connection transport:
14 #debug.transport=dt_socket
17 debug.test.classpath=\
19 # This directory is removed when the project is cleaned:
21 dist.jar=${dist.dir}/SubtitlesAdjuster.jar
22 dist.javadoc.dir=${dist.dir}/javadoc
25 file.reference.JMacAdapter-0.1.3.jar=lib/JMacAdapter-0.1.3.jar
29 ${reference.Aprog.jar}:\
30 ${file.reference.JMacAdapter-0.1.3.jar}
31 # Space-separated list of extra javac options
33 javac.deprecation=true
36 javac.test.classpath=\
38 ${build.classes.dir}:\
39 ${libs.junit.classpath}:\
40 ${libs.junit_4.classpath}
41 javadoc.additionalparam=
43 javadoc.encoding=${source.encoding}
45 javadoc.nonavbar=false
48 javadoc.splitindex=true
52 main.class=net.sourceforge.aprog.subtitlesadjuster.SubtitlesAdjuster
53 manifest.file=manifest.mf
54 meta.inf.dir=${src.dir}/META-INF
55 platform.active=default_platform
56 project.Aprog=../Aprog
57 reference.Aprog.jar=${project.Aprog}/dist/aprog-1.0.0-M3.jar
61 # Space-separated list of JVM arguments used when running the project
62 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
63 # or test-sys-prop.name=value to set system properties for unit tests):
66 ${javac.test.classpath}:\
67 ${build.test.classes.dir}