WALA/com.ibm.wala.dalvik
Ben Liblit 391210bf2d Exclude Maven-generated Ant build scripts from XML validation
When Maven generates these "*/target/antrun/build-main.xml" Any build
scripts, it does not include any DTD or XML Schema declarations.
Eclipse's XML validator warns about the lack of grammar constraints.
The warning is sensible, but we are not in a position to do anything
about it.  Better, therefore, to suppress these warnings so that we
can more-clearly see warnings we *can* address.
2016-11-28 14:57:26 -06:00
..
.settings Exclude Maven-generated Ant build scripts from XML validation 2016-11-28 14:57:26 -06:00
META-INF switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00
models scandriod merge 2014-10-01 21:32:36 -04:00
src Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
.classpath fix dalvik eclipse project build path 2015-06-22 15:54:00 +02:00
.gitignore dalvik test infrastructure 2015-04-05 21:22:55 -04:00
.project make com.ibm.wala.dalvik a plugin project 2013-02-01 11:17:27 +01: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.properties fixes to creation of jar file by maven 2015-11-06 18:26:01 -05:00
build.xml Add stub DOCTYPE declarations for Ant build scripts 2016-11-28 12:50:56 -06:00
pom.xml switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09: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.