Delist a JAR that is not actually present

This resolves one Eclipse "'...' build entry is missing" warning.

Also update the project configuration to treat this warning as an
error.  This should discourage commits that create new instances of
this sort of problem in the future.
This commit is contained in:
Ben Liblit 2016-11-06 11:54:25 -06:00
parent 8b7a163110
commit d4a0a5ddd4
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1,2 @@
compilers.p.build=0
compilers.p.build.source.library=0

View File

@ -51,7 +51,6 @@ Export-Package: com.google.common.annotations,
Bundle-ClassPath: .,
lib/commons-cli-1.2.jar,
lib/commons-io-2.4.jar,
lib/commons-lang3-3.1.jar,
lib/dexlib-1.3.4.jar,
lib/guava-13.0.1.jar,
lib/logback-classic-1.0.9.jar,