Merge branch '1.2.x'

This commit is contained in:
Phillip Webb
2015-07-09 10:37:30 -07:00
2 changed files with 2 additions and 7 deletions

View File

@@ -172,7 +172,6 @@ public class Repackager {
try {
final List<Library> unpackLibraries = new ArrayList<Library>();
final List<Library> standardLibraries = new ArrayList<Library>();
libraries.doWithLibraries(new LibraryCallback() {
@Override
public void library(Library library) throws IOException {