1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/oschina-eclipse-oscgit

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
plugin.xml 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
顾佳奇 Отправлено 13.06.2016 12:08 1b51e82
<?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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/oschina-eclipse-oscgit.git
git@api.gitlife.ru:oschina-mirror/oschina-eclipse-oscgit.git
oschina-mirror
oschina-eclipse-oscgit
oschina-eclipse-oscgit
master