Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ############################################################################### |
Alexander Kurtakov | 3747db4 | 2016-08-02 18:56:00 +0300 | [diff] [blame] | 4 | # Copyright (c) 2012, 2016 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 | ############################################################################### |
| 13 | --> |
Silenio Quarti | 291e6d2 | 2013-03-27 12:25:35 -0400 | [diff] [blame] | 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"> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 15 | <modelVersion>4.0.0</modelVersion> |
| 16 | |
| 17 | <parent> |
| 18 | <groupId>org.eclipse</groupId> |
Silenio Quarti | 753b868 | 2013-02-25 11:30:11 -0500 | [diff] [blame] | 19 | <artifactId>eclipse-platform-parent</artifactId> |
Sravan Kumar Lakkimsetti | 0887086 | 2022-03-04 18:59:54 +0530 | [diff] [blame] | 20 | <version>4.24.0-SNAPSHOT</version> |
Silenio Quarti | 753b868 | 2013-02-25 11:30:11 -0500 | [diff] [blame] | 21 | <relativePath>../eclipse-platform-parent</relativePath> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 22 | </parent> |
| 23 | |
| 24 | <groupId>eclipse.platform.swt.binaries</groupId> |
| 25 | <artifactId>eclipse.platform.swt.binaries</artifactId> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 26 | <packaging>pom</packaging> |
| 27 | |
| 28 | <properties> |
Sravan Kumar Lakkimsetti | b06d6bb | 2021-08-12 17:10:24 +0530 | [diff] [blame] | 29 | <tycho.scmUrl>scm:git:https://git.eclipse.org/r/platform/eclipse.platform.swt.binaries.git</tycho.scmUrl> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 30 | </properties> |
| 31 | |
Markus Keller | b23b194 | 2015-08-19 21:34:57 +0200 | [diff] [blame] | 32 | <!-- |
| 33 | To build individual bundles, we specify a repository where to find parent pom, |
| 34 | in case it is not in local maven cache already |
| 35 | and that parent pom also has fuller individual-bundle profile |
| 36 | defined that is combined with this one. --> |
| 37 | <profiles> |
| 38 | <profile> |
| 39 | <id>build-individual-bundles</id> |
| 40 | <repositories> |
| 41 | <repository> |
| 42 | <releases> |
| 43 | <enabled>true</enabled> |
| 44 | </releases> |
| 45 | <snapshots> |
| 46 | <enabled>true</enabled> |
| 47 | </snapshots> |
| 48 | <id>eclipse-hosted</id> |
| 49 | <url>https://repo.eclipse.org/content/repositories/eclipse/</url> |
| 50 | </repository> |
| 51 | </repositories> |
| 52 | </profile> |
| 53 | </profiles> |
Silenio Quarti | 291e6d2 | 2013-03-27 12:25:35 -0400 | [diff] [blame] | 54 | |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 55 | <modules> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 56 | <module>bundles/org.eclipse.swt.cocoa.macosx.x86_64</module> |
Lakshmi Shanmugam | 3abba70 | 2021-04-22 11:41:37 +0200 | [diff] [blame] | 57 | <module>bundles/org.eclipse.swt.cocoa.macosx.aarch64</module> |
Alexander Kurtakov | 25d87c4 | 2020-08-05 08:32:28 +0300 | [diff] [blame] | 58 | <module>bundles/org.eclipse.swt.gtk.linux.aarch64</module> |
Sravan Kumar Lakkimsetti | cb30faf | 2020-05-14 11:22:55 -0400 | [diff] [blame] | 59 | <module>bundles/org.eclipse.swt.gtk.linux.ppc64le</module> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 60 | <module>bundles/org.eclipse.swt.gtk.linux.x86_64</module> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 61 | <module>bundles/org.eclipse.swt.win32.win32.x86_64</module> |
Alexander Kurtakov | 46f8bd6 | 2021-04-05 12:00:28 +0300 | [diff] [blame] | 62 | <!--module>bundles/org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64</module> |
Guillermo Zunino | 122461b | 2020-03-03 10:46:57 -0300 | [diff] [blame] | 63 | <module>bundles/org.eclipse.swt.browser.chromium.gtk.linux.x86_64</module> |
Alexander Kurtakov | 46f8bd6 | 2021-04-05 12:00:28 +0300 | [diff] [blame] | 64 | <module>bundles/org.eclipse.swt.browser.chromium.win32.win32.x86_64</module--> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 65 | </modules> |
| 66 | |
| 67 | <build> |
| 68 | <plugins> |
| 69 | <plugin> |
Thanh Ha | d73d0cb | 2013-02-05 15:57:14 -0500 | [diff] [blame] | 70 | <artifactId>maven-clean-plugin</artifactId> |
Thanh Ha | d73d0cb | 2013-02-05 15:57:14 -0500 | [diff] [blame] | 71 | <configuration> |
| 72 | <filesets> |
| 73 | <fileset> |
Alexander Kurtakov | 245ce84 | 2013-03-08 16:11:24 +0200 | [diff] [blame] | 74 | <directory>src</directory> |
| 75 | <includes> |
| 76 | <include>**/*</include> |
| 77 | </includes> |
| 78 | <followSymlinks>false</followSymlinks> |
| 79 | </fileset> |
Thanh Ha | d73d0cb | 2013-02-05 15:57:14 -0500 | [diff] [blame] | 80 | </filesets> |
| 81 | </configuration> |
| 82 | </plugin> |
Alexander Kurtakov | 85318bb | 2016-12-19 01:40:11 -0400 | [diff] [blame] | 83 | <plugin> |
| 84 | <groupId>org.eclipse.tycho</groupId> |
| 85 | <artifactId>target-platform-configuration</artifactId> |
| 86 | <configuration> |
Alexander Kurtakov | 7cc0a4a | 2021-07-07 12:00:40 +0300 | [diff] [blame] | 87 | <executionEnvironment>JavaSE-11</executionEnvironment> |
Alexander Kurtakov | 85318bb | 2016-12-19 01:40:11 -0400 | [diff] [blame] | 88 | </configuration> |
| 89 | </plugin> |
| 90 | <plugin> |
| 91 | <groupId>org.eclipse.tycho</groupId> |
| 92 | <artifactId>tycho-compiler-plugin</artifactId> |
| 93 | <configuration> |
Alexander Kurtakov | 7cc0a4a | 2021-07-07 12:00:40 +0300 | [diff] [blame] | 94 | <source>11</source> |
| 95 | <target>11</target> |
Alexander Kurtakov | 85318bb | 2016-12-19 01:40:11 -0400 | [diff] [blame] | 96 | </configuration> |
| 97 | </plugin> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 98 | </plugins> |
| 99 | </build> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 100 | |
| 101 | </project> |