WALA/com.ibm.wala.cast.js.test.data
Ben Liblit 858148e91b Reorganize how we deal with shared JavaScript test examples
When IntelliJ IDEA imports WALA's Gradle configuration, it creates
what is calls a "module" for each sourceSet of each Gradle subproject.
In so doing, it automatically picks up the source and resource
directories used by each of these sourceSets.  Unfortunately, IntelliJ
IDEA does not allow multiple modules to share a single root directory
as their source or resource directories, and that's exactly what was
going on with the "example-src" subdirectory under
"com.ibm.wala.cast.js.test.data".

This revised Gradle configuration still has is copying the necessary
"example-src" resources to the appropriate locations for use as test
resources.  But IntelliJ IDEA no longer treats "example-src" as a root
directory for resources in the automatically-generated modules.  So
now we get along nicer with IntelliJ IDEA while keeping everything
working with Gradle as well.
2018-07-11 16:13:05 -05:00
..
.settings Add a stub JDT preferences file, originally created by Buildship 2018-07-11 15:11:44 -05:00
META-INF Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00
OSGI-INF/l10n Add localization properties file with some bundle string definitions 2017-09-17 14:25:40 -07:00
examples-src missed files 2017-08-06 19:16:25 -04:00
build.gradle Reorganize how we deal with shared JavaScript test examples 2018-07-11 16:13:05 -05:00
build.properties Add localization properties file with some bundle string definitions 2017-09-17 14:25:40 -07:00
build.xml Update more parts of the build configuration to use Java 8 2017-11-26 18:46:00 -06:00
pom.xml Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00