settings.gradle 1.39 KB
Newer Older
airyuxun committed
1
rootProject.name = "inz.platform.war"
PWF-WK01\pengwufeng committed
2 3 4 5 6 7 8 9 10 11 12 13

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')
14
		substitute module('com.beecode:xyst.dinas.oa') with project(':xyst.dinas.oa')
杨清松 committed
15
		substitute module('com.beecode:xyst.dinas.biz') with project(':xyst.dinas.biz')
杨清松 committed
16
		substitute module('com.beecode:xyst.dinas.project') with project(':xyst.dinas.project')
17
		substitute module('com.beecode:xyst.dinas.production') with project(':xyst.dinas.production')
王衍超 committed
18
		substitute module('com.beecode:xyst.dinas.contract') with project(':xyst.dinas.contract')
19
		substitute module('com.beecode:xyst.dinas.camera') with project(':xyst.dinas.camera')
杨清松 committed
20
		substitute module('com.beecode:xyst.dinas.sales') with project(':xyst.dinas.sales')
PWF-WK01\pengwufeng committed
21 22
	}
}
23 24