Browse CVS Repository
Diff of /concierge/Concierge/plugin.xml
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 50 |
point="org.eclipse.core.runtime.preferences"> |
point="org.eclipse.core.runtime.preferences"> |
| 51 |
<initializer class="jp.sourceforge.concierge.framework.preferences.PreferenceInitializer"/> |
<initializer class="jp.sourceforge.concierge.framework.preferences.PreferenceInitializer"/> |
| 52 |
</extension> |
</extension> |
| 53 |
|
|
| 54 |
|
<extension |
| 55 |
|
point="org.eclipse.ui.actionSets"> |
| 56 |
|
<actionSet |
| 57 |
|
label="Update Action Set" |
| 58 |
|
visible="true" |
| 59 |
|
id="jp.sourceforge.concierge.framework.UpdateActionSet"> |
| 60 |
|
<action |
| 61 |
|
label="Software Updates" |
| 62 |
|
id="jp.sourceforge.concierge.framework.UpdateAction" |
| 63 |
|
menubarPath="help/UpdateAction" |
| 64 |
|
class="jp.sourceforge.concierge.framework.UpdateAction"> |
| 65 |
|
</action> |
| 66 |
|
</actionSet> |
| 67 |
|
</extension> |
| 68 |
|
|
| 69 |
</plugin> |
</plugin> |
|
|
Legend:
| Removed from v.1.7 |
|
| changed lines |
| |
Added in v.1.8 |
|
|
|