From a3550ddb5a11a137579e5fb6654f2e4de9d966eb Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Tue, 25 Mar 2008 02:08:06 +0100 Subject: [PATCH] Export fetch package Signed-off-by: Robin Rosenberg --- org.spearce.jgit/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) diff --git a/org.spearce.jgit/META-INF/MANIFEST.MF b/org.spearce.jgit/META-INF/MANIFEST.MF index 78532068..df7a5937 100644 --- a/org.spearce.jgit/META-INF/MANIFEST.MF +++ b/org.spearce.jgit/META-INF/MANIFEST.MF @@ -6,6 +6,7 @@ Bundle-Version: 0.3.1.qualifier Bundle-Localization: plugin Bundle-Vendor: %provider_name Export-Package: org.spearce.jgit.errors, + org.spearce.jgit.fetch, org.spearce.jgit.lib Eclipse-LazyStart: true Bundle-RequiredExecutionEnvironment: J2SE-1.5 -- 2.11.4.GIT