-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuild.properties.sample
33 lines (25 loc) · 1.21 KB
/
build.properties.sample
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
# ----------------------------------------------------------------------------
# Properties related to the user environment. This file should be provided
# for building JUnit-addons or the properties need to be specified on the
# command line when starting Ant with the -D switch or from a higher level
# build file.
#
# Version: $Revision: 1.8 $ $Date: 2003/04/27 02:14:33 $
# Author: Vladimir R. Bossicard ([email protected])
# ----------------------------------------------------------------------------
# library available at <http://junit-addons.sf.net>
junit-addons-runner.jar = lib/junit-addons-runner-1.0-alpha1.jar
# library available at <http://www.jdom.org>
jdom.jar = lib/jdom.jar
# library available at <http://www.jaxen.org>
jaxen.jar = lib/jaxen-full.jar
# library available at <http://www.saxpath.org>
saxpath.jar = lib/saxpath.jar
# library available at <http://jakarta.apache.org/ant>
ant.jar = lib/ant.jar
# library available at <http://www.junit.org>
junit.jar = lib/junit.jar
# library available at <http://jakarta.apache.org/xerces>
xerces.jar = lib/xercesImpl.jar:lib/xmlParserAPIs.jar
# library available at <http://jakarta.apache.org/commons>
commons-logging.jar = lib/commons-logging.jar