blob: 292717c7894f0a46930dfef50561b635f4ab797f [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 Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040014 <modelVersion>4.0.0</modelVersion>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040015 <parent>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040016 <artifactId>eclipse.platform.swt.binaries</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040017 <groupId>eclipse.platform.swt.binaries</groupId>
Sravan Kumar Lakkimsetti3b0d00a2021-06-03 20:45:27 +053018 <version>4.21.0-SNAPSHOT</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040019 <relativePath>../../</relativePath>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040020 </parent>
21
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050022 <groupId>eclipse.platform.swt.binaries</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040023 <artifactId>binaries-parent</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040024 <packaging>pom</packaging>
25
26 <properties>
Eclipse Releng Bot3a491542021-06-02 22:09:24 +000027 <forceContextQualifier>v20210602-2209</forceContextQualifier>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040028 </properties>
29
30 <build>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040031 <plugins>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040032 <plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040033 <groupId>org.eclipse.tycho</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040034 <artifactId>tycho-packaging-plugin</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040035 <version>${tycho.version}</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040036 <configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040037 <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040038 </configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040039 </plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040040 <plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040041 <groupId>org.eclipse.tycho</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040042 <artifactId>target-platform-configuration</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040043 <version>${tycho.version}</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040044 <configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040045 <dependency-resolution>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040046 <profileProperties>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040047 <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040048 <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040049 </profileProperties>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040050 </dependency-resolution>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040051 <environments>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040052 <environment>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040053 <os>${os}</os>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040054 <ws>${ws}</ws>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040055 <arch>${arch}</arch>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040056 </environment>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040057 </environments>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040058 </configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040059 </plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040060 <plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040061 <artifactId>maven-antrun-plugin</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040062 <executions>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040063 <execution>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040064 <id>normal</id>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040065 <phase>initialize</phase>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040066 <configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040067 <target>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040068 <property name="copy.src.dir" value="src"/>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040069 <ant antfile="build.xml" target="copy.${ws}.src"/>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040070 </target>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040071 </configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040072 <goals>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040073 <goal>run</goal>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040074 </goals>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040075 </execution>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040076 </executions>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040077 <dependencies>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040078 <dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040079 <groupId>org.mozilla</groupId>
Alexander Kurtakov63fb4282020-01-24 21:24:05 +020080 <artifactId>rhino-runtime</artifactId>
Alexander Kurtakov4fc98ec2020-10-01 11:41:39 +030081 <version>1.7.13</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040082 </dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040083 <dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040084 <groupId>org.apache.ant</groupId>
Alexander Kurtakov4221c402019-11-25 13:03:50 +020085 <artifactId>ant</artifactId>
Alexander Kurtakov04e9c272021-05-17 20:27:06 +030086 <version>1.10.10</version>
Alexander Kurtakov4221c402019-11-25 13:03:50 +020087 </dependency>
88 <dependency>
89 <groupId>org.apache.ant</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040090 <artifactId>ant-apache-bsf</artifactId>
Alexander Kurtakov04e9c272021-05-17 20:27:06 +030091 <version>1.10.10</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040092 </dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040093 </dependencies>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040094 </plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040095 </plugins>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040096 </build>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050097</project>