Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbkolb2008-01-08 21:54:35 +0000
committerbkolb2008-01-08 21:54:35 +0000
commitc3d8677b074fefdae16df3e47b15d9698ff77886 (patch)
tree2cc9c0bc21b7f7d899488be38ee8030ba6657b47
parentcaed463ccefb9dfb06c384c0ae2918e55391f151 (diff)
downloadorg.eclipse.xpand-c3d8677b074fefdae16df3e47b15d9698ff77886.tar.gz
org.eclipse.xpand-c3d8677b074fefdae16df3e47b15d9698ff77886.tar.xz
org.eclipse.xpand-c3d8677b074fefdae16df3e47b15d9698ff77886.zip
fixed dependencies
-rw-r--r--features/org.eclipse.xpand-feature/feature.xml2
-rw-r--r--features/org.eclipse.xtend-feature/feature.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/features/org.eclipse.xpand-feature/feature.xml b/features/org.eclipse.xpand-feature/feature.xml
index be971c70..103e5798 100644
--- a/features/org.eclipse.xpand-feature/feature.xml
+++ b/features/org.eclipse.xpand-feature/feature.xml
@@ -26,11 +26,11 @@
version="0.0.0"/>
<requires>
- <import plugin="org.eclipse.xtend"/>
<import plugin="org.apache.commons.logging"/>
<import plugin="org.eclipse.jdt.core" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.text" version="3.2.0" match="compatible"/>
<import plugin="org.antlr.runtime"/>
+ <import feature="org.eclipse.xtend" version="0.7.0.qualifier"/>
</requires>
<plugin
diff --git a/features/org.eclipse.xtend-feature/feature.xml b/features/org.eclipse.xtend-feature/feature.xml
index 643a1a60..d67758eb 100644
--- a/features/org.eclipse.xtend-feature/feature.xml
+++ b/features/org.eclipse.xtend-feature/feature.xml
@@ -27,6 +27,7 @@
<requires>
<import plugin="org.eclipse.emf.mwe.core"/>
+ <import plugin="org.apache.commons.logging"/>
<import plugin="org.eclipse.emf.common" version="2.2.0" match="compatible"/>
<import plugin="org.eclipse.emf.ecore.xmi" version="2.2.0" match="compatible"/>
<import plugin="org.eclipse.emf.mwe.utils"/>

Back to the top