apache-poi/trunk/settings.gradle
Javen O'Neal 3e7df27cd6 tag r1780499 as 3.15-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_15_BETA1@1780500 13f79535-47bb-0310-9956-ffa450edef68
2017-01-27 04:48:52 +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')