mirror of https://github.com/apache/lucene.git
LUCENE-9438: Add resources to the Eclipse classpath.
This commit is contained in:
parent
a70a47d053
commit
7f68272575
|
@ -47,6 +47,7 @@ configure(rootProject) {
|
||||||
projects.each { prj ->
|
projects.each { prj ->
|
||||||
prj.sourceSets.each { sourceSet ->
|
prj.sourceSets.each { sourceSet ->
|
||||||
sources += sourceSet.java.srcDirs.findAll { dir -> dir.exists() }.collect { dir -> relativize(dir) }
|
sources += sourceSet.java.srcDirs.findAll { dir -> dir.exists() }.collect { dir -> relativize(dir) }
|
||||||
|
sources += sourceSet.resources.srcDirs.findAll { dir -> dir.exists() }.collect { dir -> relativize(dir) }
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is hacky - we take the resolved compile classpath and just
|
// This is hacky - we take the resolved compile classpath and just
|
||||||
|
|
Loading…
Reference in New Issue