From d99959240144fce44a76e3742c950fdb246681c5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 16 Nov 2010 23:50:06 +0000 Subject: [PATCH] Find our depends in M2_REPO. --- .classpath | 20 ++++++++----------- .../com/threerings/getdown/tools/JarDiff.java | 1 - 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.classpath b/.classpath index 52cf8bb..e035b93 100644 --- a/.classpath +++ b/.classpath @@ -1,18 +1,14 @@ - - - - - - - + + + + + - - - - - + + + diff --git a/src/main/java/com/threerings/getdown/tools/JarDiff.java b/src/main/java/com/threerings/getdown/tools/JarDiff.java index 3e7730b..daeeba0 100644 --- a/src/main/java/com/threerings/getdown/tools/JarDiff.java +++ b/src/main/java/com/threerings/getdown/tools/JarDiff.java @@ -39,7 +39,6 @@ package com.threerings.getdown.tools; import java.io.*; import java.util.*; import java.util.jar.*; -import java.util.zip.*; /** * JarDiff is able to create a jar file containing the delta between two jar files (old and new).