Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2016-08-10 15:04:09 +0000
committerRyan D. Brooks2016-08-31 16:18:44 +0000
commit9b9a5c3fa81ba1e2570df3f1739353c36d7fc8a2 (patch)
tree9fec40956a61238d779a5b998dcd90b4388c4c63 /features/org.eclipse.osee.dep.feature
parentfeba226b7b3e113fde66f09518bc38069e004bd2 (diff)
downloadorg.eclipse.osee-9b9a5c3fa81ba1e2570df3f1739353c36d7fc8a2.tar.gz
org.eclipse.osee-9b9a5c3fa81ba1e2570df3f1739353c36d7fc8a2.tar.xz
org.eclipse.osee-9b9a5c3fa81ba1e2570df3f1739353c36d7fc8a2.zip
Revert "feature: Add antlr runtime"
Diffstat (limited to 'features/org.eclipse.osee.dep.feature')
-rw-r--r--features/org.eclipse.osee.dep.feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/org.eclipse.osee.dep.feature/feature.xml b/features/org.eclipse.osee.dep.feature/feature.xml
index a8114cbb83b..a86cd796af4 100644
--- a/features/org.eclipse.osee.dep.feature/feature.xml
+++ b/features/org.eclipse.osee.dep.feature/feature.xml
@@ -345,7 +345,6 @@
<import feature="org.eclipse.xtext.runtime" version="2.9.0" match="equivalent"/>
<import plugin="org.eclipse.xtext.util" version="2.9.0" match="equivalent"/>
<import plugin="com.lowagie.text" version="2.0.0" match="compatible"/>
- <import plugin="org.antlr.runtime" version="4.0.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top