Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.parallel/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin.xml76
1 files changed, 76 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.parallel/plugin.xml b/packages/org.eclipse.epp.package.parallel/plugin.xml
index 9e1dc266..2b5f6591 100644
--- a/packages/org.eclipse.epp.package.parallel/plugin.xml
+++ b/packages/org.eclipse.epp.package.parallel/plugin.xml
@@ -74,4 +74,80 @@
</introProductBinding>
</extension>
+ <extension
+ point="org.eclipse.ui.intro.quicklinks">
+ <url
+ location="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse
+.platform.cheatsheet&amp;input=org.eclipse.cdt-doc.cheatsheet.cdt_import_project
+"
+ label="%ql.cheatcheet.importc.label"
+ description="%ql.cheatcheet.importc.description"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstic
+e/graphics/icons/ctool/start-cheatsheet.png"
+ importance="high">
+ </url>
+ <command
+ id="org.eclipse.ui.newWizard(newWizardId=org.eclipse.cdt.ui.wizards.NewCWizard2)"
+ description="%ql.newCProject.description"
+ label="%ql.newCProject.label"
+ importance="medium"
+ resolution="launchbar">
+ </command>
+ <command
+ description="%ql.newCPPProject.description"
+ id="org.eclipse.ui.newWizard(newWizardId=org.eclipse.cdt.ui.wizards.NewCWizard1)"
+ label="%ql.newCPPProject.label">
+ </command>
+ <command
+ id="org.eclipse.ui.newWizard(newWizardId=org.eclipse.cdt.ui.wizards.NewMakeFromExisting)"
+ label="%ql.importMakefile.label">
+ </command>
+ <command
+ id="org.eclipse.ui.newWizard(newWizardId=org.eclipse.photran.ui.wizards.CDT4FortranProjectWizard)"
+ description="%ql.newFortranProject.description"
+ label="%ql.newFortranProject.label"
+ importance="medium"
+ resolution="launchbar">
+ </command>
+ <command
+ id="org.eclipse.ui.file.import(importWizardId=org.eclipse.egit.ui.internal.clone.GitCloneWizard)"
+ description="%ql.checkoutGitProject.description"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/egit-checkout.png"
+ label="%ql.checkoutGitProject.label"
+ importance="medium"
+ resolution="launchbar">
+ </command>
+ <command
+ id="org.eclipse.ui.file.import(importWizardId=org.eclipse.ui.wizards.import.ExternalProject)"
+ description="%ql.importExistingProjects.description"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/import-existing-project.png"
+ label="%ql.importExistingProjects.label"
+ resolution="launchbar">
+ </command>
+ <command
+ id="org.eclipse.ui.edit.text.openLocalFile"
+ description="%ql.openExistingFile.description"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/open-file.png"
+ importance="low"
+ label="%ql.openExistingFile.label"
+ resolution="launchbar">
+ </command>
+ <command
+ id="org.eclipse.oomph.setup.ui.questionnaire"
+ importance="high"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/settings.png"
+ label="%ql.setupQuestionnaire.label">
+ </command>
+ <override
+ command="org.eclipse.ui.newWizard*"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/new-project.png"
+ theme="org.eclipse.ui.intro.universal.solstice">
+ </override>
+ <command
+ id="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard"
+ label="%ql.mpc.label"
+ description="%ql.mpc.description"
+ icon="platform:/plugin/org.eclipse.epp.mpc.ui/intro/css/marketplace.png">
+ </command>
+ </extension>
</plugin>

Back to the top