Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2015-05-05 11:29:16 +0000
committerMatthias Sohn2015-05-07 08:34:31 +0000
commit8a8b0198eeb90fefb4ee6b9e7c0511f227dcc4e6 (patch)
tree0ff41fd3195440239aeb55a6c73798fc15e0d688 /org.eclipse.egit.repository
parented862fe41692b9a1d68a7bc28e9ffd881d49adca (diff)
downloadegit-8a8b0198eeb90fefb4ee6b9e7c0511f227dcc4e6.tar.gz
egit-8a8b0198eeb90fefb4ee6b9e7c0511f227dcc4e6.tar.xz
egit-8a8b0198eeb90fefb4ee6b9e7c0511f227dcc4e6.zip
Fix and re-include Easymport wizard
Bug: 466361 Change-Id: Id591f4c089cca0da81c559a8dac66641aa4a1cc2 Signed-off-by: Mickael Istria <mistria@redhat.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.repository')
-rw-r--r--org.eclipse.egit.repository/category.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.repository/category.xml b/org.eclipse.egit.repository/category.xml
index 09c481f385..0b312848bf 100644
--- a/org.eclipse.egit.repository/category.xml
+++ b/org.eclipse.egit.repository/category.xml
@@ -27,9 +27,9 @@
<feature url="features/org.eclipse.jgit.http.apache_0.0.0.qualifier.jar" id="org.eclipse.jgit.http.apache" version="0.0.0">
<category name="JGit"/>
</feature>
-<!-- <bundle id="org.eclipse.egit.ui.importer" version="0.0.1.qualifier">
+ <bundle id="org.eclipse.egit.ui.importer" version="0.0.1.qualifier">
<category name="Eclipse Git Team Provider - experimental features (incubation)"/>
- </bundle> -->
+ </bundle>
<category-def name="Eclipse Git Team Provider" label="Eclipse Git Team Provider">
<description>
Eclipse Git Team Provider
@@ -41,5 +41,5 @@
</description>
</category-def>
<category-def name="Eclipse Git Team Provider - experimental features (incubation)" label="Eclipse Git Team Provider - experimental features (incubation)"/>
-<!-- <repository-reference location="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui" enabled="true" /> -->
+ <repository-reference location="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui" enabled="true" />
</site>

Back to the top