blob: 61b6d32075bb98d91290bd602d69273ed4ab58cf [file] [log] [blame]
<!-- Copyright (c) 2011, 2022 PetalsLink, Red Hat Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License
2.0 which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Authors:
* Mickael Istria (PetalsLink)
* Mickael Istria (Red Hat JBoss)
-->
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<name>Eclipse SWTBot</name>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>4.0.4</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- Properties to enable jacoco code coverage analysis -->
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>../target/jacoco.exec</sonar.jacoco.reportPath>
<!-- Enable this on Hudson CI @Eclipse.org -->
<cbi.jarsigner.skip>true</cbi.jarsigner.skip>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git</tycho.scmUrl>
<!-- tycho.testArgLine repeated to re-use the configuration for argLine for jacoco agent -->
<uitest.vmparams>${tycho.testArgLine} -Xms64m -Xmx1024m</uitest.vmparams>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4jVersion>1.7.30</slf4jVersion>
</properties>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4jVersion}</version>
</dependency>
</dependencies>
<modules>
<!-- Plugins -->
<module>org.eclipse.swtbot.ant.junit</module>
<module>org.eclipse.swtbot.eclipse</module>
<module>org.eclipse.swtbot.eclipse.core</module>
<module>org.eclipse.swtbot.eclipse.dsl</module>
<module>org.eclipse.swtbot.eclipse.finder</module>
<module>org.eclipse.swtbot.eclipse.gef.finder</module>
<module>org.eclipse.swtbot.e4.finder</module>
<module>org.eclipse.swtbot.eclipse.spy</module>
<module>org.eclipse.swtbot.eclipse.test.junit</module>
<module>org.eclipse.swtbot.eclipse.ui</module>
<module>org.eclipse.swtbot.forms.finder</module>
<module>org.eclipse.swtbot.generator</module>
<module>org.eclipse.swtbot.generator.client</module>
<module>org.eclipse.swtbot.generator.rules.workbench</module>
<module>org.eclipse.swtbot.generator.jdt</module>
<module>org.eclipse.swtbot.generator.ui</module>
<module>org.eclipse.swtbot.go</module>
<module>org.eclipse.swtbot.junit4_x</module>
<module>org.eclipse.swtbot.junit5_x</module>
<module>org.eclipse.swtbot.nebula.gallery.finder</module>
<module>org.eclipse.swtbot.swt.demo</module>
<module>org.eclipse.swtbot.swt.finder</module>
<module>org.eclipse.swt.examples</module>
<module>org.eclipse.ui.forms.examples</module>
<module>org.eclipse.swtbot.nebula.nattable.finder</module>
<module>org.eclipse.swtbot.nebula.checkboxgroup.finder</module>
<module>org.eclipse.swtbot.nebula.stepbar.finder</module>
<module>org.eclipse.swtbot.nebula.rangeslider.finder</module>
<!-- features -->
<module>org.eclipse.swtbot</module>
<module>org.eclipse.swtbot.forms</module>
<module>org.eclipse.swtbot.eclipse.gef</module>
<module>org.eclipse.swtbot.ide</module>
<module>org.eclipse.swtbot.eclipse.junit.headless</module>
<module>org.eclipse.swtbot.eclipse.junit5.headless</module>
<module>org.eclipse.swtbot.junit5</module>
<module>org.eclipse.swtbot.generator.feature</module>
<module>org.eclipse.swtbot.nebula.gallery</module>
<module>org.eclipse.swtbot.nebula.nattable</module>
<module>org.eclipse.swtbot.nebula.checkboxgroup</module>
<module>org.eclipse.swtbot.nebula.stepbar</module>
<module>org.eclipse.swtbot.nebula.rangeslider</module>
<!-- Repo -->
<module>org.eclipse.swtbot.updatesite</module>
<!-- Tests -->
<module>org.eclipse.swtbot.eclipse.ui.test</module>
<module>org.eclipse.swtbot.swt.finder.test.keyboards</module>
<module>org.eclipse.swtbot.forms.finder.test</module>
<module>org.eclipse.swtbot.eclipse.finder.test</module>
<module>org.eclipse.swtbot.e4.finder.test</module>
<module>org.eclipse.swtbot.nebula.gallery.finder.test</module>
<module>org.eclipse.swtbot.test</module>
<module>org.eclipse.swtbot.generator.test</module>
<module>org.eclipse.swtbot.generator.jdt.test</module>
<module>org.eclipse.swtbot.swt.finder.test</module>
<module>org.eclipse.swtbot.nebula.nattable.finder.test</module>
<module>org.eclipse.swtbot.nebula.checkboxgroup.finder.test</module>
<module>org.eclipse.swtbot.nebula.stepbar.finder.test</module>
<module>org.eclipse.swtbot.nebula.rangeslider.finder.test</module>
</modules>
<mailingLists>
<mailingList>
<name>swtbot-dev Mailing List</name>
<post>swtbot-dev@eclipse.org</post>
<subscribe>https://dev.eclipse.org/mailman/listinfo/swtbot-dev</subscribe>
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/swtbot-dev</unsubscribe>
<archive>http://dev.eclipse.org/mhonarc/lists/swtbot-dev</archive>
</mailingList>
</mailingLists>
<issueManagement>
<url>https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology;query_format=advanced;product=SWTBot</url>
<system>Bugzilla</system>
</issueManagement>
<scm>
<connection>scm:git:http://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git</connection>
<url>https://git.eclipse.org/c/swtbot/org.eclipse.swtbot.git/</url>
</scm>
<licenses>
<license>
<name>Eclipse Public License 2.0</name>
<comments>
All rights reserved.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
</comments>
</license>
</licenses>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<rules>
<requireMavenVersion>
<version>3.6.3</version>
<message>We require Maven 3.6.3 or better due to bugs in older versions.</message>
</requireMavenVersion>
</rules>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
<environments>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environments>
<includePackedArtifacts>true</includePackedArtifacts>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<sourceReferences>
<generate>true</generate>
</sourceReferences>
</configuration>
<dependencies>
<dependency>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-sourceref-jgit</artifactId>
<version>${tycho-extras-version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<!-- Where to put jacoco coverage report -->
<destFile>${sonar.jacoco.reportPath}</destFile>
<includes>
<include>org.eclipse.swtbot.*</include>
</includes>
<append>true</append>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>plugin-source</id>
<goals>
<goal>plugin-source</goal>
</goals>
</execution>
<execution>
<id>feature-source</id>
<goals>
<goal>feature-source</goal>
</goals>
<configuration>
<excludes>
<plugin id="org.apache.log4j"/>
<plugin id="org.eclipse.swtbot.ant.junit"/>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<!-- Those mojos are for signing and packing -->
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.3.2</version>
<executions>
<execution>
<id>sign</id>
<goals>
<goal>sign</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>p2-metadata</id>
<goals>
<goal>p2-metadata</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
<configuration>
<defaultP2Metadata>false</defaultP2Metadata>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only.
It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<versionRange>[0.5,)
</versionRange>
<goals>
<goal>prepare-agent</goal>
</goals>
</pluginExecutionFilter>
<action>
<!-- m2e doesn't know what to do with jacoco,
let's ignore it or annoying error markers appear
see http://wiki.eclipse.org/M2E_plugin_execution_not_covered
-->
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<pluginRepositories>
<pluginRepository>
<id>cbi-release</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
</pluginRepositories>
<profiles>
<profile>
<id>juno</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<SWT_GTK3>0</SWT_GTK3>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/juno/juno.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>kepler</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<SWT_GTK3>0</SWT_GTK3>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/kepler/kepler.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>luna</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<SWT_GTK3>0</SWT_GTK3>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/luna/luna.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>mars</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<SWT_GTK3>0</SWT_GTK3>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/mars/mars.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>neon</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<SWT_GTK3>0</SWT_GTK3>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/neon/neon.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>oxygen</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<SWT_GTK3>0</SWT_GTK3>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/oxygen/oxygen.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>photon</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<SWT_GTK3>0</SWT_GTK3>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/photon/photon.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2018-09</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<SWT_GTK3>0</SWT_GTK3>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2018-09/2018-09.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2018-12</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2018-12/2018-12.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2019-03</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2019-03/2019-03.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2019-06</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2019-06/2019-06.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2019-09</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2019-09/2019-09.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2019-12</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2019-12/2019-12.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2020-03</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2020-03/2020-03.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2020-06</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2020-06/2020-06.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2020-09</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2020-09/2020-09.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2020-12</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2020-12/2020-12.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2021-03</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2021-03/2021-03.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2021-06</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2021-06/2021-06.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2021-09</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2021-09/2021-09.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2021-12</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2021-12/2021-12.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2022-03</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2022-03/2022-03.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2022-06</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2022-06/2022-06.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2022-09</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2022-09/2022-09.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2022-12</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2022-12/2022-12.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2023-03</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2023-03/2023-03.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2023-06</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2023-06/2023-06.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2023-09</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2023-09/2023-09.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>2023-12</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<file>../devtools/target-platforms/2023-12/2023-12.target</file>
</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>