Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-02-09 17:45:01 +0000
committerAlexander Kurtakov2018-02-21 09:46:04 +0000
commit61442cf3be4a1cc1ea211203daf6d48b5787bf85 (patch)
treebb898ade18d8b131cdf034a4e92e2c6229cd858a /releng
parent28b36d1e3ebdd2c1ce875575802c2d929606d247 (diff)
downloadorg.eclipse.cdt-61442cf3be4a1cc1ea211203daf6d48b5787bf85.tar.gz
org.eclipse.cdt-61442cf3be4a1cc1ea211203daf6d48b5787bf85.tar.xz
org.eclipse.cdt-61442cf3be4a1cc1ea211203daf6d48b5787bf85.zip
Bug 530000 - Add Meson Build support
Editors for meson.build, meson_options.txt and *.ninja files. Just highlighting for now based on textmate grammars. Added tm4e to target to enable resolving tm4e bundles. Change-Id: I22859b2d39a96dcd777ee96d2a5e7465e4884839 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.target/cdt.target6
1 files changed, 5 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target
index dc9740b4a19..ae82d0eab43 100644
--- a/releng/org.eclipse.cdt.target/cdt.target
+++ b/releng/org.eclipse.cdt.target/cdt.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="cdt" sequenceNumber="23">
+<?pde version="3.8"?><target name="cdt" sequenceNumber="24">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.antlr.runtime" version="0.0.0"/>
@@ -73,6 +73,10 @@
<unit id="org.eclipse.tools.templates.ui.source" version="0.0.0"/>
<repository location="https://hudson.eclipse.org/cdt/job/tools-templates-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="tm-feature.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/tm4e/snapshots/"/>
+</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<launcherArgs>

Back to the top