Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a1fc32d4f6b2a1ce7861432418fd14d2581c6904 (plain) (blame)
1
2
3
4
5
6
dependencies {
	compile project(':plugins:org.eclipse.etrice.core.common')
	compile project(':plugins:org.eclipse.etrice.core.room')
	
	compile "org.eclipse.xtend:org.eclipse.xtend.lib:$xtext_version"
}

Back to the top