~ubuntu-branches/ubuntu/trusty/flute-1.3-jfree/trusty

« back to all changes in this revision

Viewing changes to ant/build.properties

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-11-05 00:29:44 UTC
  • Revision ID: james.westby@ubuntu.com-20071105002944-smtmy7dk6fogof0h
Tags: upstream-20061107
ImportĀ upstreamĀ versionĀ 20061107

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###########################################################
 
2
#
 
3
#  Global settings ...
 
4
flute.name=flute
 
5
flute.version=1.3-jfree-20061107
 
6
 
 
7
#
 
8
# This defines the compiler settings. Optimizing would remove
 
9
# the debug information, so we dont do that. This may be selfish,
 
10
# but these settings guarantee better bug-reports :)
 
11
build.debug=true
 
12
build.optimize=false
 
13
build.deprecation=true
 
14
 
 
15
#
 
16
# Make sure that JDK 1.2 compatible class files are generated
 
17
build.target=1.2
 
18
build.source=1.2
 
19
 
 
20
#
 
21
# All path settings are relative to the project root directory
 
22
# (..)
 
23
#
 
24
libdir=lib
 
25
junit-dir=lib
 
26
 
 
27
#
 
28
# If you specify a non-empty string, then dont forget the
 
29
# trailing / here or your results wont fit your expectations...
 
30
#
 
31
targetdir=
 
32
manifest-lib-prefix=lib/
 
33
 
 
34
###########################################################
 
35
#
 
36
#  Used libraries ...
 
37
 
 
38
# Used by: core libraries
 
39
sac-jar-file=sac.jar
 
40
 
 
41
#  Used tools:
 
42
#
 
43
#  JavaCC is opensource and can be downloaded freely from:
 
44
#  https://javacc.dev.java.net/
 
45
#
 
46
#  You have to override or change this property to your JavaCC installation
 
47
#  in case you want to regnerate the parser from the grammar file.
 
48
javacchome=/home/src/ext/javacc
 
49
 
 
50
##############################################################
 
51
#
 
52
# Generated files ...
 
53
flute-jar-file=${flute.name}-${flute.version}.jar
 
54