Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2012-04-25 21:44:40 +0000
committerBogdan Gheorghe2012-04-25 21:44:40 +0000
commitbfc6bf9c166fc8e63232116457c0678e520759a9 (patch)
treea6717f4de86c1da9b251d83577a4c36066f8eb7f
parentebd452dcf1726eb62c82cb4333353a8cf6379ecb (diff)
downloadorg.eclipse.e4.tools-bfc6bf9c166fc8e63232116457c0678e520759a9.tar.gz
org.eclipse.e4.tools-bfc6bf9c166fc8e63232116457c0678e520759a9.tar.xz
org.eclipse.e4.tools-bfc6bf9c166fc8e63232116457c0678e520759a9.zip
Remove dependency on xtext.xtend2.libv20120425-2144I20120425-1750
-rw-r--r--features/org.eclipse.e4.tools.css.editor.feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/org.eclipse.e4.tools.css.editor.feature/feature.xml b/features/org.eclipse.e4.tools.css.editor.feature/feature.xml
index 7e9c22ab..2556948d 100644
--- a/features/org.eclipse.e4.tools.css.editor.feature/feature.xml
+++ b/features/org.eclipse.e4.tools.css.editor.feature/feature.xml
@@ -27,7 +27,6 @@
<import plugin="org.eclipse.xtext.common.types"/>
<import plugin="org.apache.commons.logging"/>
<import plugin="org.eclipse.xtext.xbase.lib"/>
- <import plugin="org.eclipse.xtext.xtend2.lib"/>
<import plugin="org.eclipse.xtext.ui"/>
<import plugin="org.eclipse.ui.editors" version="3.5.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.ide" version="3.5.0" match="greaterOrEqual"/>

Back to the top