-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
49 lines (37 loc) · 1.27 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
48
49
#
# Compile options
#
optimize = off
debug = on
#
# Libraries
#
# Base64 v2.1 from http://iharder.sourceforge.net/base64/
lib.base64 = lib/base64.jar
# JRDF from http://jrdf.soruceforge.net/
lib.jrdf = lib/jrdf-0.3.4.3.jar
# Trippi 1.2 from http://trippi.sourceforge.net/
lib.trippi = lib/trippi-1.2-core.jar
# Various Apache projects/sub-projects
lib.httpclient = lib/commons-httpclient-3.1-beta1.jar
lib.codec = lib/commons-codec-1.3.jar
lib.logging = lib/commons-logging.jar
lib.log4j = lib/log4j-1.2.15.jar
lib.xerces = lib/xercesImpl.jar
lib.xml-apis = lib/xml-apis.jar
lib.axis = lib/axis.jar
lib.wsdl4j = lib/wsdl4j-1.5.1.jar
lib.discovery = lib/commons-discovery.jar
# Fedora client
lib.fedoraclient = lib/fedora-client.jar
# Patched oreilly servlet package originally from http://servlets.com/cos/
lib.cos = lib/cos.jar
# Java servlet 2.3 interfaces (not distributed, only necessary for compilation)
lib.servlet = lib/servlet-2.3.jar
# SOAP with attachments for Java from http://java.sun.com/xml/saaj/index.jsp
lib.saaj = lib/saaj.jar
# Java API for XML-RPC from http://java.sun.com/xml/jaxrpc/index.jsp
lib.jaxrpc = lib/jaxrpc.jar
# XML Pull apis (required for trippi)
lib.xmlpull = lib/xmlpull_1_1_3_4a.jar
lib.xpp = lib/xpp3_min-1.1.3.4.K.jar