blob: de3c64c3988b9489b637480ad480ff54838bb196 [file] [log] [blame]
genie.releng9fb37342017-12-05 05:10:42 -05001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!--
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -05003###############################################################################
Alexander Kurtakov8d19edb2018-12-14 13:47:58 +02004# Copyright (c) 2012, 2018 Red Hat, Inc and others.
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -05005# All rights reserved. This program and the accompanying materials
6# are made available under the terms of the Eclipse Public License v1.0
7# which accompanies this distribution, and is available at
8# http://www.eclipse.org/legal/epl-v10.html
9#
10# Contributors:
11# Krzysztof Daniel, Red Hat, Inc. - initial API and implementation
12###############################################################################
Arun Thondapufd524892016-06-28 18:21:48 +053013--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Eclipse Releng Bot4fc5a282021-11-16 06:01:38 +000014
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000015
16 <modelVersion>4.0.0</modelVersion>
17
18
19 <parent>
20
21
22 <artifactId>eclipse.platform.swt.binaries</artifactId>
23
24
25 <groupId>eclipse.platform.swt.binaries</groupId>
26
27
28 <version>4.22.0-SNAPSHOT</version>
29
30
31 <relativePath>../../</relativePath>
32
33
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040034 </parent>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000035
36
Eclipse Releng Bot4fc5a282021-11-16 06:01:38 +000037
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050038 <groupId>eclipse.platform.swt.binaries</groupId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000039
40
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040041 <artifactId>binaries-parent</artifactId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000042
43
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040044 <packaging>pom</packaging>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000045
46
Eclipse Releng Bot4fc5a282021-11-16 06:01:38 +000047
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040048 <properties>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000049
50
51 <forceContextQualifier>v20211117-2332</forceContextQualifier>
52
53
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040054 </properties>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000055
56
Eclipse Releng Bot4fc5a282021-11-16 06:01:38 +000057
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040058 <build>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000059
60
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040061 <plugins>
Eclipse Releng Bot4fc5a282021-11-16 06:01:38 +000062
Eclipse Releng Bot4fc5a282021-11-16 06:01:38 +000063
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000064 <plugin>
65
66
67 <groupId>org.eclipse.tycho</groupId>
68
69
70 <artifactId>tycho-packaging-plugin</artifactId>
71
72
73 <version>${tycho.version}</version>
74
75
76 <configuration>
77
78
79 <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
80
81
82 </configuration>
83
84
85 </plugin>
86
87
88 <plugin>
89
90
91 <groupId>org.eclipse.tycho</groupId>
92
93
94 <artifactId>target-platform-configuration</artifactId>
95
96
97 <version>${tycho.version}</version>
98
99
100 <configuration>
101
102
103 <dependency-resolution>
104
105
106 <profileProperties>
107
108
109 <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
110
111
112 <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
113
114
115 </profileProperties>
116
117
118 </dependency-resolution>
119
120
121 <environments>
122
123
124 <environment>
125
126
127 <os>${os}</os>
128
129
130 <ws>${ws}</ws>
131
132
133 <arch>${arch}</arch>
134
135
136 </environment>
137
138
139 </environments>
140
141
142 </configuration>
143
144
145 </plugin>
146
147
148 <plugin>
149
150
151 <artifactId>maven-antrun-plugin</artifactId>
152
153
154 <executions>
155
156
157 <execution>
158
159
160 <id>normal</id>
161
162
163 <phase>initialize</phase>
164
165
166 <configuration>
167
168
169 <target>
170
171
172 <property name="copy.src.dir" value="src"/>
173
174
175 <ant antfile="build.xml" target="copy.${ws}.src"/>
176
177
178 </target>
179
180
181 </configuration>
182
183
184 <goals>
185
186
187 <goal>run</goal>
188
189
190 </goals>
191
192
193 </execution>
194
195
196 </executions>
197
198
199 <dependencies>
200
201
202 <dependency>
203
204
205 <groupId>org.mozilla</groupId>
206
207
208 <artifactId>rhino-runtime</artifactId>
209
210
211 <version>1.7.13</version>
212
213
214 </dependency>
215
216
217 <dependency>
218
219
220 <groupId>org.apache.ant</groupId>
221
222
223 <artifactId>ant</artifactId>
224
225
226 <version>1.10.12</version>
227
228
229 </dependency>
230
231
232 <dependency>
233
234
235 <groupId>org.apache.ant</groupId>
236
237
238 <artifactId>ant-apache-bsf</artifactId>
239
240
241 <version>1.10.12</version>
242
243
244 </dependency>
245
246
247 </dependencies>
248
249
250 </plugin>
251
252
253 </plugins>
254
Eclipse Releng Bot4fc5a282021-11-16 06:01:38 +0000255
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +0000256 </build>
257
258
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -0500259</project>