Note some excessive resource copying that we should eventually fix

This commit is contained in:
Ben Liblit 2018-01-29 17:26:27 -06:00
parent 5b7e3f750e
commit 557ea62426
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<stringAttribute key="gradle_user_home" value=""/>
<listAttribute key="jvm_arguments"/>
<booleanAttribute key="offline_mode" value="false"/>
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>

View File

@ -24,6 +24,8 @@ dependencies {
processTestResources {
def testdata = project(':com.ibm.wala.core.testdata')
dependsOn testdata.verifyJavaCup
// TODO: something of what follows ends up copying the entire
// 'com.ibm.wala.core.testdata' directory!
from testdata.collectJLex
from testdata.collectTestData
from testdata.downloadJavaCup