blob: 5f985a5f75dd252deb96029c91538240931e3497 [file] [log] [blame]
genie.relenge215a1e2017-12-05 02:09:08 -05001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!--
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -05003###############################################################################
Alexander Kurtakova5277df2017-09-25 13:31:19 +03004# Copyright (c) 2012, 2017 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">
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050014 <modelVersion>4.0.0</modelVersion>
15 <parent>
16 <artifactId>eclipse.platform.swt.binaries</artifactId>
17 <groupId>eclipse.platform.swt.binaries</groupId>
Alexander Kurtakova1a826a2017-06-22 10:25:18 +030018 <version>4.8.0-SNAPSHOT</version>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050019 <relativePath>../../</relativePath>
20 </parent>
21 <groupId>eclipse.platform.swt.binaries</groupId>
22 <artifactId>binaries-parent</artifactId>
Alexander Kurtakova1a826a2017-06-22 10:25:18 +030023 <version>4.8.0-SNAPSHOT</version>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050024 <packaging>pom</packaging>
Paul Webster4f65f672013-11-07 14:11:25 -050025 <properties>
genie.relenge215a1e2017-12-05 02:09:08 -050026 <forceContextQualifier>v20171205-0208</forceContextQualifier>
Paul Webster4f65f672013-11-07 14:11:25 -050027 </properties>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050028 <build>
29 <plugins>
30 <plugin>
31 <groupId>org.eclipse.tycho</groupId>
Paul Webster4f65f672013-11-07 14:11:25 -050032 <artifactId>tycho-packaging-plugin</artifactId>
33 <version>${tycho.version}</version>
34 <configuration>
35 <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
36 </configuration>
37 </plugin>
38 <plugin>
39 <groupId>org.eclipse.tycho</groupId>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050040 <artifactId>target-platform-configuration</artifactId>
41 <version>${tycho.version}</version>
42 <configuration>
Lakshmi Shanmugamf01a9f62015-03-15 12:58:04 -040043 <dependency-resolution>
44 <profileProperties>
45 <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
46 <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
47 </profileProperties>
48 </dependency-resolution>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050049 <environments>
50 <environment>
51 <os>${os}</os>
52 <ws>${ws}</ws>
53 <arch>${arch}</arch>
54 </environment>
55 </environments>
56 </configuration>
57 </plugin>
58 <plugin>
59 <artifactId>maven-antrun-plugin</artifactId>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050060 <executions>
61 <execution>
62 <id>normal</id>
Silenio Quarti4afa51f2013-07-11 15:18:00 -040063 <phase>initialize</phase>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050064 <configuration>
65 <target>
Paul Webster4f65f672013-11-07 14:11:25 -050066 <property name="copy.src.dir" value="src"/>
67 <ant antfile="build.xml" target="copy.${ws}.src"/>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050068 </target>
69 </configuration>
70 <goals>
71 <goal>run</goal>
72 </goals>
73 </execution>
74 </executions>
Alexander Kurtakovbb8f12f2013-07-31 17:19:40 +030075 <dependencies>
76 <dependency>
77 <groupId>com.sun</groupId>
78 <artifactId>tools</artifactId>
Paul Webster4f65f672013-11-07 14:11:25 -050079 <version>0.0.0</version>
Alexander Kurtakovbb8f12f2013-07-31 17:19:40 +030080 <scope>system</scope>
81 <systemPath>${toolsjar}</systemPath>
Paul Webster4f65f672013-11-07 14:11:25 -050082 </dependency>
83 <dependency>
Alexander Kurtakovbf282692015-01-22 21:48:46 +020084 <groupId>org.mozilla</groupId>
85 <artifactId>rhino</artifactId>
Alexander Kurtakova5277df2017-09-25 13:31:19 +030086 <version>1.7.7.2</version>
Paul Webster4f65f672013-11-07 14:11:25 -050087 </dependency>
88 <dependency>
89 <groupId>org.apache.ant</groupId>
90 <artifactId>ant-apache-bsf</artifactId>
Alexander Kurtakov27f6be22017-06-23 09:58:54 +030091 <version>1.10.1</version>
Paul Webster4f65f672013-11-07 14:11:25 -050092 </dependency>
93 </dependencies>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050094 </plugin>
95 </plugins>
96 </build>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050097</project>