Remove static progress task names from PackWriter
commit21f76c2a69836ec618c82eb9305656dcec70befb
authorShawn O. Pearce <spearce@spearce.org>
Wed, 28 Jul 2010 17:48:04 +0000 (28 10:48 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 28 Jul 2010 17:50:28 +0000 (28 10:50 -0700)
treec9448039468d7df7888165d8d210efd331907e8f
parent396fe6da4593645e1b9bada4fe314f6169ab2d17
Remove static progress task names from PackWriter

These need to be dynamic based on the current thread's environment
at time of execution in order to be properly localized for the end
user that will be seeing these messages.

Change-Id: I4976f462cfe606edd2761c0e36b2f6b20f63d53c
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackWriter.java