Subversion Repositories SmartDukaan

Rev

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

Rev 23723 Rev 36627
Line 14... Line 14...
14
include 'api'
14
include 'api'
15
include 'services:webservice'
15
include 'services:webservice'
16
*/
16
*/
17
 
17
 
18
rootProject.name = 'profitmandi-cron'
18
rootProject.name = 'profitmandi-cron'
19
include ':ThriftConfig'
-
 
20
project(':ThriftConfig').projectDir = new File(settingsDir, '../ThriftConfig/')
-
 
21
include ':profitmandi-common'
19
include ':profitmandi-common'
22
project(':profitmandi-common').projectDir = new File(settingsDir, '../profitmandi-common')
20
project(':profitmandi-common').projectDir = new File(settingsDir, '../profitmandi-common')
23
include ':profitmandi-dao'
21
include ':profitmandi-dao'
24
project(':profitmandi-dao').projectDir = new File(settingsDir, '../profitmandi-dao')
22
project(':profitmandi-dao').projectDir = new File(settingsDir, '../profitmandi-dao')
25
23