forked from fcrepo3/proai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
47 lines (37 loc) · 1.33 KB
/
build.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
#
# Compile options
#
optimize = off
debug = on
source = 1.5
target = 1.5
#
# Libraries
#
# Various Apache projects/sub-projects
lib.log4j = lib/log4j-1.2.14.jar
lib.xerces = lib/xercesImpl.jar
lib.xml-apis = lib/xml-apis.jar
lib.dbcp = lib/commons-dbcp-1.2.1.jar
lib.collections = lib/commons-collections-3.1.jar
lib.pool = lib/commons-pool-1.2.jar
lib.httpclient = lib/commons-httpclient-3.1-beta1.jar
lib.codec = lib/commons-codec-1.3.jar
lib.logging = lib/commons-logging.jar
# BValid from http://www.sf.net/projects/bvalid
lib.bvalid = lib/bvalid-0.8.1.jar
# Java servlet 2.3 interfaces (not distributed, only necessary for compilation)
lib.servlet = lib/javax.servlet-2.3.jar
# JUnit 3.8.1 from http://junit.org/
lib.junit = lib/junit.jar
# Mckoi 1.0.3 and related classes (for testing)
lib.mckoidb = lib/mckoidb.jar
lib.mckoijdbc = lib/mkjdbc.jar
lib.gnuregexp = lib/gnu-regexp-1.1.4.jar
# Mysql Connector (for testing)
lib.mysql-jdbc = lib/mysql-connector-java-5.0.4-bin.jar
# Postgres Type 3 JDBC driver (for testing)
lib.postgres-jdbc = lib/postgresql-8.2-504.jdbc3.jar
# PropsToDocs (for generating html from proai.properties)
# Usage: java -cp PropsToDocs.jar PropsToDocs proai.properties > output.html
lib.propstodocs = lib/PropsToDocs.jar