blob: edafc1eeb9b9060f40a22a927f24baa490608176 [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###############################################################################
Sravan Kumar Lakkimsettia0aea972021-11-23 11:12:13 +053013-->
14<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 Bot7825f0c2021-11-17 23:32:03 +000015 <modelVersion>4.0.0</modelVersion>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000016 <parent>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000017 <artifactId>eclipse.platform.swt.binaries</artifactId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000018 <groupId>eclipse.platform.swt.binaries</groupId>
Sravan Kumar Lakkimsetti08870862022-03-04 18:59:54 +053019 <version>4.24.0-SNAPSHOT</version>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000020 <relativePath>../../</relativePath>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040021 </parent>
Sravan Kumar Lakkimsettia0aea972021-11-23 11:12:13 +053022
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050023 <groupId>eclipse.platform.swt.binaries</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040024 <artifactId>binaries-parent</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040025 <packaging>pom</packaging>
Sravan Kumar Lakkimsettia0aea972021-11-23 11:12:13 +053026
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040027 <properties>
Sravan Kumar Lakkimsettia0aea972021-11-23 11:12:13 +053028 <!--
29 forceContextQualifier gets updated during build input process using
30 ant script <SWT source repo>/bundles/org.eclipse.swt/buildInternal.xml
31 -->
Eclipse Releng Bota8494262021-11-22 11:44:30 +000032
Eclipse Releng Bot1fd540b2022-03-17 22:04:05 +000033 <forceContextQualifier>v20220317-2204</forceContextQualifier>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040034 </properties>
Sravan Kumar Lakkimsettia0aea972021-11-23 11:12:13 +053035
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040036 <build>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040037 <plugins>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000038 <plugin>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000039 <groupId>org.eclipse.tycho</groupId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000040 <artifactId>tycho-packaging-plugin</artifactId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000041 <version>${tycho.version}</version>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000042 <configuration>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000043 <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000044 </configuration>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000045 </plugin>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000046 <plugin>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000047 <groupId>org.eclipse.tycho</groupId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000048 <artifactId>target-platform-configuration</artifactId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000049 <version>${tycho.version}</version>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000050 <configuration>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000051 <dependency-resolution>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000052 <profileProperties>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000053 <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000054 <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000055 </profileProperties>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000056 </dependency-resolution>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000057 <environments>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000058 <environment>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000059 <os>${os}</os>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000060 <ws>${ws}</ws>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000061 <arch>${arch}</arch>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000062 </environment>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000063 </environments>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000064 </configuration>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000065 </plugin>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000066 <plugin>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000067 <artifactId>maven-antrun-plugin</artifactId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000068 <executions>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000069 <execution>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000070 <id>normal</id>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000071 <phase>initialize</phase>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000072 <configuration>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000073 <target>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000074 <property name="copy.src.dir" value="src"/>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000075 <ant antfile="build.xml" target="copy.${ws}.src"/>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000076 </target>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000077 </configuration>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000078 <goals>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000079 <goal>run</goal>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000080 </goals>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000081 </execution>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000082 </executions>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000083 <dependencies>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000084 <dependency>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000085 <groupId>org.mozilla</groupId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000086 <artifactId>rhino-runtime</artifactId>
Alexander Kurtakov42827912022-01-14 13:44:12 +020087 <version>1.7.14</version>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000088 </dependency>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000089 <dependency>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000090 <groupId>org.apache.ant</groupId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000091 <artifactId>ant</artifactId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000092 <version>1.10.12</version>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000093 </dependency>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000094 <dependency>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000095 <groupId>org.apache.ant</groupId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000096 <artifactId>ant-apache-bsf</artifactId>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000097 <version>1.10.12</version>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000098 </dependency>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +000099 </dependencies>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +0000100 </plugin>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +0000101 </plugins>
Eclipse Releng Bot7825f0c2021-11-17 23:32:03 +0000102 </build>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -0500103</project>