diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-03-27 14:03:16 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-03-27 14:03:16 +0000 |
commit | 37791e4bdfc706aa5684745594260f243b4be7ee (patch) | |
tree | a8dd8d0976fc478074d52cd3de79e0e6b5e6a33a /settings.gradle | |
parent | 2bb3839bfe3e3bacff79f8157465633e311239ce (diff) | |
download | poi-37791e4bdfc706aa5684745594260f243b4be7ee.tar.gz poi-37791e4bdfc706aa5684745594260f243b4be7ee.zip |
65206 - Migrate ant / maven to gradle build
update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build
remove eclipse IDE project files
remove obsolete record generator files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/settings.gradle b/settings.gradle index de9c7e7cb8..c1b5e71952 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,10 +1,3 @@ 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') +include 'main', 'ooxml-schema', 'ooxml', 'excelant', 'examples', 'scratchpad', 'integrationtest'
\ No newline at end of file |