genie.releng | 9fb3734 | 2017-12-05 05:10:42 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <!-- |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 3 | ############################################################################### |
Alexander Kurtakov | 8d19edb | 2018-12-14 13:47:58 +0200 | [diff] [blame] | 4 | # Copyright (c) 2012, 2018 Red Hat, Inc and others. |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 5 | # 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 Lakkimsetti | a0aea97 | 2021-11-23 11:12:13 +0530 | [diff] [blame] | 13 | --> |
| 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 Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 15 | <modelVersion>4.0.0</modelVersion> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 16 | <parent> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 17 | <artifactId>eclipse.platform.swt.binaries</artifactId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 18 | <groupId>eclipse.platform.swt.binaries</groupId> |
Sravan Kumar Lakkimsetti | 0887086 | 2022-03-04 18:59:54 +0530 | [diff] [blame] | 19 | <version>4.24.0-SNAPSHOT</version> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 20 | <relativePath>../../</relativePath> |
Eclipse Platform RelEng Bot | e9abe9c | 2018-07-18 01:23:02 -0400 | [diff] [blame] | 21 | </parent> |
Sravan Kumar Lakkimsetti | a0aea97 | 2021-11-23 11:12:13 +0530 | [diff] [blame] | 22 | |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 23 | <groupId>eclipse.platform.swt.binaries</groupId> |
Eclipse Platform RelEng Bot | e9abe9c | 2018-07-18 01:23:02 -0400 | [diff] [blame] | 24 | <artifactId>binaries-parent</artifactId> |
Eclipse Platform RelEng Bot | e9abe9c | 2018-07-18 01:23:02 -0400 | [diff] [blame] | 25 | <packaging>pom</packaging> |
Sravan Kumar Lakkimsetti | a0aea97 | 2021-11-23 11:12:13 +0530 | [diff] [blame] | 26 | |
Eclipse Platform RelEng Bot | e9abe9c | 2018-07-18 01:23:02 -0400 | [diff] [blame] | 27 | <properties> |
Sravan Kumar Lakkimsetti | a0aea97 | 2021-11-23 11:12:13 +0530 | [diff] [blame] | 28 | <!-- |
| 29 | forceContextQualifier gets updated during build input process using |
| 30 | ant script <SWT source repo>/bundles/org.eclipse.swt/buildInternal.xml |
| 31 | --> |
Eclipse Releng Bot | a849426 | 2021-11-22 11:44:30 +0000 | [diff] [blame] | 32 | |
Eclipse Releng Bot | 1fd540b | 2022-03-17 22:04:05 +0000 | [diff] [blame^] | 33 | <forceContextQualifier>v20220317-2204</forceContextQualifier> |
Eclipse Platform RelEng Bot | e9abe9c | 2018-07-18 01:23:02 -0400 | [diff] [blame] | 34 | </properties> |
Sravan Kumar Lakkimsetti | a0aea97 | 2021-11-23 11:12:13 +0530 | [diff] [blame] | 35 | |
Eclipse Platform RelEng Bot | e9abe9c | 2018-07-18 01:23:02 -0400 | [diff] [blame] | 36 | <build> |
Eclipse Platform RelEng Bot | e9abe9c | 2018-07-18 01:23:02 -0400 | [diff] [blame] | 37 | <plugins> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 38 | <plugin> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 39 | <groupId>org.eclipse.tycho</groupId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 40 | <artifactId>tycho-packaging-plugin</artifactId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 41 | <version>${tycho.version}</version> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 42 | <configuration> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 43 | <forceContextQualifier>${forceContextQualifier}</forceContextQualifier> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 44 | </configuration> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 45 | </plugin> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 46 | <plugin> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 47 | <groupId>org.eclipse.tycho</groupId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 48 | <artifactId>target-platform-configuration</artifactId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 49 | <version>${tycho.version}</version> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 50 | <configuration> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 51 | <dependency-resolution> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 52 | <profileProperties> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 53 | <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match --> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 54 | <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 55 | </profileProperties> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 56 | </dependency-resolution> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 57 | <environments> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 58 | <environment> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 59 | <os>${os}</os> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 60 | <ws>${ws}</ws> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 61 | <arch>${arch}</arch> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 62 | </environment> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 63 | </environments> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 64 | </configuration> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 65 | </plugin> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 66 | <plugin> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 67 | <artifactId>maven-antrun-plugin</artifactId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 68 | <executions> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 69 | <execution> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 70 | <id>normal</id> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 71 | <phase>initialize</phase> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 72 | <configuration> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 73 | <target> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 74 | <property name="copy.src.dir" value="src"/> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 75 | <ant antfile="build.xml" target="copy.${ws}.src"/> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 76 | </target> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 77 | </configuration> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 78 | <goals> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 79 | <goal>run</goal> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 80 | </goals> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 81 | </execution> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 82 | </executions> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 83 | <dependencies> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 84 | <dependency> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 85 | <groupId>org.mozilla</groupId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 86 | <artifactId>rhino-runtime</artifactId> |
Alexander Kurtakov | 4282791 | 2022-01-14 13:44:12 +0200 | [diff] [blame] | 87 | <version>1.7.14</version> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 88 | </dependency> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 89 | <dependency> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 90 | <groupId>org.apache.ant</groupId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 91 | <artifactId>ant</artifactId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 92 | <version>1.10.12</version> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 93 | </dependency> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 94 | <dependency> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 95 | <groupId>org.apache.ant</groupId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 96 | <artifactId>ant-apache-bsf</artifactId> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 97 | <version>1.10.12</version> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 98 | </dependency> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 99 | </dependencies> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 100 | </plugin> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 101 | </plugins> |
Eclipse Releng Bot | 7825f0c | 2021-11-17 23:32:03 +0000 | [diff] [blame] | 102 | </build> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 103 | </project> |