From 9108035763f7d9504671bc9bbddfb467100095e7 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 3 Oct 2009 16:52:33 -0700 Subject: Refactor the cached Authenticator data out of AwtAuthenticator This makes it easier to swap out authenticator implementations and yet still rely upon being able to configure at least one Authenticator instance in the JVM and program it with data obtained from outside of the user interface. Change-Id: I8c1a0eb8acee1d306f4c3b40a790b7fa0c3abb70 Signed-off-by: Shawn O. Pearce --- org.eclipse.jgit.pgm/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) (limited to 'org.eclipse.jgit.pgm/META-INF') diff --git a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF index 4d0bacc664..fe59357ab8 100644 --- a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF @@ -16,6 +16,7 @@ Import-Package: org.eclipse.jgit.awtui, org.eclipse.jgit.transport, org.eclipse.jgit.treewalk, org.eclipse.jgit.treewalk.filter, + org.eclipse.jgit.util, org.kohsuke.args4j, org.kohsuke.args4j.spi Bundle-ActivationPolicy: lazy -- cgit v1.2.3