forked from flof/swt-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.properties
70 lines (56 loc) · 2.23 KB
/
default.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# -------------------------------------------------------------
# DEFAULT JGOODIES FORMS BUILD PROPERTIES
# -------------------------------------------------------------
#
# DO NOT EDIT THIS FILE IN ORDER TO CUSTOMIZE BUILD PROPERTIES.
# CREATE AND EDIT build.properties FILE INSTEAD.
#
# Project Properties ------------------------------------------
Name=SwtForms
name=swtforms
vendor=Florian Fankhauser
spec.version=1.0
impl.version=0.9.1
dist.version=0_9_1-20081008
copyright.date=2004-2008
copyright.message=Copyright © ${copyright.date} ${vendor}. All Rights Reserved.
implementation.title=net.ffxml.swtforms
top.dir=${basedir}
# Source Properties -------------------------------------------
src.dir = ${top.dir}/src
src.main.dir = ${src.dir}/
docs.dir = ${top.dir}/docs
# JavaDoc Properties ------------------------------------------
javadoc.link=http://java.sun.com/j2se/1.4/docs/api/
javadoc.packages=net.ffxml.swtforms.*
# Build Properties --------------------------------------------
build.compiler.pedantic=false
build.compile.debug=on
build.compile.deprecation=off
build.compile.fork=no
build.compile.nowarn=on
build.compile.target=1.3
build.compile.source=1.3
build.encoding=ISO-8859-1
lib=${top.dir}/lib
build.dir = ${top.dir}/build
build.classes.dir = ${build.dir}/classes
build.main.dir = ${build.classes.dir}/
build.extras.dir = ${build.classes.dir}/extras
build.tutorial.dir = ${build.classes.dir}/tutorial
build.test.dir = ${build.classes.dir}/test
build.docs.dir = ${build.dir}/docs
build.javadocs.dir = ${build.docs.dir}/api
build.reports.dir = ${build.dir}/test-reports
build.main.jar = ${build.dir}/${name}.jar
# Dist Properties -----------------------------------------------
dist.root.dir = ${top.dir}/dist
dist.name = ${name}-${impl.version}
deploy.name = ${name}-${dist.version}
dist.subdir = ${dist.name}
dist.dir = ${dist.root.dir}/${dist.subdir}
dist.zip = ${dist.root.dir}/${deploy.name}.zip
dist.src.dir = ${dist.dir}/src
dist.docs.dir = ${dist.dir}/docs
dist.main.jar = ${dist.dir}/${dist.name}.jar
dist.main.src.zip = ${dist.dir}/${dist.name}-src.zip