Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 49c41f7c0deacbf0c930b0317fd4adc613a289d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
set SRC_INSTALLATION=%ETRICE_DEPLOY%
call install-dependency org.eclipse.etrice org.eclipse.etrice.core.common 0.4.0 exp
call install-dependency org.eclipse.etrice org.eclipse.etrice.core.config 0.4.0 exp
call install-dependency org.eclipse.etrice org.eclipse.etrice.core.etmap 0.4.0 exp
call install-dependency org.eclipse.etrice org.eclipse.etrice.core.etphys 0.4.0 exp
call install-dependency org.eclipse.etrice org.eclipse.etrice.core.genmodel 0.4.0 exp
call install-dependency org.eclipse.etrice org.eclipse.etrice.core.room 0.4.0 exp
call install-dependency org.eclipse.etrice org.eclipse.etrice.generator.config 0.4.0 exp
call install-dependency org.eclipse.etrice org.eclipse.etrice.generator.doc 0.4.0 exp
call install-dependency org.eclipse.etrice org.eclipse.etrice.generator.java 0.4.0 exp
call install-dependency org.eclipse.etrice org.eclipse.etrice.generator 0.4.0 exp

Back to the top