Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ############################################################################### |
| 4 | # Copyright (c) 2012 Red Hat, Inc and others. |
| 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> |
Paul Webster | e69174b | 2014-06-19 10:19:29 -0400 | [diff] [blame^] | 20 | <version>4.5.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> |
Paul Webster | e69174b | 2014-06-19 10:19:29 -0400 | [diff] [blame^] | 26 | <version>4.5.0-SNAPSHOT</version> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 27 | <packaging>pom</packaging> |
| 28 | |
| 29 | <properties> |
| 30 | <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.binaries.git</tycho.scmUrl> |
| 31 | </properties> |
| 32 | |
Silenio Quarti | 291e6d2 | 2013-03-27 12:25:35 -0400 | [diff] [blame] | 33 | <repositories> |
| 34 | <repository> |
| 35 | <releases> |
| 36 | <enabled>true</enabled> |
| 37 | </releases> |
| 38 | <snapshots> |
| 39 | <enabled>true</enabled> |
| 40 | </snapshots> |
| 41 | <id>eclipse-hosted</id> |
| 42 | <url>https://repo.eclipse.org/content/repositories/eclipse/</url> |
| 43 | </repository> |
| 44 | </repositories> |
| 45 | |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 46 | <modules> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 47 | <module>bundles/org.eclipse.swt.cocoa.macosx</module> |
| 48 | <module>bundles/org.eclipse.swt.cocoa.macosx.x86_64</module> |
| 49 | <module>bundles/org.eclipse.swt.gtk.aix.ppc</module> |
| 50 | <module>bundles/org.eclipse.swt.gtk.aix.ppc64</module> |
| 51 | <module>bundles/org.eclipse.swt.gtk.hpux.ia64</module> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 52 | <module>bundles/org.eclipse.swt.gtk.linux.ppc</module> |
| 53 | <module>bundles/org.eclipse.swt.gtk.linux.ppc64</module> |
| 54 | <module>bundles/org.eclipse.swt.gtk.linux.s390</module> |
| 55 | <module>bundles/org.eclipse.swt.gtk.linux.s390x</module> |
| 56 | <module>bundles/org.eclipse.swt.gtk.linux.x86</module> |
| 57 | <module>bundles/org.eclipse.swt.gtk.linux.x86_64</module> |
| 58 | <module>bundles/org.eclipse.swt.gtk.solaris.sparc</module> |
| 59 | <module>bundles/org.eclipse.swt.gtk.solaris.x86</module> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 60 | <module>bundles/org.eclipse.swt.win32.win32.x86</module> |
| 61 | <module>bundles/org.eclipse.swt.win32.win32.x86_64</module> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 62 | </modules> |
| 63 | |
| 64 | <build> |
| 65 | <plugins> |
| 66 | <plugin> |
Thanh Ha | d73d0cb | 2013-02-05 15:57:14 -0500 | [diff] [blame] | 67 | <artifactId>maven-clean-plugin</artifactId> |
| 68 | <version>2.5</version> |
| 69 | <configuration> |
| 70 | <filesets> |
| 71 | <fileset> |
Alexander Kurtakov | 245ce84 | 2013-03-08 16:11:24 +0200 | [diff] [blame] | 72 | <directory>src</directory> |
| 73 | <includes> |
| 74 | <include>**/*</include> |
| 75 | </includes> |
| 76 | <followSymlinks>false</followSymlinks> |
| 77 | </fileset> |
Thanh Ha | d73d0cb | 2013-02-05 15:57:14 -0500 | [diff] [blame] | 78 | </filesets> |
| 79 | </configuration> |
| 80 | </plugin> |
Silenio Quarti | 7a969c0 | 2013-07-17 13:22:36 -0400 | [diff] [blame] | 81 | <plugin> |
| 82 | <groupId>org.eclipse.tycho</groupId> |
| 83 | <artifactId>target-platform-configuration</artifactId> |
| 84 | <configuration> |
Lakshmi Shanmugam | 1b46d36 | 2013-11-28 14:50:26 +0530 | [diff] [blame] | 85 | <executionEnvironment>J2SE-1.5</executionEnvironment> |
Silenio Quarti | 7a969c0 | 2013-07-17 13:22:36 -0400 | [diff] [blame] | 86 | </configuration> |
| 87 | </plugin> |
| 88 | <plugin> |
| 89 | <groupId>org.eclipse.tycho</groupId> |
| 90 | <artifactId>tycho-compiler-plugin</artifactId> |
| 91 | <configuration> |
Lakshmi Shanmugam | 1b46d36 | 2013-11-28 14:50:26 +0530 | [diff] [blame] | 92 | <source>1.5</source> |
| 93 | <target>1.5</target> |
Silenio Quarti | 7a969c0 | 2013-07-17 13:22:36 -0400 | [diff] [blame] | 94 | </configuration> |
| 95 | </plugin> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 96 | </plugins> |
| 97 | </build> |
Alexander Kurtakov | 0c5afe6 | 2014-04-07 20:34:01 +0300 | [diff] [blame] | 98 | <profiles> |
| 99 | <profile> |
| 100 | <id>build-natives-ppc64le</id> |
| 101 | <activation> |
| 102 | <property> |
| 103 | <!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( --> |
| 104 | <name>native</name> |
| 105 | <value>gtk.linux.ppc64le</value> |
| 106 | </property> |
| 107 | </activation> |
| 108 | <modules> |
| 109 | <module>bundles/org.eclipse.swt.gtk.linux.ppc64le</module> |
| 110 | </modules> |
| 111 | </profile> |
| 112 | </profiles> |
Bogdan Gheorghe | 56f15f0 | 2013-01-08 16:37:53 -0500 | [diff] [blame] | 113 | |
| 114 | </project> |