blob: 7627ba37ab1f662a80ffcfc7b4ae02ad2c9ccbd0 [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>
Niraj Modidc514ef2019-06-07 13:50:22 +053018 <version>4.13.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>
Niraj Modidc514ef2019-06-07 13:50:22 +053024 <version>4.13.0-SNAPSHOT</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040025 <packaging>pom</packaging>
26
27 <properties>
genie.releng88f0bba2019-07-19 07:02:09 -040028 <forceContextQualifier>v20190719-0702</forceContextQualifier>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040029 </properties>
30
31 <build>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040032 <plugins>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040033 <plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040034 <groupId>org.eclipse.tycho</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040035 <artifactId>tycho-packaging-plugin</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040036 <version>${tycho.version}</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040037 <configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040038 <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040039 </configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040040 </plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040041 <plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040042 <groupId>org.eclipse.tycho</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040043 <artifactId>target-platform-configuration</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040044 <version>${tycho.version}</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040045 <configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040046 <dependency-resolution>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040047 <profileProperties>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040048 <!-- 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 -040049 <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040050 </profileProperties>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040051 </dependency-resolution>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040052 <environments>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040053 <environment>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040054 <os>${os}</os>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040055 <ws>${ws}</ws>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040056 <arch>${arch}</arch>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040057 </environment>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040058 </environments>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040059 </configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040060 </plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040061 <plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040062 <artifactId>maven-antrun-plugin</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040063 <executions>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040064 <execution>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040065 <id>normal</id>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040066 <phase>initialize</phase>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040067 <configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040068 <target>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040069 <property name="copy.src.dir" value="src"/>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040070 <ant antfile="build.xml" target="copy.${ws}.src"/>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040071 </target>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040072 </configuration>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040073 <goals>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040074 <goal>run</goal>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040075 </goals>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040076 </execution>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040077 </executions>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040078 <dependencies>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040079 <dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040080 <groupId>org.mozilla</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040081 <artifactId>rhino</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040082 <version>1.7.10</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040083 </dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040084 <dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040085 <groupId>org.apache.ant</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040086 <artifactId>ant-apache-bsf</artifactId>
Alexander Kurtakov80135392019-05-09 02:39:01 +030087 <version>1.10.6</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040088 </dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040089 </dependencies>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040090 </plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040091 </plugins>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040092 </build>
Alexander Kurtakova02b7ac2018-12-14 14:11:46 +020093 <profiles>
94 <profile>
95 <id>pre-jigsaw</id>
96 <activation>
97 <jdk>1.8</jdk>
98 </activation>
99 <build>
100 <plugins>
101 <plugin>
102 <artifactId>maven-antrun-plugin</artifactId>
103 <dependencies>
104 <dependency>
105 <groupId>com.sun</groupId>
106 <artifactId>tools</artifactId>
107 <version>0.0.0</version>
108 <scope>system</scope>
109 <systemPath>${toolsjar}</systemPath>
110 </dependency>
111 </dependencies>
112 </plugin>
113 </plugins>
114 </build>
115 </profile>
116
117</profiles>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -0500118</project>