| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <?eclipse version="3.2"?>
|
|---|
| 3 | <plugin>
|
|---|
| 4 | <extension
|
|---|
| 5 | id="application"
|
|---|
| 6 | point="org.eclipse.core.runtime.applications">
|
|---|
| 7 | <application>
|
|---|
| 8 | <run
|
|---|
| 9 | class="jp.xet.sabotter.standalone.SabotterApplication">
|
|---|
| 10 | </run>
|
|---|
| 11 | </application>
|
|---|
| 12 | </extension>
|
|---|
| 13 | <extension
|
|---|
| 14 | point="org.eclipse.ui.perspectives">
|
|---|
| 15 | <perspective
|
|---|
| 16 | class="jp.xet.sabotter.standalone.SabotterPerspective"
|
|---|
| 17 | icon="icons/alt_window_16.gif"
|
|---|
| 18 | id="jp.xet.sabotter.standalone.perspective"
|
|---|
| 19 | name="Sabotter Perspective">
|
|---|
| 20 | </perspective>
|
|---|
| 21 | </extension>
|
|---|
| 22 | <extension
|
|---|
| 23 | id="product"
|
|---|
| 24 | point="org.eclipse.core.runtime.products">
|
|---|
| 25 | <product
|
|---|
| 26 | application="jp.xet.sabotter.standalone.application"
|
|---|
| 27 | name="Sabotter Standalone Core"
|
|---|
| 28 | description="Sabotter

Version: {0}

(c) Copyright Sabotter contributors and others 2008. All rights reserved.">
|
|---|
| 29 | <property
|
|---|
| 30 | name="windowImages"
|
|---|
| 31 | value="icons/alt_window_16.gif,icons/alt_window_32.gif">
|
|---|
| 32 | </property>
|
|---|
| 33 | <property
|
|---|
| 34 | name="appName"
|
|---|
| 35 | value="Sabotter Standalone Core">
|
|---|
| 36 | </property>
|
|---|
| 37 | <property
|
|---|
| 38 | name="aboutImage"
|
|---|
| 39 | value="icons/alt_about.gif">
|
|---|
| 40 | </property>
|
|---|
| 41 | <property
|
|---|
| 42 | name="aboutText"
|
|---|
| 43 | value="Sabotter

Version: {0}

Copyright (c) 2008 Sabotter contributors and others. All rights reserved.
@daisuke_m / @yamashiro / @Ewigkeit / @ykhr / @rairairou

This product includes...
 Twitter4J (c) Yusuke Yamamoto. http://yusuke.homeip.net/twitter4j/
 Apache commons, slf4j, rome, logback, JDOM and Eclipse.
 images drawn by Imari Yuka http://amimari.blog104.fc2.com/">
|
|---|
| 44 | </property>
|
|---|
| 45 | </product>
|
|---|
| 46 | </extension>
|
|---|
| 47 | <extension
|
|---|
| 48 | point="org.eclipse.ui.views">
|
|---|
| 49 | <category
|
|---|
| 50 | name="Sabotter"
|
|---|
| 51 | id="jp.xet.sabotter.eclipse">
|
|---|
| 52 | </category>
|
|---|
| 53 | <view
|
|---|
| 54 | name="Sabotter"
|
|---|
| 55 | icon="icons/alt_window_16.gif"
|
|---|
| 56 | category="jp.xet.sabotter.eclipse"
|
|---|
| 57 | class="jp.xet.sabotter.standalone.SabotterRCPView"
|
|---|
| 58 | id="jp.xet.sabotter.standalone.SabotterRCPView">
|
|---|
| 59 | </view>
|
|---|
| 60 | </extension>
|
|---|
| 61 | <extension point="org.eclipse.ui.actionSets">
|
|---|
| 62 | <actionSet label="Sabotter Actions" id="jp.xet.sabotter.standalone.actions" visible="true">
|
|---|
| 63 | <action
|
|---|
| 64 | class="jp.xet.sabotter.standalone.action.ReloadRCPAction"
|
|---|
| 65 | icon="icons/refresh.gif"
|
|---|
| 66 | id="jp.xet.sabotter.standalone.action.ReloadRCPAction"
|
|---|
| 67 | label="reload"
|
|---|
| 68 | style="push"
|
|---|
| 69 | toolbarPath="sabotterGroup"
|
|---|
| 70 | tooltip="Reload">
|
|---|
| 71 | </action>
|
|---|
| 72 | <action
|
|---|
| 73 | class="jp.xet.sabotter.standalone.action.FilterSettingRCPAction"
|
|---|
| 74 | icon="icons/filter.gif"
|
|---|
| 75 | id="jp.xet.sabotter.standalone.action.FilterSettingRCPAction"
|
|---|
| 76 | label="filter"
|
|---|
| 77 | style="push"
|
|---|
| 78 | toolbarPath="sabotterGroup"
|
|---|
| 79 | tooltip="Filter Setting">
|
|---|
| 80 | </action>
|
|---|
| 81 | <action
|
|---|
| 82 | class="jp.xet.sabotter.standalone.action.AddTabRCPAction"
|
|---|
| 83 | icon="icons/add_tab.gif"
|
|---|
| 84 | id="jp.xet.sabotter.standalone.action.AddTabRCPAction"
|
|---|
| 85 | label="addTab"
|
|---|
| 86 | style="push"
|
|---|
| 87 | toolbarPath="sabotterGroup"
|
|---|
| 88 | tooltip="Add Tab">
|
|---|
| 89 | </action>
|
|---|
| 90 | </actionSet>
|
|---|
| 91 | <actionSet
|
|---|
| 92 | label="Sabotter Update" id="jp.xet.sabotter.standalone.softwareUpdate" visible="true">
|
|---|
| 93 | <menu label="&Software Update" id="jp.xet.sabotter.standalone.updateMenu"/>
|
|---|
| 94 | <action
|
|---|
| 95 | class="jp.xet.sabotter.standalone.action.SoftwareUpdateAction"
|
|---|
| 96 | icon="icons/internet.gif"
|
|---|
| 97 | id="jp.xet.sabotter.standalone.action.SoftwareUpdateAction"
|
|---|
| 98 | label="&Find and Install..."
|
|---|
| 99 | style="push"
|
|---|
| 100 | toolbarPath="updateGroup"
|
|---|
| 101 | tooltip="Update client"
|
|---|
| 102 | menubarPath="help/sabotter.updateMenu"/>
|
|---|
| 103 | </actionSet>
|
|---|
| 104 | </extension>
|
|---|
| 105 | <extension
|
|---|
| 106 | point="org.eclipse.ui.splashHandlers">
|
|---|
| 107 | <!--
|
|---|
| 108 | <splashHandler
|
|---|
| 109 | class="jp.xet.sabotter.standalone.splashHandlers.InteractiveSplashHandler"
|
|---|
| 110 | id="jp.xet.sabotter.standalone.splashHandlers.interactive"/>
|
|---|
| 111 | <splashHandlerProductBinding
|
|---|
| 112 | productId="jp.xet.sabotter.standalone.product"
|
|---|
| 113 | splashId="jp.xet.sabotter.standalone.splashHandlers.interactive"/>
|
|---|
| 114 | -->
|
|---|
| 115 | <splashHandler
|
|---|
| 116 | class="jp.xet.sabotter.standalone.splashHandlers.SimpleSplashHandler"
|
|---|
| 117 | id="jp.xet.sabotter.standalone.splashHandlers.simple"/>
|
|---|
| 118 | <splashHandlerProductBinding
|
|---|
| 119 | productId="jp.xet.sabotter.standalone.product"
|
|---|
| 120 | splashId="jp.xet.sabotter.standalone.splashHandlers.simple"/>
|
|---|
| 121 | </extension>
|
|---|
| 122 | <extension
|
|---|
| 123 | point="org.eclipse.ui.preferencePages">
|
|---|
| 124 | <page
|
|---|
| 125 | name="Colors and Fonts"
|
|---|
| 126 | category="org.eclipse.ui.preferencePages.Views"
|
|---|
| 127 | class="org.eclipse.ui.ExtensionFactory:colorsAndFontsPreferencePage"
|
|---|
| 128 | id="org.eclipse.ui.preferencePages.ColorsAndFonts">
|
|---|
| 129 | <keywordReference id="org.eclipse.ui.ide.appearance"/>
|
|---|
| 130 | <keywordReference id="org.eclipse.ui.ide.themes"/>
|
|---|
| 131 | </page>
|
|---|
| 132 | </extension>
|
|---|
| 133 | </plugin>
|
|---|