apache-poi/trunk/settings.gradle
Javen O'Neal 64a58088cd tag r1769465 as 3.16-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_16_BETA1@1769466 13f79535-47bb-0310-9956-ffa450edef68
2016-11-13 08:07:01 +00:00

11 lines
556 B
Groovy

rootProject.name = 'poi'
include 'main', 'ooxml', 'excelant', 'examples', 'scratchpad', 'integrationtest'
project(':main').projectDir = new File(settingsDir, 'build/main')
project(':ooxml').projectDir = new File(settingsDir, 'build/ooxml')
project(':excelant').projectDir = new File(settingsDir, 'build/excelant')
project(':examples').projectDir = new File(settingsDir, 'build/examples')
project(':scratchpad').projectDir = new File(settingsDir, 'build/scratchpad')
project(':integrationtest').projectDir = new File(settingsDir, 'build/integrationtest')