Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-03-24 23:21:34 +0000
committerThomas Wolf2019-03-25 20:02:52 +0000
commit85433fcecbce2bc42c809e20778427c05c0ab28c (patch)
treef07ef29312b7bdec657a359a984b14aa3d9afdb1 /org.eclipse.egit.repository
parent69a3b3126cc0b1aa9689ebf4e1fdc53985f2e947 (diff)
downloadegit-85433fcecbce2bc42c809e20778427c05c0ab28c.tar.gz
egit-85433fcecbce2bc42c809e20778427c05c0ab28c.tar.xz
egit-85433fcecbce2bc42c809e20778427c05c0ab28c.zip
Integrate the smart import wizard fragment into the EGit UI bundle
Move the class into the main bundle now that the EGit baseline is a version that supports smart import. Add the wizard extension in plugin.xml. Move the test class into the EGit UI tests and rewrite it to use a local test repo instead of trying to clone JGit over HTTPS. Remove the smartimport fragment and the ui.importer.tests project. Add the update clause to the p2.inf of EGit UI to ensure that p2 removes the fragment when EGit UI is updated. Also remove the smartimport fragment from the repository, and remove the maven modules. Change-Id: I6b9c3138da25d77995ef0acd9168ddccc3663568 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.repository')
-rw-r--r--org.eclipse.egit.repository/category.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.egit.repository/category.xml b/org.eclipse.egit.repository/category.xml
index db0271ffda..1f7e0791c2 100644
--- a/org.eclipse.egit.repository/category.xml
+++ b/org.eclipse.egit.repository/category.xml
@@ -39,9 +39,6 @@
<feature url="features/org.eclipse.egit.gitflow.feature_0.0.0.qualifier.jar" id="org.eclipse.egit.gitflow.feature" version="0.0.0">
<category name="EGit.experimental"/>
</feature>
- <bundle id="org.eclipse.egit.ui.smartimport" version="0.0.0">
- <category name="EGit.experimental"/>
- </bundle>
<category-def name="EGit" label="Git integration for Eclipse">
<description>
Versioning with Git, integration with Gerrit, GitHub, Gitflow, and Task repositories

Back to the top