settings.gradle 1.84 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')
20
		substitute module('com.beecode:xyst.dinas.price') with project(':xyst.dinas.price')
高晓磊 committed
21 22 23
		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')
24
		substitute module('com.beecode:xyst.dinas.finance') with project(':xyst.dinas.finance')
wukaiqiang committed
25
		substitute module('com.beecode:xyst.dinas.statistics') with project(':xyst.dinas.statistics')
PWF-WK01\pengwufeng committed
26 27
	}
}
28 29