Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2015-11-05 16:49:58 +0000
committerGerrit Code Review @ Eclipse.org2015-11-06 20:26:37 +0000
commit67f78c8094514ace73e43ffaa97a4d34c5049be8 (patch)
treeff3863ea85e996dbdcbe9e95119ae7ac5dda6d3f /releng/org.eclipse.cdt.repo
parent894c74be7ec9709081efc08f70fb06eba82add19 (diff)
downloadorg.eclipse.cdt-67f78c8094514ace73e43ffaa97a4d34c5049be8.tar.gz
org.eclipse.cdt-67f78c8094514ace73e43ffaa97a4d34c5049be8.tar.xz
org.eclipse.cdt-67f78c8094514ace73e43ffaa97a4d34c5049be8.zip
Remove the ANTLR based QML parser. We're planning on tern.js instead.
The prototyping of a tern.js based QML parser and semantic analyzer is working out well. We are proceeding with that for now and are removing the ANTLR based QML parser we were thinking of to clean things up. Change-Id: I5b9894ade1904d017709542ef23d1f80c4886e45
Diffstat (limited to 'releng/org.eclipse.cdt.repo')
-rw-r--r--releng/org.eclipse.cdt.repo/category.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/releng/org.eclipse.cdt.repo/category.xml b/releng/org.eclipse.cdt.repo/category.xml
index 5b437704784..7987c8c35cc 100644
--- a/releng/org.eclipse.cdt.repo/category.xml
+++ b/releng/org.eclipse.cdt.repo/category.xml
@@ -96,6 +96,4 @@
</feature>
<iu id="org.freemarker" version="0.0.0">
</iu>
- <iu id="org.antlr.runtime" version="0.0.0">
- </iu>
</site>

Back to the top