1 Star 0 Fork 23

DavidH / eclipse-gitee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
plugin.xml 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
顾佳奇 提交于 2016-06-13 17:08 . change views for windows.
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<extension
point="org.eclipse.ui.handlers">
<handler
commandId="OSCGit.commands.SettingsCommand"
class="net.oschina.git.handlers.SettingsHandler">
</handler>
<handler
class="net.oschina.git.handlers.PushHandler"
commandId="OSCGit.commands.pushCommand">
</handler>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
<toolbar
id="OSCGit.toolbars.settingToolbar">
<command
commandId="OSCGit.commands.SettingsCommand"
icon="icons/oschina.ico"
tooltip="OSChina Setting"
id="OSCGit.toolbars.settingCommand">
</command>
</toolbar>
</menuContribution>
<menuContribution
allPopups="true"
locationURI="popup:org.eclipse.ui.popup.any?after=additions">
<menu
icon="icons/oschina.ico"
label="OSChina">
<command
commandId="OSCGit.commands.pushCommand"
icon="icons/oschina.ico"
label="%push_upload">
</command>
</menu>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
id="OSCGit.commands.SettingsCommand"
name="Settings Command">
</command>
</extension>
</plugin>
Java
1
https://gitee.com/acme_xxyqsy_18857968988/eclipse-oscgit.git
git@gitee.com:acme_xxyqsy_18857968988/eclipse-oscgit.git
acme_xxyqsy_18857968988
eclipse-oscgit
eclipse-gitee
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891