Merge info from existing, hand-authored manifests when building jars

This commit is contained in:
Ben Liblit 2018-03-21 23:07:22 -05:00
parent 4dc1e41529
commit 328b1ec52b
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,6 @@ subprojects { subproject ->
// skip generic Java setup for the few projects that have no Java code whatsoever
switch (subproject.name) {
case 'com.ibm.wala-repository':
case 'com.ibm.wala.cast.js.test.data':
case ~/.*_feature/:
return
}
@ -78,6 +77,8 @@ subprojects { subproject ->
}
}
jar.manifest.from('META-INF/MANIFEST.MF')
task afterEclipseBuildshipImport(dependsOn: processTestResources)
test {