blob: 030b403fd3ce70e031005583601ac0b9a843ecb5 [file] [log] [blame]
Stephan Wahlbrink439fc282019-01-30 09:51:12 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 #=============================================================================#
Stephan Wahlbrink2e283522021-01-21 12:34:37 +01004 # Copyright (c) 2018, 2021 Stephan Wahlbrink and others.
Stephan Wahlbrink439fc282019-01-30 09:51:12 +01005 #
6 # This program and the accompanying materials are made available under the
7 # terms of the Eclipse Public License 2.0 which is available at
8 # https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9 # which is available at https://www.apache.org/licenses/LICENSE-2.0.
10 #
11 # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
12 #
13 # Contributors:
14 # Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
15 #=============================================================================#
16-->
17
18<project xmlns="http://maven.apache.org/POM/4.0.0"
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <modelVersion>4.0.0</modelVersion>
22
23 <parent>
24 <groupId>org.eclipse.statet-releng</groupId>
25 <artifactId>parent</artifactId>
Stephan Wahlbrink302319b2021-02-11 11:24:50 +010026 <version>4.2.3.202102110600-r</version>
Stephan Wahlbrink439fc282019-01-30 09:51:12 +010027 <relativePath>../releng/</relativePath>
28 </parent>
29
30 <groupId>org.eclipse.statet.3rdparty</groupId>
31 <artifactId>root</artifactId>
Stephan Wahlbrink67dece02020-12-31 17:01:34 +010032 <version>4.2.3-SNAPSHOT</version>
Stephan Wahlbrink439fc282019-01-30 09:51:12 +010033 <packaging>pom</packaging>
34
35 <build>
36 <plugins>
37 <plugin>
38 <groupId>org.eclipse.tycho</groupId>
39 <artifactId>target-platform-configuration</artifactId>
40 <configuration>
41 <resolver>p2</resolver>
42 <target>
43 <artifact>
44 <groupId>org.eclipse.statet.3rdparty</groupId>
45 <artifactId>3rdparty.orbit</artifactId>
Stephan Wahlbrink67dece02020-12-31 17:01:34 +010046 <version>4.2.3-SNAPSHOT</version>
Stephan Wahlbrink439fc282019-01-30 09:51:12 +010047 </artifact>
48 </target>
49 <targetDefinitionIncludeSource>honor</targetDefinitionIncludeSource>
50 </configuration>
51 </plugin>
Stephan Wahlbrinka7c865f2019-04-29 14:05:38 +020052
53 <plugin>
54 <groupId>org.codehaus.mojo</groupId>
55 <artifactId>properties-maven-plugin</artifactId>
56 <inherited>false</inherited>
57 </plugin>
58
Stephan Wahlbrink439fc282019-01-30 09:51:12 +010059 </plugins>
60 </build>
61
62 <modules>
63 <module>orbit</module>
64
65 <module>_assemblies</module>
66
67 </modules>
68
69</project>