Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Ben Liblit 310ef1daa5 Exclude Eclipse ".project" and ".classpath" from version control
Apparently Buildship generates these when one uses Import -> Existing
Gradle Project:
<https://discuss.gradle.org/t/buildship-eclipse-plug-in-multiproject-builds/24030/5>.
We can use the Gradle "eclipse" plugin if customizations are
necessary, but my impression is that the intent is to treat ".project"
and ".classpath" as generated files, not sources to be tracked in
source control.
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
com.ibm.wala-repository Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.java Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.java.ecj Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.java.test Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.java.test.data Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.js Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.js.html.nu_validator Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.js.nodejs Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.js.nodejs.test Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.js.rhino Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.js.rhino.test Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.js.test Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.js.test.data Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.test Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.core Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.core.testdata Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.core.tests Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.dalvik Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.dalvik.test Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.ide Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.ide.jdt Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.ide.jdt.test Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.ide.jsdt Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.ide.jsdt.tests Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.ide.tests Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.ide_feature Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.scandroid Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.shrike Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.tests.ide_feature Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.tests_feature Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala.util Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
com.ibm.wala_feature Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
gradle/wrapper Update Gradle wrapper to latest version (4.4.1) 2018-04-18 11:29:25 -05:00
targets Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
travis Compile test code, but don't run it for now 2018-04-18 11:29:25 -05:00
.dir-locals.el Many improvements to Gradle build support, including within Eclipse 2018-04-18 11:29:24 -05:00
.gitignore Exclude Eclipse ".project" and ".classpath" from version control 2018-04-18 11:29:25 -05:00
.travis.yml In Travis-CI, test Maven and Gradle separately and concurrently 2018-04-18 11:29:24 -05:00
LICENSE Create LICENSE 2018-03-08 09:08:53 -05:00
README.md Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
appveyor.yml.disabled disable appveyor for now 2017-04-13 22:06:35 -07:00
build-maven-jars.py make Maven Central files for wala.dalvik and wala.scandroid (#158) 2017-03-25 13:20:34 -07:00
build.gradle Simplify loading of plugins shared by many subprojects 2018-04-18 11:29:25 -05:00
change-version.py script to change version numbers consistently across files 2015-05-29 12:19:18 -07:00
dependent-projects-trigger.sh build ML projects 2018-04-13 09:11:57 -04:00
gradlew Support the gradlew build 2018-04-18 11:29:24 -05:00
gradlew.bat Support the gradlew build 2018-04-18 11:29:24 -05:00
pom.xml Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
settings.gradle Many improvements to Gradle build support, including within Eclipse 2018-04-18 11:29:24 -05:00
upload-javascript.sh quiet 2017-08-03 21:11:33 +00:00

README.md

WALA Build Status

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