Set name and version to help Gradle composite-build substitutions

This commit is contained in:
Ben Liblit 2018-02-01 11:29:26 -06:00
parent 2674806aa5
commit 9082a5205a
3 changed files with 5 additions and 1 deletions

View File

@ -15,5 +15,5 @@
<listAttribute key="tasks">
<listEntry value="eclipseProcessTestResources"/>
</listAttribute>
<stringAttribute key="working_dir" value="${workspace_loc:/WALA}"/>
<stringAttribute key="working_dir" value="${workspace_loc:/com.ibm.wala}"/>
</launchConfiguration>

View File

@ -15,6 +15,8 @@ plugins {
// common Java setup shared by multiple projects
//
version '1.4.4-SNAPSHOT'
subprojects { subproject ->
// skip generic Java setup for the few projects that have no Java code whatsoever
switch (subproject.name) {

View File

@ -1,3 +1,5 @@
rootProject.name = 'com.ibm.wala'
include(
'com.ibm.wala-repository',
'com.ibm.wala.cast',