Subversion Repositories SmartDukaan

Rev

Rev 22427 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22427 Rev 36625
Line 1... Line 1...
1
rootProject.name = 'profitmandi-web'
1
rootProject.name = 'profitmandi-web'
2
include ':ThriftConfig'
-
 
3
project(':ThriftConfig').projectDir = new File(settingsDir, '../ThriftConfig/')
-
 
4
include ':profitmandi-common'
2
include ':profitmandi-common'
5
project(':profitmandi-common').projectDir = new File(settingsDir, '../profitmandi-common')
3
project(':profitmandi-common').projectDir = new File(settingsDir, '../profitmandi-common')
6
include ':profitmandi-dao'
4
include ':profitmandi-dao'
7
project(':profitmandi-dao').projectDir = new File(settingsDir, '../profitmandi-dao')
5
project(':profitmandi-dao').projectDir = new File(settingsDir, '../profitmandi-dao')
8
6