WALA/com.ibm.wala.dalvik
Ben Liblit 5d5fa18b5f Replace source directories rather than appending to them
I was confused about the differences among:

	srcDir 'foo'
	srcDirs ['foo']
	srcDirs = ['foo']

As it turns out, the first two append to the set of source
directories, while the last replaces this set entirely.  I generally
want replacement, since WALA's current directory layout never matches
Gradle's assumed defaults.
2018-04-18 11:29:25 -05:00
..
.settings Many improvements to Gradle build support, including within Eclipse 2018-04-18 11:29:24 -05:00
META-INF Many improvements to Gradle build support, including within Eclipse 2018-04-18 11:29:24 -05:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
models scandriod merge 2014-10-01 21:32:36 -04:00
src Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
.classpath Many improvements to Gradle build support, including within Eclipse 2018-04-18 11:29:24 -05:00
.gitignore dalvik test infrastructure 2015-04-05 21:22:55 -04:00
.project Many improvements to Gradle build support, including within Eclipse 2018-04-18 11:29:24 -05:00
README scandriod merge 2014-10-01 21:32:36 -04:00
StringTest.apk add android lib, model and example app to make test run possible (only temporary) 2013-02-01 11:13:03 +01:00
apkCGBuilder.xml Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
build.gradle Replace source directories rather than appending to them 2018-04-18 11:29:25 -05:00
build.properties cleanups and changes for TAMU work 2017-11-22 18:24:39 -05:00
build.xml Update more parts of the build configuration to use Java 8 2017-11-26 18:46:00 -06:00
mvncentral.xml Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
pom.xml Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00

README

NOTICE
======

This project was extracted from the SCanDroid project:

https://github.com/SCanDroid

(c) Copyright 2009-2012

The preferred license for SCanDroid is the BSD License and the majority of the SCanDroid software is licensed with it.

Based on that license, the code in WALA is being redistributed under the EPL.