Stephan Wahlbrink | 5fd64aa | 2018-11-01 17:35:08 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | #=============================================================================# |
Stephan Wahlbrink | cc20679 | 2019-01-24 22:45:47 +0100 | [diff] [blame^] | 4 | # Copyright (c) 2018, 2019 Stephan Wahlbrink and others. |
Stephan Wahlbrink | 5fd64aa | 2018-11-01 17:35:08 +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-eutils</groupId> |
| 25 | <artifactId>root</artifactId> |
| 26 | <version>4.0.0-SNAPSHOT</version> |
| 27 | </parent> |
| 28 | |
| 29 | <groupId>org.eclipse.statet.eutils</groupId> |
| 30 | <artifactId>autonature</artifactId> |
| 31 | <packaging>pom</packaging> |
| 32 | |
| 33 | <modules> |
| 34 | <module>org.eclipse.statet.eutils.autonature</module> |
| 35 | |
| 36 | <module>_assemblies</module> |
| 37 | |
| 38 | </modules> |
| 39 | |
| 40 | </project> |