<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<!--
###############################################################################
# Copyright (c) 2012 Red Hat, Inc and others.
# All rights reserved. This program and the accompanying materials
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse</groupId>
- <artifactId>eclipse-platform-parent</artifactId>
- <version>4.5.2-SNAPSHOT</version>
- <relativePath>../eclipse-platform-parent</relativePath>
- </parent>
+ <groupId>org.tizen</groupId>
+ <artifactId>tizen-patches</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../</relativePath>
+ </parent>
<groupId>eclipse.platform.swt.binaries</groupId>
<artifactId>eclipse.platform.swt.binaries</artifactId>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.binaries.git</tycho.scmUrl>
</properties>
- <!--
- To build individual bundles, we specify a repository where to find parent pom,
+ <!--
+ To build individual bundles, we specify a repository where to find parent pom,
in case it is not in local maven cache already
- and that parent pom also has fuller individual-bundle profile
- defined that is combined with this one. -->
+ and that parent pom also has fuller individual-bundle profile
+ defined that is combined with this one. -->
<profiles>
<profile>
<id>build-individual-bundles</id>
<modules>
<module>bundles/org.eclipse.swt.cocoa.macosx.x86_64</module>
- <module>bundles/org.eclipse.swt.gtk.aix.ppc</module>
- <module>bundles/org.eclipse.swt.gtk.aix.ppc64</module>
- <module>bundles/org.eclipse.swt.gtk.hpux.ia64</module>
- <module>bundles/org.eclipse.swt.gtk.linux.ppc</module>
- <module>bundles/org.eclipse.swt.gtk.linux.ppc64</module>
- <module>bundles/org.eclipse.swt.gtk.linux.ppc64le</module>
- <module>bundles/org.eclipse.swt.gtk.linux.s390</module>
- <module>bundles/org.eclipse.swt.gtk.linux.s390x</module>
<module>bundles/org.eclipse.swt.gtk.linux.x86</module>
<module>bundles/org.eclipse.swt.gtk.linux.x86_64</module>
- <module>bundles/org.eclipse.swt.gtk.solaris.sparc</module>
- <module>bundles/org.eclipse.swt.gtk.solaris.x86</module>
<module>bundles/org.eclipse.swt.win32.win32.x86</module>
<module>bundles/org.eclipse.swt.win32.win32.x86_64</module>
</modules>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
+ <version>${tycho.version}</version>
<configuration>
<source>1.5</source>
<target>1.5</target>