summaryrefslogtreecommitdiff
path: root/qpid/java/build.deps
blob: f9c4004aecdc6d4d74797cfa014c97f5828ddc45 (plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
backport-util-concurrent=lib/backport-util-concurrent-2.2.jar

commons-cli=lib/commons-cli-1.0.jar
commons-codec=lib/commons-codec-1.3.jar
commons-collections=lib/commons-collections-3.2.jar
commons-configuration=lib/commons-configuration-1.2.jar
commons-lang=lib/commons-lang-2.2.jar
commons-logging=lib/commons-logging-1.0.4.jar
commons-pool=lib/commons-pool-1.4.jar

geronimo-jms=lib/geronimo-jms_1.1_spec-1.0.jar

junit=lib/junit-3.8.1.jar
junit4=lib/junit-4.4.jar

jline=lib/jline-0.9.94.jar

log4j=lib/log4j-1.2.12.jar

mina-core=lib/mina-core-1.0.1.jar
mina-filter-ssl=lib/mina-filter-ssl-1.0.1.jar

slf4j-api=lib/slf4j-api-1.4.0.jar
slf4j-log4j=lib/slf4j-log4j12-1.4.0.jar

xalan=lib/xalan-2.7.0.jar

osgi-core=lib/org.osgi.core-1.0.0.jar
felix-framework=lib/org.apache.felix.framework-1.0.0.jar

geronimo-servlet=lib/geronimo-servlet_2.5_spec-1.2.jar
felix.libs=${osgi-core} ${felix-framework}

common.libs=${slf4j-api} ${backport-util-concurrent} ${mina-core} \
    ${mina-filter-ssl} ${commons-codec} ${commons-lang} ${commons-collections} \
    ${commons-configuration}
client.libs=${common.libs}  ${geronimo-jms}
tools.libs=${client.libs}
broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \
    ${slf4j-log4j} ${xalan} ${felix.libs} ${build.lib}/${project.name}-common-${project.version}.jar

broker-plugins.libs=${common.libs} ${felix.libs} 
management-client.libs=${client.libs} ${commons-pool} ${log4j} ${slf4j-log4j} ${geronimo-servlet}

junit-toolkit.libs=${log4j} ${junit} ${slf4j-api}
test.libs=${slf4j-log4j} ${junit-toolkit.libs}
systests.libs=${client.libs} ${test.libs} ${broker.libs}
perftests.libs=${systests.libs}
integrationtests.libs=${systests.libs}

client-example.libs=${client.libs}
testkit.libs=${client.libs}

ibm-icu=lib/com.ibm.icu_3.4.4.jar
ecl-core-jface=lib/org.eclipse.jface_3.2.0.jar
ecl-core-commands=lib/org.eclipse.core.commands_3.2.0.jar
ecl-core-contenttype=lib/org.eclipse.core.contenttype_3.2.0.jar
ecl-core-expressions=lib/org.eclipse.core.expressions_3.2.0.jar
ecl-core-jobs=lib/org.eclipse.core.jobs_3.2.0.jar
ecl-core-runtime=lib/org.eclipse.core.runtime_3.2.0.jar
ecl-core-runtime-compat-auth=lib/org.eclipse.core.runtime.compatibility.auth_3.2.0.jar
ecl-core-runtime-compat-registry=lib/org.eclipse.core.runtime.compatibility.registry_3.2.0.jar
ecl-equinox-common=lib/org.eclipse.equinox.common_3.2.0.jar
ecl-equinox-prefs=lib/org.eclipse.equinox.preferences_3.2.0.jar
ecl-equinox-registry=lib/org.eclipse.equinox.registry_3.2.0.jar
ecl-help=lib/org.eclipse.help_3.2.0.jar
ecl-osgi=lib/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
ecl-swt=lib/org.eclipse.swt_3.4.1.v3449c.jar
ecl-swt-win32-win32-x86=lib/org.eclipse.swt.win32.win32.x86_3.2.0.jar
ecl-unix-shared=lib/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
ecl-swt-linux-gtk-x86=lib/org.eclipse.swt.gtk.linux.x86_3.4.1.v3449c.jar \
  lib/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/*
ecl-swt-macosx=lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar \
  lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/*
  
ecl-ui=lib/org.eclipse.ui_3.2.0.jar
ecl-ui-forms=lib/org.eclipse.ui.forms_3.2.0.jar
ecl-ui-workbench=lib/org.eclipse.ui.workbench_3.2.1.jar

management-eclipse-plugin.core-libs=${ibm-icu} ${ecl-core-jface} \
    ${ecl-core-commands} ${ecl-core-contenttype} ${ecl-core-expressions} \
    ${ecl-core-jobs} ${ecl-core-runtime} ${ecl-core-runtime-compat-auth} \
    ${ecl-core-runtime-compat-registry} ${ecl-equinox-common} \
    ${ecl-equinox-prefs} ${ecl-equinox-registry} ${ecl-help} ${ecl-osgi} \
    ${ecl-swt} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench}
    
management-eclipse-plugin-win32-win32-x86.libs=${management-eclipse-plugin.core-libs} ${ecl-swt-win32-win32-x86}
management-eclipse-plugin-linux-gtk-x86.libs=${management-eclipse-plugin.core-libs} ${ecl-unix-shared} ${ecl-swt-linux-gtk-x86}
management-eclipse-plugin-macosx.libs=${management-eclipse-plugin.core-libs} ${ecl-unix-shared} ${ecl-swt-macosx} 

management-eclipse-plugin.libs=${management-eclipse-plugin.core-libs} ${ecl-swt-win32-win32-x86} ${ecl-swt-linux-gtk-x86} ${ecl-swt-macosx}
    
management-tools-qpid-cli.libs=${common.libs} ${jline}

common.test.libs=${test.libs}
broker.test.libs=${test.libs}
client.test.libs=${broker.libs} ${test.libs}
client-example.test.libs=${test.libs}
tools.test.libs=${client.test.libs}
testkit.test.libs=${test.libs}
management-client.test.libs=${client.test.libs}
management-eclipse-plugin.test.libs=${systests.libs}
broker-plugins.test.libs=${test.libs}
management-tools-qpid-cli.test.libs=${junit4} ${slf4j-log4j} ${log4j} ${client.libs}