Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Läubrich2019-11-06 07:10:15 +0000
committerChristoph Läubrich2019-11-06 07:10:15 +0000
commit159deab97eeaad26f99a9234460f9ec87aac745f (patch)
treebcf98a0b7b06786b1e8e41883971e2230c3ad547 /.mvn/extensions.xml
parentfe05cafd71c11ddf49b34f89c12880ed5a00c40a (diff)
downloadeclipse.platform.text-159deab97eeaad26f99a9234460f9ec87aac745f.tar.gz
eclipse.platform.text-159deab97eeaad26f99a9234460f9ec87aac745f.tar.xz
eclipse.platform.text-159deab97eeaad26f99a9234460f9ec87aac745f.zip
Bug 552704 - Use pomless builds in eclipse.platform.textY20191107-0420I20191106-1805
Change-Id: I15a8b94a9c546ba5fd372b1e8a2636580accac38 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
Diffstat (limited to '.mvn/extensions.xml')
-rw-r--r--.mvn/extensions.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 00000000000..5724f5ea72a
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extensions>
+ <extension>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-pomless</artifactId>
+ <version>1.5.1</version>
+ </extension>
+</extensions> \ No newline at end of file

Back to the top