Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Lay2012-01-30 14:31:18 +0000
committerMatthias Sohn2012-01-30 15:52:58 +0000
commit03a7b6c0a88bf734272cfe3283939a33b75cbf30 (patch)
treec1ef38d34021b26f70acd59b7f8735ce74e5ad10 /org.eclipse.egit.ui/META-INF/MANIFEST.MF
parentd6abf675f2b9af548ff647f47d2d6ac2ab24e1ca (diff)
downloadegit-03a7b6c0a88bf734272cfe3283939a33b75cbf30.tar.gz
egit-03a7b6c0a88bf734272cfe3283939a33b75cbf30.tar.xz
egit-03a7b6c0a88bf734272cfe3283939a33b75cbf30.zip
Add an extension point to provide repository search
The new extension point can be used to contribute the ability to search for repositories on a remote server. It will be used in a new version of an import wizard. For this use case an implementor can provide a Wizard page implementing such a search. Bug: 361251 Change-Id: I4e3a3ff88dbb5642dd61c55d751f4be12e93f720 Signed-off-by: Stefan Lay <stefan.lay@sap.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
index 1dbdd8333b..7684a89d58 100644
--- a/org.eclipse.egit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
@@ -84,6 +84,7 @@ Export-Package: org.eclipse.egit.ui;version="1.3.0",
org.eclipse.egit.ui.internal.history.command;version="1.3.0";x-internal:=true,
org.eclipse.egit.ui.internal.merge;version="1.3.0";x-internal:=true,
org.eclipse.egit.ui.internal.preferences;version="1.3.0";x-internal:=true,
+ org.eclipse.egit.ui.internal.provisional.wizards;version="1.3.0";x-internal:=true,
org.eclipse.egit.ui.internal.pull;version="1.3.0";x-internal:=true,
org.eclipse.egit.ui.internal.push;version="1.3.0";x-internal:=true,
org.eclipse.egit.ui.internal.rebase;version="1.3.0";x-internal:=true,

Back to the top