Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-07-22 06:21:27 +0000
committerAlexander Kurtakov2020-07-22 06:21:27 +0000
commitd593c7a25f4779ff3bf2a325bb4aecee14f986bf (patch)
tree5f8a82b4b68b901e85e5389ae950f8e035bb6513 /build/org.eclipse.cdt.meson.docs/pom.xml
parentc58603dfbecb00d7636de51e19e9083c575694b0 (diff)
downloadorg.eclipse.cdt-d593c7a25f4779ff3bf2a325bb4aecee14f986bf.tar.gz
org.eclipse.cdt-d593c7a25f4779ff3bf2a325bb4aecee14f986bf.tar.xz
org.eclipse.cdt-d593c7a25f4779ff3bf2a325bb4aecee14f986bf.zip
Build with Tycho 1.7.0
Get rid of tycho-extras-version as there is no more tycho-extras. Change-Id: I9d215aad94c4e8320153f06368d6b3ecfa4a3c42 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'build/org.eclipse.cdt.meson.docs/pom.xml')
-rw-r--r--build/org.eclipse.cdt.meson.docs/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.meson.docs/pom.xml b/build/org.eclipse.cdt.meson.docs/pom.xml
index 80da41c7987..f5079653aba 100644
--- a/build/org.eclipse.cdt.meson.docs/pom.xml
+++ b/build/org.eclipse.cdt.meson.docs/pom.xml
@@ -47,7 +47,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
- <version>${tycho-extras-version}</version>
+ <version>${tycho-version}</version>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build-index.xml build.index</appArgLine>
<dependencies>

Back to the top