Remove commons-codec.jar since we're back to the JDK URL encoding/decoding.

This commit is contained in:
hns 2004-09-15 12:15:28 +00:00
parent 1967c7d76b
commit 8459618f36
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -36,7 +36,7 @@ import java.util.ArrayList;
public class Main { public class Main {
public static final String[] jars = { public static final String[] jars = {
"helma.jar", "rhino.jar", "jetty.jar", "helma.jar", "rhino.jar", "jetty.jar",
"commons-logging.jar", "commons-codec.jar", "commons-logging.jar",
"crimson.jar", "xmlrpc.jar", "servlet.jar", "crimson.jar", "xmlrpc.jar", "servlet.jar",
"mail.jar", "activation.jar", "mail.jar", "activation.jar",
"netcomponents.jar", "jimi.jar", "netcomponents.jar", "jimi.jar",