blob: b6c8e3330d5b828358c2dd298c66f08d0c4412bb [file] [log] [blame]
Arun Thondapufd524892016-06-28 18:21:48 +05301<?xml version="1.0" encoding="UTF-8"?><!--
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -05002###############################################################################
Alexander Kurtakova5a88b22016-06-29 12:44:37 +03003# Copyright (c) 2012, 2016 Red Hat, Inc and others.
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -05004# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License v1.0
6# which accompanies this distribution, and is available at
7# http://www.eclipse.org/legal/epl-v10.html
8#
9# Contributors:
10# Krzysztof Daniel, Red Hat, Inc. - initial API and implementation
11###############################################################################
Arun Thondapufd524892016-06-28 18:21:48 +053012--><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 -050013 <modelVersion>4.0.0</modelVersion>
14 <parent>
15 <artifactId>eclipse.platform.swt.binaries</artifactId>
16 <groupId>eclipse.platform.swt.binaries</groupId>
Markus Kellerd63833f2016-06-28 13:59:50 +020017 <version>4.7.0-SNAPSHOT</version>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050018 <relativePath>../../</relativePath>
19 </parent>
20 <groupId>eclipse.platform.swt.binaries</groupId>
21 <artifactId>binaries-parent</artifactId>
Markus Kellerd63833f2016-06-28 13:59:50 +020022 <version>4.7.0-SNAPSHOT</version>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050023 <packaging>pom</packaging>
Paul Webster4f65f672013-11-07 14:11:25 -050024 <properties>
Arun Thondapu86b03532016-12-15 17:56:10 +053025 <forceContextQualifier>v20161215-0726</forceContextQualifier>
Paul Webster4f65f672013-11-07 14:11:25 -050026 </properties>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050027 <build>
28 <plugins>
29 <plugin>
30 <groupId>org.eclipse.tycho</groupId>
Paul Webster4f65f672013-11-07 14:11:25 -050031 <artifactId>tycho-packaging-plugin</artifactId>
32 <version>${tycho.version}</version>
33 <configuration>
34 <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
35 </configuration>
36 </plugin>
37 <plugin>
38 <groupId>org.eclipse.tycho</groupId>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050039 <artifactId>target-platform-configuration</artifactId>
40 <version>${tycho.version}</version>
41 <configuration>
Lakshmi Shanmugamf01a9f62015-03-15 12:58:04 -040042 <dependency-resolution>
43 <profileProperties>
44 <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
45 <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
46 </profileProperties>
47 </dependency-resolution>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050048 <environments>
49 <environment>
50 <os>${os}</os>
51 <ws>${ws}</ws>
52 <arch>${arch}</arch>
53 </environment>
54 </environments>
55 </configuration>
56 </plugin>
57 <plugin>
58 <artifactId>maven-antrun-plugin</artifactId>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050059 <executions>
60 <execution>
61 <id>normal</id>
Silenio Quarti4afa51f2013-07-11 15:18:00 -040062 <phase>initialize</phase>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050063 <configuration>
64 <target>
Paul Webster4f65f672013-11-07 14:11:25 -050065 <property name="copy.src.dir" value="src"/>
66 <ant antfile="build.xml" target="copy.${ws}.src"/>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050067 </target>
68 </configuration>
69 <goals>
70 <goal>run</goal>
71 </goals>
72 </execution>
73 </executions>
Alexander Kurtakovbb8f12f2013-07-31 17:19:40 +030074 <dependencies>
75 <dependency>
76 <groupId>com.sun</groupId>
77 <artifactId>tools</artifactId>
Paul Webster4f65f672013-11-07 14:11:25 -050078 <version>0.0.0</version>
Alexander Kurtakovbb8f12f2013-07-31 17:19:40 +030079 <scope>system</scope>
80 <systemPath>${toolsjar}</systemPath>
Paul Webster4f65f672013-11-07 14:11:25 -050081 </dependency>
82 <dependency>
Alexander Kurtakovbf282692015-01-22 21:48:46 +020083 <groupId>org.mozilla</groupId>
84 <artifactId>rhino</artifactId>
Alexander Kurtakova5a88b22016-06-29 12:44:37 +030085 <version>1.7.7.1</version>
Paul Webster4f65f672013-11-07 14:11:25 -050086 </dependency>
87 <dependency>
88 <groupId>org.apache.ant</groupId>
89 <artifactId>ant-apache-bsf</artifactId>
Alexander Kurtakovbf282692015-01-22 21:48:46 +020090 <version>1.9.4</version>
Paul Webster4f65f672013-11-07 14:11:25 -050091 </dependency>
92 </dependencies>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050093 </plugin>
94 </plugins>
95 </build>
Bogdan Gheorghe56f15f02013-01-08 16:37:53 -050096</project>