File: build.xml

package info (click to toggle)
eclipse-platform 4.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,112 kB
  • sloc: java: 528,935; xml: 64,472; javascript: 4,902; jsp: 4,211; ansic: 870; makefile: 38
file content (319 lines) | stat: -rw-r--r-- 19,590 bytes parent folder | download
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<?xml version="1.0" encoding="UTF-8"?>
<project>

  <include file="/usr/share/eclipse-debian-helper/build-eclipse-bundle.xml"/>

  <!-- Eclipse Compare Support -->
  <target name="org.eclipse.compare" depends="org.eclipse.compare.core,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime">
    <make-bundle name="org.eclipse.compare" release="17" depends="org.eclipse.compare.core,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime" basedir="team/bundles">
      <pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
      <pathelement path="/usr/share/java/eclipse-core-filebuffers.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface-text.jar"/>
      <pathelement path="/usr/share/java/eclipse-text.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-editors.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-forms.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-ide.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-navigator.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-views.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench-texteditor.jar"/>
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/icu4j.jar"/>
      <pathelement path="/usr/share/java/swt4.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Core Compare Support -->
  <target name="org.eclipse.compare.core" depends="org.eclipse.core.runtime">
    <make-bundle name="org.eclipse.compare.core" basedir="team/bundles" depends="org.eclipse.core.runtime">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/icu4j.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Core Jobs -->
  <target name="org.eclipse.core.jobs">
    <make-bundle name="org.eclipse.core.jobs" release="11" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Core Tools -->
  <target name="org.eclipse.core.tools">
    <!-- TODO requires org.eclipse.jface -->
    <make-bundle name="org.eclipse.core.tools" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/swt4.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Content Mechanism -->
  <target name="org.eclipse.core.contenttype">
    <make-bundle name="org.eclipse.core.contenttype" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse External Tools Headless Support -->
  <target name="org.eclipse.core.externaltools" depends="org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.core.variables,org.eclipse.debug.core">
    <make-bundle name="org.eclipse.core.externaltools" basedir="debug" depends="org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.core.variables,org.eclipse.debug.core" release="11">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Core File Systems -->
  <target name="org.eclipse.core.filesystem" depends="org.eclipse.core.runtime">
    <make-bundle name="org.eclipse.core.filesystem" depends="org.eclipse.core.runtime" basedir="resources/bundles">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Internet Connection Management -->
  <target name="org.eclipse.core.net">
    <make-bundle name="org.eclipse.core.net" basedir="team/bundles">
      <pathelement path="/usr/share/java/eclipse-osgi.jar"/>
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/equinox-security.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Core Resource Management -->
  <target name="org.eclipse.core.resources" depends="org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.filesystem,org.eclipse.core.jobs,org.eclipse.core.runtime">
    <make-bundle name="org.eclipse.core.resources" release="17" depends="org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.filesystem,org.eclipse.core.jobs,org.eclipse.core.runtime" basedir="resources/bundles">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Core Runtime -->
  <target name="org.eclipse.core.runtime" depends="org.eclipse.core.jobs,org.eclipse.core.contenttype">
    <make-bundle name="org.eclipse.core.runtime" release="11" depends="org.eclipse.core.jobs,org.eclipse.core.contenttype" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/equinox-app.jar"/>
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Expression Language -->
  <target name="org.eclipse.core.expressions" depends="org.eclipse.core.runtime">
    <make-bundle name="org.eclipse.core.expressions" release="17" depends="org.eclipse.core.runtime" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Core Variables -->
  <target name="org.eclipse.core.variables" depends="org.eclipse.core.runtime">
    <make-bundle name="org.eclipse.core.variables" basedir="debug" depends="org.eclipse.core.runtime">
      <pathelement path="/usr/share/java/eclipse-osgi.jar"/>
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Debug Core -->
  <target name="org.eclipse.debug.core" depends="org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.filesystem,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.core.variables">
    <make-bundle name="org.eclipse.debug.core" basedir="debug" release="11" depends="org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.filesystem,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.core.variables">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/icu4j.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Debug UI -->
  <target name="org.eclipse.debug.ui" depends="org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.filesystem,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.core.variables,org.eclipse.debug.core,org.eclipse.help,org.eclipse.ui.console">
    <make-bundle name="org.eclipse.debug.ui" basedir="debug" depends="org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.filesystem,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.core.variables,org.eclipse.debug.core,org.eclipse.help,org.eclipse.ui.console" release="17">
      <pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
      <pathelement path="/usr/share/java/eclipse-e4-ui-services.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface-text.jar"/>
      <pathelement path="/usr/share/java/eclipse-text.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-editors.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-forms.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-ide.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench-texteditor.jar"/>
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/icu4j.jar"/>
      <pathelement path="/usr/share/java/swt4.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Contexts -->
  <target name="org.eclipse.e4.core.contexts" depends="org.eclipse.e4.core.di">
    <make-bundle name="org.eclipse.e4.core.contexts" depends="org.eclipse.e4.core.di" release="11" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
      <pathelement path="/usr/share/java/jakarta-inject-api.jar"/>
      <pathelement path="/usr/share/java/eclipse-osgi-services.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Dependency Injection -->
  <target name="org.eclipse.e4.core.di" depends="org.eclipse.e4.core.di.annotations">
    <make-bundle name="org.eclipse.e4.core.di" depends="org.eclipse.e4.core.di.annotations" release="17" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
      <pathelement path="/usr/share/java/geronimo-annotation-1.3-spec.jar"/>
      <pathelement path="/usr/share/java/jakarta-annotation-api.jar"/>
      <pathelement path="/usr/share/java/jakarta-inject-api.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Dependency Injection Annotations -->
  <target name="org.eclipse.e4.core.di.annotations">
    <make-bundle name="org.eclipse.e4.core.di.annotations" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
      <pathelement path="/usr/share/java/jakarta-inject-api.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Dependency Injection Extensions -->
  <target name="org.eclipse.e4.core.di.extensions">
    <make-bundle name="org.eclipse.e4.core.di.extensions" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
      <pathelement path="/usr/share/java/jakarta-inject-api.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Dependency Injection Extensions Supplier -->
  <target name="org.eclipse.e4.core.di.extensions.supplier" depends="org.eclipse.e4.core.contexts,org.eclipse.e4.core.di,org.eclipse.e4.core.di.annotations,org.eclipse.e4.core.di.extensions">
    <make-bundle name="org.eclipse.e4.core.di.extensions.supplier" release="11" depends="org.eclipse.e4.core.contexts,org.eclipse.e4.core.di,org.eclipse.e4.core.di.annotations,org.eclipse.e4.core.di.extensions" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/eclipse-osgi-services.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/geronimo-annotation-1.3-spec.jar"/>
      <pathelement path="/usr/share/java/jakarta-annotation-api.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Application Services -->
  <target name="org.eclipse.e4.core.services" depends="org.eclipse.e4.core.contexts,org.eclipse.e4.core.di,org.eclipse.e4.core.di.annotations">
    <make-bundle name="org.eclipse.e4.core.services" release="17" depends="org.eclipse.e4.core.contexts,org.eclipse.e4.core.di,org.eclipse.e4.core.di.annotations" basedir="runtime/bundles">
      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
      <pathelement path="/usr/share/java/jakarta-annotation-api.jar"/>
      <pathelement path="/usr/share/java/jakarta-inject-api.jar"/>
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/eclipse-osgi-services.jar"/>
      <pathelement path="/usr/share/java/geronimo-annotation-1.3-spec.jar"/>
    </make-bundle>
  </target>

   <!-- Help System Core -->
  <target name="org.eclipse.help" depends="org.eclipse.core.expressions,org.eclipse.core.runtime">
    <make-bundle name="org.eclipse.help" release="11" depends="org.eclipse.core.expressions,org.eclipse.core.runtime" basedir="ua">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/icu4j.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse JSch Core -->
  <target name="org.eclipse.jsch.core" depends="org.eclipse.core.net,org.eclipse.core.runtime">
    <make-bundle name="org.eclipse.jsch.core" depends="org.eclipse.core.net,org.eclipse.core.runtime" basedir="team/bundles">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/jsch.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse JSch UI -->
  <target name="org.eclipse.jsch.ui" depends="org.eclipse.core.runtime,org.eclipse.jsch.core">
    <make-bundle name="org.eclipse.jsch.ui" depends="org.eclipse.core.runtime,org.eclipse.jsch.core" basedir="team/bundles">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench.jar"/>
      <pathelement path="/usr/share/java/swt4.jar"/>
      <pathelement path="/usr/share/java/jsch.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Team Support Core -->
  <target name="org.eclipse.team.core" depends="org.eclipse.compare.core,org.eclipse.core.contenttype,org.eclipse.core.filesystem,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime">
    <make-bundle name="org.eclipse.team.core" depends="org.eclipse.compare.core,org.eclipse.core.contenttype,org.eclipse.core.filesystem,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime" basedir="team/bundles">
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Diff Extension for Generic Editor -->
  <target name="org.eclipse.team.genericeditor.diff.extension">
    <make-bundle name="org.eclipse.team.genericeditor.diff.extension" basedir="team/bundles">
      <pathelement path="/usr/share/java/eclipse-core-filebuffers.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface-text.jar"/>
      <pathelement path="/usr/share/java/eclipse-text.jar"/>
      <pathelement path="/usr/share/java/swt4.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Team Support UI -->
  <target name="org.eclipse.team.ui" depends="org.eclipse.compare,org.eclipse.compare.core,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.team.core">
    <make-bundle name="org.eclipse.team.ui" depends="org.eclipse.compare,org.eclipse.compare.core,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.team.core" release="17" basedir="team/bundles">
      <pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface-text.jar"/>
      <pathelement path="/usr/share/java/eclipse-text.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-editors.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-forms.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-ide.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-navigator.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench-texteditor.jar"/>
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/icu4j.jar"/>
      <pathelement path="/usr/share/java/swt4.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse Console -->
  <target name="org.eclipse.ui.console" depends="org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime,org.eclipse.core.variables,org.eclipse.debug.core">
    <make-bundle name="org.eclipse.ui.console" basedir="debug" depends="org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime,org.eclipse.core.variables,org.eclipse.debug.core" release="11">
      <pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface-text.jar"/>
      <pathelement path="/usr/share/java/eclipse-text.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench-texteditor.jar"/>
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/icu4j.jar"/>
      <pathelement path="/usr/share/java/swt4.jar"/>
    </make-bundle>
  </target>

  <!-- Eclipse External Tools -->
  <target name="org.eclipse.ui.externaltools" depends="org.eclipse.core.externaltools,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.core.variables,org.eclipse.debug.core,org.eclipse.debug.ui">
    <make-bundle name="org.eclipse.ui.externaltools" basedir="debug" depends="org.eclipse.core.externaltools,org.eclipse.core.jobs,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.core.variables,org.eclipse.debug.core,org.eclipse.debug.ui">
      <pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
      <pathelement path="/usr/share/java/eclipse-jface.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-ide.jar"/>
      <pathelement path="/usr/share/java/eclipse-ui-workbench.jar"/>
      <pathelement path="/usr/share/java/equinox-common.jar"/>
      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
      <pathelement path="/usr/share/java/equinox-registry.jar"/>
      <pathelement path="/usr/share/java/swt4.jar"/>
    </make-bundle>
  </target>

</project>