rootProject.name = "inz.platform.war"

includeBuild("../") {
	dependencySubstitution {
		substitute module('com.beecode:inz.authentication') with project(':inz.authentication')
		substitute module('com.beecode:inz.authmgr') with project(':inz.authmgr')
		substitute module('com.beecode:inz.basis') with project(':inz.basis')
		substitute module('com.beecode:inz.common') with project(':inz.common')
		substitute module('com.beecode:inz.init.data') with project(':inz.init.data')
		substitute module('com.beecode:inz.message') with project(':inz.message')
		substitute module('com.beecode:inz.query') with project(':inz.query')
		substitute module('com.beecode:inz.workflow') with project(':inz.workflow')
		substitute module('com.beecode:inz.enterprisesetting') with project(':inz.enterprisesetting')
		substitute module('com.beecode:xyst.dinas.oa') with project(':xyst.dinas.oa')
		substitute module('com.beecode:xyst.dinas.biz') with project(':xyst.dinas.biz')
		substitute module('com.beecode:xyst.dinas.project') with project(':xyst.dinas.project')
		substitute module('com.beecode:xyst.dinas.production') with project(':xyst.dinas.production')
		substitute module('com.beecode:xyst.dinas.contract') with project(':xyst.dinas.contract')
		substitute module('com.beecode:xyst.dinas.camera') with project(':xyst.dinas.camera')
		substitute module('com.beecode:xyst.dinas.price') with project(':xyst.dinas.price')
		substitute module('com.beecode:xyst.dinas.safe') with project(':xyst.dinas.safe')
        substitute module('com.beecode:xyst.dinas.transport') with project(':xyst.dinas.transport')
        substitute module('com.beecode:xyst.dinas.sales') with project(':xyst.dinas.sales')
		substitute module('com.beecode:xyst.dinas.finance') with project(':xyst.dinas.finance')
		substitute module('com.beecode:xyst.dinas.statistics') with project(':xyst.dinas.statistics')
	}
}