Skip to content

Commit e6ea4bc

Browse files
committed
Move docs to src directory
1 parent 236ee88 commit e6ea4bc

File tree

94 files changed

+1
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1
-8
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,6 @@ project('spring-batch-infrastructure') {
417417

418418
}
419419

420-
project('spring-batch-docs') {
421-
description = 'Spring Batch Docs'
422-
}
423-
424420
//Domain for batch job testing
425421
project('spring-batch-test') {
426422
description = 'Spring Batch Test'
@@ -591,7 +587,7 @@ task prepareAsciidocBuild(type: Sync) {
591587
configurations.docs.collect { zipTree(it) }
592588
}
593589
// and doc sources
594-
from "spring-batch-docs/asciidoc/"
590+
from "src/asciidoc/"
595591
// to a build directory of your choice
596592
into "$buildDir/asciidoc/assemble"
597593
}

settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
rootProject.name = 'spring-batch'
22

33
include 'spring-batch-core'
4-
include 'spring-batch-core-tests'
5-
include 'spring-batch-docs'
64
include 'spring-batch-infrastructure'
7-
include 'spring-batch-infrastructure-tests'
85
include 'spring-batch-test'
96
include 'spring-batch-integration'
107
include 'spring-batch-samples'

0 commit comments

Comments
 (0)