blob: e476afbde149d2c5f5d234cdc6b5012036624040 [file] [log] [blame]
Stephan Wahlbrink63703032018-11-02 19:03:07 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 #=============================================================================#
Stephan Wahlbrinkb8eb44f2020-01-24 10:04:53 +01004 # Copyright (c) 2018, 2020 Stephan Wahlbrink and others.
Stephan Wahlbrink63703032018-11-02 19:03:07 +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 <groupId>org.eclipse.statet-releng</groupId>
24 <artifactId>aggregation-statet</artifactId>
Stephan Wahlbrink970d1fc2020-10-01 08:01:08 +020025 <version>4.2.0.202010010600-r</version>
Stephan Wahlbrink63703032018-11-02 19:03:07 +010026 <packaging>pom</packaging>
27
28 <modules>
29 <module>releng</module>
Stephan Wahlbrink30df8d02020-02-19 16:31:15 +010030 <module>releng/eclipse.ide</module>
Stephan Wahlbrink96bda042019-10-09 10:56:05 +020031 <module>releng/spring.boot</module>
Stephan Wahlbrink63703032018-11-02 19:03:07 +010032
33 <module>../org.eclipse.statet-commons</module>
34
35 <module>../org.eclipse.statet-rj</module>
36
37 <module>../org.eclipse.statet-eutils</module>
38 <module>../org.eclipse.statet-ltk</module>
39 <module>../org.eclipse.statet-docmlet</module>
40 <module>../org.eclipse.statet-r</module>
41
42 <module>releng/statet-repository</module>
43
44 </modules>
45
46</project>