summaryrefslogtreecommitdiff
path: root/qpid/java/build.deps
blob: 815ff35058f51a73d0d071997150ebdcb8e85f89 (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
commons-beanutils-core=lib/commons-beanutils-core-1.8.0.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.6.jar
commons-digester=lib/commons-digester-1.8.1.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

derby-db=lib/derby-10.6.1.0.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.1.7.jar
mina-filter-ssl=lib/mina-filter-ssl-1.1.7.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

muse-core=lib/muse-core-2.2.0.jar
muse-platform-mini=lib/muse-platform-mini-2.2.0.jar
muse-util=lib/muse-util-2.2.0.jar
muse-util-qname=lib/muse-util-qname-2.2.0.jar
muse-util-xml=lib/muse-util-xml-2.2.0.jar
muse-wsa-soap=lib/muse-wsa-soap-2.2.0.jar
muse-wsdm-muws-adv-api=lib/muse-wsdm-muws-adv-api-2.2.0.jar
muse-wsdm-muws-adv-impl=lib/muse-wsdm-muws-adv-impl-2.2.0.jar
muse-wsdm-muws-api=lib/muse-wsdm-muws-api-2.2.0.jar
muse-wsdm-muws-impl=lib/muse-wsdm-muws-impl-2.2.0.jar
muse-wsdm-wef-api=lib/muse-wsdm-wef-api-2.2.0.jar
muse-wsdm-wef-impl=lib/muse-wsdm-wef-impl-2.2.0.jar
muse-wsn-api=lib/muse-wsn-api-2.2.0.jar
muse-wsn-impl=lib/muse-wsn-impl-2.2.0.jar
muse-wsrf-api=lib/muse-wsrf-api-2.2.0.jar
muse-wsrf-impl=lib/muse-wsrf-impl-2.2.0.jar
muse-wsrf-rmd=lib/muse-wsrf-rmd-2.2.0.jar
muse-wsx-api=lib/muse-wsx-api-2.2.0.jar
muse-wsx-impl=lib/muse-wsx-impl-2.2.0.jar
wsdl4j=lib/wsdl4j-1.6.1.jar
xercesImpl=lib/xercesImpl-2.8.1.jar
xml-apis=lib/xml-apis-1.3.03.jar
javassist=lib/javassist.jar
jetty=lib/jetty-6.1.14.jar
jetty-util=lib/jetty-util-6.1.14.jar
jetty-servlet-tester=lib/jetty-servlet-tester-6.1.14.jar
jetty-bootstrap=lib/start.jar
jsp-api=lib/jsp-api-2.1.jar
jsp-impl=lib/jsp-2.1.jar
core-lib=lib/core-3.1.1.jar
servlet-api=lib/servlet-api.jar

muse.libs = ${muse-core} ${muse-platform-mini} ${muse-util} ${muse-util-qname} \
	${muse-util-xml} ${muse-wsa-soap} ${muse-wsdm-muws-adv-api} ${muse-wsdm-muws-adv-impl} \
	${muse-wsdm-muws-api} ${muse-wsdm-muws-impl} ${muse-wsdm-wef-api} ${muse-wsdm-wef-impl} \
	${muse-wsn-api} ${muse-wsn-impl} ${muse-wsrf-api} ${muse-wsrf-impl} ${muse-wsrf-rmd} \
	${muse-wsx-api} ${muse-wsx-impl} ${wsdl4j} ${xercesImpl} ${xml-apis} ${jetty} ${jetty-util} ${jetty-bootstrap}

jsp.libs = ${jsp-api} ${jsp-impl} ${core-lib}

felix-framework=lib/org.apache.felix.framework-2.0.5.jar

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

commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \
	${commons-codec} ${commons-lang} ${commons-collections} ${commons-configuration}

common.libs=${slf4j-api} ${mina-core} ${mina-filter-ssl} 
client.libs=${geronimo-jms} ${common.libs}
tools.libs=${commons-configuration.libs} ${broker.libs}
broker.libs=${commons-cli} ${commons-logging} ${log4j} ${slf4j-log4j} \
    ${xalan} ${felix.libs} ${derby-db} ${commons-configuration.libs}

broker-plugins.libs=${felix.libs} ${log4j} ${commons-configuration.libs} 
management-client.libs=${jsp.libs} ${log4j} ${slf4j-log4j} ${slf4j-api} \
  ${commons-pool} ${geronimo-servlet} ${muse.libs} ${javassist} ${xalan}

management-agent.libs=${commons-logging}
management-console.libs=${commons-logging}

junit-toolkit.libs=${log4j} ${junit} ${slf4j-api}
test.libs=${slf4j-log4j} ${junit-toolkit.libs}
testkit.libs=${log4j}

ibm-icu=lib/com.ibm.icu_3.8.1.v20080530.jar
ecl-core-jface=lib/org.eclipse.jface_3.4.1.M20080827-2000.jar
ecl-core-jface-databinding=lib/org.eclipse.jface.databinding_1.2.1.M20080827-0800a.jar
ecl-core-commands=lib/org.eclipse.core.commands_3.4.0.I20080509-2000.jar
ecl-core-contenttype=lib/org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar
ecl-core-databinding=lib/org.eclipse.core.databinding_1.1.1.M20080827-0800b.jar
ecl-core-expressions=lib/org.eclipse.core.expressions_3.4.0.v20080603-2000.jar
ecl-core-jobs=lib/org.eclipse.core.jobs_3.4.0.v20080512.jar
ecl-core-runtime=lib/org.eclipse.core.runtime_3.4.0.v20080512.jar
ecl-core-runtime-compat-registry=lib/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/**
ecl-equinox-app=lib/org.eclipse.equinox.app_1.1.0.v20080421-2006.jar
ecl-equinox-common=lib/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
ecl-equinox-launcher=lib/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
ecl-equinox-prefs=lib/org.eclipse.equinox.preferences_3.2.201.R34x_v20080709.jar
ecl-equinox-registry=lib/org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar
ecl-help=lib/org.eclipse.help_3.3.101.v20080702_34x.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-ui=lib/org.eclipse.ui_3.4.1.M20080910-0800.jar
ecl-ui-forms=lib/org.eclipse.ui.forms_3.3.101.v20080708_34x.jar
ecl-ui-workbench=lib/org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar
apache-commons-codec=lib/org.apache.commons.codec_1.3.0.v20080530-1600.jar

ecl-swt-win32-win32-x86=lib/org.eclipse.swt.win32.win32.x86_3.4.1.v3449c.jar
ecl-equinox-launcher-win32-win32-x86=lib/org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731/**
ecl-swt-linux-gtk-x86=lib/org.eclipse.swt.gtk.linux.x86_3.4.1.v3449c.jar
ecl-equinox-launcher-linux-gtk-x86=lib/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/**
ecl-swt-linux-gtk-x86_64=lib/org.eclipse.swt.gtk.linux.x86_64_3.4.1.v3449c.jar
ecl-equinox-launcher-linux-gtk-x86_64=lib/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.101.R34x_v20080731/**
ecl-swt-macosx-carbon=lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar
ecl-equinox-launcher-macosx-carbon=lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/**
ecl-swt-solaris-gtk-sparc=lib/org.eclipse.swt.gtk.solaris.sparc_3.4.1.v3449c.jar
ecl-equinox-launcher-solaris-gtk-sparc=lib/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.0.101.R34x_v20080731/**

management-common.libs=

management-eclipse-plugin-win32-win32-x86.libs=${management-eclipse-plugin.core-libs} \
    ${ecl-swt-win32-win32-x86} ${ecl-equinox-launcher-win32-win32-x86}
management-eclipse-plugin-linux-gtk-x86.libs=${management-eclipse-plugin.core-libs} \
    ${ecl-swt-linux-gtk-x86} ${ecl-equinox-launcher-linux-gtk-x86}
management-eclipse-plugin-linux-gtk-x86_64.libs=${management-eclipse-plugin.core-libs} \
    ${ecl-swt-linux-gtk-x86_64} ${ecl-equinox-launcher-linux-gtk-x86_64}
management-eclipse-plugin-macosx.libs=${management-eclipse-plugin.core-libs} \
    ${ecl-swt-macosx-carbon} ${ecl-equinox-launcher-macosx-carbon}
management-eclipse-plugin-solaris-gtk-sparc.libs=${management-eclipse-plugin.core-libs} \
    ${ecl-swt-solaris-gtk-sparc} ${ecl-equinox-launcher-solaris-gtk-sparc}

management-eclipse-plugin.core-libs=${ibm-icu} ${ecl-core-jface} ${ecl-core-jface-databinding} \
    ${ecl-core-commands} ${ecl-core-contenttype} ${ecl-core-databinding} ${ecl-core-expressions} \
    ${ecl-core-jobs} ${ecl-core-runtime} ${ecl-core-runtime-compat-registry} ${ecl-equinox-app} \
    ${ecl-equinox-common} ${ecl-equinox-launcher} ${ecl-equinox-prefs} ${ecl-equinox-registry} \
    ${ecl-help} ${ecl-osgi} ${ecl-swt} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench} ${apache-commons-codec}
    
management-eclipse-plugin.platform-libs=${ecl-equinox-launcher-win32-win32-x86} \
    ${ecl-equinox-launcher-linux-gtk-x86} ${ecl-equinox-launcher-macosx-carbon} \
    ${ecl-swt-win32-win32-x86} ${ecl-swt-linux-gtk-x86} ${ecl-swt-macosx-carbon} \
    ${ecl-swt-linux-gtk-x86_64} ${ecl-equinox-launcher-linux-gtk-x86_64} \
    ${ecl-swt-solaris-gtk-sparc} ${ecl-equinox-launcher-solaris-gtk-sparc}

management-eclipse-plugin.libs=${management-eclipse-plugin.core-libs} ${management-eclipse-plugin.platform-libs}
    
management-tools-qpid-cli.libs=${jline} ${commons-configuration.libs}

common.test.libs=${test.libs}
broker.test.libs=${test.libs}
client.test.libs=${test.libs}
client-example.test.libs=${test.libs}
tools.test.libs=
testkit.test.libs=${test.libs}
systests.libs=${test.libs}

broker-plugins.test.libs=${test.libs} 
broker-plugins-experimental-info.test.libs=${test.libs} ${servlet-api} ${jetty} ${jetty-util} ${jetty-servlet-tester}

management-client.test.libs=${muse.libs} ${test.libs} ${log4j} ${javassist} ${geronimo-servlet} ${commons-pool}
management-console.test.libs=${junit4} ${slf4j-log4j} ${log4j}
management-agent.test.libs=${junit} 
management-eclipse-plugin.test.libs=${systests.libs}
management-tools-qpid-cli.test.libs=${junit4} ${slf4j-log4j} ${log4j}
management-common.test.libs=${test.libs}