File: build.properties

package info (click to toggle)
findbugs 2.0.3%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,220 kB
  • ctags: 19,327
  • sloc: java: 123,960; xml: 30,230; sh: 356; sql: 126; perl: 122; makefile: 45
file content (45 lines) | stat: -rw-r--r-- 1,485 bytes parent folder | download | duplicates (4)
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
# User Configuration:
# This section must be modified to reflect your system.

source.findbugs.jar = src/java/,\
                      src/antTask/,\
                      src/tools/,\
                      src/junit/,\
                      src/gui/,\
                      etc

sys.jar.dir   =/usr/share/java

# Set this to the directory containing the DocBook Modular XSL Stylesheets
#  from http://docbook.sourceforge.net/projects/xsl/

xsl.stylesheet.home	=/usr/share/xml/docbook/stylesheet/docbook-xsl

# Set this to the directory containing the svnant Ant jars.  These are
# needed for the srcdist target and to get the svn revision number
# for the revision number of dev builds.
# http://subclipse.tigris.org/files/documents/906/43359/svnant-1.2.1.zip

# svnant.home	=${local.software.home}/svnant-1.2.1

# Set this to the directory where Saxon (http://saxon.sourceforge.net/)
# is installed.

saxon.home		=${sys.jar.dir}

# Set this to the directory where FOP (http://xml.apache.org/fop/)
# is installed.  (Note: this is disabled for now.)

fop.home 		=${local.software.home}/java/fop-0.20.5rc2

# Set this to the directory where Eclipse (http://www.eclipse.org/)
# is installed.  This only required if you want to build the FindBugs
# Eclipse plugin.
eclipse.home		=${local.software.home}/java/eclipse-2.1.3

dblatex.img.fix=while(<>){s,([A-Za-z-]*\.png\}),manual/\1,g;print;}


pluginsSrc.dir=../plugins/
serverSrc.dir=../server/
findbugsTestCases.dir=../findbugsTestCases