Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhubner2008-09-11 13:09:33 +0000
committerdhubner2008-09-11 13:09:33 +0000
commit34e93dd7656836bbe4a4a2524b1cdfd9ba778fa6 (patch)
treec761ea02af811103997e1163fa462fd8473186a7
parent5cbe73dcfb2625a23074973524d973a35445739a (diff)
downloadorg.eclipse.xpand-34e93dd7656836bbe4a4a2524b1cdfd9ba778fa6.tar.gz
org.eclipse.xpand-34e93dd7656836bbe4a4a2524b1cdfd9ba778fa6.tar.xz
org.eclipse.xpand-34e93dd7656836bbe4a4a2524b1cdfd9ba778fa6.zip
compile xtend before xpand
disabled test build
-rw-r--r--features/org.eclipse.xpand.sdk-feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/org.eclipse.xpand.sdk-feature/feature.xml b/features/org.eclipse.xpand.sdk-feature/feature.xml
index a52097af..e7c65326 100644
--- a/features/org.eclipse.xpand.sdk-feature/feature.xml
+++ b/features/org.eclipse.xpand.sdk-feature/feature.xml
@@ -20,7 +20,9 @@
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/modeling/m2t/updates/"/>
</url>
-
+<includes
+ id="org.eclipse.xtend"
+ version="0.0.0"/>
<includes
id="org.eclipse.xpand"
version="0.0.0"/>
@@ -49,8 +51,6 @@
id="org.eclipse.xpand.doc"
version="0.0.0"/>
- <includes
- id="org.eclipse.xtend"
- version="0.0.0"/>
+
</feature>

Back to the top