Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Wahlbrink2019-01-30 19:44:47 +0000
committerStephan Wahlbrink2019-02-08 18:11:36 +0000
commitcdb90fb184cecc6c617525435f5c8d909868306b (patch)
tree3f902fbb5a45038017140c794caa1495085d76b3
parent01fb09c6bd03fd3fa6a01fc50491e58b0c262755 (diff)
downloadorg.eclipse.statet-eutils-cdb90fb184cecc6c617525435f5c8d909868306b.tar.gz
org.eclipse.statet-eutils-cdb90fb184cecc6c617525435f5c8d909868306b.tar.xz
org.eclipse.statet-eutils-cdb90fb184cecc6c617525435f5c8d909868306b.zip
Bug 541741: [Releng] Add target-platform-configuration to repo pom
-rw-r--r--pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 75c837e..f1ee5b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,25 @@
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git</tycho.scmUrl>
</properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <resolver>p2</resolver>
+ <target>
+ <artifact>
+ <groupId>org.eclipse.statet-releng</groupId>
+ <artifactId>target-eclipse.ide</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </artifact>
+ </target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<modules>
<module>autonature</module>
<module>autorun</module>

Back to the top