File: build.properties

package info (click to toggle)
liboro-java 2.0.8a-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,464 kB
  • sloc: java: 6,847; xml: 207; sh: 9; makefile: 5
file content (91 lines) | stat: -rw-r--r-- 2,519 bytes parent folder | download | duplicates (10)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# ------------------------------------------------------------------------
# $Id: build.properties,v 1.8 2003/12/29 02:22:51 dfs Exp $
#
# This file controls various properties which may be set during a build.
#
# This file is intended to be modified by users to accomadate their own
# working practices, or overridden by one of the property files specified
# in build.xml.
#
--------------------------------------------------------------------------

# Name and version information
name=Jakarta-ORO
project=jakarta-oro
version=2.0.8

# Name and version of the project
project.name=${project}-${version}

top.dir=.
year=2000-2003

jakarta-site2.dir=../jakarta-site2

code.src=${top.dir}/src
build.src=${top.dir}/src/java
build.dest=${top.dir}/classes
build.tests=${build.dest}/tests

javadoc.destdir=${top.dir}/docs/api
final.name=${project}-${version}
final.dir=${top.dir}/${final.name}
debug=off
optimize=on
deprecation=off
ant.home=.
docs.src=${top.dir}/xdocs
docs.dest=${top.dir}/docs

#
# The stuff below is for when we take another pass at cleaning up
# build.xml and making the properties more consistent.
#

# Temporary working directory.  Specified on a per user basis
#tmp.dir=/tmp/${user.name}
tmp.dir=.

# Build directory
##build.dir=${tmp.dir}/${project.name}/build
#build.dir=${tmp.dir}/build
#src.dir=${top.dir}/src
#src.java.dir=${src.dir}/java
#doc.dir=${top.dir}/docs
#doc.java.dir=${doc.dir}/api
##doc.user.dir=${doc.dir}/user
##doc.printer.dir=${doc.dir}/printer

# Test results directory
#check.dir=${tmp.dir}/${project.name}/check

# Build properties
#build.debug=off
#build.deprecation=off
#build.optimize=on
#build.bin.dir=${build.dir}/bin
#build.lib.dir=${build.dir}/lib
#build.src.dir=${build.dir}/src/java
#build.data.dir=${build.dir}/conf
#build.doc.dir=${build.dir}/docs
#build.doc.java.dir=${build.dir}/docs/api

# Installation properties
#install.dir=./${project.name}
#install.bin.dir=${install.dir}/bin
#install.lib.dir=${install.dir}/lib
#install.src.dir=${install.dir}/src/java
#install.data.dir=${install.dir}/conf
#install.doc.dir=${install.dir}/docs
#install.doc.java.dir=${build.dir}/docs/api

# Document constants
#company.name=Apache Software Foundation
  
#copyright.date=2000-2003
#copyright.message=Copyright © ${copyright.date} ${company.name}. All Rights Reserved.

# Time stamp patterns
#timestamp.fullTimeDate.pattern=EEEE, d MMMM yyyy hh:mm:ss aa (z)
#timestamp.longTimeDate.pattern=EEEE, d MMMM yyyy hh:mm:ss aa
#timestamp.shortTimeDate.pattern=dd/MM/yyyy HH:mm:ss