Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Ben Liblit d83a05affc Add stub DOCTYPE declarations for Eclipse plug-in manifest files
We actually know the full grammar for these files: it is documented at
<http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fplugin_manifest.html>.
We ought to be able to extract that DTD into a file and give each
"plugin.xml" a "<!DOCTYPE plugin SYSTEM ...>" declaration referencing
it.  Unfortunately, that leads to a new warning: "External entity
resolution is not supported by PDE."  So a stub declaration is the
best we can do.  Fortunately, Eclipse's structured editor seems to
preserve these once we add them by hand.
2016-11-28 14:55:34 -06:00
com.ibm.wala-feature Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala-repository switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00
com.ibm.wala.cast Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.java Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.java.ecj Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.java.test Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.java.test.data Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.js Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.js.html.nu_validator Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.js.rhino Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.js.rhino.test Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.js.test Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.js.test.data Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.cast.test Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.core Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
com.ibm.wala.core.testdata Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
com.ibm.wala.core.tests Add stub DOCTYPE declarations for Eclipse plug-in manifest files 2016-11-28 14:55:34 -06:00
com.ibm.wala.dalvik Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
com.ibm.wala.dalvik.test Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.ide Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.ide-feature Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.ide.jdt Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.ide.jdt.test Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.ide.jsdt Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.ide.jsdt.tests Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.ide.tests Add stub DOCTYPE declarations for Eclipse plug-in manifest files 2016-11-28 14:55:34 -06:00
com.ibm.wala.scandroid Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
com.ibm.wala.shrike Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
com.ibm.wala.tests-feature Exclude Eclipse feature manifest files from XML validation 2016-11-28 14:03:03 -06:00
com.ibm.wala.tests.ide-feature Exclude Eclipse feature manifest files from XML validation 2016-11-28 14:03:03 -06:00
com.ibm.wala.util Exclude Maven-generated (?) files from XML validation 2016-11-28 14:55:25 -06:00
targets switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00
.gitignore Update ignores 2016-04-03 12:44:32 -07:00
.travis.yml Do a shallow clone of DroidBench 2016-09-20 13:55:47 -07:00
README.md Restore README.md 2014-12-02 13:14:26 -08:00
build-maven-jars.py More output to debug maven jar script on Travis 2016-05-25 15:09:51 +02:00
change-version.py script to change version numbers consistently across files 2015-05-29 12:19:18 -07:00
pom.xml Create new com.ibm.wala.cast.java.ecj project. 2016-05-24 11:39:00 +02:00

README.md

This is the main source repository for WALA. For more details on WALA, see the WALA home page.