Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23295 ashik.ali 1
rootProject.name = 'profitmandi-scheduler'
2
 
3
include ':ThriftConfig'
4
project(':ThriftConfig').projectDir = new File(settingsDir, '../ThriftConfig/')
5
include ':profitmandi-common'
6
project(':profitmandi-common').projectDir = new File(settingsDir, '../profitmandi-common')
7
include ':profitmandi-dao'
8
project(':profitmandi-dao').projectDir = new File(settingsDir, '../profitmandi-dao')
9
 
10
rootProject.name = 'profitmandi-scheduler'