blob: 77ef4e9250e7e26eeea49e154a3331a126924034 [file] [log] [blame]
Stephan Wahlbrink5fd64aa2018-11-01 17:35:08 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 #=============================================================================#
Stephan Wahlbrinkcc206792019-01-24 22:45:47 +01004 # Copyright (c) 2018, 2019 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>
25 <artifactId>parent</artifactId>
26 <version>4.0.0-SNAPSHOT</version>
27 <relativePath>../org.eclipse.statet/releng/</relativePath>
28 </parent>
29
Stephan Wahlbrinkfd763ed2019-05-27 13:53:32 +020030 <artifactId>org.eclipse.statet-eutils</artifactId>
Stephan Wahlbrink5fd64aa2018-11-01 17:35:08 +010031 <version>4.0.0-SNAPSHOT</version>
32 <packaging>pom</packaging>
33
34 <properties>
35 <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git</tycho.scmUrl>
36 </properties>
37
Stephan Wahlbrinkcdb90fb2019-01-30 20:44:47 +010038 <build>
39 <plugins>
40 <plugin>
41 <groupId>org.eclipse.tycho</groupId>
42 <artifactId>target-platform-configuration</artifactId>
43 <configuration>
44 <resolver>p2</resolver>
45 <target>
46 <artifact>
47 <groupId>org.eclipse.statet-releng</groupId>
48 <artifactId>target-eclipse.ide</artifactId>
49 <version>4.0.0-SNAPSHOT</version>
50 </artifact>
51 </target>
52 </configuration>
53 </plugin>
54 </plugins>
55 </build>
56
Stephan Wahlbrink5fd64aa2018-11-01 17:35:08 +010057 <modules>
58 <module>autonature</module>
59 <module>autorun</module>
60
61 </modules>
62
63</project>