Stephan Wahlbrink | 439fc28 | 2019-01-30 09:51:12 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | #=============================================================================# |
Stephan Wahlbrink | 9d2c63a | 2021-01-21 11:08:25 +0100 | [diff] [blame] | 4 | # Copyright (c) 2018, 2021 Stephan Wahlbrink and others. |
Stephan Wahlbrink | 439fc28 | 2019-01-30 09:51:12 +0100 | [diff] [blame] | 5 | # |
| 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 Wahlbrink | cfe8a41 | 2021-07-08 15:36:14 +0200 | [diff] [blame] | 26 | <version>4.5.0-SNAPSHOT</version> |
Stephan Wahlbrink | d5ac081 | 2020-12-11 12:04:47 +0100 | [diff] [blame] | 27 | <relativePath>../releng</relativePath> |
Stephan Wahlbrink | 439fc28 | 2019-01-30 09:51:12 +0100 | [diff] [blame] | 28 | </parent> |
| 29 | |
| 30 | <groupId>org.eclipse.statet.3rdparty</groupId> |
| 31 | <artifactId>root</artifactId> |
Stephan Wahlbrink | cfe8a41 | 2021-07-08 15:36:14 +0200 | [diff] [blame] | 32 | <version>4.5.0-SNAPSHOT</version> |
Stephan Wahlbrink | 439fc28 | 2019-01-30 09:51:12 +0100 | [diff] [blame] | 33 | <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 Wahlbrink | cfe8a41 | 2021-07-08 15:36:14 +0200 | [diff] [blame] | 46 | <version>4.5.0-SNAPSHOT</version> |
Stephan Wahlbrink | 439fc28 | 2019-01-30 09:51:12 +0100 | [diff] [blame] | 47 | </artifact> |
Stephan Wahlbrink | b2e248c | 2021-05-10 20:53:08 +0200 | [diff] [blame] | 48 | <artifact> |
| 49 | <groupId>org.eclipse.statet.3rdparty</groupId> |
| 50 | <artifactId>eclipse.jetty</artifactId> |
Stephan Wahlbrink | cfe8a41 | 2021-07-08 15:36:14 +0200 | [diff] [blame] | 51 | <version>4.5.0-SNAPSHOT</version> |
Stephan Wahlbrink | b2e248c | 2021-05-10 20:53:08 +0200 | [diff] [blame] | 52 | </artifact> |
| 53 | <pomDependencies>consider</pomDependencies> |
Stephan Wahlbrink | 439fc28 | 2019-01-30 09:51:12 +0100 | [diff] [blame] | 54 | </target> |
| 55 | <targetDefinitionIncludeSource>honor</targetDefinitionIncludeSource> |
| 56 | </configuration> |
| 57 | </plugin> |
Stephan Wahlbrink | a7c865f | 2019-04-29 14:05:38 +0200 | [diff] [blame] | 58 | |
| 59 | <plugin> |
| 60 | <groupId>org.codehaus.mojo</groupId> |
| 61 | <artifactId>properties-maven-plugin</artifactId> |
| 62 | <inherited>false</inherited> |
| 63 | </plugin> |
| 64 | |
Stephan Wahlbrink | 439fc28 | 2019-01-30 09:51:12 +0100 | [diff] [blame] | 65 | </plugins> |
| 66 | </build> |
| 67 | |
| 68 | <modules> |
| 69 | <module>orbit</module> |
Stephan Wahlbrink | b2e248c | 2021-05-10 20:53:08 +0200 | [diff] [blame] | 70 | <module>eclipse.jetty</module> |
Stephan Wahlbrink | 439fc28 | 2019-01-30 09:51:12 +0100 | [diff] [blame] | 71 | |
| 72 | <module>_assemblies</module> |
| 73 | |
| 74 | </modules> |
| 75 | |
| 76 | </project> |