Merge lp:~xaav/bzr-eclipse/import-wizard into lp:~verterok/bzr-eclipse/trunk

Proposed by xaav
Status: Merged
Merged at revision: 220
Proposed branch: lp:~xaav/bzr-eclipse/import-wizard
Merge into: lp:~verterok/bzr-eclipse/trunk
Diff against target: 50 lines (+24/-9)
1 file modified
org.vcs.bazaar.eclipse.ui/plugin.xml (+24/-9)
To merge this branch: bzr merge lp:~xaav/bzr-eclipse/import-wizard
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Approve
Review via email: mp+63187@code.launchpad.net

Description of the change

Fixes the related bug.

To post a comment you must log in.
Revision history for this message
Guillermo Gonzalez (verterok) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'org.vcs.bazaar.eclipse.ui/plugin.xml'
2--- org.vcs.bazaar.eclipse.ui/plugin.xml 2009-06-01 15:50:48 +0000
3+++ org.vcs.bazaar.eclipse.ui/plugin.xml 2011-06-02 00:44:27 +0000
4@@ -4,6 +4,7 @@
5
6 <!-- Team exstension points -->
7
8+
9 <extension point="org.eclipse.team.ui.configurationWizards">
10 <wizard name="%SharingWizard_name" icon="icons/bzrlogo.png"
11 class="org.vcs.bazaar.eclipse.ui.wizards.configuration.BazaarConfigurationWizard"
12@@ -389,15 +390,29 @@
13 name="%CheckoutNewWizard_Name"
14 project="true"/>
15 </extension>
16- <!--extension point="org.eclipse.ui.importWizards">
17- <wizard category="org.vcs.bazaar.eclipse.ui.wizards.import"
18- class="org.vcs.bazaar.eclipse.ui.wizards.project.BranchWizard"
19- icon="icons/bzrlogo.png"
20- id="org.vcs.bazaar.eclipse.ui.wizards.CloneRepoWizard"
21- name="%ImportWizard_Name" />
22- <category id="org.vcs.bazaar.eclipse.ui.wizards.import"
23- name="%ImportWizard_categoryName" />
24- </extension-->
25+
26+ <extension point="org.eclipse.ui.importWizards">
27+ <category id="org.vcs.bazaar.eclipse.ui.wizards.new"
28+ name="%NewWizard_categoryName" />
29+ <wizard
30+ canFinishEarly="false"
31+ category="org.vcs.bazaar.eclipse.ui.wizards.new"
32+ class="org.vcs.bazaar.eclipse.ui.wizards.project.BranchWizard"
33+ hasPages="true"
34+ icon="icons/bzrlogo.png"
35+ id="org.vcs.bazaar.eclipse.ui.wizards.project.BranchWizard"
36+ name="%BranchNewWizard_Name"
37+ project="true"/>
38+ <wizard
39+ canFinishEarly="false"
40+ category="org.vcs.bazaar.eclipse.ui.wizards.new"
41+ class="org.vcs.bazaar.eclipse.ui.wizards.project.CheckoutWizard"
42+ hasPages="true"
43+ icon="icons/bzrlogo.png"
44+ id="org.vcs.bazaar.eclipse.ui.wizards.project.CheckOutWizard"
45+ name="%CheckoutNewWizard_Name"
46+ project="true"/>
47+ </extension>
48 <extension point="org.eclipse.ui.console.consoleFactories">
49 <consoleFactory
50 class="org.vcs.bazaar.eclipse.ui.console.BzrOutputConsoleFactory"

Subscribers

People subscribed via source and target branches

to all changes: