blob: 679fb2d0d0899ad2183ec429e211298c71577679 [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>
Alexander Kurtakov635c02d2018-12-07 11:19:01 +020018 <version>4.11.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>
Alexander Kurtakov635c02d2018-12-07 11:19:01 +020024 <version>4.11.0-SNAPSHOT</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040025 <packaging>pom</packaging>
26
27 <properties>
genie.relengc89c00e2018-12-14 07:21:39 -050028 <forceContextQualifier>v20181214-0721</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>com.sun</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040081 <artifactId>tools</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040082 <version>0.0.0</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040083 <scope>system</scope>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040084 <systemPath>${toolsjar}</systemPath>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040085 </dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040086 <dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040087 <groupId>org.mozilla</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040088 <artifactId>rhino</artifactId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040089 <version>1.7.10</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040090 </dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040091 <dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040092 <groupId>org.apache.ant</groupId>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040093 <artifactId>ant-apache-bsf</artifactId>
Alexander Kurtakovdfc03732018-12-14 14:01:29 +020094 <version>1.10.5</version>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040095 </dependency>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040096 </dependencies>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040097 </plugin>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040098 </plugins>
Eclipse Platform RelEng Bote9abe9c2018-07-18 01:23:02 -040099 </build>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -0500100</project>