Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 45a51b3d990475222dbcf3a26e5057170b0c2310 (plain) (blame)
1
2
3
4
5
dependencies {
	api project(':plugins:org.eclipse.etrice.core.common')
	api "org.eclipse.xtext:org.eclipse.xtext:${versions.xtext}"
	api "org.eclipse.xtext:org.eclipse.xtext.xbase:${versions.xtext}"
}

Back to the top