blob: 2f04a718e7fafce795e9369260178cc747bfa2f0 [file] [log] [blame]
Stephan Wahlbrink5fd64aa2018-11-01 17:35:08 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 #=============================================================================#
Stephan Wahlbrinkf9b2c8b2021-01-21 11:08:44 +01004 # Copyright (c) 2018, 2021 Stephan Wahlbrink and others.
Stephan Wahlbrink5fd64aa2018-11-01 17:35:08 +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>
Stephan Wahlbrink12d58082020-02-19 16:26:41 +010025 <artifactId>eclipse.ide-parent</artifactId>
Stephan Wahlbrink64b757a2021-02-18 16:59:20 +010026 <version>4.4.0-SNAPSHOT</version>
Stephan Wahlbrink12d58082020-02-19 16:26:41 +010027 <relativePath>../org.eclipse.statet/releng/eclipse.ide/</relativePath>
Stephan Wahlbrink5fd64aa2018-11-01 17:35:08 +010028 </parent>
29
Stephan Wahlbrinkfd763ed2019-05-27 13:53:32 +020030 <artifactId>org.eclipse.statet-eutils</artifactId>
Stephan Wahlbrink64b757a2021-02-18 16:59:20 +010031 <version>4.4.0-SNAPSHOT</version>
Stephan Wahlbrink5fd64aa2018-11-01 17:35:08 +010032 <packaging>pom</packaging>
33
34 <properties>
Stephan Wahlbrinkeb2f97f2021-06-11 11:58:05 +020035 <tycho.scmUrl>scm:git:https://git.eclipse.org/r/statet/org.eclipse.statet-eutils.git</tycho.scmUrl>
Stephan Wahlbrink5fd64aa2018-11-01 17:35:08 +010036 </properties>
37
Stephan Wahlbrink5fd64aa2018-11-01 17:35:08 +010038 <modules>
39 <module>autonature</module>
40 <module>autorun</module>
41
42 </modules>
43
44</project>