From 5a22b9a7565cdc8a0f32f1f32fa709801a2ad9d3 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Wed, 30 Nov 2011 16:06:13 +0000 Subject: NO-JIRA: remove unused 'qpid.passwd' file, update 'md5passwd' file to align users with the 'passwd' file. Remove unused out of date debug log4j config file. Remove old unused conf files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1208478 13f79535-47bb-0310-9956-ffa450edef68 --- .../broker/src/main/java/org/apache/qpid/tools/security/Passwd.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'qpid/java/broker/src') diff --git a/qpid/java/broker/src/main/java/org/apache/qpid/tools/security/Passwd.java b/qpid/java/broker/src/main/java/org/apache/qpid/tools/security/Passwd.java index c27c52eb8e..bfcdbe7460 100644 --- a/qpid/java/broker/src/main/java/org/apache/qpid/tools/security/Passwd.java +++ b/qpid/java/broker/src/main/java/org/apache/qpid/tools/security/Passwd.java @@ -60,9 +60,6 @@ public class Passwd private static void output(String user, byte[] encoded) throws IOException { - -// File passwdFile = new File("qpid.passwd"); - PrintStream ps = new PrintStream(System.out); user += ":"; -- cgit v1.2.1