OSDN Git Service

コミット2回目
authortake_n <take_n@dummy>
Thu, 17 Jan 2019 14:27:28 +0000 (23:27 +0900)
committertake_n <take_n@dummy>
Thu, 17 Jan 2019 14:27:28 +0000 (23:27 +0900)
66 files changed:
Vaadin8/workspace_02/.metadata/.log
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.egit.core.prefs
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jst.jsp.ui.prefs [deleted file]
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.php.ui.prefs
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefs
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.css.ui.prefs [deleted file]
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.dtd.ui.prefs [deleted file]
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.html.ui.prefs [deleted file]
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.jsdt.ui.prefs
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xml.ui.prefs [deleted file]
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xsl.ui.prefs [deleted file]
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml
Vaadin8/workspace_02/multi_module_application/.project [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/.settings/com.vaadin.designer.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/.settings/org.eclipse.m2e.core.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/README.md [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.classpath [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.project [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/com.vaadin.designer.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/org.eclipse.m2e.core.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/pom.xml [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/src/main/java/com/example/multi_module_application/MyComponent.java [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/src/main/java/com/example/multi_module_application/client/MyComponentConnector.java [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/src/main/resources/com/example/multi_module_application/MyAppWidgetset.gwt.xml [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.classpath [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.project [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/com.vaadin.designer.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.m2e.core.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.wst.common.component [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.wst.common.project.facet.core.xml [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/pom.xml [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/src/main/java/com/example/multi_module_application/backend/CrudService.java [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/src/test/java/com/example/multi_module_application/backend/CrudServiceTest.java [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/src/test/java/com/example/multi_module_application/backend/TestBean.java [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.classpath [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.project [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/.jsdtscope [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/com.vaadin.designer.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.m2e.core.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.common.component [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.common.project.facet.core.xml [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.jsdt.ui.superType.container [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.jsdt.ui.superType.name [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.validation.prefs [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/pom.xml [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/java/com/example/multi_module_application/MyUI.java [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/java/com/example/multi_module_application/Person.java [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/resources/README [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/addons.scss [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/favicon.ico [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/mytheme.scss [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/styles.css [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/styles.scss [new file with mode: 0644]
Vaadin8/workspace_02/multi_module_application/pom.xml [new file with mode: 0644]

index 1278c21..7758eee 100644 (file)
-!SESSION 2019-01-17 22:58:46.767 -----------------------------------------------
-eclipse.buildId=4.9.0.I20180906-0745
-java.version=1.8.0_181
-java.vendor=Oracle Corporation
-BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ja_JP
-Framework arguments:  -product org.eclipse.epp.package.jee.product
-Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product
-
-!ENTRY org.eclipse.jface 2 0 2019-01-17 22:59:39.760
-!MESSAGE キーバインドの競合が発生しました。 通常のアクセラレーター操作を妨げる可能性があります。
-!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-17 22:59:39.760
-!MESSAGE ALT+CTRL+Y の競合が発生しました:
-Binding(ALT+CTRL+Y,
-       ParameterizedCommand(Command(org.eclipse.swtbot.generator.client.commands.import.code,SWTBot コードのインポート,
-               Imports code to editor and removes it from the client recorder view,
-               Category(org.eclipse.core.commands.categories.autogenerated,カテゴリーなし,自動生成コマンドかカテゴリーを持たないコマンド,true),
-               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1aa21319,
-               ,,true),null),
-       org.eclipse.ui.defaultAcceleratorConfiguration,
-       org.eclipse.ui.contexts.window,,,system)
-Binding(ALT+CTRL+Y,
-       ParameterizedCommand(Command(org.eclipse.team.svn.revision.graph.command.ShowRevisionGraphCommand,リビジョン・グラフの表示...,
-               ,
-               Category(org.eclipse.team.svn.ui.command.category,SVN,null,true),
-               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@3dcf26b5,
-               ,,true),null),
-       org.eclipse.ui.defaultAcceleratorConfiguration,
-       org.eclipse.ui.contexts.window,,,system)
-!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-17 22:59:39.760
-!MESSAGE CTRL+SHIFT+T の競合が発生しました:
-Binding(CTRL+SHIFT+T,
-       ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,型を開く,
-               型を Java エディターで開きます,
-               Category(org.eclipse.ui.category.navigate,ナビゲート,null,true),
-               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1a9ba6c2,
-               ,,true),null),
-       org.eclipse.ui.defaultAcceleratorConfiguration,
-       org.eclipse.ui.contexts.window,,,system)
-Binding(CTRL+SHIFT+T,
-       ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,ワークスペース内のシンボルにジャンプ,
-               ,
-               Category(org.eclipse.lsp4e.category,言語サーバー,null,true),
-               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2e940dd0,
-               ,,true),null),
-       org.eclipse.ui.defaultAcceleratorConfiguration,
-       org.eclipse.ui.contexts.window,,,system)
-
-!ENTRY org.eclipse.jface.text 2 0 2019-01-17 22:59:48.041
-!MESSAGE 重複テンプレート ID: 'org.eclipse.wst.xslt.templates.xpath.boolean'
-
-!ENTRY org.eclipse.epp.logging.aeri.ide 2 17 2019-01-17 22:59:52.775
-!MESSAGE Server ‘org.eclipse.epp.logging.aeri.ide.server’ failed with exception: Proxy Error. ; バージョン: 2.0.7.v20180504-0806
-!STACK 0
-org.apache.http.client.HttpResponseException: Proxy Error
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseHandler.handleResponse(HttpResponses.java:66)
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseStringHandler.handleResponse(HttpResponses.java:88)
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseStringHandler.handleResponse(HttpResponses.java:1)
-       at org.apache.http.client.fluent.Response.handleResponse(Response.java:90)
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses.getContentWithProgress(HttpResponses.java:51)
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:65)
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:124)
-       at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
-       at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
-       at java.lang.Thread.run(Unknown Source)
-
-!ENTRY org.eclipse.epp.logging.aeri.ide 2 12 2019-01-17 22:59:53.744
-!MESSAGE Unable to parse pattern: ‘*’. ; バージョン: 2.0.7.v20180504-0806
-!STACK 0
-org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException
-       at org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException.newTrace(Logs.java:387)
-       at org.eclipse.epp.logging.aeri.core.util.Logs.log(Logs.java:134)
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConfiguration.getIgnoredPluginMessagesPatterns(ServerConfiguration.java:333)
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:168)
-       at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
-       at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
-       at java.lang.Thread.run(Unknown Source)
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:00:12.388
-!MESSAGE BrowserCore initialized.
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:00:13.501
-!MESSAGE All vaadin 7+ projects : []
-!SESSION 2019-01-17 23:03:13.540 -----------------------------------------------
-eclipse.buildId=4.9.0.I20180906-0745
-java.version=1.8.0_181
-java.vendor=Oracle Corporation
-BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ja_JP
-Framework arguments:  -product org.eclipse.epp.package.jee.product
-Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product
-
-!ENTRY org.eclipse.jface 2 0 2019-01-17 23:03:32.520
-!MESSAGE キーバインドの競合が発生しました。 通常のアクセラレーター操作を妨げる可能性があります。
-!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-17 23:03:32.520
-!MESSAGE ALT+CTRL+Y の競合が発生しました:
-Binding(ALT+CTRL+Y,
-       ParameterizedCommand(Command(org.eclipse.swtbot.generator.client.commands.import.code,SWTBot コードのインポート,
-               Imports code to editor and removes it from the client recorder view,
-               Category(org.eclipse.core.commands.categories.autogenerated,カテゴリーなし,自動生成コマンドかカテゴリーを持たないコマンド,true),
-               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@33ea437a,
-               ,,true),null),
-       org.eclipse.ui.defaultAcceleratorConfiguration,
-       org.eclipse.ui.contexts.window,,,system)
-Binding(ALT+CTRL+Y,
-       ParameterizedCommand(Command(org.eclipse.team.svn.revision.graph.command.ShowRevisionGraphCommand,リビジョン・グラフの表示...,
-               ,
-               Category(org.eclipse.team.svn.ui.command.category,SVN,null,true),
-               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@360b6ea1,
-               ,,true),null),
-       org.eclipse.ui.defaultAcceleratorConfiguration,
-       org.eclipse.ui.contexts.window,,,system)
-!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-17 23:03:32.520
-!MESSAGE CTRL+SHIFT+T の競合が発生しました:
-Binding(CTRL+SHIFT+T,
-       ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,型を開く,
-               型を Java エディターで開きます,
-               Category(org.eclipse.ui.category.navigate,ナビゲート,null,true),
-               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7aead157,
-               ,,true),null),
-       org.eclipse.ui.defaultAcceleratorConfiguration,
-       org.eclipse.ui.contexts.window,,,system)
-Binding(CTRL+SHIFT+T,
-       ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,ワークスペース内のシンボルにジャンプ,
-               ,
-               Category(org.eclipse.lsp4e.category,言語サーバー,null,true),
-               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@52aa84ef,
-               ,,true),null),
-       org.eclipse.ui.defaultAcceleratorConfiguration,
-       org.eclipse.ui.contexts.window,,,system)
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:41.395
-!MESSAGE Schedule fetching all notifications
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:41.395
-!MESSAGE Schedule version update jobs
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:42.770
-!MESSAGE Requesting user info (notification settings URL)
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:42.864
-!MESSAGE Fetching all notifications
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:45.114
-!MESSAGE HTTP Response code :200
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:45.129
-!MESSAGE HTTP Response code :200
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:45.129
-!MESSAGE Parse notifications
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:45.161
-!MESSAGE Save JSON notifications content to cache file D:\workspace_root\Vaadin_Example_Project\Vaadin8\workspace_02\.metadata\.plugins\com.vaadin.integration.eclipse\notifications-cache.json
-
-!ENTRY org.eclipse.epp.logging.aeri.ide 2 12 2019-01-17 23:03:46.207
-!MESSAGE Unable to parse pattern: ‘*’. ; バージョン: 2.0.7.v20180504-0806
-!STACK 0
-org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException
-       at org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException.newTrace(Logs.java:387)
-       at org.eclipse.epp.logging.aeri.core.util.Logs.log(Logs.java:134)
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConfiguration.getIgnoredPluginMessagesPatterns(ServerConfiguration.java:333)
-       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:168)
-       at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
-       at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
-       at java.lang.Thread.run(Unknown Source)
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:50.217
-!MESSAGE Schedule fetching new notifications
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:53.748
-!MESSAGE BrowserCore initialized.
-
-!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:04:11.420
-!MESSAGE All vaadin 7+ projects : []
+!SESSION 2019-01-17 22:58:46.767 -----------------------------------------------\r
+eclipse.buildId=4.9.0.I20180906-0745\r
+java.version=1.8.0_181\r
+java.vendor=Oracle Corporation\r
+BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ja_JP\r
+Framework arguments:  -product org.eclipse.epp.package.jee.product\r
+Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product\r
+\r
+!ENTRY org.eclipse.jface 2 0 2019-01-17 22:59:39.760\r
+!MESSAGE キーバインドの競合が発生しました。 通常のアクセラレーター操作を妨げる可能性があります。\r
+!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-17 22:59:39.760\r
+!MESSAGE ALT+CTRL+Y の競合が発生しました:\r
+Binding(ALT+CTRL+Y,\r
+       ParameterizedCommand(Command(org.eclipse.swtbot.generator.client.commands.import.code,SWTBot コードのインポート,\r
+               Imports code to editor and removes it from the client recorder view,\r
+               Category(org.eclipse.core.commands.categories.autogenerated,カテゴリーなし,自動生成コマンドかカテゴリーを持たないコマンド,true),\r
+               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1aa21319,\r
+               ,,true),null),\r
+       org.eclipse.ui.defaultAcceleratorConfiguration,\r
+       org.eclipse.ui.contexts.window,,,system)\r
+Binding(ALT+CTRL+Y,\r
+       ParameterizedCommand(Command(org.eclipse.team.svn.revision.graph.command.ShowRevisionGraphCommand,リビジョン・グラフの表示...,\r
+               ,\r
+               Category(org.eclipse.team.svn.ui.command.category,SVN,null,true),\r
+               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@3dcf26b5,\r
+               ,,true),null),\r
+       org.eclipse.ui.defaultAcceleratorConfiguration,\r
+       org.eclipse.ui.contexts.window,,,system)\r
+!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-17 22:59:39.760\r
+!MESSAGE CTRL+SHIFT+T の競合が発生しました:\r
+Binding(CTRL+SHIFT+T,\r
+       ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,型を開く,\r
+               型を Java エディターで開きます,\r
+               Category(org.eclipse.ui.category.navigate,ナビゲート,null,true),\r
+               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1a9ba6c2,\r
+               ,,true),null),\r
+       org.eclipse.ui.defaultAcceleratorConfiguration,\r
+       org.eclipse.ui.contexts.window,,,system)\r
+Binding(CTRL+SHIFT+T,\r
+       ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,ワークスペース内のシンボルにジャンプ,\r
+               ,\r
+               Category(org.eclipse.lsp4e.category,言語サーバー,null,true),\r
+               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2e940dd0,\r
+               ,,true),null),\r
+       org.eclipse.ui.defaultAcceleratorConfiguration,\r
+       org.eclipse.ui.contexts.window,,,system)\r
+\r
+!ENTRY org.eclipse.jface.text 2 0 2019-01-17 22:59:48.041\r
+!MESSAGE 重複テンプレート ID: 'org.eclipse.wst.xslt.templates.xpath.boolean'\r
+\r
+!ENTRY org.eclipse.epp.logging.aeri.ide 2 17 2019-01-17 22:59:52.775\r
+!MESSAGE Server ‘org.eclipse.epp.logging.aeri.ide.server’ failed with exception: Proxy Error. ; バージョン: 2.0.7.v20180504-0806\r
+!STACK 0\r
+org.apache.http.client.HttpResponseException: Proxy Error\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseHandler.handleResponse(HttpResponses.java:66)\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseStringHandler.handleResponse(HttpResponses.java:88)\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseStringHandler.handleResponse(HttpResponses.java:1)\r
+       at org.apache.http.client.fluent.Response.handleResponse(Response.java:90)\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses.getContentWithProgress(HttpResponses.java:51)\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:65)\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:124)\r
+       at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)\r
+       at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)\r
+       at java.lang.Thread.run(Unknown Source)\r
+\r
+!ENTRY org.eclipse.epp.logging.aeri.ide 2 12 2019-01-17 22:59:53.744\r
+!MESSAGE Unable to parse pattern: ‘*’. ; バージョン: 2.0.7.v20180504-0806\r
+!STACK 0\r
+org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException\r
+       at org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException.newTrace(Logs.java:387)\r
+       at org.eclipse.epp.logging.aeri.core.util.Logs.log(Logs.java:134)\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConfiguration.getIgnoredPluginMessagesPatterns(ServerConfiguration.java:333)\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:168)\r
+       at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)\r
+       at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)\r
+       at java.lang.Thread.run(Unknown Source)\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:00:12.388\r
+!MESSAGE BrowserCore initialized.\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:00:13.501\r
+!MESSAGE All vaadin 7+ projects : []\r
+!SESSION 2019-01-17 23:03:13.540 -----------------------------------------------\r
+eclipse.buildId=4.9.0.I20180906-0745\r
+java.version=1.8.0_181\r
+java.vendor=Oracle Corporation\r
+BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ja_JP\r
+Framework arguments:  -product org.eclipse.epp.package.jee.product\r
+Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product\r
+\r
+!ENTRY org.eclipse.jface 2 0 2019-01-17 23:03:32.520\r
+!MESSAGE キーバインドの競合が発生しました。 通常のアクセラレーター操作を妨げる可能性があります。\r
+!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-17 23:03:32.520\r
+!MESSAGE ALT+CTRL+Y の競合が発生しました:\r
+Binding(ALT+CTRL+Y,\r
+       ParameterizedCommand(Command(org.eclipse.swtbot.generator.client.commands.import.code,SWTBot コードのインポート,\r
+               Imports code to editor and removes it from the client recorder view,\r
+               Category(org.eclipse.core.commands.categories.autogenerated,カテゴリーなし,自動生成コマンドかカテゴリーを持たないコマンド,true),\r
+               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@33ea437a,\r
+               ,,true),null),\r
+       org.eclipse.ui.defaultAcceleratorConfiguration,\r
+       org.eclipse.ui.contexts.window,,,system)\r
+Binding(ALT+CTRL+Y,\r
+       ParameterizedCommand(Command(org.eclipse.team.svn.revision.graph.command.ShowRevisionGraphCommand,リビジョン・グラフの表示...,\r
+               ,\r
+               Category(org.eclipse.team.svn.ui.command.category,SVN,null,true),\r
+               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@360b6ea1,\r
+               ,,true),null),\r
+       org.eclipse.ui.defaultAcceleratorConfiguration,\r
+       org.eclipse.ui.contexts.window,,,system)\r
+!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-17 23:03:32.520\r
+!MESSAGE CTRL+SHIFT+T の競合が発生しました:\r
+Binding(CTRL+SHIFT+T,\r
+       ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,型を開く,\r
+               型を Java エディターで開きます,\r
+               Category(org.eclipse.ui.category.navigate,ナビゲート,null,true),\r
+               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7aead157,\r
+               ,,true),null),\r
+       org.eclipse.ui.defaultAcceleratorConfiguration,\r
+       org.eclipse.ui.contexts.window,,,system)\r
+Binding(CTRL+SHIFT+T,\r
+       ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,ワークスペース内のシンボルにジャンプ,\r
+               ,\r
+               Category(org.eclipse.lsp4e.category,言語サーバー,null,true),\r
+               org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@52aa84ef,\r
+               ,,true),null),\r
+       org.eclipse.ui.defaultAcceleratorConfiguration,\r
+       org.eclipse.ui.contexts.window,,,system)\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:41.395\r
+!MESSAGE Schedule fetching all notifications\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:41.395\r
+!MESSAGE Schedule version update jobs\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:42.770\r
+!MESSAGE Requesting user info (notification settings URL)\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:42.864\r
+!MESSAGE Fetching all notifications\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:45.114\r
+!MESSAGE HTTP Response code :200\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:45.129\r
+!MESSAGE HTTP Response code :200\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:45.129\r
+!MESSAGE Parse notifications\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:45.161\r
+!MESSAGE Save JSON notifications content to cache file D:\workspace_root\Vaadin_Example_Project\Vaadin8\workspace_02\.metadata\.plugins\com.vaadin.integration.eclipse\notifications-cache.json\r
+\r
+!ENTRY org.eclipse.epp.logging.aeri.ide 2 12 2019-01-17 23:03:46.207\r
+!MESSAGE Unable to parse pattern: ‘*’. ; バージョン: 2.0.7.v20180504-0806\r
+!STACK 0\r
+org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException\r
+       at org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException.newTrace(Logs.java:387)\r
+       at org.eclipse.epp.logging.aeri.core.util.Logs.log(Logs.java:134)\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConfiguration.getIgnoredPluginMessagesPatterns(ServerConfiguration.java:333)\r
+       at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:168)\r
+       at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)\r
+       at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)\r
+       at java.lang.Thread.run(Unknown Source)\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:50.217\r
+!MESSAGE Schedule fetching new notifications\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:03:53.748\r
+!MESSAGE BrowserCore initialized.\r
+\r
+!ENTRY com.vaadin.designer2 1 0 2019-01-17 23:04:11.420\r
+!MESSAGE All vaadin 7+ projects : []\r
+\r
+!ENTRY org.apache.ivyde.eclipse 1 0 2019-01-17 23:05:49.678\r
+!MESSAGE starting IvyDE plugin\r
+\r
+!ENTRY org.apache.ivyde.eclipse 1 0 2019-01-17 23:05:49.708\r
+!MESSAGE IvyDE plugin started\r
+\r
+!ENTRY org.eclipse.ui 2 2 2019-01-17 23:06:09.003\r
+!MESSAGE 無効なカテゴリー・パス設定: org.springframework.tooling.boot.java.ls.preferences (bundle: org.springframework.ide.eclipse.boot.dash, page: org.springframework.ide.eclipse.boot.dash.prefs.RemoteAppsPrefsPage)\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:09:32.572\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:09:41.891\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:10:08.408\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.core.resources 4 1 2019-01-17 23:10:17.650\r
+!MESSAGE 内部エラー\r
+!STACK 1\r
+org.eclipse.core.runtime.CoreException: スキームにファイル・システムが定義されていません: about\r
+       at org.eclipse.core.internal.filesystem.Policy.error(Policy.java:48)\r
+       at org.eclipse.core.internal.filesystem.Policy.error(Policy.java:43)\r
+       at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getFileSystem(InternalFileSystemCore.java:68)\r
+       at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getStore(InternalFileSystemCore.java:110)\r
+       at org.eclipse.core.filesystem.EFS.getStore(EFS.java:481)\r
+       at org.eclipse.core.internal.localstore.FileSystemResourceManager.findLinkedResourcesPaths(FileSystemResourceManager.java:155)\r
+       at org.eclipse.core.internal.localstore.FileSystemResourceManager.allPathsForLocationNonCanonical(FileSystemResourceManager.java:132)\r
+       at org.eclipse.core.internal.localstore.FileSystemResourceManager.allPathsForLocation(FileSystemResourceManager.java:70)\r
+       at org.eclipse.core.internal.localstore.FileSystemResourceManager.allResourcesFor(FileSystemResourceManager.java:229)\r
+       at org.eclipse.core.internal.resources.WorkspaceRoot.findFilesForLocationURI(WorkspaceRoot.java:97)\r
+       at org.eclipse.core.internal.resources.WorkspaceRoot.findFilesForLocationURI(WorkspaceRoot.java:90)\r
+       at org.eclipse.mylyn.internal.wikitext.ui.editor.MarkupEditor$2.tryToOpenAsWorkspaceFile(MarkupEditor.java:273)\r
+       at org.eclipse.mylyn.internal.wikitext.ui.editor.MarkupEditor$2.changing(MarkupEditor.java:319)\r
+       at org.eclipse.swt.browser.IE.lambda$6(IE.java:525)\r
+       at org.eclipse.swt.ole.win32.OleEventTable.sendEvent(OleEventTable.java:58)\r
+       at org.eclipse.swt.ole.win32.OleEventSink.notifyListener(OleEventSink.java:160)\r
+       at org.eclipse.swt.ole.win32.OleEventSink.Invoke(OleEventSink.java:128)\r
+       at org.eclipse.swt.ole.win32.OleEventSink.access$1(OleEventSink.java:105)\r
+       at org.eclipse.swt.ole.win32.OleEventSink$1.method6(OleEventSink.java:79)\r
+       at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:122)\r
+       at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)\r
+       at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2309)\r
+       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3559)\r
+       at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)\r
+       at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)\r
+       at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)\r
+       at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)\r
+       at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:628)\r
+       at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)\r
+       at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)\r
+       at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)\r
+       at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)\r
+       at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:199)\r
+       at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)\r
+       at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)\r
+       at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:391)\r
+       at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246)\r
+       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r
+       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)\r
+       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)\r
+       at java.lang.reflect.Method.invoke(Unknown Source)\r
+       at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)\r
+       at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)\r
+       at org.eclipse.equinox.launcher.Main.run(Main.java:1501)\r
+!SUBENTRY 1 org.eclipse.core.filesystem 4 566 2019-01-17 23:10:17.652\r
+!MESSAGE スキームにファイル・システムが定義されていません: about\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:10:55.641\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:11:02.828\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.jface.text 2 0 2019-01-17 23:12:41.977\r
+!MESSAGE 重複テンプレート ID: 'org.eclipse.wst.xslt.templates.xpath.boolean'\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:13:13.129\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:13:18.269\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:15:44.016\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:15:45.333\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:15:45.984\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:17:11.649\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:17:12.664\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:17:13.369\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:20:51.493\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
+\r
+!ENTRY org.eclipse.m2e.logback.appender 2 0 2019-01-17 23:20:56.899\r
+!MESSAGE GWT plugin is configured to detect modules, but none were found.\r
index 73feb1c..2f5e048 100644 (file)
Binary files a/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index and b/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index differ
index d416ba9..8d70dcb 100644 (file)
@@ -1,4 +1,4 @@
-GitRepositoriesView.GitDirectories=
-GitRepositoriesView.GitDirectories.relative=
-core_autoIgnoreDerivedResources=false
-eclipse.preferences.version=1
+GitRepositoriesView.GitDirectories=D\:\\workspace_root\\Vaadin_Example_Project\\.git;C\:\\Users\\user01\\git\\Vaadin_Example_Project\\.git;\r
+GitRepositoriesView.GitDirectories.relative=D\:\\workspace_root\\Vaadin_Example_Project\\.git;C\:\\Users\\user01\\git\\Vaadin_Example_Project\\.git;\r
+core_autoIgnoreDerivedResources=false\r
+eclipse.preferences.version=1\r
index 54ff075..39474b1 100644 (file)
@@ -1,46 +1,34 @@
-content_assist_disabled_computers=org.eclipse.recommenders.completion.rcp.templates.category\u0000org.eclipse.jdt.ui.javaAllProposalCategory\u0000org.eclipse.jdt.ui.javaNoTypeProposalCategory\u0000org.eclipse.recommenders.completion.rcp.chain.category\u0000org.eclipse.jdt.ui.javaTypeProposalCategory\u0000org.eclipse.jdt.ui.textProposalCategory\u0000org.eclipse.recommenders.subwords.rcp.category\u0000
-content_assist_favorite_static_members=org.hamcrest.CoreMatchers.*;org.junit.Assert.*;org.junit.matchers.JUnitMatchers.*;org.mockito.Matchers.*;org.mockito.Mockito.*;org.hamcrest.MatcherAssert.*;org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.*;org.hamcrest.Matchers.*;org.eclipse.swtbot.eclipse.finder.matchers.WidgetMatcherFactory.*;org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.*;org.eclipse.swtbot.swt.finder.SWTBotAssert.*;org.eclipse.swtbot.eclipse.finder.waits.Conditions.*;org.eclipse.swtbot.swt.finder.waits.Conditions.*;org.assertj.core.api.Assertions.*;org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders.*;org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.*;org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.*;org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.*;org.springframework.restdocs.mockmvc.MockMvcRestDocumentation.*;org.springframework.test.web.client.match.MockRestRequestMatchers.*;org.springframework.test.web.client.response.MockRestResponseCreators.*;org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;org.springframework.test.web.servlet.result.MockMvcResultHandlers.*;org.springframework.test.web.servlet.result.MockMvcResultMatchers.*
-content_assist_insert_completion=false
-content_assist_lru_history=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><history maxLHS\="100" maxRHS\="10"/>
-content_assist_number_of_computers=25
-content_assist_proposals_background=255,255,255
-content_assist_proposals_foreground=0,0,0
-eclipse.preferences.version=1
-editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
-fontPropagated=true
-formatter_profile=_Pleiades [\u30AB\u30B9\u30BF\u30E0]
-formatter_settings_version=14
-java_keyword_return_underline=true
-org.eclipse.jdt.internal.ui.navigator.layout=2
-org.eclipse.jdt.ui.editor.tab.width=
-org.eclipse.jdt.ui.exception.name=e
-org.eclipse.jdt.ui.formatterprofiles=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<profiles version\="12">\r\n<profile kind\="CodeFormatterProfile" name\="Pleiades [\u30AB\u30B9\u30BF\u30E0]" version\="12">\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.disabling_tag" value\="@formatter\:off"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_field" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.use_on_off_tags" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value\="80"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_after_package" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.continuation_indentation" value\="2"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_package" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.source" value\="1.7"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_line_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.join_wrapped_lines" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.lineSplit" value\="120"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indentation.size" value\="4"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.enabling_tag" value\="@formatter\:on"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_assignment" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value\="error"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.tabulation.char" value\="tab"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_method" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_switch" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value\="error"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_block" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.compact_else_if" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.tabulation.size" value\="4"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_empty_lines" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.compliance" value\="1.7"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value\="2"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value\="enabled"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.line_length" value\="80"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.join_lines_in_comments" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_html" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_source_code" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value\="1.7"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value\="80"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_header" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_block_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value\="false"/>\r\n</profile>\r\n</profiles>\r\n
-org.eclipse.jdt.ui.formatterprofiles.version=14
-org.eclipse.jdt.ui.gettersetter.use.is=true
-org.eclipse.jdt.ui.javadoclocations.migrated=true
-org.eclipse.jdt.ui.overrideannotation=true
-org.eclipse.jdt.ui.staticondemandthreshold=1
-org.eclipse.jdt.ui.text.code_templates_migrated=true
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
-org.eclipse.jdt.ui.text.custom_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="java" deleted\="false" description\="SLF4J \u30ED\u30B0\u5BA3\u8A00" enabled\="true" name\="log">${\:import(org.slf4j.Logger, org.slf4j.LoggerFactory)}/** \u30ED\u30AC\u30FC */&\#13;\r\nprivate static final Logger log \= LoggerFactory.getLogger(${enclosing_type}.class);</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="adviceexecution pointcut (AspectJ)" enabled\="true" name\="adviceexecution">adviceexecution()</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="after returning advice (AspectJ)" enabled\="true" name\="after_returning">after(${args}) returning() \: ${pointcut_expression} {}</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="after throwing advice (AspectJ)" enabled\="true" name\="after_throwing">after(${args}) throwing() \: ${pointcut_expression} {}</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="around advice (AspectJ)" enabled\="true" name\="around">around(${args}) \: ${pointcut_expression} {}</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="before advice (AspectJ)" enabled\="true" name\="before">before(${args}) \: ${pointcut_expression} {}</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="call constructor pointcut (AspectJ)" enabled\="true" name\="call_cons">call(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="call method declaration (AspectJ)" enabled\="true" name\="call_method">call(${modifiers_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern}(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="cflow pointcut (AspectJ)" enabled\="true" name\="cflow">cflow(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="cflowbelow pointcut (AspectJ)" enabled\="true" name\="cflowbelow">cflowbelow(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare error (AspectJ)" enabled\="true" name\="dece">declare error \: ${pointcut_expression} \: "";</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare parents (AspectJ)" enabled\="true" name\="decp_extends">declare parents \: ${type_pattern} extends ${type};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare parents (AspectJ)" enabled\="true" name\="decp_implements">declare parents \: ${type_pattern} implements ${type};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare soft (AspectJ)" enabled\="true" name\="decs">declare soft \: ${exception_type} \: ${pointcut_expression};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare warning (AspectJ)" enabled\="true" name\="decw">declare warning \: ${pointcut_expression} \: "";</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="execution of a constructor pointcut (AspectJ)" enabled\="true" name\="execution_cons">execution(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="execution of a method pointcut (AspectJ)" enabled\="true" name\="execution_method">execution(${modifier_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern}(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="get pointcut (AspectJ)" enabled\="true" name\="get">get(${modifier_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="handler pointcut (AspectJ)" enabled\="true" name\="handler">handler(${type_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="initialization pointcut (AspectJ)" enabled\="true" name\="initialization">initialization(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="pointcut declaration (AspectJ)" enabled\="true" name\="pc">pointcut ${name}() \: ${pointcut_expression};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="percflow (AspectJ)" enabled\="true" name\="percflow">percflow(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="percflowbelow (AspectJ)" enabled\="true" name\="percflowbelow">percflowbelow(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="pertarget (AspectJ)" enabled\="true" name\="pertarget">pertarget(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="perthis (AspectJ)" enabled\="true" name\="perthis">perthis(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="pertypewithin (AspectJ)" enabled\="true" name\="pertypewithin">pertypewithin(${type_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="pointcut (AspectJ)" enabled\="true" name\="pointcut">pointcut ${name}(${args}) \: ${pointcut_expression};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="preinitialization pointcut (AspectJ)" enabled\="true" name\="preinitialization">preinitialization(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="set pointcut (AspectJ)" enabled\="true" name\="set">set(${modifier_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="staticinitialization pointcut (AspectJ)" enabled\="true" name\="staticinitialization">staticinitialization(${type_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="thisJoinPoint (AspectJ)" enabled\="true" name\="thisJoinPoint">thisJoinPoint</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="thisJoinPointStaticPart (AspectJ)" enabled\="true" name\="thisJoinPointStaticPart">thisJoinPointStaticPart</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="within pointcut (AspectJ)" enabled\="true" name\="within">within(${type_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="withincode of a constructor pointcut (AspectJ)" enabled\="true" name\="withincode_cons">withincode(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="withincode of a method pointcut (AspectJ)" enabled\="true" name\="withincode_method">withincode(${modifier_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern}(..))</template></templates>
-org.eclipse.jdt.ui.text.templates_migrated=true
-org.eclipse.jdt.ui.typefilter.enabled=java.awt.List;
-org.eclipse.jface.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-proposalOrderMigrated=true
-semanticHighlighting.localVariable.color=255,0,255
-semanticHighlighting.localVariable.enabled=true
-semanticHighlighting.localVariableDeclaration.color=255,0,255
-semanticHighlighting.localVariableDeclaration.enabled=true
-semanticHighlighting.parameterVariable.color=255,0,0
-semanticHighlighting.parameterVariable.enabled=true
-semanticHighlighting.staticField.bold=true
-semanticHighlighting.staticField.italic=false
-semanticHighlighting.staticFinalField.italic=false
-semanticHighlighting.staticMethodInvocation.bold=true
-semanticHighlighting.staticMethodInvocation.italic=false
-sourceHoverBackgroundColor=255,255,225
-spelling_locale_initialized=true
-stickyOccurrences=false
-tabWidthPropagated=true
-useAnnotationsPrefPage=true
-useQuickDiffPrefPage=true
+content_assist_disabled_computers=org.eclipse.recommenders.completion.rcp.templates.category\u0000org.eclipse.jdt.ui.javaAllProposalCategory\u0000org.eclipse.jdt.ui.javaNoTypeProposalCategory\u0000org.eclipse.recommenders.completion.rcp.chain.category\u0000org.eclipse.jdt.ui.javaTypeProposalCategory\u0000org.eclipse.jdt.ui.textProposalCategory\u0000org.eclipse.recommenders.subwords.rcp.category\u0000\r
+content_assist_favorite_static_members=org.hamcrest.CoreMatchers.*;org.junit.Assert.*;org.junit.matchers.JUnitMatchers.*;org.mockito.Matchers.*;org.mockito.Mockito.*;org.hamcrest.MatcherAssert.*;org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.*;org.hamcrest.Matchers.*;org.eclipse.swtbot.eclipse.finder.matchers.WidgetMatcherFactory.*;org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.*;org.eclipse.swtbot.swt.finder.SWTBotAssert.*;org.eclipse.swtbot.eclipse.finder.waits.Conditions.*;org.eclipse.swtbot.swt.finder.waits.Conditions.*;org.assertj.core.api.Assertions.*;org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders.*;org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.*;org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.*;org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.*;org.springframework.restdocs.mockmvc.MockMvcRestDocumentation.*;org.springframework.test.web.client.match.MockRestRequestMatchers.*;org.springframework.test.web.client.response.MockRestResponseCreators.*;org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;org.springframework.test.web.servlet.result.MockMvcResultHandlers.*;org.springframework.test.web.servlet.result.MockMvcResultMatchers.*\r
+content_assist_insert_completion=false\r
+content_assist_lru_history=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><history maxLHS\="100" maxRHS\="10"/>\r
+content_assist_number_of_computers=25\r
+content_assist_proposals_background=255,255,255\r
+content_assist_proposals_foreground=0,0,0\r
+eclipse.preferences.version=1\r
+editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true\r
+fontPropagated=true\r
+formatter_profile=_Pleiades [\u30AB\u30B9\u30BF\u30E0]\r
+formatter_settings_version=14\r
+java_keyword_return_underline=true\r
+org.eclipse.jdt.internal.ui.navigator.layout=2\r
+org.eclipse.jdt.ui.editor.tab.width=\r
+org.eclipse.jdt.ui.exception.name=e\r
+org.eclipse.jdt.ui.formatterprofiles=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<profiles version\="12">\r\n<profile kind\="CodeFormatterProfile" name\="Pleiades [\u30AB\u30B9\u30BF\u30E0]" version\="12">\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.disabling_tag" value\="@formatter\:off"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_field" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.use_on_off_tags" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value\="80"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_after_package" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.continuation_indentation" value\="2"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_package" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.source" value\="1.7"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_line_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.join_wrapped_lines" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.lineSplit" value\="120"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indentation.size" value\="4"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.enabling_tag" value\="@formatter\:on"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_assignment" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value\="error"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.tabulation.char" value\="tab"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_method" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_switch" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value\="error"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_block" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.compact_else_if" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.tabulation.size" value\="4"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_empty_lines" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.compliance" value\="1.7"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value\="2"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value\="enabled"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.line_length" value\="80"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.join_lines_in_comments" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_html" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_source_code" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value\="1.7"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value\="80"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_header" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_block_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value\="false"/>\r\n</profile>\r\n</profiles>\r\n\r
+org.eclipse.jdt.ui.formatterprofiles.version=14\r
+org.eclipse.jdt.ui.gettersetter.use.is=true\r
+org.eclipse.jdt.ui.javadoclocations.migrated=true\r
+org.eclipse.jdt.ui.overrideannotation=true\r
+org.eclipse.jdt.ui.staticondemandthreshold=1\r
+org.eclipse.jdt.ui.text.code_templates_migrated=true\r
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>\r
+org.eclipse.jdt.ui.text.custom_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="java" deleted\="false" description\="SLF4J \u30ED\u30B0\u5BA3\u8A00" enabled\="true" name\="log">${\:import(org.slf4j.Logger, org.slf4j.LoggerFactory)}/** \u30ED\u30AC\u30FC */&\#13;\r\nprivate static final Logger log \= LoggerFactory.getLogger(${enclosing_type}.class);</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="adviceexecution pointcut (AspectJ)" enabled\="true" name\="adviceexecution">adviceexecution()</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="after returning advice (AspectJ)" enabled\="true" name\="after_returning">after(${args}) returning() \: ${pointcut_expression} {}</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="after throwing advice (AspectJ)" enabled\="true" name\="after_throwing">after(${args}) throwing() \: ${pointcut_expression} {}</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="around advice (AspectJ)" enabled\="true" name\="around">around(${args}) \: ${pointcut_expression} {}</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="before advice (AspectJ)" enabled\="true" name\="before">before(${args}) \: ${pointcut_expression} {}</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="call constructor pointcut (AspectJ)" enabled\="true" name\="call_cons">call(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="call method declaration (AspectJ)" enabled\="true" name\="call_method">call(${modifiers_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern}(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="cflow pointcut (AspectJ)" enabled\="true" name\="cflow">cflow(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="cflowbelow pointcut (AspectJ)" enabled\="true" name\="cflowbelow">cflowbelow(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare error (AspectJ)" enabled\="true" name\="dece">declare error \: ${pointcut_expression} \: "";</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare parents (AspectJ)" enabled\="true" name\="decp_extends">declare parents \: ${type_pattern} extends ${type};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare parents (AspectJ)" enabled\="true" name\="decp_implements">declare parents \: ${type_pattern} implements ${type};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare soft (AspectJ)" enabled\="true" name\="decs">declare soft \: ${exception_type} \: ${pointcut_expression};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="declare warning (AspectJ)" enabled\="true" name\="decw">declare warning \: ${pointcut_expression} \: "";</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="execution of a constructor pointcut (AspectJ)" enabled\="true" name\="execution_cons">execution(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="execution of a method pointcut (AspectJ)" enabled\="true" name\="execution_method">execution(${modifier_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern}(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="get pointcut (AspectJ)" enabled\="true" name\="get">get(${modifier_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="handler pointcut (AspectJ)" enabled\="true" name\="handler">handler(${type_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="initialization pointcut (AspectJ)" enabled\="true" name\="initialization">initialization(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="pointcut declaration (AspectJ)" enabled\="true" name\="pc">pointcut ${name}() \: ${pointcut_expression};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="percflow (AspectJ)" enabled\="true" name\="percflow">percflow(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="percflowbelow (AspectJ)" enabled\="true" name\="percflowbelow">percflowbelow(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="pertarget (AspectJ)" enabled\="true" name\="pertarget">pertarget(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="perthis (AspectJ)" enabled\="true" name\="perthis">perthis(${pointcut_expression})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="pertypewithin (AspectJ)" enabled\="true" name\="pertypewithin">pertypewithin(${type_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="pointcut (AspectJ)" enabled\="true" name\="pointcut">pointcut ${name}(${args}) \: ${pointcut_expression};</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="preinitialization pointcut (AspectJ)" enabled\="true" name\="preinitialization">preinitialization(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="set pointcut (AspectJ)" enabled\="true" name\="set">set(${modifier_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="staticinitialization pointcut (AspectJ)" enabled\="true" name\="staticinitialization">staticinitialization(${type_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="thisJoinPoint (AspectJ)" enabled\="true" name\="thisJoinPoint">thisJoinPoint</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="thisJoinPointStaticPart (AspectJ)" enabled\="true" name\="thisJoinPointStaticPart">thisJoinPointStaticPart</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="within pointcut (AspectJ)" enabled\="true" name\="within">within(${type_pattern})</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="withincode of a constructor pointcut (AspectJ)" enabled\="true" name\="withincode_cons">withincode(${modifier_pattern} ${type_pattern}.new(..))</template><template autoinsert\="true" context\="aspectj" deleted\="false" description\="withincode of a method pointcut (AspectJ)" enabled\="true" name\="withincode_method">withincode(${modifier_pattern} ${ret_type_pattern} ${type_pattern}.${id_pattern}(..))</template></templates>\r
+org.eclipse.jdt.ui.text.templates_migrated=true\r
+org.eclipse.jdt.ui.typefilter.enabled=java.awt.List;\r
+org.eclipse.jface.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+proposalOrderMigrated=true\r
+spelling_locale_initialized=true\r
+stickyOccurrences=false\r
+tabWidthPropagated=true\r
+useAnnotationsPrefPage=true\r
+useQuickDiffPrefPage=true\r
diff --git a/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jst.jsp.ui.prefs b/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jst.jsp.ui.prefs
deleted file mode 100644 (file)
index 2c81e9b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-tagAttributeValue=\#2a00ff | null | false | false | false | false
index b1be771..84f63f2 100644 (file)
@@ -1,10 +1,6 @@
-eclipse.preferences.version=1
-org.eclipse.php.core.workspaceDefaultLocale=ja_JP
-phpManualSite=PHP.net ja\u0005http\://www.php.net/manual/ja\u0005php
-phpManualSites=PHP.net ja\u0005http\://www.php.net/manual/ja\u0005php
-semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.italic=false
-semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.italic=false
-semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.italic=false
-semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.italic=false
-useAnnotationsPrefPage=true
-useQuickDiffPrefPage=true
+eclipse.preferences.version=1\r
+org.eclipse.php.core.workspaceDefaultLocale=ja_JP\r
+phpManualSite=PHP.net ja\u0005http\://www.php.net/manual/ja\u0005php\r
+phpManualSites=PHP.net ja\u0005http\://www.php.net/manual/ja\u0005php\r
+useAnnotationsPrefPage=true\r
+useQuickDiffPrefPage=true\r
index 91fee9a..1e9b5b9 100644 (file)
@@ -1,16 +1,11 @@
-additionIndicationInOverviewRuler=true
-eclipse.preferences.version=1
-glanceColorBackground=0,255,0
-lineNumberRuler=true
-occurrenceIndicationColor=0,255,255
-overviewRuler_migration=migrated_3.1
-printMargin=true
-printMarginColumn=120
-quickdiff.defaultProvider=org.eclipse.egit.ui.internal.decorators.GitQuickDiffProvider
-showEnclosedSpaces=false
-showLeadingSpaces=false
-showTrailingSpaces=false
-showWhitespaceCharacters=true
-spellingEnabled=false
-whitespaceCharacterAlphaValue=60
-writeOccurrenceIndicationColor=0,255,64
+additionIndicationInOverviewRuler=true\r
+eclipse.preferences.version=1\r
+glanceColorBackground=0,255,0\r
+lineNumberRuler=true\r
+overviewRuler_migration=migrated_3.1\r
+printMargin=true\r
+printMarginColumn=120\r
+quickdiff.defaultProvider=org.eclipse.egit.ui.internal.decorators.GitQuickDiffProvider\r
+showWhitespaceCharacters=true\r
+spellingEnabled=false\r
+whitespaceCharacterAlphaValue=60\r
index fbe6cf7..f3ae3ab 100644 (file)
@@ -1,10 +1,9 @@
-EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false
-IDE_ENCODINGS_PREFERENCE=MS932'EUC-JP
-PROBLEMS_FILTERS_MIGRATE=true
-SHOW_LOCATION=true
-SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=never
-WORKSPACE_NAME=
-eclipse.preferences.version=1
-platformState=1545994827716
-quickStart=false
-tipsAndTricks=true
+IDE_ENCODINGS_PREFERENCE=MS932'EUC-JP\r
+PROBLEMS_FILTERS_MIGRATE=true\r
+SHOW_LOCATION=true\r
+SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=never\r
+WORKSPACE_NAME=\r
+eclipse.preferences.version=1\r
+platformState=1545994827716\r
+quickStart=false\r
+tipsAndTricks=true\r
index f2bfe12..67a9b9c 100644 (file)
@@ -1,51 +1,51 @@
-//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false
-//org.eclipse.ui.commands/state/org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor/org.eclipse.ui.commands.radioState=xpath10
-ColorsAndFontsPreferencePage.expandedCategories=Torg.eclipse.ui.workbenchMisc
-ColorsAndFontsPreferencePage.selectedElement=Forg.eclipse.ui.workbench.texteditor.blockSelectionModeFont
-ENABLED_DECORATORS=org.eclipse.m2e.core.mavenVersionDecorator\:false,org.eclipse.wst.server.ui.decorator\:false,de.tobject.findbugs.decorators.WorkingSetBugCountDecorator\:true,de.tobject.findbugs.decorators.ProjectBugCountDecorator\:true,de.tobject.findbugs.decorators.FolderBugCountDecorator\:true,de.tobject.findbugs.decorators.FileBugCountDecorator\:true,com.vaadin.designer.html.decorator\:true,com.vaadin.designer2.html.decorator\:true,com.vaadin.designer.flow.decorator\:true,org.eclipse.wst.jsdt.chromium.debug.ui.decorators.ChromiumJavaScript\:true,org.apache.ivyde.eclipse.decorator\:true,org.eclipse.ajdt.ui.decorator\:true,org.eclipse.jst.ws.jaxws.dom.integration.navigator.WebServiceDecorator\:true,org.eclipse.ui.LinkedResourceDecorator\:true,org.eclipse.ui.SymlinkDecorator\:true,org.eclipse.ui.VirtualResourceDecorator\:true,org.eclipse.ui.ContentTypeDecorator\:true,org.eclipse.ui.ResourceFilterDecorator\:false,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.DependencyDecoration\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.ColumnDecoration\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.ForeignKeyDecoration\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.IndexTriggerDecoration\:true,org.eclipse.datatools.connectivity.internal.core.ui.bookmarkDecoration\:true,org.eclipse.datatools.connectivity.internal.core.ui.FilterNodeDecoration\:true,org.eclipse.mylyn.context.ui.decorator.interest\:true,org.springframework.ide.eclipse.beans.ui.model.beansModelLabelDecorator\:true,org.springframework.ide.eclipse.ui.model.modelLabelDecorator\:true,org.eclipse.wst.json.bower.ui.bower\:true,org.eclipse.wst.json.bower.ui.bowerrc\:true,org.eclipse.wst.json.eslint.ui.ESLint\:true,org.eclipse.wst.json.jshint.ui.jshint\:true,org.eclipse.wst.json.npm.ui.NPM\:true,org.springframework.ide.eclipse.aop.ui.decorator.advicedecorator\:true,org.springframework.ide.eclipse.webflow.ui.model.webflowModelLabelDecorator\:true,org.eclipse.debug.ui.prototype.decorator\:true,org.eclipse.datatools.enablement.sybase.systemtabledecorator\:true,org.eclipse.m2e.core.maven2decorator\:true,org.eclipse.mylyn.tasks.ui.decorators.task\:true,org.eclipse.rse.subsystems.error.decorator\:true,org.eclipse.datatools.connectivity.ui.decorator.contentextension\:false,org.eclipse.datatools.enablement.ingres.ui.providers.decorators.SynonymDecorationService\:true,org.eclipse.datatools.enablement.ingres.internal.ui.providers.decorators.ParameterDecorationService\:true,org.eclipse.team.svn.ui.decorator.SVNLightweightDecorator\:true,org.eclipse.jdt.ui.override.decorator\:true,org.eclipse.jdt.ui.interface.decorator\:false,org.eclipse.jdt.ui.buildpath.decorator\:true,org.eclipse.jdt.internal.ui.without.test.code.decorator\:true,org.eclipse.jst.j2ee.navigator.internal.J2EEProjectDecorator\:true,org.eclipse.wst.server.ui.navigatorDecorator\:true,org.eclipse.datatools.enablement.sybase.asa.proxytabledecorator\:true,org.eclipse.datatools.enablement.sybase.ase.webservicetabledecorator\:true,org.eclipse.mylyn.team.ui.changeset.decorator\:true,org.eclipse.rse.core.virtualobject.decorator\:true,org.eclipse.rse.core.binary.executable.decorator\:true,org.eclipse.rse.core.script.executable.decorator\:true,org.eclipse.rse.core.java.executable.decorator\:true,org.eclipse.rse.core.library.decorator\:true,org.eclipse.rse.core.link.decorator\:true,org.eclipse.wst.jsdt.ui.override.decorator\:true,org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.buildship.ui.gradledecorator\:true,org.eclipse.cft.server.navigatorDecorator\:true,org.eclipse.eclemma.ui.coverageDecorator\:false,org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator\:true,org.eclipse.egit.ui.internal.repository.RepositoryTreeNodeDecorator\:true,org.eclipse.jst.jee.ui.internal.navigator.ejb.BeanDecorator\:true,org.eclipse.jst.jee.navigator.internal.JEEProjectDecorator\:true,org.eclipse.ajdt.ui.advicedecorator\:true,org.springframework.ide.eclipse.boot.ui.DevtoolsProjectDecorator\:true,org.springframework.ide.eclipse.data.beans.ui.model.RepositoriesModelLabelDecorator\:true,org.eclipse.jst.j2ee.internal.ui.util.AnnotationIconDecorator_servlet\:true,org.eclipse.jst.j2ee.internal.ui.util.AnnotationIconDecorator_ejb\:true,com.vaadin.integration.eclipse.decorators.application\:true,
-HeapStatus.showMax=true
-PLUGINS_NOT_ACTIVATED_ON_STARTUP=org.eclipse.m2e.discovery;
-RECENT_FILES=15
-REMOTE_COMMANDS_VIEW_FONT=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-REUSE_OPEN_EDITORS=8
-RUN_IN_BACKGROUND=true
-UIActivities.org.eclipse.plugInDevelopment=true
-de.babe.eclipse.plugins.QuickREx.textfontDefinition=1|Meiryo UI|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|1|0|0|0|0|Meiryo UI;
-eclipse.preferences.version=1
-editors=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<editors>\r\n<descriptor class\="org.eclipse.ajdt.internal.ui.editor.AspectJEditor" id\="org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor" image\="icons/structure/ajcu_obj.gif" internal\="true" label\="AspectJ/Java \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.ajdt.ui"/>\r\n<descriptor class\="de.babe.eclipse.plugins.quickREx.editors.RELibraryEntryEditor" id\="de.babe.eclipse.plugins.quickREx.editors.RELibraryEntryEditor" image\="icons/regExp.gif" internal\="true" label\="RE \u30E9\u30A4\u30D6\u30E9\u30EA\u30FC\u30A8\u30F3\u30C8\u30EA\u30FC\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="de.babe.eclipse.plugins.QuickREx"/>\r\n<descriptor class\="org.dadacoalition.yedit.editor.YEdit" id\="org.dadacoalition.yedit.editor.YEdit" internal\="true" label\="YEdit YAML \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.dadacoalition.yedit"/>\r\n<descriptor class\="org.eclipse.jst.pagedesigner.editors.HTMLEditor" id\="org.eclipse.jst.pagedesigner.PageDesignerEditor" image\="icons/PD_Plugin.gif" internal\="true" label\="Web \u30DA\u30FC\u30B8\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jst.pagedesigner"/>\r\n<descriptor id\="org.eclipse.ui.browser.editorSupport" image\="$nl$/icons/obj16/internal_browser.png" internal\="false" label\="Web \u30D6\u30E9\u30A6\u30B6\u30FC" launcher\="org.eclipse.ui.internal.browser.BrowserLauncher" openMode\="4" open_in_place\="false" plugin\="org.eclipse.ui.browser"/>\r\n<descriptor class\="com.vaadin.designer.eclipse.editors.VaadinEditor" id\="com.vaadin.designer.eclipse.editors.VaadinEditor" image\="platform\:/plugin/com.vaadin.designer/com/vaadin/designer/icons/vaadin-icon-16.png" internal\="true" label\="Vaadin Designer for Framework 7" openMode\="1" open_in_place\="false" plugin\="com.vaadin.designer"/>\r\n<descriptor class\="com.vaadin.designer2.eclipse.editors.framework.VaadinEditor" id\="com.vaadin.designer2.eclipse.editors.framework.VaadinEditor" image\="platform\:/plugin/com.vaadin.designer2/com/vaadin/designer2/icons-eclipse/vaadin-icon-16.png" internal\="true" label\="Framework Design Editor" openMode\="1" open_in_place\="false" plugin\="com.vaadin.designer2"/>\r\n<descriptor class\="com.vaadin.designer2.eclipse.editors.flow.FlowEditor" id\="com.vaadin.designer2.eclipse.editors.flow.FlowEditor" image\="platform\:/plugin/com.vaadin.designer2/com/vaadin/designer2/icons-eclipse/icon-flow.png" internal\="true" label\="Vaadin Platform Design Editor" openMode\="1" open_in_place\="false" plugin\="com.vaadin.designer2"/>\r\n<descriptor class\="org.eclipse.wst.sse.ui.StructuredTextEditor" id\="org.eclipse.jst.jsp.core.jspsource.source" image\="$nl$/icons//full/obj16/sourceEditor.gif" internal\="true" label\="JSP \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jst.jsp.ui"/>\r\n<descriptor class\="de.jcup.egradle.eclipse.gradleeditor.GradleEditor" id\="egradle.editors.GradleEditor" image\="icons/gradle-editor.png" internal\="true" label\="EGradle \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="de.jcup.egradle.eclipse.plugin.editor.gradle"/>\r\n<descriptor class\="org.eclipse.buildship.ui.editor.GradleEditor" id\="org.eclipse.buildship.ui.gradlebuildscripteditor" image\="icons/full/obj16/gradle_file.png" internal\="true" label\="Gradle \u30D3\u30EB\u30C9\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.buildship.ui"/>\r\n<descriptor class\="org.eclipse.datatools.sqltools.internal.sqlscrapbook.editor.SQLScrapbookEditor" id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor" image\="images/qrydoc.gif" internal\="true" label\="SQL \u30D5\u30A1\u30A4\u30EB\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.datatools.sqltools.sqlscrapbook"/>\r\n<descriptor class\="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor" id\="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor" image\="res/chromium_16.png" internal\="true" label\="JS \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.jsdt.chromium.debug.ui"/>\r\n<descriptor class\="org.apache.ivyde.internal.eclipse.ui.editors.IvyModuleDescriptorEditor" id\="org.apache.ivyde.editors.IvyEditor" image\="icons/logo16x16.gif" internal\="true" label\="Ivy \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.apache.ivyde.eclipse"/>\r\n<descriptor class\="org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditor" id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor" image\="$nl$/icons/full/obj16/jcu_obj.gif" internal\="true" label\="Javascript \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.jsdt.ui"/>\r\n<descriptor class\="net.java.amateras.uml.classdiagram.ClassDiagramEditor" id\="net.java.amateras.uml.classdiagram.ClassDiagramEditor" image\="icons/class_diagram.gif" internal\="true" label\="\u30AF\u30E9\u30B9\u56F3\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.umleditor"/>\r\n<descriptor class\="net.java.amateras.uml.usecasediagram.UsecaseDiagramEditor" id\="net.java.amateras.uml.usecasediagram.UsecaseDiagramEditor" image\="icons/usecase.gif" internal\="true" label\="\u30E6\u30FC\u30B9\u30B1\u30FC\u30B9\u56F3\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.umleditor"/>\r\n<descriptor class\="org.eclipse.eclemma.internal.ui.editors.ExecutionDataEditor" id\="org.eclipse.eclemma.ui.editors.executiondata" image\="icons/full/eview16/exec.png" internal\="true" label\="JaCoCo \u5B9F\u884C\u30C7\u30FC\u30BF\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.eclemma.ui"/>\r\n<descriptor class\="org.eclipse.pde.internal.ui.samples.SampleEditor" id\="org.eclipse.pde.ui.sampleEditor" image\="$nl$/icons/obj16/build_exec.png" internal\="true" label\="\u30B3\u30FC\u30C9\u30FB\u30B5\u30F3\u30D7\u30EB\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.pde.ui"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.propertiesfileeditor.PropertiesFileEditor" id\="org.eclipse.jdt.ui.PropertiesFileEditor" image\="$nl$/icons/full/obj16/file_obj.png" internal\="true" label\="\u30D7\u30ED\u30D1\u30C6\u30A3\u30FC\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.apache.ivyde.internal.eclipse.ui.editors.IvySettingsEditor" id\="org.apache.ivyde.editors.IvySettingsEditor" image\="icons/logo16x16.gif" internal\="true" label\="Ivy \u8A2D\u5B9A\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.apache.ivyde.eclipse"/>\r\n<descriptor class\="org.eclipse.wst.sse.ui.StructuredTextEditor" id\="org.eclipse.wst.json.ui.JSONEditor" image\="$nl$/icons/full/obj16/json-16.png" internal\="true" label\="JSON \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.json.ui"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor" id\="org.eclipse.jdt.ui.ModuleInfoEditor" image\="$nl$/icons/full/obj16/jcu_obj.png" internal\="true" label\="Module-Info \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.eclipse.m2e.editor.pom.MavenPomEditor" id\="org.eclipse.m2e.editor.MavenPomEditor" image\="icons/editor-pom.gif" internal\="true" label\="Maven POM \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.m2e.editor"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditor" image\="$nl$/icons/full/obj16/classf_obj.png" internal\="true" label\="Module-Info \u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.eclipse.wst.server.ui.internal.editor.ServerEditor" id\="org.eclipse.wst.server.ui.editor" image\="icons/obj16/server.gif" internal\="true" label\="\u30B5\u30FC\u30D0\u30FC\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.server.ui"/>\r\n<descriptor class\="net.java.amateras.uml.activitydiagram.ActivityDiagramEditor" id\="net.java.amateras.uml.activitydiagram.ActivityDiagramEditor" image\="icons/activity_diagram.gif" internal\="true" label\="\u30A2\u30AF\u30C6\u30A3\u30D3\u30C6\u30A3\u56F3\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.umleditor"/>\r\n<descriptor class\="org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor" id\="org.sf.feeling.decompiler.ClassFileEditor" image\="icons/decompiler.png" internal\="true" label\="\u30AF\u30E9\u30B9\u9006\u30B3\u30F3\u30D1\u30A4\u30E9\u30FC\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.sf.feeling.decompiler"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" id\="org.eclipse.jdt.ui.ClassFileEditor" image\="$nl$/icons/full/obj16/classf_obj.png" internal\="true" label\="\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="net.java.amateras.uml.sequencediagram.SequenceDiagramEditor" id\="net.java.amateras.uml.sequencediagram.SequenceDiagramEditor" image\="icons/sequence_diagram.gif" internal\="true" label\="\u30B7\u30FC\u30B1\u30F3\u30B9\u56F3\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.umleditor"/>\r\n<descriptor id\="org.eclipse.jdt.ui.JARDescEditor" image\="$nl$/icons/full/obj16/jar_desc_obj.png" internal\="false" label\="JAR \u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u30FB\u30A6\u30A3\u30B6\u30FC\u30C9" launcher\="org.eclipse.jdt.internal.ui.jarpackager.OpenJarExportWizardEditorLauncher" openMode\="4" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.eclipse.wst.xsl.ui.internal.editor.XSLEditor" id\="org.eclipse.wst.xsl.ui.XSLEditor" image\="$nl$/icons/full/xslt_file.gif" internal\="true" label\="XSL \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.xsl.ui"/>\r\n<descriptor class\="org.eclipse.e4.tools.emf.editor3x.E4WorkbenchModelEditor" id\="org.eclipse.e4.tools.emf.editor3x.e4wbm" image\="icons/full/obj16/application_view_tile.png" internal\="true" label\="Eclipse 4 \u30E2\u30C7\u30EB\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.e4.tools.emf.editor3x"/>\r\n<descriptor class\="org.eclipse.datatools.sqltools.sqlbuilder.SQLBuilderEditor" id\="org.eclipse.datatools.sqltools.sqlbuilder" image\="images/qrydoc.gif" internal\="true" label\="SQL \u30AF\u30A8\u30EA\u30FC\u30FB\u30D3\u30EB\u30C0\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.datatools.sqltools.sqlbuilder"/>\r\n<descriptor class\="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart" id\="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart" image\="$nl$/icons/xmldoc.gif" internal\="true" label\="XML \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.xml.ui"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" id\="org.eclipse.jdt.ui.ClassFileEditorNoSource" image\="$nl$/icons/full/obj16/classf_obj.png" internal\="true" label\="\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="net.java.amateras.db.visual.editor.VisualDBEditor" id\="net.java.amateras.db.editor1" image\="icons/table.gif" internal\="true" label\="ER\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u30FB\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.db"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditorNoSource" image\="$nl$/icons/full/obj16/classf_obj.png" internal\="true" label\="Module-Info \u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.eclipse.jdt.internal.debug.ui.snippeteditor.JavaSnippetEditor" id\="org.eclipse.jdt.debug.ui.SnippetEditor" image\="$nl$/icons/full/obj16/jsbook_obj.png" internal\="true" label\="\u30B9\u30AF\u30E9\u30C3\u30D7\u30D6\u30C3\u30AF" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.debug.ui"/>\r\n<descriptor class\="org.limy.eclipse.prop.editor.PropertyEditor" id\="org.limy.eclipse.prop.editor.PropertyEditor" image\="icons/prop_obj.png" internal\="true" label\="Limy \u30D7\u30ED\u30D1\u30C6\u30A3\u30FC\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.limy.eclipse.prop"/>\r\n<descriptor class\="org.eclipse.ajdt.internal.ui.editor.AspectJEditor" id\="org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor" image\="icons/structure/ajcu_obj.gif" internal\="true" label\="AspectJ/Java \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.ajdt.ui"/>\r\n</editors>
-findBugsEclipsePlugin.consoleFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.cdt.debug.ui.ModulesDetailPaneFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.cdt.internal.ui.compare.AsmMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.cdt.internal.ui.compare.CMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.cdt.make.internal.ui.compare.MakefileMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.cdt.ui.buildconsole.ConsoleFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.cdt.ui.editors.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.compare.contentmergeviewer.TextMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.debug.ui.DetailPaneFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.debug.ui.MemoryViewTableFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.debug.ui.consoleFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.dltk.debug.ui.dbgpLogView.txtViewFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.egit.ui.CommitMessageEditorFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.egit.ui.CommitMessageFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.egit.ui.DiffHeadlineFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.jdt.internal.ui.compare.JavaMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.jdt.internal.ui.compare.PropertiesFileMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.jdt.ui.PropertiesFileEditor.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.jdt.ui.editors.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.jface.bannerfont=1|\u30E1\u30A4\u30EA\u30AA|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|50|\u30E1\u30A4\u30EA\u30AA;
-org.eclipse.jface.headerfont=1|\u30E1\u30A4\u30EA\u30AA|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|0|3|2|1|50|\u30E1\u30A4\u30EA\u30AA;
-org.eclipse.jface.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.mylyn.wikitext.ui.presentation.textFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.pde.internal.ui.compare.ManifestContentMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.pde.internal.ui.compare.PluginContentMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.recommenders.snipmatch.rcp.searchTextFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.tracecompass.tmf.ui.font.eventraw=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.tracecompass.tmf.ui.font.eventtable=1|Yu Gothic UI|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|1|0|0|0|0|Yu Gothic UI;
-org.eclipse.ui.commands=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<org.eclipse.ui.commands>\r\n<keyBinding commandId\="AnyEdit.CnvrtTabToSpaces.command" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+SPACE"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+D R"/>\r\n<keyBinding commandId\="org.eclipse.wst.server.launchShortcut.debug" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+D R"/>\r\n<keyBinding commandId\="org.eclipse.ui.window.splitEditor" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+\\">\r\n<parameter id\="Splitter.isHorizontal" value\="true"/>\r\n</keyBinding>\r\n<keyBinding commandId\="org.eclipse.jdt.debug.ui.commands.Inspect" contextId\="org.eclipse.ui.contexts.dialogAndWindow" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+I"/>\r\n<keyBinding commandId\="org.eclipse.team.svn.ui.command.CreatePatchCommand" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+P"/>\r\n<keyBinding commandId\="org.eclipse.wst.server.launchShortcut.run" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+X R"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.dialogAndWindow" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+I"/>\r\n<keyBinding commandId\="com.xored.glance.commands.focus" contextId\="com.xored.glance.ui.context" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+J"/>\r\n<keyBinding commandId\="com.xored.glance.commands.open" contextId\="org.eclipse.ui.contexts.dialogAndWindow" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+J"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.text.zoomOut" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+-"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.text.zoomOut" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+NUMPAD_SUBTRACT"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+SPACE"/>\r\n<keyBinding commandId\="org.python.pydev.debug.setnext" contextId\="org.python.pydev.ui.editor.scope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+R"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+-"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+J"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+J"/>\r\n<keyBinding commandId\="org.eclipse.recommenders.snipmatch.rcp.commands.completion" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+SHIFT+SPACE"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+X R"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+Q E"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.text.zoomIn" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+;"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.text.zoomIn" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+NUMPAD_ADD"/>\r\n<keyBinding commandId\="org.eclipse.ui.window.splitEditor" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+[">\r\n<parameter id\="Splitter.isHorizontal" value\="false"/>\r\n</keyBinding>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+T"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+R"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+P"/>\r\n</org.eclipse.ui.commands>
-org.eclipse.ui.workbench.texteditor.blockSelectionModeFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.wst.jsdt.internal.ui.compare.JavaMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.wst.jsdt.ui.editors.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.wst.sse.ui.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-preference.console.font=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-resourcetypes=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<editors version\="3.1">\r\n<info extension\="java" name\="*">\r\n<editor id\="org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor"/>\r\n</info>\r\n<info extension\="m4" name\="ltgcc"/>\r\n<info extension\="gcno" name\="*"/>\r\n<info extension\="ipl" name\="*"/>\r\n<info extension\="rex" name\="*">\r\n<editor id\="de.babe.eclipse.plugins.quickREx.editors.RELibraryEntryEditor"/>\r\n</info>\r\n<info extension\="yaml" name\="*">\r\n<editor id\="org.dadacoalition.yedit.editor.YEdit"/>\r\n</info>\r\n<info extension\="in" name\="Makefile"/>\r\n<info extension\="html" name\="*">\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n<editor id\="org.eclipse.ui.browser.editorSupport"/>\r\n<editor id\="com.vaadin.designer.eclipse.editors.VaadinEditor"/>\r\n<editor id\="com.vaadin.designer2.eclipse.editors.framework.VaadinEditor"/>\r\n<editor id\="com.vaadin.designer2.eclipse.editors.flow.FlowEditor"/>\r\n</info>\r\n<info extension\="tagx" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n</info>\r\n<info extension\="out" name\="gmon"/>\r\n<info extension\="m4" name\="ltsugar"/>\r\n<info extension\="gradle" name\="*">\r\n<editor id\="egradle.editors.GradleEditor"/>\r\n<editor id\="org.eclipse.buildship.ui.gradlebuildscripteditor"/>\r\n<defaultEditor id\="egradle.editors.GradleEditor"/>\r\n</info>\r\n<info extension\="sum" name\="gmon"/>\r\n<info extension\="sqlpage" name\="*">\r\n<editor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n<defaultEditor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n</info>\r\n<info extension\="shtml" name\="*">\r\n<editor id\="org.eclipse.ui.browser.editorSupport"/>\r\n</info>\r\n<info extension\="dbv" name\="*"/>\r\n<info extension\="m4" name\="libtool"/>\r\n<info extension\="chromium" name\="*">\r\n<editor id\="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor"/>\r\n<defaultEditor id\="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor"/>\r\n</info>\r\n<info extension\="spec" name\="*"/>\r\n<info extension\="adoc" name\="*"/>\r\n<info extension\="xml" name\="ivy">\r\n<editor id\="org.apache.ivyde.editors.IvyEditor"/>\r\n</info>\r\n<info extension\="js" name\="*">\r\n<editor id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"/>\r\n<defaultEditor id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"/>\r\n</info>\r\n<info extension\="am" name\="Makefile"/>\r\n<info extension\="jsf" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n</info>\r\n<info extension\="jspf" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n</info>\r\n<info extension\="cgi" name\="*"/>\r\n<info extension\="" name\="ChangeLog"/>\r\n<info extension\="diff" name\="*"/>\r\n<info extension\="pyw" name\="*"/>\r\n<info extension\="pyx" name\="*"/>\r\n<info extension\="plsql" name\="*"/>\r\n<info extension\="jspx" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n</info>\r\n<info extension\="t" name\="*"/>\r\n<info extension\="tag" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n</info>\r\n<info extension\="cld" name\="*">\r\n<editor id\="net.java.amateras.uml.classdiagram.ClassDiagramEditor"/>\r\n<defaultEditor id\="net.java.amateras.uml.classdiagram.ClassDiagramEditor"/>\r\n</info>\r\n<info extension\="ucd" name\="*">\r\n<editor id\="net.java.amateras.uml.usecasediagram.UsecaseDiagramEditor"/>\r\n</info>\r\n<info extension\="m4" name\="lt~obsolete"/>\r\n<info extension\="exec" name\="*">\r\n<editor id\="org.eclipse.eclemma.ui.editors.executiondata"/>\r\n</info>\r\n<info extension\="m4" name\="*"/>\r\n<info extension\="tagf" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n</info>\r\n<info extension\="epl" name\="*"/>\r\n<info extension\="properties" name\="sample">\r\n<editor id\="org.eclipse.pde.ui.sampleEditor"/>\r\n<defaultEditor id\="org.eclipse.pde.ui.sampleEditor"/>\r\n</info>\r\n<info extension\="go" name\="*"/>\r\n<info extension\="m4" name\="ltoptions"/>\r\n<info extension\="m4" name\="ltdl"/>\r\n<info extension\="ini" name\="*">\r\n<editor id\="org.eclipse.jdt.ui.PropertiesFileEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.PropertiesFileEditor"/>\r\n</info>\r\n<info extension\="sqlx" name\="*"/>\r\n<info extension\="xml" name\="ivysettings">\r\n<editor id\="org.apache.ivyde.editors.IvySettingsEditor"/>\r\n</info>\r\n<info extension\="json" name\="*">\r\n<editor id\="org.eclipse.wst.json.ui.JSONEditor"/>\r\n<editor id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"/>\r\n<defaultEditor id\="org.eclipse.wst.json.ui.JSONEditor"/>\r\n<defaultEditor id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"/>\r\n</info>\r\n<info extension\="java" name\="module-info">\r\n<editor id\="org.eclipse.jdt.ui.ModuleInfoEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.ModuleInfoEditor"/>\r\n</info>\r\n<info extension\="xml" name\="pom">\r\n<editor id\="org.eclipse.m2e.editor.MavenPomEditor"/>\r\n<defaultEditor id\="org.eclipse.m2e.editor.MavenPomEditor"/>\r\n</info>\r\n<info extension\="ddl" name\="*">\r\n<editor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n<defaultEditor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n</info>\r\n<info extension\="supp" name\="*"/>\r\n<info extension\="xhtml" name\="*">\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n</info>\r\n<info extension\="pm" name\="*"/>\r\n<info extension\="pl" name\="*"/>\r\n<info extension\="class" name\="module-info">\r\n<editor id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditor"/>\r\n</info>\r\n<info extension\="server" name\="*">\r\n<editor id\="org.eclipse.wst.server.ui.editor"/>\r\n</info>\r\n<info extension\="acd" name\="*">\r\n<editor id\="net.java.amateras.uml.activitydiagram.ActivityDiagramEditor"/>\r\n</info>\r\n<info extension\="m4" name\="acinclude"/>\r\n<info extension\="class" name\="*">\r\n<editor id\="org.sf.feeling.decompiler.ClassFileEditor"/>\r\n<editor id\="org.eclipse.jdt.ui.ClassFileEditor"/>\r\n<defaultEditor id\="org.sf.feeling.decompiler.ClassFileEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.ClassFileEditor"/>\r\n</info>\r\n<info extension\="py" name\="*"/>\r\n<info extension\="spec2" name\="*"/>\r\n<info extension\="m4" name\="ltversion"/>\r\n<info extension\="groovy" name\="*">\r\n<editor id\="egradle.editors.GradleEditor"/>\r\n</info>\r\n<info extension\="ac" name\="configure"/>\r\n<info extension\="am" name\="*"/>\r\n<info extension\="sqd" name\="*">\r\n<editor id\="net.java.amateras.uml.sequencediagram.SequenceDiagramEditor"/>\r\n<defaultEditor id\="net.java.amateras.uml.sequencediagram.SequenceDiagramEditor"/>\r\n</info>\r\n<info extension\="jsp" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n</info>\r\n<info extension\="rbw" name\="*"/>\r\n<info extension\="in" name\="configure"/>\r\n<info extension\="rb" name\="*"/>\r\n<info extension\="jardesc" name\="*">\r\n<editor id\="org.eclipse.jdt.ui.JARDescEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.JARDescEditor"/>\r\n</info>\r\n<info extension\="json" name\="composer"/>\r\n<info extension\="xsl" name\="*">\r\n<editor id\="org.eclipse.wst.xsl.ui.XSLEditor"/>\r\n</info>\r\n<info extension\="xslt" name\="*">\r\n<editor id\="org.eclipse.wst.xsl.ui.XSLEditor"/>\r\n</info>\r\n<info extension\="e4xmi" name\="*">\r\n<editor id\="org.eclipse.e4.tools.emf.editor3x.e4wbm"/>\r\n<defaultEditor id\="org.eclipse.e4.tools.emf.editor3x.e4wbm"/>\r\n</info>\r\n<info extension\="pom" name\="*">\r\n<editor id\="org.eclipse.m2e.editor.MavenPomEditor"/>\r\n<defaultEditor id\="org.eclipse.m2e.editor.MavenPomEditor"/>\r\n</info>\r\n<info extension\="sql" name\="*">\r\n<editor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n<editor id\="org.eclipse.datatools.sqltools.sqlbuilder"/>\r\n<defaultEditor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n<defaultEditor id\="org.eclipse.datatools.sqltools.sqlbuilder"/>\r\n</info>\r\n<info extension\="dicon" name\="*">\r\n<editor id\="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart"/>\r\n<defaultEditor id\="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart"/>\r\n</info>\r\n<info extension\="yml" name\="*">\r\n<editor id\="org.dadacoalition.yedit.editor.YEdit"/>\r\n</info>\r\n<info extension\="asciidoc" name\="*"/>\r\n<info extension\="class without source" name\="*">\r\n<editor id\="org.sf.feeling.decompiler.ClassFileEditor"/>\r\n<editor id\="org.eclipse.jdt.ui.ClassFileEditorNoSource"/>\r\n<defaultEditor id\="org.sf.feeling.decompiler.ClassFileEditor"/>\r\n</info>\r\n<info extension\="erd" name\="*">\r\n<editor id\="net.java.amateras.db.editor1"/>\r\n<defaultEditor id\="net.java.amateras.db.editor1"/>\r\n</info>\r\n<info extension\="class without source" name\="module-info">\r\n<editor id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditorNoSource"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditorNoSource"/>\r\n</info>\r\n<info extension\="gcda" name\="*"/>\r\n<info extension\="m4" name\="aclocal"/>\r\n<info extension\="htm" name\="*">\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n<editor id\="org.eclipse.ui.browser.editorSupport"/>\r\n</info>\r\n<info extension\="jpage" name\="*">\r\n<editor id\="org.eclipse.jdt.debug.ui.SnippetEditor"/>\r\n</info>\r\n<info extension\="pxi" name\="*"/>\r\n<info extension\="properties" name\="*">\r\n<editor id\="org.eclipse.jdt.ui.PropertiesFileEditor"/>\r\n<editor id\="org.limy.eclipse.prop.editor.PropertyEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.PropertiesFileEditor"/>\r\n<defaultEditor id\="org.limy.eclipse.prop.editor.PropertyEditor"/>\r\n</info>\r\n<info extension\="aj" name\="*">\r\n<editor id\="org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor"/>\r\n<defaultEditor id\="org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor"/>\r\n</info>\r\n<info extension\="pxd" name\="*"/>\r\n</editors>
-terminal.views.view.font.definition=1|Consolas|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|Consolas;
+//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false\r
+//org.eclipse.ui.commands/state/org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor/org.eclipse.ui.commands.radioState=xpath10\r
+ColorsAndFontsPreferencePage.expandedCategories=Torg.eclipse.ui.workbenchMisc\r
+ColorsAndFontsPreferencePage.selectedElement=Forg.eclipse.jface.textfont\r
+ENABLED_DECORATORS=org.eclipse.m2e.core.mavenVersionDecorator\:false,org.eclipse.wst.server.ui.decorator\:false,de.tobject.findbugs.decorators.WorkingSetBugCountDecorator\:true,de.tobject.findbugs.decorators.ProjectBugCountDecorator\:true,de.tobject.findbugs.decorators.FolderBugCountDecorator\:true,de.tobject.findbugs.decorators.FileBugCountDecorator\:true,com.vaadin.designer.html.decorator\:true,com.vaadin.designer2.html.decorator\:true,com.vaadin.designer.flow.decorator\:true,org.eclipse.wst.jsdt.chromium.debug.ui.decorators.ChromiumJavaScript\:true,org.apache.ivyde.eclipse.decorator\:true,org.eclipse.ajdt.ui.decorator\:true,org.eclipse.jst.ws.jaxws.dom.integration.navigator.WebServiceDecorator\:true,org.eclipse.ui.LinkedResourceDecorator\:true,org.eclipse.ui.SymlinkDecorator\:true,org.eclipse.ui.VirtualResourceDecorator\:true,org.eclipse.ui.ContentTypeDecorator\:true,org.eclipse.ui.ResourceFilterDecorator\:false,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.DependencyDecoration\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.ColumnDecoration\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.ForeignKeyDecoration\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.IndexTriggerDecoration\:true,org.eclipse.datatools.connectivity.internal.core.ui.bookmarkDecoration\:true,org.eclipse.datatools.connectivity.internal.core.ui.FilterNodeDecoration\:true,org.eclipse.mylyn.context.ui.decorator.interest\:true,org.springframework.ide.eclipse.beans.ui.model.beansModelLabelDecorator\:true,org.springframework.ide.eclipse.ui.model.modelLabelDecorator\:true,org.eclipse.wst.json.bower.ui.bower\:true,org.eclipse.wst.json.bower.ui.bowerrc\:true,org.eclipse.wst.json.eslint.ui.ESLint\:true,org.eclipse.wst.json.jshint.ui.jshint\:true,org.eclipse.wst.json.npm.ui.NPM\:true,org.springframework.ide.eclipse.aop.ui.decorator.advicedecorator\:true,org.springframework.ide.eclipse.webflow.ui.model.webflowModelLabelDecorator\:true,org.eclipse.debug.ui.prototype.decorator\:true,org.eclipse.datatools.enablement.sybase.systemtabledecorator\:true,org.eclipse.m2e.core.maven2decorator\:true,org.eclipse.mylyn.tasks.ui.decorators.task\:true,org.eclipse.rse.subsystems.error.decorator\:true,org.eclipse.datatools.connectivity.ui.decorator.contentextension\:false,org.eclipse.datatools.enablement.ingres.ui.providers.decorators.SynonymDecorationService\:true,org.eclipse.datatools.enablement.ingres.internal.ui.providers.decorators.ParameterDecorationService\:true,org.eclipse.team.svn.ui.decorator.SVNLightweightDecorator\:true,org.eclipse.jdt.ui.override.decorator\:true,org.eclipse.jdt.ui.interface.decorator\:false,org.eclipse.jdt.ui.buildpath.decorator\:true,org.eclipse.jdt.internal.ui.without.test.code.decorator\:true,org.eclipse.jst.j2ee.navigator.internal.J2EEProjectDecorator\:true,org.eclipse.wst.server.ui.navigatorDecorator\:true,org.eclipse.datatools.enablement.sybase.asa.proxytabledecorator\:true,org.eclipse.datatools.enablement.sybase.ase.webservicetabledecorator\:true,org.eclipse.mylyn.team.ui.changeset.decorator\:true,org.eclipse.rse.core.virtualobject.decorator\:true,org.eclipse.rse.core.binary.executable.decorator\:true,org.eclipse.rse.core.script.executable.decorator\:true,org.eclipse.rse.core.java.executable.decorator\:true,org.eclipse.rse.core.library.decorator\:true,org.eclipse.rse.core.link.decorator\:true,org.eclipse.wst.jsdt.ui.override.decorator\:true,org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.buildship.ui.gradledecorator\:true,org.eclipse.cft.server.navigatorDecorator\:true,org.eclipse.eclemma.ui.coverageDecorator\:false,org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator\:true,org.eclipse.egit.ui.internal.repository.RepositoryTreeNodeDecorator\:true,org.eclipse.jst.jee.ui.internal.navigator.ejb.BeanDecorator\:true,org.eclipse.jst.jee.navigator.internal.JEEProjectDecorator\:true,org.eclipse.ajdt.ui.advicedecorator\:true,org.springframework.ide.eclipse.boot.ui.DevtoolsProjectDecorator\:true,org.springframework.ide.eclipse.data.beans.ui.model.RepositoriesModelLabelDecorator\:true,org.eclipse.jst.j2ee.internal.ui.util.AnnotationIconDecorator_servlet\:true,org.eclipse.jst.j2ee.internal.ui.util.AnnotationIconDecorator_ejb\:true,com.vaadin.integration.eclipse.decorators.application\:true,\r
+HeapStatus.showMax=true\r
+PLUGINS_NOT_ACTIVATED_ON_STARTUP=org.eclipse.m2e.discovery;org.eclipse.mylyn.builds.ui;org.eclipse.mylyn.tasks.ui;org.eclipse.mylyn.team.ui;org.eclipse.rse.ui;org.eclipse.team.svn.ui.startup;\r
+RECENT_FILES=15\r
+REMOTE_COMMANDS_VIEW_FONT=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+REUSE_OPEN_EDITORS=8\r
+RUN_IN_BACKGROUND=true\r
+UIActivities.org.eclipse.plugInDevelopment=true\r
+de.babe.eclipse.plugins.QuickREx.textfontDefinition=1|Meiryo UI|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|1|0|0|0|0|Meiryo UI;\r
+eclipse.preferences.version=1\r
+editors=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<editors>\r\n<descriptor class\="org.eclipse.ajdt.internal.ui.editor.AspectJEditor" id\="org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor" image\="icons/structure/ajcu_obj.gif" internal\="true" label\="AspectJ/Java \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.ajdt.ui"/>\r\n<descriptor class\="de.babe.eclipse.plugins.quickREx.editors.RELibraryEntryEditor" id\="de.babe.eclipse.plugins.quickREx.editors.RELibraryEntryEditor" image\="icons/regExp.gif" internal\="true" label\="RE \u30E9\u30A4\u30D6\u30E9\u30EA\u30FC\u30A8\u30F3\u30C8\u30EA\u30FC\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="de.babe.eclipse.plugins.QuickREx"/>\r\n<descriptor class\="org.dadacoalition.yedit.editor.YEdit" id\="org.dadacoalition.yedit.editor.YEdit" internal\="true" label\="YEdit YAML \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.dadacoalition.yedit"/>\r\n<descriptor class\="org.eclipse.jst.pagedesigner.editors.HTMLEditor" id\="org.eclipse.jst.pagedesigner.PageDesignerEditor" image\="icons/PD_Plugin.gif" internal\="true" label\="Web \u30DA\u30FC\u30B8\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jst.pagedesigner"/>\r\n<descriptor id\="org.eclipse.ui.browser.editorSupport" image\="$nl$/icons/obj16/internal_browser.png" internal\="false" label\="Web \u30D6\u30E9\u30A6\u30B6\u30FC" launcher\="org.eclipse.ui.internal.browser.BrowserLauncher" openMode\="4" open_in_place\="false" plugin\="org.eclipse.ui.browser"/>\r\n<descriptor class\="com.vaadin.designer.eclipse.editors.VaadinEditor" id\="com.vaadin.designer.eclipse.editors.VaadinEditor" image\="platform\:/plugin/com.vaadin.designer/com/vaadin/designer/icons/vaadin-icon-16.png" internal\="true" label\="Vaadin Designer for Framework 7" openMode\="1" open_in_place\="false" plugin\="com.vaadin.designer"/>\r\n<descriptor class\="com.vaadin.designer2.eclipse.editors.framework.VaadinEditor" id\="com.vaadin.designer2.eclipse.editors.framework.VaadinEditor" image\="platform\:/plugin/com.vaadin.designer2/com/vaadin/designer2/icons-eclipse/vaadin-icon-16.png" internal\="true" label\="Framework Design Editor" openMode\="1" open_in_place\="false" plugin\="com.vaadin.designer2"/>\r\n<descriptor class\="com.vaadin.designer2.eclipse.editors.flow.FlowEditor" id\="com.vaadin.designer2.eclipse.editors.flow.FlowEditor" image\="platform\:/plugin/com.vaadin.designer2/com/vaadin/designer2/icons-eclipse/icon-flow.png" internal\="true" label\="Vaadin Platform Design Editor" openMode\="1" open_in_place\="false" plugin\="com.vaadin.designer2"/>\r\n<descriptor class\="org.eclipse.wst.sse.ui.StructuredTextEditor" id\="org.eclipse.jst.jsp.core.jspsource.source" image\="$nl$/icons//full/obj16/sourceEditor.gif" internal\="true" label\="JSP \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jst.jsp.ui"/>\r\n<descriptor class\="de.jcup.egradle.eclipse.gradleeditor.GradleEditor" id\="egradle.editors.GradleEditor" image\="icons/gradle-editor.png" internal\="true" label\="EGradle \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="de.jcup.egradle.eclipse.plugin.editor.gradle"/>\r\n<descriptor class\="org.eclipse.buildship.ui.editor.GradleEditor" id\="org.eclipse.buildship.ui.gradlebuildscripteditor" image\="icons/full/obj16/gradle_file.png" internal\="true" label\="Gradle \u30D3\u30EB\u30C9\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.buildship.ui"/>\r\n<descriptor class\="org.eclipse.datatools.sqltools.internal.sqlscrapbook.editor.SQLScrapbookEditor" id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor" image\="images/qrydoc.gif" internal\="true" label\="SQL \u30D5\u30A1\u30A4\u30EB\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.datatools.sqltools.sqlscrapbook"/>\r\n<descriptor class\="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor" id\="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor" image\="res/chromium_16.png" internal\="true" label\="JS \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.jsdt.chromium.debug.ui"/>\r\n<descriptor class\="org.apache.ivyde.internal.eclipse.ui.editors.IvyModuleDescriptorEditor" id\="org.apache.ivyde.editors.IvyEditor" image\="icons/logo16x16.gif" internal\="true" label\="Ivy \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.apache.ivyde.eclipse"/>\r\n<descriptor class\="org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditor" id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor" image\="$nl$/icons/full/obj16/jcu_obj.gif" internal\="true" label\="Javascript \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.jsdt.ui"/>\r\n<descriptor class\="net.java.amateras.uml.classdiagram.ClassDiagramEditor" id\="net.java.amateras.uml.classdiagram.ClassDiagramEditor" image\="icons/class_diagram.gif" internal\="true" label\="\u30AF\u30E9\u30B9\u56F3\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.umleditor"/>\r\n<descriptor class\="net.java.amateras.uml.usecasediagram.UsecaseDiagramEditor" id\="net.java.amateras.uml.usecasediagram.UsecaseDiagramEditor" image\="icons/usecase.gif" internal\="true" label\="\u30E6\u30FC\u30B9\u30B1\u30FC\u30B9\u56F3\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.umleditor"/>\r\n<descriptor class\="org.eclipse.eclemma.internal.ui.editors.ExecutionDataEditor" id\="org.eclipse.eclemma.ui.editors.executiondata" image\="icons/full/eview16/exec.png" internal\="true" label\="JaCoCo \u5B9F\u884C\u30C7\u30FC\u30BF\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.eclemma.ui"/>\r\n<descriptor class\="org.eclipse.pde.internal.ui.samples.SampleEditor" id\="org.eclipse.pde.ui.sampleEditor" image\="$nl$/icons/obj16/build_exec.png" internal\="true" label\="\u30B3\u30FC\u30C9\u30FB\u30B5\u30F3\u30D7\u30EB\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.pde.ui"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.propertiesfileeditor.PropertiesFileEditor" id\="org.eclipse.jdt.ui.PropertiesFileEditor" image\="$nl$/icons/full/obj16/file_obj.png" internal\="true" label\="\u30D7\u30ED\u30D1\u30C6\u30A3\u30FC\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.apache.ivyde.internal.eclipse.ui.editors.IvySettingsEditor" id\="org.apache.ivyde.editors.IvySettingsEditor" image\="icons/logo16x16.gif" internal\="true" label\="Ivy \u8A2D\u5B9A\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.apache.ivyde.eclipse"/>\r\n<descriptor class\="org.eclipse.wst.sse.ui.StructuredTextEditor" id\="org.eclipse.wst.json.ui.JSONEditor" image\="$nl$/icons/full/obj16/json-16.png" internal\="true" label\="JSON \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.json.ui"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor" id\="org.eclipse.jdt.ui.ModuleInfoEditor" image\="$nl$/icons/full/obj16/jcu_obj.png" internal\="true" label\="Module-Info \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.eclipse.m2e.editor.pom.MavenPomEditor" id\="org.eclipse.m2e.editor.MavenPomEditor" image\="icons/editor-pom.gif" internal\="true" label\="Maven POM \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.m2e.editor"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditor" image\="$nl$/icons/full/obj16/classf_obj.png" internal\="true" label\="Module-Info \u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.eclipse.wst.server.ui.internal.editor.ServerEditor" id\="org.eclipse.wst.server.ui.editor" image\="icons/obj16/server.gif" internal\="true" label\="\u30B5\u30FC\u30D0\u30FC\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.server.ui"/>\r\n<descriptor class\="net.java.amateras.uml.activitydiagram.ActivityDiagramEditor" id\="net.java.amateras.uml.activitydiagram.ActivityDiagramEditor" image\="icons/activity_diagram.gif" internal\="true" label\="\u30A2\u30AF\u30C6\u30A3\u30D3\u30C6\u30A3\u56F3\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.umleditor"/>\r\n<descriptor class\="org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor" id\="org.sf.feeling.decompiler.ClassFileEditor" image\="icons/decompiler.png" internal\="true" label\="\u30AF\u30E9\u30B9\u9006\u30B3\u30F3\u30D1\u30A4\u30E9\u30FC\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.sf.feeling.decompiler"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" id\="org.eclipse.jdt.ui.ClassFileEditor" image\="$nl$/icons/full/obj16/classf_obj.png" internal\="true" label\="\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="net.java.amateras.uml.sequencediagram.SequenceDiagramEditor" id\="net.java.amateras.uml.sequencediagram.SequenceDiagramEditor" image\="icons/sequence_diagram.gif" internal\="true" label\="\u30B7\u30FC\u30B1\u30F3\u30B9\u56F3\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.umleditor"/>\r\n<descriptor id\="org.eclipse.jdt.ui.JARDescEditor" image\="$nl$/icons/full/obj16/jar_desc_obj.png" internal\="false" label\="JAR \u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u30FB\u30A6\u30A3\u30B6\u30FC\u30C9" launcher\="org.eclipse.jdt.internal.ui.jarpackager.OpenJarExportWizardEditorLauncher" openMode\="4" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.eclipse.wst.xsl.ui.internal.editor.XSLEditor" id\="org.eclipse.wst.xsl.ui.XSLEditor" image\="$nl$/icons/full/xslt_file.gif" internal\="true" label\="XSL \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.xsl.ui"/>\r\n<descriptor class\="org.eclipse.e4.tools.emf.editor3x.E4WorkbenchModelEditor" id\="org.eclipse.e4.tools.emf.editor3x.e4wbm" image\="icons/full/obj16/application_view_tile.png" internal\="true" label\="Eclipse 4 \u30E2\u30C7\u30EB\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.e4.tools.emf.editor3x"/>\r\n<descriptor class\="org.eclipse.datatools.sqltools.sqlbuilder.SQLBuilderEditor" id\="org.eclipse.datatools.sqltools.sqlbuilder" image\="images/qrydoc.gif" internal\="true" label\="SQL \u30AF\u30A8\u30EA\u30FC\u30FB\u30D3\u30EB\u30C0\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.datatools.sqltools.sqlbuilder"/>\r\n<descriptor class\="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart" id\="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart" image\="$nl$/icons/xmldoc.gif" internal\="true" label\="XML \u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.wst.xml.ui"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" id\="org.eclipse.jdt.ui.ClassFileEditorNoSource" image\="$nl$/icons/full/obj16/classf_obj.png" internal\="true" label\="\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="net.java.amateras.db.visual.editor.VisualDBEditor" id\="net.java.amateras.db.editor1" image\="icons/table.gif" internal\="true" label\="ER\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u30FB\u30A8\u30C7\u30A3\u30BF" openMode\="1" open_in_place\="false" plugin\="net.java.amateras.db"/>\r\n<descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditorNoSource" image\="$nl$/icons/full/obj16/classf_obj.png" internal\="true" label\="Module-Info \u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u30FB\u30D3\u30E5\u30FC\u30A2\u30FC" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/>\r\n<descriptor class\="org.eclipse.jdt.internal.debug.ui.snippeteditor.JavaSnippetEditor" id\="org.eclipse.jdt.debug.ui.SnippetEditor" image\="$nl$/icons/full/obj16/jsbook_obj.png" internal\="true" label\="\u30B9\u30AF\u30E9\u30C3\u30D7\u30D6\u30C3\u30AF" openMode\="1" open_in_place\="false" plugin\="org.eclipse.jdt.debug.ui"/>\r\n<descriptor class\="org.limy.eclipse.prop.editor.PropertyEditor" id\="org.limy.eclipse.prop.editor.PropertyEditor" image\="icons/prop_obj.png" internal\="true" label\="Limy \u30D7\u30ED\u30D1\u30C6\u30A3\u30FC\u30FB\u30A8\u30C7\u30A3\u30BF\u30FC" openMode\="1" open_in_place\="false" plugin\="org.limy.eclipse.prop"/>\r\n</editors>\r
+findBugsEclipsePlugin.consoleFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.cdt.debug.ui.ModulesDetailPaneFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.cdt.internal.ui.compare.AsmMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.cdt.internal.ui.compare.CMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.cdt.make.internal.ui.compare.MakefileMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.cdt.ui.buildconsole.ConsoleFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.cdt.ui.editors.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.compare.contentmergeviewer.TextMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.debug.ui.DetailPaneFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.debug.ui.MemoryViewTableFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.debug.ui.consoleFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.dltk.debug.ui.dbgpLogView.txtViewFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.egit.ui.CommitMessageEditorFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.egit.ui.CommitMessageFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.egit.ui.DiffHeadlineFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.jdt.internal.ui.compare.JavaMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.jdt.internal.ui.compare.PropertiesFileMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.jdt.ui.PropertiesFileEditor.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.jdt.ui.editors.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.jface.bannerfont=1|\u30E1\u30A4\u30EA\u30AA|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|50|\u30E1\u30A4\u30EA\u30AA;\r
+org.eclipse.jface.headerfont=1|\u30E1\u30A4\u30EA\u30AA|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|0|3|2|1|50|\u30E1\u30A4\u30EA\u30AA;\r
+org.eclipse.jface.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.mylyn.wikitext.ui.presentation.textFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.pde.internal.ui.compare.ManifestContentMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.pde.internal.ui.compare.PluginContentMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.recommenders.snipmatch.rcp.searchTextFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.tracecompass.tmf.ui.font.eventraw=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.tracecompass.tmf.ui.font.eventtable=1|Yu Gothic UI|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|1|0|0|0|0|Yu Gothic UI;\r
+org.eclipse.ui.commands=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<org.eclipse.ui.commands>\r\n<keyBinding commandId\="AnyEdit.CnvrtTabToSpaces.command" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+SPACE"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+D R"/>\r\n<keyBinding commandId\="org.eclipse.wst.server.launchShortcut.debug" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+D R"/>\r\n<keyBinding commandId\="org.eclipse.ui.window.splitEditor" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+\\">\r\n<parameter id\="Splitter.isHorizontal" value\="true"/>\r\n</keyBinding>\r\n<keyBinding commandId\="org.eclipse.jdt.debug.ui.commands.Inspect" contextId\="org.eclipse.ui.contexts.dialogAndWindow" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+I"/>\r\n<keyBinding commandId\="org.eclipse.team.svn.ui.command.CreatePatchCommand" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+P"/>\r\n<keyBinding commandId\="org.eclipse.wst.server.launchShortcut.run" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+X R"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.dialogAndWindow" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+I"/>\r\n<keyBinding commandId\="com.xored.glance.commands.focus" contextId\="com.xored.glance.ui.context" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+J"/>\r\n<keyBinding commandId\="com.xored.glance.commands.open" contextId\="org.eclipse.ui.contexts.dialogAndWindow" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+J"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.text.zoomOut" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+-"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.text.zoomOut" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+NUMPAD_SUBTRACT"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+SPACE"/>\r\n<keyBinding commandId\="org.python.pydev.debug.setnext" contextId\="org.python.pydev.ui.editor.scope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+R"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+-"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+J"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+J"/>\r\n<keyBinding commandId\="org.eclipse.recommenders.snipmatch.rcp.commands.completion" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+SHIFT+SPACE"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+X R"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+Q E"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.text.zoomIn" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+;"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.text.zoomIn" contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+NUMPAD_ADD"/>\r\n<keyBinding commandId\="org.eclipse.ui.window.splitEditor" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+[">\r\n<parameter id\="Splitter.isHorizontal" value\="false"/>\r\n</keyBinding>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+T"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+R"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+CTRL+P"/>\r\n</org.eclipse.ui.commands>\r
+org.eclipse.ui.workbench.texteditor.blockSelectionModeFont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.wst.jsdt.internal.ui.compare.JavaMergeViewer=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.wst.jsdt.ui.editors.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.wst.sse.ui.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+preference.console.font=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|12.0|0|WINDOWS|1|-16|0|0|0|400|0|0|0|-128|3|2|1|49|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+resourcetypes=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<editors version\="3.1">\r\n<info extension\="java" name\="*">\r\n<editor id\="org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor"/>\r\n</info>\r\n<info extension\="m4" name\="ltgcc"/>\r\n<info extension\="gcno" name\="*"/>\r\n<info extension\="ipl" name\="*"/>\r\n<info extension\="rex" name\="*">\r\n<editor id\="de.babe.eclipse.plugins.quickREx.editors.RELibraryEntryEditor"/>\r\n</info>\r\n<info extension\="yaml" name\="*">\r\n<editor id\="org.dadacoalition.yedit.editor.YEdit"/>\r\n</info>\r\n<info extension\="in" name\="Makefile"/>\r\n<info extension\="html" name\="*">\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n<editor id\="org.eclipse.ui.browser.editorSupport"/>\r\n<editor id\="com.vaadin.designer.eclipse.editors.VaadinEditor"/>\r\n<editor id\="com.vaadin.designer2.eclipse.editors.framework.VaadinEditor"/>\r\n<editor id\="com.vaadin.designer2.eclipse.editors.flow.FlowEditor"/>\r\n</info>\r\n<info extension\="tagx" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n</info>\r\n<info extension\="out" name\="gmon"/>\r\n<info extension\="m4" name\="ltsugar"/>\r\n<info extension\="gradle" name\="*">\r\n<editor id\="egradle.editors.GradleEditor"/>\r\n<editor id\="org.eclipse.buildship.ui.gradlebuildscripteditor"/>\r\n<defaultEditor id\="egradle.editors.GradleEditor"/>\r\n</info>\r\n<info extension\="sum" name\="gmon"/>\r\n<info extension\="sqlpage" name\="*">\r\n<editor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n<defaultEditor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n</info>\r\n<info extension\="shtml" name\="*">\r\n<editor id\="org.eclipse.ui.browser.editorSupport"/>\r\n</info>\r\n<info extension\="dbv" name\="*"/>\r\n<info extension\="m4" name\="libtool"/>\r\n<info extension\="chromium" name\="*">\r\n<editor id\="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor"/>\r\n<defaultEditor id\="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor"/>\r\n</info>\r\n<info extension\="spec" name\="*"/>\r\n<info extension\="adoc" name\="*"/>\r\n<info extension\="xml" name\="ivy">\r\n<editor id\="org.apache.ivyde.editors.IvyEditor"/>\r\n</info>\r\n<info extension\="js" name\="*">\r\n<editor id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"/>\r\n<defaultEditor id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"/>\r\n</info>\r\n<info extension\="am" name\="Makefile"/>\r\n<info extension\="jsf" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n</info>\r\n<info extension\="jspf" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n</info>\r\n<info extension\="cgi" name\="*"/>\r\n<info extension\="" name\="ChangeLog"/>\r\n<info extension\="diff" name\="*"/>\r\n<info extension\="pyw" name\="*"/>\r\n<info extension\="pyx" name\="*"/>\r\n<info extension\="plsql" name\="*"/>\r\n<info extension\="jspx" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n</info>\r\n<info extension\="t" name\="*"/>\r\n<info extension\="tag" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n</info>\r\n<info extension\="cld" name\="*">\r\n<editor id\="net.java.amateras.uml.classdiagram.ClassDiagramEditor"/>\r\n<defaultEditor id\="net.java.amateras.uml.classdiagram.ClassDiagramEditor"/>\r\n</info>\r\n<info extension\="ucd" name\="*">\r\n<editor id\="net.java.amateras.uml.usecasediagram.UsecaseDiagramEditor"/>\r\n</info>\r\n<info extension\="m4" name\="lt~obsolete"/>\r\n<info extension\="exec" name\="*">\r\n<editor id\="org.eclipse.eclemma.ui.editors.executiondata"/>\r\n</info>\r\n<info extension\="m4" name\="*"/>\r\n<info extension\="tagf" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n</info>\r\n<info extension\="epl" name\="*"/>\r\n<info extension\="properties" name\="sample">\r\n<editor id\="org.eclipse.pde.ui.sampleEditor"/>\r\n<defaultEditor id\="org.eclipse.pde.ui.sampleEditor"/>\r\n</info>\r\n<info extension\="go" name\="*"/>\r\n<info extension\="m4" name\="ltoptions"/>\r\n<info extension\="m4" name\="ltdl"/>\r\n<info extension\="ini" name\="*">\r\n<editor id\="org.eclipse.jdt.ui.PropertiesFileEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.PropertiesFileEditor"/>\r\n</info>\r\n<info extension\="sqlx" name\="*"/>\r\n<info extension\="xml" name\="ivysettings">\r\n<editor id\="org.apache.ivyde.editors.IvySettingsEditor"/>\r\n</info>\r\n<info extension\="json" name\="*">\r\n<editor id\="org.eclipse.wst.json.ui.JSONEditor"/>\r\n<editor id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"/>\r\n<defaultEditor id\="org.eclipse.wst.json.ui.JSONEditor"/>\r\n<defaultEditor id\="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"/>\r\n</info>\r\n<info extension\="java" name\="module-info">\r\n<editor id\="org.eclipse.jdt.ui.ModuleInfoEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.ModuleInfoEditor"/>\r\n</info>\r\n<info extension\="xml" name\="pom">\r\n<editor id\="org.eclipse.m2e.editor.MavenPomEditor"/>\r\n<defaultEditor id\="org.eclipse.m2e.editor.MavenPomEditor"/>\r\n</info>\r\n<info extension\="ddl" name\="*">\r\n<editor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n<defaultEditor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n</info>\r\n<info extension\="supp" name\="*"/>\r\n<info extension\="xhtml" name\="*">\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n</info>\r\n<info extension\="pm" name\="*"/>\r\n<info extension\="pl" name\="*"/>\r\n<info extension\="class" name\="module-info">\r\n<editor id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditor"/>\r\n</info>\r\n<info extension\="server" name\="*">\r\n<editor id\="org.eclipse.wst.server.ui.editor"/>\r\n</info>\r\n<info extension\="acd" name\="*">\r\n<editor id\="net.java.amateras.uml.activitydiagram.ActivityDiagramEditor"/>\r\n</info>\r\n<info extension\="m4" name\="acinclude"/>\r\n<info extension\="class" name\="*">\r\n<editor id\="org.sf.feeling.decompiler.ClassFileEditor"/>\r\n<editor id\="org.eclipse.jdt.ui.ClassFileEditor"/>\r\n<defaultEditor id\="org.sf.feeling.decompiler.ClassFileEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.ClassFileEditor"/>\r\n</info>\r\n<info extension\="py" name\="*"/>\r\n<info extension\="spec2" name\="*"/>\r\n<info extension\="m4" name\="ltversion"/>\r\n<info extension\="groovy" name\="*">\r\n<editor id\="egradle.editors.GradleEditor"/>\r\n</info>\r\n<info extension\="ac" name\="configure"/>\r\n<info extension\="am" name\="*"/>\r\n<info extension\="sqd" name\="*">\r\n<editor id\="net.java.amateras.uml.sequencediagram.SequenceDiagramEditor"/>\r\n<defaultEditor id\="net.java.amateras.uml.sequencediagram.SequenceDiagramEditor"/>\r\n</info>\r\n<info extension\="jsp" name\="*">\r\n<editor id\="org.eclipse.jst.jsp.core.jspsource.source"/>\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n</info>\r\n<info extension\="rbw" name\="*"/>\r\n<info extension\="in" name\="configure"/>\r\n<info extension\="rb" name\="*"/>\r\n<info extension\="jardesc" name\="*">\r\n<editor id\="org.eclipse.jdt.ui.JARDescEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.JARDescEditor"/>\r\n</info>\r\n<info extension\="json" name\="composer"/>\r\n<info extension\="xsl" name\="*">\r\n<editor id\="org.eclipse.wst.xsl.ui.XSLEditor"/>\r\n</info>\r\n<info extension\="xslt" name\="*">\r\n<editor id\="org.eclipse.wst.xsl.ui.XSLEditor"/>\r\n</info>\r\n<info extension\="e4xmi" name\="*">\r\n<editor id\="org.eclipse.e4.tools.emf.editor3x.e4wbm"/>\r\n<defaultEditor id\="org.eclipse.e4.tools.emf.editor3x.e4wbm"/>\r\n</info>\r\n<info extension\="pom" name\="*">\r\n<editor id\="org.eclipse.m2e.editor.MavenPomEditor"/>\r\n<defaultEditor id\="org.eclipse.m2e.editor.MavenPomEditor"/>\r\n</info>\r\n<info extension\="sql" name\="*">\r\n<editor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n<editor id\="org.eclipse.datatools.sqltools.sqlbuilder"/>\r\n<defaultEditor id\="org.eclipse.datatools.sqltools.sqlscrapbook.SQLScrapbookEditor"/>\r\n<defaultEditor id\="org.eclipse.datatools.sqltools.sqlbuilder"/>\r\n</info>\r\n<info extension\="dicon" name\="*">\r\n<editor id\="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart"/>\r\n<defaultEditor id\="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart"/>\r\n</info>\r\n<info extension\="yml" name\="*">\r\n<editor id\="org.dadacoalition.yedit.editor.YEdit"/>\r\n</info>\r\n<info extension\="asciidoc" name\="*"/>\r\n<info extension\="class without source" name\="*">\r\n<editor id\="org.sf.feeling.decompiler.ClassFileEditor"/>\r\n<editor id\="org.eclipse.jdt.ui.ClassFileEditorNoSource"/>\r\n<defaultEditor id\="org.sf.feeling.decompiler.ClassFileEditor"/>\r\n</info>\r\n<info extension\="erd" name\="*">\r\n<editor id\="net.java.amateras.db.editor1"/>\r\n<defaultEditor id\="net.java.amateras.db.editor1"/>\r\n</info>\r\n<info extension\="class without source" name\="module-info">\r\n<editor id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditorNoSource"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.ModuleInfoClassFileEditorNoSource"/>\r\n</info>\r\n<info extension\="gcda" name\="*"/>\r\n<info extension\="m4" name\="aclocal"/>\r\n<info extension\="htm" name\="*">\r\n<editor id\="org.eclipse.jst.pagedesigner.PageDesignerEditor"/>\r\n<editor id\="org.eclipse.ui.browser.editorSupport"/>\r\n</info>\r\n<info extension\="jpage" name\="*">\r\n<editor id\="org.eclipse.jdt.debug.ui.SnippetEditor"/>\r\n</info>\r\n<info extension\="pxi" name\="*"/>\r\n<info extension\="properties" name\="*">\r\n<editor id\="org.eclipse.jdt.ui.PropertiesFileEditor"/>\r\n<editor id\="org.limy.eclipse.prop.editor.PropertyEditor"/>\r\n<defaultEditor id\="org.eclipse.jdt.ui.PropertiesFileEditor"/>\r\n<defaultEditor id\="org.limy.eclipse.prop.editor.PropertyEditor"/>\r\n</info>\r\n<info extension\="aj" name\="*">\r\n<editor id\="org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor"/>\r\n<defaultEditor id\="org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor"/>\r\n</info>\r\n<info extension\="pxd" name\="*"/>\r\n</editors>\r
+terminal.views.view.font.definition=1|Consolas|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|0|3|2|1|49|Consolas;\r
diff --git a/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.css.ui.prefs b/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.css.ui.prefs
deleted file mode 100644 (file)
index 1cee66c..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-CLASS=\#3f7f7f | null | false | false | false | false
-ID=\#3f7f7f | null | false | false | false | false
-PROPERTY_VALUE=\#2a00e1 | null | false | false | false | false
-PSEUDO=\#3f7f7f | null | false | false | false | false
-STRING=\#2a00e1 | null | false | false | false | false
-URI=\#2a00e1 | null | false | false | false | false
-eclipse.preferences.version=1
diff --git a/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.dtd.ui.prefs b/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.dtd.ui.prefs
deleted file mode 100644 (file)
index eaca71d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-dtdString=\#3f9f5f | null | false | false | false | false
-eclipse.preferences.version=1
diff --git a/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.html.ui.prefs b/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.html.ui.prefs
deleted file mode 100644 (file)
index 2c81e9b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-tagAttributeValue=\#2a00ff | null | false | false | false | false
index f1e20c5..ba9be2f 100644 (file)
@@ -1,16 +1,12 @@
-eclipse.preferences.version=1
-fontPropagated=true
-org.eclipse.jface.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;
-org.eclipse.wst.jsdt.ui.editor.tab.width=
-org.eclipse.wst.jsdt.ui.formatterprofiles.version=11
-org.eclipse.wst.jsdt.ui.javadoclocations.migrated=true
-proposalOrderMigrated=true
-semanticHighlighting.localVariable.color=255,0,255
-semanticHighlighting.localVariable.enabled=true
-semanticHighlighting.localVariableDeclaration.color=255,0,255
-semanticHighlighting.localVariableDeclaration.enabled=true
-semanticHighlighting.parameterVariable.color=255,0,0
-semanticHighlighting.parameterVariable.enabled=true
-tabWidthPropagated=true
-useAnnotationsPrefPage=true
-useQuickDiffPrefPage=true
+eclipse.preferences.version=1\r
+fontPropagated=true\r
+org.eclipse.jface.textfont=1|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF|9.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|\uFF2D\uFF33 \u30B4\u30B7\u30C3\u30AF;\r
+org.eclipse.wst.jsdt.ui.editor.tab.width=\r
+org.eclipse.wst.jsdt.ui.formatterprofiles.version=11\r
+org.eclipse.wst.jsdt.ui.javadoclocations.migrated=true\r
+proposalOrderMigrated=true\r
+semanticHighlighting.parameterVariable.color=255,0,0\r
+semanticHighlighting.parameterVariable.enabled=true\r
+tabWidthPropagated=true\r
+useAnnotationsPrefPage=true\r
+useQuickDiffPrefPage=true\r
diff --git a/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xml.ui.prefs b/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xml.ui.prefs
deleted file mode 100644 (file)
index 046ba59..0000000
+++ /dev/null
@@ -1 +0,0 @@
-tagAttributeValue=\#2a00ff | null | false | false | false | false
diff --git a/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xsl.ui.prefs b/Vaadin8/workspace_02/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xsl.ui.prefs
deleted file mode 100644 (file)
index 143223f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-xsltagAttributeValue=\#2a00ff | null | false | false | false | false
index 890ff86..c1f92cc 100644 (file)
-<?xml version="1.0" encoding="ASCII"?>
-<application:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:application="http://www.eclipse.org/ui/2010/UIModel/application" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_HhlU8RpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_HhlU8hpgEemz3-HJbLkNLg" bindingContexts="_HhlU9BpgEemz3-HJbLkNLg">
-  <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;workbench>&#xD;&#xA;&lt;mruList/>&#xD;&#xA;&lt;/workbench>"/>
-  <tags>activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration</tags>
-  <tags>ModelMigrationProcessor.001</tags>
-  <children xsi:type="basic:TrimmedWindow" xmi:id="_HhlU8hpgEemz3-HJbLkNLg" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_Ieu5sxpgEemz3-HJbLkNLg" label="%trimmedwindow.label.eclipseSDK" x="129" y="52" width="1430" height="877">
-    <persistedState key="coolBarVisible" value="true"/>
-    <persistedState key="perspectiveBarVisible" value="true"/>
-    <persistedState key="isRestored" value="true"/>
-    <persistedState key="workingSets" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;workingSets/>"/>
-    <persistedState key="aggregateWorkingSetId" value="Aggregate for window 1547733587305"/>
-    <persistedState key="show_in_time" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;show_in_time/>"/>
-    <tags>topLevel</tags>
-    <children xsi:type="basic:PartSashContainer" xmi:id="_Ieu5sxpgEemz3-HJbLkNLg" selectedElement="_Ieu5tBpgEemz3-HJbLkNLg" horizontal="true">
-      <children xsi:type="advanced:PerspectiveStack" xmi:id="_Ieu5tBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.perspectivestack" containerData="7500" selectedElement="_Rbn8MhpgEemz3-HJbLkNLg">
-        <children xsi:type="advanced:Perspective" xmi:id="_JG9XUBpgEemz3-HJbLkNLg" elementId="jp.sourceforge.mergedoc.PleiadesJavaPerspective" selectedElement="_JG9XURpgEemz3-HJbLkNLg" label="Java" iconURI="platform:/plugin/jp.sourceforge.mergedoc.PleiadesJavaPerspective/icons/jperspective.png">
-          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>
-          <tags>persp.actionSet:AnyEdit.actionSet</tags>
-          <tags>persp.actionSet:ajrefactoring</tags>
-          <tags>persp.actionSet:org.eclipse.contribution.xref.ui.XRefActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.rse.core.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>
-          <tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>
-          <tags>persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.ActionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.matcher.actionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.ui.actionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.search.actionSet</tags>
-          <tags>persp.actionSet:org.springsource.ide.eclipse.commons.launch.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.debug.ui.launchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.jdt.ui.JavaActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.NavigateActionSet</tags>
-          <tags>persp.viewSC:org.eclipse.jdt.ui.PackageExplorer</tags>
-          <tags>persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy</tags>
-          <tags>persp.viewSC:org.eclipse.jdt.ui.SourceView</tags>
-          <tags>persp.viewSC:org.eclipse.jdt.ui.JavadocView</tags>
-          <tags>persp.viewSC:org.eclipse.search.ui.views.SearchView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.console.ConsoleView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ProblemView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ResourceNavigator</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.TaskList</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ProgressView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags>
-          <tags>persp.viewSC:org.eclipse.ui.texteditor.TemplatesView</tags>
-          <tags>persp.viewSC:org.eclipse.pde.runtime.LogView</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.m2e.core.wizards.Maven2ProjectWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.buildship.ui.wizard.project.creation</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.folder</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.file</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard</tags>
-          <tags>persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective</tags>
-          <tags>persp.perspSC:org.eclipse.debug.ui.DebugPerspective</tags>
-          <tags>persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView</tags>
-          <children xsi:type="basic:PartSashContainer" xmi:id="_JG9XURpgEemz3-HJbLkNLg" selectedElement="_JG9XUhpgEemz3-HJbLkNLg" horizontal="true">
-            <children xsi:type="basic:PartSashContainer" xmi:id="_JG9XUhpgEemz3-HJbLkNLg" containerData="5000" selectedElement="_JG9XUxpgEemz3-HJbLkNLg">
-              <children xsi:type="basic:PartSashContainer" xmi:id="_JG9XUxpgEemz3-HJbLkNLg" containerData="6000" selectedElement="_JG9XVBpgEemz3-HJbLkNLg" horizontal="true">
-                <children xsi:type="basic:PartStack" xmi:id="_JG9XVBpgEemz3-HJbLkNLg" elementId="explorer" containerData="5000" selectedElement="_JG9XVRpgEemz3-HJbLkNLg">
-                  <children xsi:type="advanced:Placeholder" xmi:id="_JG9XVRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackageExplorer" ref="_JGqcZxpgEemz3-HJbLkNLg" closeable="true">
-                    <tags>View</tags>
-                    <tags>categoryTag:Java</tags>
-                  </children>
-                  <children xsi:type="advanced:Placeholder" xmi:id="_JG9XVhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_JGqcaBpgEemz3-HJbLkNLg" closeable="true">
-                    <tags>View</tags>
-                    <tags>categoryTag:Java</tags>
-                  </children>
-                  <children xsi:type="advanced:Placeholder" xmi:id="_JG9XVxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ResourceNavigator" toBeRendered="false" ref="_JGqcaRpgEemz3-HJbLkNLg" closeable="true">
-                    <tags>View</tags>
-                    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                  </children>
-                  <children xsi:type="advanced:Placeholder" xmi:id="_JG9XWBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigator.ProjectExplorer" toBeRendered="false" ref="_JGqcahpgEemz3-HJbLkNLg" closeable="true">
-                    <tags>View</tags>
-                    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                  </children>
-                  <children xsi:type="advanced:Placeholder" xmi:id="_JG9XWRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.texteditor.TemplatesView" toBeRendered="false" ref="_JGqcaxpgEemz3-HJbLkNLg" closeable="true">
-                    <tags>View</tags>
-                    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                  </children>
-                </children>
-                <children xsi:type="basic:PartStack" xmi:id="_JG9XWhpgEemz3-HJbLkNLg" elementId="outline" containerData="5000" selectedElement="_JG9XXBpgEemz3-HJbLkNLg">
-                  <children xsi:type="advanced:Placeholder" xmi:id="_JG9XWxpgEemz3-HJbLkNLg" elementId="com.eclipserunner.views.RunnerView" toBeRendered="false" ref="_JG0NYBpgEemz3-HJbLkNLg" closeable="true">
-                    <tags>View</tags>
-                    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                  </children>
-                  <children xsi:type="advanced:Placeholder" xmi:id="_JG9XXBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ContentOutline" ref="_JG0NYRpgEemz3-HJbLkNLg" closeable="true">
-                    <tags>View</tags>
-                    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                  </children>
-                </children>
-              </children>
-              <children xsi:type="basic:PartStack" xmi:id="_JG9XXRpgEemz3-HJbLkNLg" elementId="output" containerData="4000" selectedElement="_JG9XXhpgEemz3-HJbLkNLg">
-                <children xsi:type="advanced:Placeholder" xmi:id="_JG9XXhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProblemView" ref="_JGqcYBpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_JG9XXxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.JavadocView" toBeRendered="false" ref="_JGqcYRpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:Java</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_JG9XYBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.SourceView" toBeRendered="false" ref="_JGqcYhpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:Java</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_JG9XYRpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_JGqcYxpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_JG9XYhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.console.ConsoleView" toBeRendered="false" ref="_JGqcZBpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_JG9XYxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_JGqcZRpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_JG9XZBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_JGqcZhpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-              </children>
-            </children>
-            <children xsi:type="advanced:Placeholder" xmi:id="_JG9XZRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editorss" containerData="5000" ref="_JF61gBpgEemz3-HJbLkNLg"/>
-          </children>
-        </children>
-        <children xsi:type="advanced:Perspective" xmi:id="_Mb7vFRpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.j2ee.J2EEPerspective" selectedElement="_Mb7vFhpgEemz3-HJbLkNLg" label="Java EE" iconURI="platform:/plugin/org.eclipse.jst.j2ee.ui/icons/full/cview16/j2ee_perspective.gif">
-          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>
-          <tags>persp.actionSet:AnyEdit.actionSet</tags>
-          <tags>persp.actionSet:ajrefactoring</tags>
-          <tags>persp.actionSet:org.eclipse.contribution.xref.ui.XRefActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.rse.core.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>
-          <tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>
-          <tags>persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.ActionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.matcher.actionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.ui.actionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.search.actionSet</tags>
-          <tags>persp.actionSet:org.springsource.ide.eclipse.commons.launch.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.jst.j2ee.J2eeMainActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.jdt.ui.JavaActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.debug.ui.launchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.debug.ui.debugActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.NavigateActionSet</tags>
-          <tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags>
-          <tags>persp.viewSC:org.eclipse.wst.server.ui.ServersView</tags>
-          <tags>persp.viewSC:org.eclipse.datatools.connectivity.DataSourceExplorerNavigator</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.BookmarkView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.PropertySheet</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ResourceNavigator</tags>
-          <tags>persp.viewSC:org.eclipse.wst.common.snippets.internal.ui.SnippetsView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.AllMarkersView</tags>
-          <tags>persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks</tags>
-          <tags>persp.viewSC:org.eclipse.search.ui.views.SearchView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.console.ConsoleView</tags>
-          <tags>persp.showIn:org.eclipse.ui.navigator.ProjectExplorer</tags>
-          <tags>persp.actionSet:org.eclipse.wst.ws.explorer.explorer</tags>
-          <tags>persp.newWizSC:org.eclipse.m2e.core.wizards.Maven2ProjectWizard</tags>
-          <tags>persp.perspSC:org.eclipse.debug.ui.DebugPerspective</tags>
-          <tags>persp.perspSC:org.eclipse.jdt.ui.JavaPerspective</tags>
-          <tags>persp.perspSC:org.eclipse.ui.resourcePerspective</tags>
-          <tags>persp.perspSC:org.eclipse.wst.web.ui.webDevPerspective</tags>
-          <tags>persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jst.ejb.ui.project.facet.EjbProjectWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorProjectWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.appclient.AppClientProjectWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.wst.web.ui.internal.wizards.SimpleWebProjectWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jpt.ui.wizard.newJpaProject</tags>
-          <tags>persp.newWizSC:org.eclipse.jst.servlet.ui.internal.wizard.AddServletWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddSessionBeanWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddMessageDrivenBeanWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jpt.ui.wizard.newEntity</tags>
-          <tags>persp.newWizSC:org.eclipse.jst.ws.creation.ui.wizard.serverwizard</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.folder</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.file</tags>
-          <tags>persp.actionSet:org.eclipse.wst.server.ui.internal.webbrowser.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags>
-          <tags>persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView</tags>
-          <tags>persp.newWizSC:org.springsource.ide.eclipse.commons.gettingstarted.wizard.boot.NewSpringBootWizard</tags>
-          <tags>persp.newWizSC:org.springsource.ide.eclipse.gettingstarted.wizards.import.generic.newalias</tags>
-          <tags>persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet</tags>
-          <tags>persp.showIn:org.eclipse.eclemma.ui.CoverageView</tags>
-          <tags>persp.newWizSC:com.springsource.sts.wizard.template</tags>
-          <tags>persp.newWizSC:org.eclipse.jpt.jpa.ui.wizard.newJpaProject</tags>
-          <tags>persp.perspSC:org.eclipse.jpt.ui.jpaPerspective</tags>
-          <tags>persp.newWizSC:com.vaadin.integration.eclipse.wizards.Vaadin8MavenProjectWizard</tags>
-          <tags>persp.actionSet:ajelementCreation</tags>
-          <tags>persp.newWizSC:ajaspectwizard</tags>
-          <tags>persp.perspSC:org.eclipse.ajdt.ui.visualiser.AspectVisualizationPerspective</tags>
-          <children xsi:type="basic:PartSashContainer" xmi:id="_Mb7vFhpgEemz3-HJbLkNLg" selectedElement="_Mb7vFxpgEemz3-HJbLkNLg" horizontal="true">
-            <children xsi:type="basic:PartStack" xmi:id="_Mb7vFxpgEemz3-HJbLkNLg" elementId="topLeft" containerData="1908" selectedElement="_Mb7vGRpgEemz3-HJbLkNLg">
-              <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vGBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigator.ProjectExplorer" ref="_JGqcahpgEemz3-HJbLkNLg" closeable="true">
-                <tags>View</tags>
-                <tags>categoryTag:&#x4e00;&#x822c;</tags>
-              </children>
-              <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vGRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ResourceNavigator" ref="_JGqcaRpgEemz3-HJbLkNLg" closeable="true">
-                <tags>View</tags>
-                <tags>categoryTag:&#x4e00;&#x822c;</tags>
-              </children>
-              <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vGhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_JGqcaBpgEemz3-HJbLkNLg" closeable="true">
-                <tags>View</tags>
-                <tags>categoryTag:Java</tags>
-              </children>
-              <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vGxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackagesView" toBeRendered="false" ref="_Mbx-EBpgEemz3-HJbLkNLg" closeable="true">
-                <tags>View</tags>
-                <tags>categoryTag:Java &#x53c2;&#x7167;</tags>
-              </children>
-            </children>
-            <children xsi:type="basic:PartSashContainer" xmi:id="_Mb7vHBpgEemz3-HJbLkNLg" containerData="8092" selectedElement="_Mb7vHRpgEemz3-HJbLkNLg">
-              <children xsi:type="basic:PartSashContainer" xmi:id="_Mb7vHRpgEemz3-HJbLkNLg" containerData="7000" selectedElement="_Mb7vHxpgEemz3-HJbLkNLg" horizontal="true">
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vHhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editorss" containerData="7000" ref="_JF61gBpgEemz3-HJbLkNLg"/>
-                <children xsi:type="basic:PartSashContainer" xmi:id="_Mb7vHxpgEemz3-HJbLkNLg" containerData="3000" selectedElement="_Mb7vIhpgEemz3-HJbLkNLg">
-                  <children xsi:type="basic:PartStack" xmi:id="_Mb7vIBpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.ui.palette_viewMStack" toBeRendered="false" containerData="3300">
-                    <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vIRpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.ui.palette_view" toBeRendered="false" ref="_Mb7vFBpgEemz3-HJbLkNLg" closeable="true">
-                      <tags>View</tags>
-                      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                    </children>
-                  </children>
-                  <children xsi:type="basic:PartSashContainer" xmi:id="_Mb7vIhpgEemz3-HJbLkNLg" containerData="6700" selectedElement="_Mb7vIxpgEemz3-HJbLkNLg">
-                    <children xsi:type="basic:PartStack" xmi:id="_Mb7vIxpgEemz3-HJbLkNLg" elementId="topRight" containerData="5000" selectedElement="_Mb7vJBpgEemz3-HJbLkNLg">
-                      <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vJBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ContentOutline" ref="_JG0NYRpgEemz3-HJbLkNLg" closeable="true">
-                        <tags>View</tags>
-                        <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                      </children>
-                      <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vJRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" toBeRendered="false" ref="_Mb7vExpgEemz3-HJbLkNLg" closeable="true">
-                        <tags>View</tags>
-                        <tags>categoryTag:Mylyn</tags>
-                      </children>
-                    </children>
-                    <children xsi:type="basic:PartStack" xmi:id="_Mb7vJhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.PropertySheetMStack" toBeRendered="false" containerData="5000">
-                      <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vJxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.PropertySheet" toBeRendered="false" ref="_Mbx-EhpgEemz3-HJbLkNLg" closeable="true">
-                        <tags>View</tags>
-                        <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                      </children>
-                    </children>
-                  </children>
-                </children>
-              </children>
-              <children xsi:type="basic:PartStack" xmi:id="_Mb7vKBpgEemz3-HJbLkNLg" elementId="bottomRight" containerData="3000" selectedElement="_Mb7vKRpgEemz3-HJbLkNLg">
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vKRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.AllMarkersView" ref="_Mbx-ERpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vKhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.ui.ServersView" ref="_Mbx-ExpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x30b5;&#x30fc;&#x30d0;&#x30fc;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vKxpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" ref="_Mb7vEBpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vLBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" ref="_Mb7vERpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vLRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProblemView" toBeRendered="false" ref="_JGqcYBpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vLhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.TaskList" toBeRendered="false" ref="_Mb7vEhpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vLxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.console.ConsoleView" toBeRendered="false" ref="_JGqcZBpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vMBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_JGqcZRpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vMRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_JGqcZhpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Mb7vMhpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_JGqcYxpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-              </children>
-            </children>
-          </children>
-        </children>
-        <children xsi:type="advanced:Perspective" xmi:id="_Rbn8MhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.GitRepositoryExploring" selectedElement="_Rbn8MxpgEemz3-HJbLkNLg" label="Git" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.png">
-          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>
-          <tags>persp.actionSet:AnyEdit.actionSet</tags>
-          <tags>persp.actionSet:ajrefactoring</tags>
-          <tags>persp.actionSet:org.eclipse.contribution.xref.ui.XRefActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.rse.core.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>
-          <tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>
-          <tags>persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.ActionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.matcher.actionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.ui.actionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.search.actionSet</tags>
-          <tags>persp.actionSet:org.springsource.ide.eclipse.commons.launch.actionSet</tags>
-          <tags>persp.viewSC:org.eclipse.jdt.ui.PackageExplorer</tags>
-          <tags>persp.viewSC:org.eclipse.team.ui.GenericHistoryView</tags>
-          <tags>persp.viewSC:org.eclipse.team.sync.views.SynchronizeView</tags>
-          <tags>persp.viewSC:org.eclipse.egit.ui.StagingView</tags>
-          <tags>persp.viewSC:org.eclipse.egit.ui.ReflogView</tags>
-          <tags>persp.actionSet:org.eclipse.egit.ui.navigation</tags>
-          <tags>persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView</tags>
-          <children xsi:type="basic:PartSashContainer" xmi:id="_Rbn8MxpgEemz3-HJbLkNLg" selectedElement="_Rbn8NBpgEemz3-HJbLkNLg" horizontal="true">
-            <children xsi:type="basic:PartSashContainer" xmi:id="_Rbn8NBpgEemz3-HJbLkNLg" containerData="5000" selectedElement="_Rbn8NRpgEemz3-HJbLkNLg">
-              <children xsi:type="basic:PartStack" xmi:id="_Rbn8NRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewMStack" containerData="7000" selectedElement="_Rbn8NhpgEemz3-HJbLkNLg">
-                <tags>active</tags>
-                <tags>noFocus</tags>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Rbn8NhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesView" ref="_RbeyQBpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:Git</tags>
-                </children>
-              </children>
-              <children xsi:type="basic:PartStack" xmi:id="_Rbn8NxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackageExplorerMStack" toBeRendered="false" containerData="3000">
-                <children xsi:type="advanced:Placeholder" xmi:id="_Rbn8OBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackageExplorer" toBeRendered="false" ref="_JGqcZxpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:Java</tags>
-                </children>
-              </children>
-            </children>
-            <children xsi:type="basic:PartSashContainer" xmi:id="_Rbn8ORpgEemz3-HJbLkNLg" containerData="5000">
-              <children xsi:type="advanced:Placeholder" xmi:id="_Rbn8OhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editorss" containerData="5000" ref="_JF61gBpgEemz3-HJbLkNLg"/>
-              <children xsi:type="basic:PartStack" xmi:id="_Rbn8OxpgEemz3-HJbLkNLg" elementId="bottom" containerData="5000" selectedElement="_Rbn8PBpgEemz3-HJbLkNLg">
-                <children xsi:type="advanced:Placeholder" xmi:id="_Rbn8PBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.PropertySheet" ref="_Mbx-EhpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Rbn8PRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.GenericHistoryView" ref="_RbeyQRpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Rbn8PhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.sync.views.SynchronizeView" ref="_RbeyQhpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Rbn8PxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.StagingView" ref="_Rbn8MBpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:Git</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_Rbn8QBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.ReflogView" ref="_Rbn8MRpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:Git</tags>
-                </children>
-              </children>
-            </children>
-          </children>
-        </children>
-        <children xsi:type="advanced:Perspective" xmi:id="_b8kLYRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" selectedElement="_b8kLYhpgEemz3-HJbLkNLg" label="&#x30c1;&#x30fc;&#x30e0;&#x540c;&#x671f;&#x5316;" iconURI="platform:/plugin/org.eclipse.team.ui/$nl$/icons/full/eview16/synch_synch.png">
-          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>
-          <tags>persp.actionSet:AnyEdit.actionSet</tags>
-          <tags>persp.actionSet:ajrefactoring</tags>
-          <tags>persp.actionSet:org.eclipse.contribution.xref.ui.XRefActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.rse.core.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>
-          <tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>
-          <tags>persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.ActionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.matcher.actionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.ui.actionSet</tags>
-          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.search.actionSet</tags>
-          <tags>persp.actionSet:org.springsource.ide.eclipse.commons.launch.actionSet</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.project</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.folder</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.file</tags>
-          <tags>persp.viewSC:org.eclipse.team.sync.views.SynchronizeView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.TaskList</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ProblemView</tags>
-          <tags>persp.actionSet:org.eclipse.team.ui.actionSet</tags>
-          <tags>persp.perspSC:org.eclipse.ui.resourcePerspective</tags>
-          <tags>persp.showIn:org.eclipse.ui.navigator.ProjectExplorer</tags>
-          <tags>persp.showIn:org.eclipse.team.ui.GenericHistoryView</tags>
-          <tags>persp.showIn:org.eclipse.team.sync.views.SynchronizeView</tags>
-          <tags>persp.viewSC:org.eclipse.mylyn.tasks.ui.views.repositories</tags>
-          <tags>persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView</tags>
-          <children xsi:type="basic:PartSashContainer" xmi:id="_b8kLYhpgEemz3-HJbLkNLg" selectedElement="_b8kLYxpgEemz3-HJbLkNLg" horizontal="true">
-            <children xsi:type="basic:PartSashContainer" xmi:id="_b8kLYxpgEemz3-HJbLkNLg" containerData="4500" selectedElement="_b8kLZBpgEemz3-HJbLkNLg">
-              <children xsi:type="basic:PartStack" xmi:id="_b8kLZBpgEemz3-HJbLkNLg" elementId="top" containerData="7000" selectedElement="_b8kLZRpgEemz3-HJbLkNLg">
-                <tags>org.eclipse.e4.primaryNavigationStack</tags>
-                <children xsi:type="advanced:Placeholder" xmi:id="_b8kLZRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.sync.views.SynchronizeView" ref="_RbeyQhpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>
-                </children>
-              </children>
-              <children xsi:type="basic:PartStack" xmi:id="_b8kLZhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.repositoriesMStack" containerData="3000" selectedElement="_b8kLZxpgEemz3-HJbLkNLg">
-                <children xsi:type="advanced:Placeholder" xmi:id="_b8kLZxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" ref="_b8kLYBpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:Mylyn</tags>
-                </children>
-              </children>
-            </children>
-            <children xsi:type="basic:PartSashContainer" xmi:id="_b8kLaBpgEemz3-HJbLkNLg" containerData="5500">
-              <children xsi:type="advanced:Placeholder" xmi:id="_b8kLaRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editorss" containerData="8000" ref="_JF61gBpgEemz3-HJbLkNLg"/>
-              <children xsi:type="basic:PartStack" xmi:id="_b8kLahpgEemz3-HJbLkNLg" elementId="top2" containerData="2000" selectedElement="_b8kLaxpgEemz3-HJbLkNLg">
-                <tags>org.eclipse.e4.secondaryDataStack</tags>
-                <children xsi:type="advanced:Placeholder" xmi:id="_b8kLaxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.GenericHistoryView" ref="_RbeyQRpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_b8kLbBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.TaskList" ref="_Mb7vEhpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-                <children xsi:type="advanced:Placeholder" xmi:id="_b8kLbRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProblemView" ref="_JGqcYBpgEemz3-HJbLkNLg" closeable="true">
-                  <tags>View</tags>
-                  <tags>categoryTag:&#x4e00;&#x822c;</tags>
-                </children>
-              </children>
-            </children>
-          </children>
-        </children>
-      </children>
-      <children xsi:type="basic:PartStack" xmi:id="_Ieu5tRpgEemz3-HJbLkNLg" elementId="stickyFolderRight" toBeRendered="false" containerData="2500">
-        <children xsi:type="advanced:Placeholder" xmi:id="_Ieu5thpgEemz3-HJbLkNLg" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="_Ieu5sBpgEemz3-HJbLkNLg" closeable="true">
-          <tags>View</tags>
-          <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>
-        </children>
-        <children xsi:type="advanced:Placeholder" xmi:id="_Ieu5txpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="_Ieu5sRpgEemz3-HJbLkNLg" closeable="true">
-          <tags>View</tags>
-          <tags>categoryTag:&#x4e00;&#x822c;</tags>
-        </children>
-        <children xsi:type="advanced:Placeholder" xmi:id="_Ieu5uBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="_Ieu5shpgEemz3-HJbLkNLg" closeable="true">
-          <tags>View</tags>
-          <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>
-        </children>
-      </children>
-    </children>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Ieu5sBpgEemz3-HJbLkNLg" elementId="org.eclipse.help.ui.HelpView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d8;&#x30eb;&#x30d7;" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.help.ui.internal.views.HelpView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.help.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Ieu5sRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.internal.introview" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x3088;&#x3046;&#x3053;&#x305d;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.ViewIntroAdapterPart"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Ieu5shpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x864e;&#x306e;&#x5dfb;" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.cheatsheets"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="advanced:Area" xmi:id="_JF61gBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editorss">
-      <children xsi:type="basic:PartStack" xmi:id="_JF61gRpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.primaryDataStack">
-        <tags>org.eclipse.e4.primaryDataStack</tags>
-        <tags>EditorStack</tags>
-      </children>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcYBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProblemView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x554f;&#x984c;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.ProblemsView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-      <menus xmi:id="_J2WM4BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProblemView">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_J2WM4RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProblemView"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcYRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.JavadocView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.JavadocView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:Java</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcYhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.SourceView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x5ba3;&#x8a00;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.SourceView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:Java</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcYxpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.views.SearchView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x691c;&#x7d22;" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.search2.internal.ui.SearchView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcZBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.console.ConsoleView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.console.ConsoleView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.console"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcZRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.BookmarkView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.BookmarksView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcZhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProgressView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.progress.ProgressView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcZxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackageExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view group_libraries=&quot;1&quot; layout=&quot;1&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;1&quot; workingSetName=&quot;&quot;>&#xD;&#xA;&lt;customFilters userDefinedPatternsEnabled=&quot;false&quot;>&#xD;&#xA;&lt;xmlDefinedFilters>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.StaticsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.buildship.ui.packageexplorer.filter.gradle.buildfolder&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsConnections&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.mylyn.java.ui.MembersFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.m2e.MavenModuleFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.buildship.ui.packageexplorer.filter.gradle.subProject&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;_patternFilterId_*.ajsym&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.BinaryProjectFilter1&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.ui.editor.outline.AdviceFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.ExternalPluginLibrariesFilter1&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.FieldsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsTempFiles&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.ui.editor.outline.PointcutFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.ui.editor.outline.DeclarationFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.DeprecatedMembersFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.javamodel.CompilationUnitFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.ui.editor.outline.IntroductionFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.decompiler*&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;/xmlDefinedFilters>&#xD;&#xA;&lt;/customFilters>&#xD;&#xA;&lt;/view>"/>
-      <tags>View</tags>
-      <tags>categoryTag:Java</tags>
-      <menus xmi:id="_JJ8Z4BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackageExplorer">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_JJ8Z4RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackageExplorer"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcaBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.TypeHierarchy" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x578b;&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:Java</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcaRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ResourceNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.navigator.ResourceNavigator"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-      <menus xmi:id="_PuBx8BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ResourceNavigator">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_PuBx8RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ResourceNavigator"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcahpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigator.ProjectExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.navigator.resources.ProjectExplorer"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.navigator.resources"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-      <menus xmi:id="_McrV8BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigator.ProjectExplorer">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_McrV8RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigator.ProjectExplorer" visible="false"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JGqcaxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.texteditor.TemplatesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30c6;&#x30f3;&#x30d7;&#x30ec;&#x30fc;&#x30c8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JG0NYBpgEemz3-HJbLkNLg" elementId="com.eclipserunner.views.RunnerView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30e9;&#x30f3;&#x30ca;&#x30fc;" iconURI="platform:/plugin/com.eclipserunner.plugin/icons/run.gif" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="com.eclipserunner.views.impl.RunnerView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="com.eclipserunner.plugin"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-      <menus xmi:id="_Jw_LwBpgEemz3-HJbLkNLg" elementId="com.eclipserunner.views.RunnerView">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_Jw_LwRpgEemz3-HJbLkNLg" elementId="com.eclipserunner.views.RunnerView" visible="false"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_JG0NYRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ContentOutline" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.contentoutline.ContentOutline"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-      <menus xmi:id="_LrDrwBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ContentOutline">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_LrDrwRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ContentOutline"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Mbx-EBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackagesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.PackagesView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:Java &#x53c2;&#x7167;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Mbx-ERpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.AllMarkersView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30de;&#x30fc;&#x30ab;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.AllMarkersView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-      <menus xmi:id="_NFqBgBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.AllMarkersView">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_NFqBgRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.AllMarkersView"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Mbx-EhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.PropertySheet" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.properties.PropertySheet"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
-      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view/>"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-      <menus xmi:id="_NBodIBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.PropertySheet">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_NBodIRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.PropertySheet"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Mbx-ExpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.ui.ServersView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30b5;&#x30fc;&#x30d0;&#x30fc;" iconURI="platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.server.ui.internal.cnf.ServersView2"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.server.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x30b5;&#x30fc;&#x30d0;&#x30fc;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Mb7vEBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30c7;&#x30fc;&#x30bf;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.datatools.connectivity.ui.dse"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Mb7vERpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.common.snippets.internal.ui.SnippetsView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.common.snippets"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Mb7vEhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.TaskList" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30bf;&#x30b9;&#x30af;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.TasksView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Mb7vExpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30b9;&#x30c8;" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:Mylyn</tags>
-      <menus xmi:id="_OQ_zQBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_OQ_zQRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" visible="false"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Mb7vFBpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.ui.palette_view" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d1;&#x30ec;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.gef/icons/palette_view.gif" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.gef.ui.views.palette.PaletteView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.gef"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x4e00;&#x822c;</tags>
-      <menus xmi:id="_M_ZogBpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.ui.palette_view">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_M_ZogRpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.ui.palette_view" visible="false"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_RbeyQBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.repository.RepositoriesView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
-      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view CommonNavigator.LINKING_ENABLED=&quot;0&quot;>&#xD;&#xA;&lt;lastRecentlyUsedFilters/>&#xD;&#xA;&lt;/view>"/>
-      <tags>View</tags>
-      <tags>categoryTag:Git</tags>
-      <tags>active</tags>
-      <tags>activeOnClose</tags>
-      <menus xmi:id="_RcXjEBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesView">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_RcXjERpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesView"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_RbeyQRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.GenericHistoryView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.history.GenericHistoryView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>
-      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view/>"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>
-      <menus xmi:id="_cB7zkBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.GenericHistoryView">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_cB7zkRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.GenericHistoryView"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_RbeyQhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.sync.views.SynchronizeView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x540c;&#x671f;&#x5316;" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.synchronize.SynchronizeView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>
-      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view/>"/>
-      <tags>View</tags>
-      <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>
-      <menus xmi:id="_b-8xABpgEemz3-HJbLkNLg" elementId="org.eclipse.team.sync.views.SynchronizeView">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_b-8xARpgEemz3-HJbLkNLg" elementId="org.eclipse.team.sync.views.SynchronizeView"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Rbn8MBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.StagingView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Git &#x30b9;&#x30c6;&#x30fc;&#x30b8;&#x30f3;&#x30b0;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/staging.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.staging.StagingView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:Git</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_Rbn8MRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.ReflogView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Git &#x53c2;&#x7167;&#x30ed;&#x30b0;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.png" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.reflog.ReflogView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:Git</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_b8kLYBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/repositories.gif" tooltip="" closeable="true">
-      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskRepositoriesView"/>
-      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
-      <tags>View</tags>
-      <tags>categoryTag:Mylyn</tags>
-      <menus xmi:id="_cAvgwBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.repositories">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_cAvgwRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.repositories"/>
-    </sharedElements>
-    <trimBars xmi:id="_Ie4DoBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.main.toolbar">
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfMBpgEemz3-HJbLkNLg" elementId="group.file" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_IoHfMRpgEemz3-HJbLkNLg" elementId="group.file" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfMhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.workbench.file">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:HandledToolItem" xmi:id="_IoaaIRpgEemz3-HJbLkNLg" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="&#x5370;&#x5237;" enabled="false" command="_HjOT4xpgEemz3-HJbLkNLg"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfMxpgEemz3-HJbLkNLg" elementId="group.edit" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_IoHfNBpgEemz3-HJbLkNLg" elementId="group.edit" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfNRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.workbench.edit" visible="false">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfNhpgEemz3-HJbLkNLg" elementId="additions" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_IoHfNxpgEemz3-HJbLkNLg" elementId="additions" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_J72_ABpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.launchActionSet">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_J9WMwBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" visible="false">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_NJrl4BpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.j2ee.J2eeMainActionSet" visible="false">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_J8J58BpgEemz3-HJbLkNLg" elementId="org.eclipse.search.searchActionSet">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_cEA3MBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.actionSet" visible="false">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_NJ-g0BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.ui.internal.webbrowser.actionSet" visible="false">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_NL6agBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.ws.explorer.explorer" visible="false">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfOBpgEemz3-HJbLkNLg" elementId="group.nav" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_IoHfORpgEemz3-HJbLkNLg" elementId="group.nav" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfOhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.workbench.navigate">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:HandledToolItem" xmi:id="_IokLKRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.pinEditor" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d4;&#x30f3;&#x7559;&#x3081;" type="Check" command="_HjEkNhpgEemz3-HJbLkNLg"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfOxpgEemz3-HJbLkNLg" elementId="group.editor" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_IoHfPBpgEemz3-HJbLkNLg" elementId="group.editor" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfPRpgEemz3-HJbLkNLg" elementId="group.help" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_IoHfPhpgEemz3-HJbLkNLg" elementId="group.help" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_IoHfPxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.workbench.help" visible="false">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolControl" xmi:id="_I5jNcBpgEemz3-HJbLkNLg" elementId="PerspectiveSpacer" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
-        <tags>stretch</tags>
-        <tags>SHOW_RESTORE_MENU</tags>
-      </children>
-      <children xsi:type="menu:ToolControl" xmi:id="_I5jNcRpgEemz3-HJbLkNLg" elementId="PerspectiveSwitcher" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher">
-        <tags>Draggable</tags>
-        <tags>HIDEABLE</tags>
-        <tags>SHOW_RESTORE_MENU</tags>
-      </children>
-    </trimBars>
-    <trimBars xmi:id="_I5_5YBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.trim.status" side="Bottom">
-      <children xsi:type="menu:ToolControl" xmi:id="_JA_5QBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.StatusLine" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
-        <tags>stretch</tags>
-      </children>
-      <children xsi:type="menu:ToolControl" xmi:id="_JBJqQBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.HeapStatus" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
-        <tags>Draggable</tags>
-      </children>
-      <children xsi:type="menu:ToolControl" xmi:id="_JBmWMBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ProgressBar" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
-        <tags>Draggable</tags>
-      </children>
-    </trimBars>
-    <trimBars xmi:id="_JCMMEBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.trim.vertical1" side="Left"/>
-    <trimBars xmi:id="_JCV9EBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.trim.vertical2" side="Right"/>
-  </children>
-  <handlers xmi:id="_HmMvMhpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.handler.mark_duplicate_ids" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateElementIdsHandler">
-    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_RRp7QLy2EeOxWJvPH-7sUQ"/>
-  </handlers>
-  <handlers xmi:id="_HmMvMxpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.handler.mark_duplicate_labels" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateLabelsHandler">
-    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_9ITpgL2IEeOqSr2XZwfnmA"/>
-  </handlers>
-  <handlers xmi:id="_HmMvNBpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.handler.mark_duplicate_attributes" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateAttributesHandler">
-    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_RObi4L2MEeOqSr2XZwfnmA"/>
-  </handlers>
-  <handlers xmi:id="_HmMvNRpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.handler.repair_duplicate_ids" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.RepairDuplicateItemsHandler">
-    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_dySeYLzDEeO8eO1Rpb-rFA"/>
-  </handlers>
-  <handlers xmi:id="_HmMvNhpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.handler.unmark" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.UnmarkItemsHandler">
-    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_CFlw8L2LEeOqSr2XZwfnmA"/>
-  </handlers>
-  <handlers xmi:id="_HmMvNxpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.handler.autosizeColumns" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.AutosizeColumnsHandler">
-    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_jd7xgO5mEeOQXaYP-M2JBA"/>
-  </handlers>
-  <handlers xmi:id="_HmMvOBpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.handler.resetToDefault" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.ResetToDefaultHandler">
-    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_vsQXAPFwEeOSJuCPb-hb7A"/>
-  </handlers>
-  <bindingTables xmi:id="_HhlU8xpgEemz3-HJbLkNLg" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_HhlU9BpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamnBpgEemz3-HJbLkNLg" keySequence="ALT+F11" command="_HixokhpgEemz3-HJbLkNLg">
-      <tags>platform:win32</tags>
-    </bindings>
-    <bindings xmi:id="_HkamohpgEemz3-HJbLkNLg" keySequence="SHIFT+INSERT" command="_HixoNhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamthpgEemz3-HJbLkNLg" keySequence="ALT+PAGE_UP" command="_HjEi-RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamuBpgEemz3-HJbLkNLg" keySequence="ALT+PAGE_DOWN" command="_HjEj8RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamxxpgEemz3-HJbLkNLg" keySequence="SHIFT+DEL" command="_Hi7ZfxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXjBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+SPACE" command="_Hi7ZSxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXpxpgEemz3-HJbLkNLg" keySequence="CTRL+SPACE" command="_HjEkXxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXvhpgEemz3-HJbLkNLg" keySequence="CTRL+J" command="_HjEjxhpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkkX2hpgEemz3-HJbLkNLg" keySequence="CTRL+A" command="_Hi7Z_BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX5xpgEemz3-HJbLkNLg" keySequence="CTRL+C" command="_HjEjLxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYHBpgEemz3-HJbLkNLg" keySequence="CTRL+1" command="_Hi7ZHRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthlRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+I" command="_Hi7Y-RpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkthmRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+L" command="_HjOULBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthuxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+D" command="_HjOUYhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth0xpgEemz3-HJbLkNLg" keySequence="CTRL+X" command="_Hi7ZfxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth2BpgEemz3-HJbLkNLg" keySequence="CTRL+Y" command="_HjEi5RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth2xpgEemz3-HJbLkNLg" keySequence="CTRL+Z" command="_Hi7ZdxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SeRpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+F" command="_HjEjxhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SfBpgEemz3-HJbLkNLg" keySequence="CTRL+V" command="_HixoNhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SpRpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+F9" command="_Hi7Z8RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SqRpgEemz3-HJbLkNLg" keySequence="CTRL+INSERT" command="_HjEjLxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SvBpgEemz3-HJbLkNLg" keySequence="CTRL+PAGE_UP" command="_HjOT_hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SvRpgEemz3-HJbLkNLg" keySequence="CTRL+PAGE_DOWN" command="_Hi7ZJxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SvxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+F1" command="_Hi7YxBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SwBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+F2" command="_HjEjzhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SwRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+F3" command="_HjOT7hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HlAcYBpgEemz3-HJbLkNLg" keySequence="CTRL+F10" command="_HixoYhpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkQ1gBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.textEditorScope" bindingContext="_HjYEsxpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamgBpgEemz3-HJbLkNLg" keySequence="END" command="_HjOUCxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamgxpgEemz3-HJbLkNLg" keySequence="INSERT" command="_HjEjghpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamiBpgEemz3-HJbLkNLg" keySequence="F2" command="_Hi7ZKRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamnRpgEemz3-HJbLkNLg" keySequence="HOME" command="_HjOUQBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamnhpgEemz3-HJbLkNLg" keySequence="SHIFT+END" command="_Hi7Z3RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkampxpgEemz3-HJbLkNLg" keySequence="SHIFT+HOME" command="_Hi7ZsRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamrRpgEemz3-HJbLkNLg" keySequence="ALT+ARROW_UP" command="_HjOUtRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamrxpgEemz3-HJbLkNLg" keySequence="ALT+ARROW_DOWN" command="_HjEkABpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamyBpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+SPACE" command="_HjEjXxpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkamzhpgEemz3-HJbLkNLg" keySequence="CTRL+BS" command="_Hixn7BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkam0xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+-" command="_HjOTvRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXmhpgEemz3-HJbLkNLg" keySequence="CTRL++" command="_HjEjwBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXnBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+CR" command="_HjOT7RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXnhpgEemz3-HJbLkNLg" keySequence="CTRL+-" command="_Hi7ZzxpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkkXqhpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+TAB" command="_Hi7ZAhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXwBpgEemz3-HJbLkNLg" keySequence="CTRL+K" command="_HjEj6BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXwhpgEemz3-HJbLkNLg" keySequence="CTRL+L" command="_HjOTvBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXzBpgEemz3-HJbLkNLg" keySequence="CTRL+O" command="_HjEjNxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX3BpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+R" command="_HjEjiBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX6hpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+T" command="_HjOT4BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX6xpgEemz3-HJbLkNLg" keySequence="CTRL+D" command="_HixofhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX7BpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+U" command="_Hi7ZnxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX8RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+W" command="_HjEjCRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX9xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+X" command="_HjEjORpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX-BpgEemz3-HJbLkNLg" keySequence="CTRL+9" command="_Hi7ZDBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX_RpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+Y" command="_Hi7ZyRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYABpgEemz3-HJbLkNLg" keySequence="CTRL+;" command="_HjEjwBpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkkYCBpgEemz3-HJbLkNLg" keySequence="CTRL+=" command="_HjEjwBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYDxpgEemz3-HJbLkNLg" keySequence="ALT+/" command="_HjOURBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYEBpgEemz3-HJbLkNLg" keySequence="CTRL+0" command="_HixoHxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYGRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+Q" command="_Hi7ZBBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYHRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+A" command="_HjEjWRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthjxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+G" command="_Hi7ZNxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthkhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Y" command="_Hixn5BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthmBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+K" command="_HixophpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthoBpgEemz3-HJbLkNLg" keySequence="SHIFT+CR" command="_HjOUPhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthxxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F" command="_Hi7ZWRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth1hpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+I" command="_HjOUshpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth3BpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+J" command="_Hi7ZExpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth3hpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+K" command="_HixoBxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth4hpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+L" command="_HjEiuhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth7BpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+0" command="_HjOUwhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth8RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+B" command="_Hixn-RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth9RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+C" command="_HjOT1BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SdxpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+E" command="_HjEjVhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3ShRpgEemz3-HJbLkNLg" keySequence="CTRL+DEL" command="_Hi7ZbBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SjxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+DEL" command="_HjEkZhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SpxpgEemz3-HJbLkNLg" keySequence="CTRL+END" command="_HjEkBRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SqxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_HjEkJRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3StxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_HjEjhxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SuBpgEemz3-HJbLkNLg" keySequence="CTRL+ARROW_UP" command="_Hi7YwRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SuRpgEemz3-HJbLkNLg" keySequence="CTRL+ARROW_DOWN" command="_HjOU0hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SuhpgEemz3-HJbLkNLg" keySequence="CTRL+ARROW_LEFT" command="_HjEjKBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SuxpgEemz3-HJbLkNLg" keySequence="CTRL+ARROW_RIGHT" command="_Hi7Y_xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SvhpgEemz3-HJbLkNLg" keySequence="CTRL+HOME" command="_HixoNBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S2xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+INSERT" command="_Hi7Y3BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S3hpgEemz3-HJbLkNLg" keySequence="CTRL+NUMPAD_MULTIPLY" command="_HjEkGxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S4RpgEemz3-HJbLkNLg" keySequence="CTRL+NUMPAD_ADD" command="_HjOUaBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S4hpgEemz3-HJbLkNLg" keySequence="CTRL+NUMPAD_ADD" command="_HjEjwBpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_Hk3S5xpgEemz3-HJbLkNLg" keySequence="CTRL+NUMPAD_SUBTRACT" command="_HjOT6xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S6BpgEemz3-HJbLkNLg" keySequence="CTRL+NUMPAD_SUBTRACT" command="_Hi7ZzxpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_Hk3S7BpgEemz3-HJbLkNLg" keySequence="CTRL+NUMPAD_DIVIDE" command="_Hi7YxhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S-hpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_Hi7Z4RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S-xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_Hi7Y4hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3TBxpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+ARROW_UP" command="_HjOUfRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3TCRpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+ARROW_DOWN" command="_HjEivBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HlAcYRpgEemz3-HJbLkNLg" keySequence="CTRL+F10" command="_HjOT6BpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamgRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" bindingContext="_HjYE5BpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamghpgEemz3-HJbLkNLg" keySequence="INSERT" command="_Hi7ZxhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamkxpgEemz3-HJbLkNLg" keySequence="F4" command="_HixoXRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamnxpgEemz3-HJbLkNLg" keySequence="SHIFT+INSERT" command="_HixomBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamqxpgEemz3-HJbLkNLg" keySequence="ALT+ARROW_UP" command="_HjEj2BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamrhpgEemz3-HJbLkNLg" keySequence="ALT+ARROW_DOWN" command="_Hi7ZZBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXghpgEemz3-HJbLkNLg" keySequence="CTRL+CR" command="_Hi7ZXhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX-hpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+I" command="_Hi7Z0BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthdhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+C" command="_HjEjDBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthrxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+R" command="_Hi7Z3xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthwBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+U" command="_HjEkExpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SxBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_UP" command="_HjEkURpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SyxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_Hi7Z2RpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamhBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" bindingContext="_HjYE5hpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamhRpgEemz3-HJbLkNLg" keySequence="F1" command="_Hixn_hpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamhhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.contexts.window" bindingContext="_HhlU9RpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamhxpgEemz3-HJbLkNLg" keySequence="F2" command="_HixoPhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamixpgEemz3-HJbLkNLg" keySequence="F3" command="_Hi7ZFRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamkhpgEemz3-HJbLkNLg" keySequence="F4" command="_HixoSRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkammRpgEemz3-HJbLkNLg" keySequence="F5" command="_Hi7ZqRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkammxpgEemz3-HJbLkNLg" keySequence="ALT+F7" command="_HjEjYxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkampBpgEemz3-HJbLkNLg" keySequence="SHIFT+F2" command="_HjEjnRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamphpgEemz3-HJbLkNLg" keySequence="SHIFT+F5" command="_HjEiwRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamqBpgEemz3-HJbLkNLg" keySequence="ALT+F5" command="_Hi7Z8BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamsBpgEemz3-HJbLkNLg" keySequence="F10" command="_HjEjKhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamsRpgEemz3-HJbLkNLg" keySequence="ALT+ARROW_LEFT" command="_HixoZhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamshpgEemz3-HJbLkNLg" keySequence="F11" command="_HjOUUhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamtBpgEemz3-HJbLkNLg" keySequence="ALT+ARROW_RIGHT" command="_Hi7ZnhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamtRpgEemz3-HJbLkNLg" keySequence="F12" command="_HjEkYhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamtxpgEemz3-HJbLkNLg" keySequence="CTRL+BREAK" command="_HixoeBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamuRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X X" command="_HjEjSxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamuhpgEemz3-HJbLkNLg" keySequence="DEL" command="_HixonRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamuxpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+X G" command="_HjOUTBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamvBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X A" command="_HixoORpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamvRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X C" command="_Hixn6xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamvhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X B" command="_HjOUzxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamvxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X E" command="_HjEjyhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamwBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X O" command="_HjEjnhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamwRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X Q" command="_Hi7Y9RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamwhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X P" command="_HjOUcRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamwxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X S" command="_HjOUURpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamxBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X R" command="_HjEi4xpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkamxRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X T" command="_Hi7Z-BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamxhpgEemz3-HJbLkNLg" keySequence="SHIFT+DEL" command="_Hi7ZRxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamyRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X J" command="_HjEj9hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamyhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X M" command="_HjEithpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamyxpgEemz3-HJbLkNLg" keySequence="ALT+X" command="_HjEjFhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXgBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+-" command="_Hi7ZTxpgEemz3-HJbLkNLg">
-      <tags>locale:ja</tags>
-      <parameters xmi:id="_HkkXgRpgEemz3-HJbLkNLg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/>
-    </bindings>
-    <bindings xmi:id="_HkkXkhpgEemz3-HJbLkNLg" keySequence="ALT+V" command="_HjEitRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXlRpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+," command="_HjEkEBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXlhpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+." command="_HixoohpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXlxpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SPACE" command="_HixoiBpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkkXmxpgEemz3-HJbLkNLg" keySequence="CTRL+," command="_HixoOxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXnRpgEemz3-HJbLkNLg" keySequence="CTRL+-" command="_HjOUMRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXnxpgEemz3-HJbLkNLg" keySequence="CTRL+." command="_HjOUghpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXqBpgEemz3-HJbLkNLg" keySequence="CTRL+#" command="_HixoYxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXrxpgEemz3-HJbLkNLg" keySequence="ALT+C" command="_Hi7ZYBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXtxpgEemz3-HJbLkNLg" keySequence="CTRL+H" command="_HjEkXhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXuBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D J" command="_HjEkLBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXuRpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+Y" command="_HjOUGBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXuhpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+Y" command="_HjEiyRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXwRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D O" command="_HjEjNRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXxBpgEemz3-HJbLkNLg" keySequence="CTRL+M" command="_HjEkWhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXxRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D Q" command="_HjEiyBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXyBpgEemz3-HJbLkNLg" keySequence="CTRL+N" command="_HjOUoxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX1RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D P" command="_HjOT3RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX1hpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D C" command="_HjEkIBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX2RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+P" command="_Hi7ZHhpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkkX2xpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D B" command="_HjOUXhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX4RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D E" command="_HjOUuhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX4hpgEemz3-HJbLkNLg" keySequence="CTRL+B" command="_HixoQBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX6BpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+S" command="_HjEi-hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX7RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+U" command="_HjOTshpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX7hpgEemz3-HJbLkNLg" keySequence="CTRL+E" command="_Hi7ZahpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX7xpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+B D" command="_HjOUZRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX8BpgEemz3-HJbLkNLg" keySequence="CTRL+F" command="_HixoixpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX8xpgEemz3-HJbLkNLg" keySequence="CTRL+G" command="_Hixn7RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX9RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+B F" command="_Hi7Y_RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX9hpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+H" command="_Hi7ZYhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX-RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+I" command="_HixoZBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX_hpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+J" command="_Hi7ZZhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYBBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+L" command="_Hi7ZFxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYBhpgEemz3-HJbLkNLg" keySequence="ALT+-" command="_HjEjRRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYBxpgEemz3-HJbLkNLg" keySequence="CTRL+=" command="_Hi7ZoxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYCRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+M" command="_HjOUaRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYCxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+N" command="_Hi7ZeBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYGBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D S" command="_Hi7ZVRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYHhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D R" command="_HjEi5hpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkthcRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+B" command="_Hi7YyBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthchpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+R" command="_HjOU2BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthcxpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+B S" command="_HjEkRBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthdBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D T" command="_Hixn_RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthdRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+C" command="_HjEkZRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HktheRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+S" command="_HjEjsRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthehpgEemz3-HJbLkNLg" keySequence="CTRL+3" command="_Hi7ZKBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthfRpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+B R" command="_HjEjgxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthfhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+T" command="_Hi7ZfhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthfxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+T" command="_Hi7YyRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthghpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+U" command="_Hi7Y2hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthhBpgEemz3-HJbLkNLg" keySequence="CTRL+6" command="_Hi7ZcxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthhRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+F" command="_HjOT-hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthhhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+V" command="_HjOUFRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthjBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+W" command="_Hi7ZfRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthjRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D X" command="_HjEi2BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthjhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+G" command="_HjEjpRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthkBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+H" command="_HjEjHxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthlhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Z" command="_HjEjGRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthoRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+N" command="_HjEjRxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthohpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+O" command="_HjOUWhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthqBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+P" command="_HjEj0xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthqRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+A" command="_HjEj7xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthqxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+B" command="_HixoqBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthrRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+R" command="_HjEi6xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthuBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+S" command="_HjEjDhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthvRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+T" command="_HjEjWxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthwxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+E" command="_Hi7Y0RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthyxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+V" command="_Hi7Z4BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthzhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+G" command="_HjOUnRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth0hpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+W" command="_HjOUfBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth1BpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+H" command="_HixoVhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth1xpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+I" command="_Hi7ZVhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth3xpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+K" command="_Hi7ZmhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth4BpgEemz3-HJbLkNLg" keySequence="CTRL+[" command="_Hi7ZTxpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-      <parameters xmi:id="_Hkth4RpgEemz3-HJbLkNLg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/>
-    </bindings>
-    <bindings xmi:id="_Hkth4xpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+L" command="_HjOUoBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth5BpgEemz3-HJbLkNLg" keySequence="CTRL+\" command="_Hi7ZTxpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-      <parameters xmi:id="_Hkth5RpgEemz3-HJbLkNLg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/>
-    </bindings>
-    <bindings xmi:id="_Hkth6BpgEemz3-HJbLkNLg" keySequence="ALT+CR" command="_HjEkSBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth6hpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D A" command="_HjOTwBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth7RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+D 3" command="_Hi7ZnBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth7hpgEemz3-HJbLkNLg" keySequence="CTRL+P" command="_HjOT4xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth7xpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+A" command="_HjEjuhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth8BpgEemz3-HJbLkNLg" keySequence="CTRL+Q" command="_HjOT9RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth8hpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+B" command="_HjEj5BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth9xpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+C" command="_HjOUhxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth-BpgEemz3-HJbLkNLg" keySequence="CTRL+S" command="_Hi7Z0RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SdBpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+D" command="_HjEjnxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SdhpgEemz3-HJbLkNLg" keySequence="CTRL+U" command="_HjEi3BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SeBpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+E" command="_Hi7ZkBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SfRpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+G" command="_HjEjyxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SfxpgEemz3-HJbLkNLg" keySequence="CTRL+W" command="_HjEi8xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SgBpgEemz3-HJbLkNLg" keySequence="CTRL+{" command="_Hi7ZTxpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3SgRpgEemz3-HJbLkNLg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/>
-    </bindings>
-    <bindings xmi:id="_Hk3SghpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+X 3" command="_HjOUGRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SgxpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+M" command="_HjOUVRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3ShBpgEemz3-HJbLkNLg" keySequence="CTRL+DEL" command="_HjOUNRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3ShhpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+A" command="_HjEkAxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3ShxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E L" command="_HixoPBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SiBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E N" command="_HjOUjBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SiRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E P" command="_Hixn6RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SihpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E R" command="_Hi7ZBxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SixpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E E" command="_HixoaBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SjBpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+T" command="_HixoYRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SjRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E G" command="_Hi7ZhxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SjhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E J" command="_HixoNRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SkBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E T" command="_HixoXxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SkRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E S" command="_HjEisBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SkhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q H" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3SkxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.cheatsheets.views.CheatSheetView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3SlBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q J" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3SlRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3SlxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q L" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3SmBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3SmRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q K" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3SmhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.mylyn.tasks.ui.views.tasks"/>
-    </bindings>
-    <bindings xmi:id="_Hk3SmxpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+ARROW_UP" command="_HjEjlxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SnBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q B" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3SnRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3SnhpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+ARROW_DOWN" command="_HjOUsBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SnxpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+ARROW_RIGHT" command="_HjEjfRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SoBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q D" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3SoRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3SoxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q C" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3SpBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3SphpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+SHIFT+F12" command="_HjOUaxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SqhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_HjEjsBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SrxpgEemz3-HJbLkNLg" keySequence="CTRL+F4" command="_HjEi8xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3StRpgEemz3-HJbLkNLg" keySequence="CTRL+F6" command="_HixolhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SthpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_Hi7ZURpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SwhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F7" command="_HjOUVhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SxxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F8" command="_Hi7ZThpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SyRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F9" command="_Hi7Z7RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S0hpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F11" command="_HjEjExpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S2BpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F12" command="_HixoDxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S2RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q X" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3S2hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3S3BpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q Z" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3S3RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3S3xpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q Y" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3S4BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.sync.views.SynchronizeView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3S5BpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F4" command="_Hi7ZfRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S6xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F6" command="_HjEjvRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S7RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+F7" command="_HjEkBxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S7hpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q P" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3S7xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/>
-    </bindings>
-    <bindings xmi:id="_Hk3S8RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q O" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3S8hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/>
-    </bindings>
-    <bindings xmi:id="_Hk3S-RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q Q" command="_HjEj2xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S_BpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q T" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3S_RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/>
-    </bindings>
-    <bindings xmi:id="_Hk3S_xpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q S" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3TABpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.search.ui.views.SearchView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3TARpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q V" command="_HjEj2xpgEemz3-HJbLkNLg">
-      <parameters xmi:id="_Hk3TAhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/>
-    </bindings>
-    <bindings xmi:id="_Hk3TBRpgEemz3-HJbLkNLg" keySequence="CTRL+F7" command="_HjEjMBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3TBhpgEemz3-HJbLkNLg" keySequence="CTRL+F8" command="_Hi7ZIRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3TCBpgEemz3-HJbLkNLg" keySequence="CTRL+F9" command="_Hi7Y1xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HlAcYhpgEemz3-HJbLkNLg" keySequence="CTRL+F11" command="_HjOUEhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HlAcYxpgEemz3-HJbLkNLg" keySequence="CTRL+F12" command="_Hi7YwBpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamiRpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_HjYExxpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamihpgEemz3-HJbLkNLg" keySequence="F3" command="_HixoABpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamoxpgEemz3-HJbLkNLg" keySequence="SHIFT+F2" command="_HjEjbhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYDBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+O" command="_Hixn-BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthrBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+R" command="_HixoSBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthxRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F" command="_HjOUPRpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamjBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.genericeditor.genericEditorContext" bindingContext="_HjYE1hpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamjRpgEemz3-HJbLkNLg" keySequence="F3" command="_HjOT9hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthzxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+G" command="_HjOUChpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamjhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" bindingContext="_HjYE6BpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamjxpgEemz3-HJbLkNLg" keySequence="F3" command="_HjEkDBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamlBpgEemz3-HJbLkNLg" keySequence="F4" command="_HjEivxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkampRpgEemz3-HJbLkNLg" keySequence="SHIFT+F2" command="_HjOTsBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX9BpgEemz3-HJbLkNLg" keySequence="CTRL+G" command="_HjEj6hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX_BpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+I" command="_HjEjaxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX_xpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+J" command="_HjEjmBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYBRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+L" command="_HjEi0BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYChpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+M" command="_HjOUDhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HktheBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+C" command="_Hi7ZPxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthgxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+U" command="_Hi7Y_hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthkRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+H" command="_HjOU1RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthlxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Z" command="_Hi7Z7xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthpRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+O" command="_HixogBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthsRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+R" command="_HjEjthpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthuhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+S" command="_HjEjqxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthvhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+T" command="_HixopBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthzRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+V" command="_Hi7ZARpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth0BpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+G" command="_HjEjYBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth1RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+H" command="_HjEkUhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SlhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q J" command="_HjOUJxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SohpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q D" command="_HjEkARpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S8BpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q P" command="_HjEjwhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S_hpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+Q T" command="_HjEjlBpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamkBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" bindingContext="_HjYEvRpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamkRpgEemz3-HJbLkNLg" keySequence="F3" command="_HjEjVRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXihpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+/" command="_HjEjRBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXvRpgEemz3-HJbLkNLg" keySequence="CTRL+I" command="_HjOT5hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX1BpgEemz3-HJbLkNLg" keySequence="CTRL+O" command="_HjEjahpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYAxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+\" command="_HjEjzRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYFxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+P" command="_HjEjWhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthphpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+O" command="_HjEkaRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthqhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+A" command="_HjOU0xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthtxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+C" command="_HjOUOxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthyhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F" command="_HjOUnhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth0RpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+G" command="_HjOT-xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth6xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+>" command="_HjOTwRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SxhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_UP" command="_HjEj-xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SzRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_HjEkFRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S0RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_HixoVBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S1hpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_HjEjoRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S9RpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+ARROW_UP" command="_Hi7Y7xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S-BpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_HjEizxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamlRpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.contexts.taskview" bindingContext="_HjYE6hpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamlhpgEemz3-HJbLkNLg" keySequence="F5" command="_HjOUOhpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamlxpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.debugging" bindingContext="_HjYE2BpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkammBpgEemz3-HJbLkNLg" keySequence="F5" command="_HixoURpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkammhpgEemz3-HJbLkNLg" keySequence="F6" command="_Hi7Z5RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamqRpgEemz3-HJbLkNLg" keySequence="F7" command="_HjOUjRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamqhpgEemz3-HJbLkNLg" keySequence="F8" command="_HjEjeRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth8xpgEemz3-HJbLkNLg" keySequence="CTRL+R" command="_HjEjMxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth-RpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+3" command="_HixoSxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SrBpgEemz3-HJbLkNLg" keySequence="CTRL+F2" command="_HjEkbRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SsBpgEemz3-HJbLkNLg" keySequence="CTRL+F5" command="_HjOUSxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamoBpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.EditContext" bindingContext="_HjYEsRpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamoRpgEemz3-HJbLkNLg" keySequence="SHIFT+INSERT" command="_Hi7ZvhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamrBpgEemz3-HJbLkNLg" keySequence="ALT+ARROW_UP" command="_Hixn6hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkamsxpgEemz3-HJbLkNLg" keySequence="ALT+ARROW_RIGHT" command="_HjOUUBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthhxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+V" command="_Hi7ZvhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthtRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+C" command="_HjEkPBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SqBpgEemz3-HJbLkNLg" keySequence="CTRL+INSERT" command="_HjEkPBpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamzBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" bindingContext="_HjYEuBpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkamzRpgEemz3-HJbLkNLg" keySequence="ALT+X" command="_HjOUwBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXjRpgEemz3-HJbLkNLg" keySequence="ALT+Q" command="_HjOT2hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXjxpgEemz3-HJbLkNLg" keySequence="ALT+S" command="_HjEiuxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXohpgEemz3-HJbLkNLg" keySequence="CTRL+/" command="_HixoCBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXsBpgEemz3-HJbLkNLg" keySequence="ALT+C" command="_Hi7ZNBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXthpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+X" command="_HjEi6RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX3RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+R" command="_HjOUERpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYEhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+P" command="_HjEkKRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3ScxpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+D" command="_Hi7ZZRpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkamzxpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.TerminalContext" bindingContext="_HjYE3hpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_Hkam0BpgEemz3-HJbLkNLg" keySequence="ALT+Y" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXixpgEemz3-HJbLkNLg" keySequence="ALT+P" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXjhpgEemz3-HJbLkNLg" keySequence="ALT+R" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXkBpgEemz3-HJbLkNLg" keySequence="ALT+S" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXkRpgEemz3-HJbLkNLg" keySequence="ALT+T" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXkxpgEemz3-HJbLkNLg" keySequence="ALT+V" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXlBpgEemz3-HJbLkNLg" keySequence="ALT+W" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXqRpgEemz3-HJbLkNLg" keySequence="ALT+H" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXqxpgEemz3-HJbLkNLg" keySequence="ALT+L" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXrBpgEemz3-HJbLkNLg" keySequence="ALT+N" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXrRpgEemz3-HJbLkNLg" keySequence="ALT+A" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXrhpgEemz3-HJbLkNLg" keySequence="ALT+B" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXsRpgEemz3-HJbLkNLg" keySequence="ALT+C" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXshpgEemz3-HJbLkNLg" keySequence="ALT+D" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXsxpgEemz3-HJbLkNLg" keySequence="ALT+E" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXtBpgEemz3-HJbLkNLg" keySequence="ALT+F" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXtRpgEemz3-HJbLkNLg" keySequence="ALT+G" command="_HjEjQhpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_Hkam0RpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_HjYE2RpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_Hkam0hpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+," command="_HjOT-RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXhRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+." command="_HjEkWBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX8hpgEemz3-HJbLkNLg" keySequence="CTRL+G" command="_HjEkWRpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXgxpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_HjYEshpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkXhBpgEemz3-HJbLkNLg" keySequence="CTRL+CR" command="_HixoXhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth5xpgEemz3-HJbLkNLg" keySequence="ALT+CR" command="_HjEjHhpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXhhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_HjYEuxpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkXhxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+/" command="_HjEi3RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXoxpgEemz3-HJbLkNLg" keySequence="CTRL+/" command="_HjEjSRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXuxpgEemz3-HJbLkNLg" keySequence="CTRL+I" command="_Hi7ZmRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXyxpgEemz3-HJbLkNLg" keySequence="CTRL+O" command="_HjEisRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYARpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+\" command="_HixogRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYDRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+O" command="_Hi7ZbxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYExpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+P" command="_HjEkBhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYHxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+B" command="_HjOUuRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthexpgEemz3-HJbLkNLg" keySequence="CTRL+2 R" command="_HjEkTBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthiRpgEemz3-HJbLkNLg" keySequence="CTRL+7" command="_HjEjSRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthmhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+M" command="_Hi7ZKxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthpxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+P" command="_HjEi2RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthsxpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+C" command="_HjEjSRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthvxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+U" command="_HjEkMxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthxhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F" command="_HjOUPRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth9hpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+C" command="_HjEjARpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3ScRpgEemz3-HJbLkNLg" keySequence="CTRL+T" command="_HjEjVxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SrRpgEemz3-HJbLkNLg" keySequence="CTRL+F3" command="_HjOUfxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SwxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_UP" command="_HjEixxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SyhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_Hi7YwhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SzxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_Hi7ZpxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S1BpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_HixoeRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S4xpgEemz3-HJbLkNLg" keySequence="CTRL+2 M" command="_Hi7ZrBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S5RpgEemz3-HJbLkNLg" keySequence="CTRL+2 L" command="_HixobhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S8xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+ARROW_UP" command="_HjEi9RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S9hpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_HjEisxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3TAxpgEemz3-HJbLkNLg" keySequence="CTRL+2 F" command="_HjOUZxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXiBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" bindingContext="_HjYEtBpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkXiRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+/" command="_HjEizhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXphpgEemz3-HJbLkNLg" keySequence="CTRL+/" command="_HjEjfBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXvBpgEemz3-HJbLkNLg" keySequence="CTRL+I" command="_Hi7Z4hpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX0xpgEemz3-HJbLkNLg" keySequence="CTRL+O" command="_HixoGxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYAhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+\" command="_HixomxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYDhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+O" command="_Hi7ZtRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYFhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+P" command="_HjEjsxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthfBpgEemz3-HJbLkNLg" keySequence="CTRL+2 R" command="_Hi7ZLhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthgBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+T" command="_HjEi0RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthgRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+E" command="_HjEjFxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthixpgEemz3-HJbLkNLg" keySequence="CTRL+7" command="_HjEjfBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthnhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+M" command="_HixoWBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkththpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+C" command="_HjEjfBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthwhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+U" command="_Hi7ZfBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthyRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F" command="_HixocxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SchpgEemz3-HJbLkNLg" keySequence="CTRL+T" command="_HjEjmRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SrhpgEemz3-HJbLkNLg" keySequence="CTRL+F3" command="_HjEjNBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SxRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_UP" command="_HixoRBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SzBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_HjEkMBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S0BpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_HjOUPxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S1RpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_HjEj2RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S5hpgEemz3-HJbLkNLg" keySequence="CTRL+2 L" command="_HjOUgRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S9BpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+ARROW_UP" command="_HjOU2xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S9xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_Hi7Y2xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3TBBpgEemz3-HJbLkNLg" keySequence="CTRL+2 F" command="_Hi7ZwhpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXmBpgEemz3-HJbLkNLg" elementId="com.xored.glance.ui.context" bindingContext="_HjYEsBpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkXmRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+BS" command="_Hi7Y6RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkXvxpgEemz3-HJbLkNLg" keySequence="CTRL+J" command="_HjEkNRpgEemz3-HJbLkNLg">
-      <tags>type:user</tags>
-    </bindings>
-    <bindings xmi:id="_HkkXwxpgEemz3-HJbLkNLg" keySequence="CR" command="_Hi7ZghpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthnxpgEemz3-HJbLkNLg" keySequence="SHIFT+CR" command="_HjOUnBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth3RpgEemz3-HJbLkNLg" keySequence="ESC" command="_HixopxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SehpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+F" command="_HjEkNRpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXoBpgEemz3-HJbLkNLg" elementId="org.dadacoalition.yedit.yeditScope" bindingContext="_HjYE6RpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkXoRpgEemz3-HJbLkNLg" keySequence="CTRL+/" command="_HixoERpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthshpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+C" command="_HixoERpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthxBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F" command="_HjOULxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXpBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_HjYE7hpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkXpRpgEemz3-HJbLkNLg" keySequence="CTRL+/" command="_HjEjSRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthihpgEemz3-HJbLkNLg" keySequence="CTRL+7" command="_HjEjSRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthtBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+C" command="_HjEjSRpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXxhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_HjYEtxpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkXxxpgEemz3-HJbLkNLg" keySequence="CTRL+N" command="_HjEjxRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth5hpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+M" command="_Hi7Z9RpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hkth6RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+N" command="_HjOUbBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3ScBpgEemz3-HJbLkNLg" keySequence="CTRL+T" command="_Hi7ZLxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SfhpgEemz3-HJbLkNLg" keySequence="CTRL+W" command="_HjEjjhpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXyRpgEemz3-HJbLkNLg" elementId="org.egradle.editors.GradleEditor.context" bindingContext="_HjYE6xpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkXyhpgEemz3-HJbLkNLg" keySequence="CTRL+O" command="_HjEjChpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkYERpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+P" command="_HjOTsxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthiBpgEemz3-HJbLkNLg" keySequence="CTRL+7" command="_Hi7ZmBpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXzRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.editors.task" bindingContext="_HjYE5RpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkXzhpgEemz3-HJbLkNLg" keySequence="CTRL+O" command="_HjOUdhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX-xpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+I" command="_Hi7Z0BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthdxpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+C" command="_HjEjDBpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthnRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+M" command="_HixoGhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthsBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+R" command="_Hi7Z3xpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthuRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+S" command="_Hi7ZhhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthwRpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+U" command="_HjEkExpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkXzxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" bindingContext="_HjYE5xpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkX0BpgEemz3-HJbLkNLg" keySequence="CTRL+O" command="_HixoKxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkX0RpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.pdeEditorContext" bindingContext="_HjYE0xpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkX0hpgEemz3-HJbLkNLg" keySequence="CTRL+O" command="_HixokRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthyBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F" command="_HixodhpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkX1xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.serverViewScope" bindingContext="_HjYE1RpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkX2BpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+P" command="_HjEkDRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX3hpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+R" command="_HjOUiRpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkkX6RpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+S" command="_Hi7ZDhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SdRpgEemz3-HJbLkNLg" keySequence="ALT+CTRL+D" command="_HjEj8BpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkX4BpgEemz3-HJbLkNLg" elementId="org.python.pydev.ui.editor.scope" bindingContext="_HkkX3xpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_HkkX4xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_HjYE7xpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkX5BpgEemz3-HJbLkNLg" keySequence="CTRL+C" command="_Hi7ZOhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SexpgEemz3-HJbLkNLg" keySequence="CTRL+V" command="_HjEjNhpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkX5RpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_HjYE3RpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkX5hpgEemz3-HJbLkNLg" keySequence="CTRL+C" command="_HixolxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkYFBpgEemz3-HJbLkNLg" elementId="org.eclipse.core.runtime.xml" bindingContext="_HjYEwRpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkYFRpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+P" command="_HjEkYxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthvBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+D" command="_HjEi2xpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkYGhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.classFileEditorScope" bindingContext="_HjYEuRpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkkYGxpgEemz3-HJbLkNLg" keySequence="CTRL+1" command="_HjOUlhpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkkYIBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_HjYEuhpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkthcBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+B" command="_HjOUuRpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkthkxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor.context" bindingContext="_HjYEzxpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkthlBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+I" command="_HjOUdRpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkthmxpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" bindingContext="_HjYEzBpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkthnBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+M" command="_Hi7ZPhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthrhpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+R" command="_HjOUbxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_HkthzBpgEemz3-HJbLkNLg" keySequence="ALT+SHIFT+V" command="_HjEishpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_HkthoxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" bindingContext="_HjYE7BpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_HkthpBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+O" command="_HixoKxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_Hkth2RpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.console" bindingContext="_HjYE0BpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_Hkth2hpgEemz3-HJbLkNLg" keySequence="CTRL+Z" command="_HjOUeRpgEemz3-HJbLkNLg">
-      <tags>platform:win32</tags>
-    </bindings>
-    <bindings xmi:id="_Hkth9BpgEemz3-HJbLkNLg" keySequence="CTRL+R" command="_HjEjZxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_Hk3SsRpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsf.facesconfig.editorContext" bindingContext="_HjYE8BpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_Hk3SshpgEemz3-HJbLkNLg" keySequence="CTRL+F5" command="_HjEjYxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S6RpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F5" command="_HjEkBxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_Hk3SsxpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.pagedesigner.editorContext" bindingContext="_HjYEyhpgEemz3-HJbLkNLg">
-    <bindings xmi:id="_Hk3StBpgEemz3-HJbLkNLg" keySequence="CTRL+F5" command="_HjEjYxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SyBpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F9" command="_Hi7Z5BpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3SzhpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F10" command="_HjOUehpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S0xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F11" command="_HjOUTxpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S1xpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F12" command="_HjOUkhpgEemz3-HJbLkNLg"/>
-    <bindings xmi:id="_Hk3S6hpgEemz3-HJbLkNLg" keySequence="CTRL+SHIFT+F5" command="_HjEkBxpgEemz3-HJbLkNLg"/>
-  </bindingTables>
-  <bindingTables xmi:id="_JF61gxpgEemz3-HJbLkNLg" bindingContext="_JF61ghpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JF61hRpgEemz3-HJbLkNLg" bindingContext="_JF61hBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JF61hxpgEemz3-HJbLkNLg" bindingContext="_JF61hhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JF61iRpgEemz3-HJbLkNLg" bindingContext="_JF61iBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JF61ixpgEemz3-HJbLkNLg" bindingContext="_JF61ihpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JF61jRpgEemz3-HJbLkNLg" bindingContext="_JF61jBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JF61jxpgEemz3-HJbLkNLg" bindingContext="_JF61jhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JF61kRpgEemz3-HJbLkNLg" bindingContext="_JF61kBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JF61kxpgEemz3-HJbLkNLg" bindingContext="_JF61khpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmgRpgEemz3-HJbLkNLg" bindingContext="_JGEmgBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmgxpgEemz3-HJbLkNLg" bindingContext="_JGEmghpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmhRpgEemz3-HJbLkNLg" bindingContext="_JGEmhBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmhxpgEemz3-HJbLkNLg" bindingContext="_JGEmhhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmiRpgEemz3-HJbLkNLg" bindingContext="_JGEmiBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmixpgEemz3-HJbLkNLg" bindingContext="_JGEmihpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmjRpgEemz3-HJbLkNLg" bindingContext="_JGEmjBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmjxpgEemz3-HJbLkNLg" bindingContext="_JGEmjhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmkRpgEemz3-HJbLkNLg" bindingContext="_JGEmkBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmkxpgEemz3-HJbLkNLg" bindingContext="_JGEmkhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmlRpgEemz3-HJbLkNLg" bindingContext="_JGEmlBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmlxpgEemz3-HJbLkNLg" bindingContext="_JGEmlhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmmRpgEemz3-HJbLkNLg" bindingContext="_JGEmmBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmmxpgEemz3-HJbLkNLg" bindingContext="_JGEmmhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmnRpgEemz3-HJbLkNLg" bindingContext="_JGEmnBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmnxpgEemz3-HJbLkNLg" bindingContext="_JGEmnhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmoRpgEemz3-HJbLkNLg" bindingContext="_JGEmoBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmoxpgEemz3-HJbLkNLg" bindingContext="_JGEmohpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmpRpgEemz3-HJbLkNLg" bindingContext="_JGEmpBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmpxpgEemz3-HJbLkNLg" bindingContext="_JGEmphpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmqRpgEemz3-HJbLkNLg" bindingContext="_JGEmqBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmqxpgEemz3-HJbLkNLg" bindingContext="_JGEmqhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmrRpgEemz3-HJbLkNLg" bindingContext="_JGEmrBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmrxpgEemz3-HJbLkNLg" bindingContext="_JGEmrhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmsRpgEemz3-HJbLkNLg" bindingContext="_JGEmsBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmsxpgEemz3-HJbLkNLg" bindingContext="_JGEmshpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmtRpgEemz3-HJbLkNLg" bindingContext="_JGEmtBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmtxpgEemz3-HJbLkNLg" bindingContext="_JGEmthpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmuRpgEemz3-HJbLkNLg" bindingContext="_JGEmuBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmuxpgEemz3-HJbLkNLg" bindingContext="_JGEmuhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmvRpgEemz3-HJbLkNLg" bindingContext="_JGEmvBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmvxpgEemz3-HJbLkNLg" bindingContext="_JGEmvhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmwRpgEemz3-HJbLkNLg" bindingContext="_JGEmwBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmwxpgEemz3-HJbLkNLg" bindingContext="_JGEmwhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmxRpgEemz3-HJbLkNLg" bindingContext="_JGEmxBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmxxpgEemz3-HJbLkNLg" bindingContext="_JGEmxhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmyRpgEemz3-HJbLkNLg" bindingContext="_JGEmyBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGEmyxpgEemz3-HJbLkNLg" bindingContext="_JGEmyhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwcRpgEemz3-HJbLkNLg" bindingContext="_JGNwcBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwcxpgEemz3-HJbLkNLg" bindingContext="_JGNwchpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwdRpgEemz3-HJbLkNLg" bindingContext="_JGNwdBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwdxpgEemz3-HJbLkNLg" bindingContext="_JGNwdhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNweRpgEemz3-HJbLkNLg" bindingContext="_JGNweBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwexpgEemz3-HJbLkNLg" bindingContext="_JGNwehpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwfRpgEemz3-HJbLkNLg" bindingContext="_JGNwfBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwfxpgEemz3-HJbLkNLg" bindingContext="_JGNwfhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwgRpgEemz3-HJbLkNLg" bindingContext="_JGNwgBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwgxpgEemz3-HJbLkNLg" bindingContext="_JGNwghpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwhRpgEemz3-HJbLkNLg" bindingContext="_JGNwhBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwhxpgEemz3-HJbLkNLg" bindingContext="_JGNwhhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwiRpgEemz3-HJbLkNLg" bindingContext="_JGNwiBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwixpgEemz3-HJbLkNLg" bindingContext="_JGNwihpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwjRpgEemz3-HJbLkNLg" bindingContext="_JGNwjBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwjxpgEemz3-HJbLkNLg" bindingContext="_JGNwjhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwkRpgEemz3-HJbLkNLg" bindingContext="_JGNwkBpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwkxpgEemz3-HJbLkNLg" bindingContext="_JGNwkhpgEemz3-HJbLkNLg"/>
-  <bindingTables xmi:id="_JGNwlRpgEemz3-HJbLkNLg" bindingContext="_JGNwlBpgEemz3-HJbLkNLg"/>
-  <rootContext xmi:id="_HhlU9BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.contexts.dialogAndWindow" contributorURI="platform:/plugin/org.eclipse.platform" name="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x307e;&#x305f;&#x306f;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;" description="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x304b;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x304c;&#x958b;&#x3044;&#x3066;&#x3044;&#x307e;&#x3059;">
-    <children xmi:id="_HhlU9RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x304c;&#x958b;&#x3044;&#x3066;&#x307e;&#x3059;">
-      <children xmi:id="_HhlU9hpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/>
-      <children xmi:id="_HjYEsRpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.EditContext" name="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x306e;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x5236;&#x5fa1;" description="Show modified keyboard shortcuts in context menu"/>
-      <children xmi:id="_HjYEshpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.BreakpointView" name="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;" description="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-      <children xmi:id="_HjYEsxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.textEditorScope" name="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;">
-        <children xmi:id="_HjYEtBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" name="JavaScript &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;&#x4e2d;" description="JavaScript &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;&#x4e2d;">
-          <children xmi:id="_HjYE6BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" name="JavaScript &#x30d3;&#x30e5;&#x30fc;" description="JavaScript &#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-        </children>
-        <children xmi:id="_HjYEuBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" name="SQL &#x306e;&#x7de8;&#x96c6;" description="SQL &#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;"/>
-        <children xmi:id="_HjYEuRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.classFileEditorScope" name="&#x6dfb;&#x4ed8; Java &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x53c2;&#x7167;" description="&#x6dfb;&#x4ed8; Java &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x53c2;&#x7167;"/>
-        <children xmi:id="_HjYEuxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Java &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="Java &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;"/>
-        <children xmi:id="_HjYEvRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" name="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7de8;&#x96c6;" description="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7de8;&#x96c6;">
-          <children xmi:id="_HjYEvhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.cleanup" name="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;"/>
-          <children xmi:id="_HjYEvxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.comments" name="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;" description="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;"/>
-          <children xmi:id="_HjYEwBpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsp.core.jspsource" name="JSP &#x30bd;&#x30fc;&#x30b9;" description="JSP &#x30bd;&#x30fc;&#x30b9;"/>
-          <children xmi:id="_HjYEwRpgEemz3-HJbLkNLg" elementId="org.eclipse.core.runtime.xml" name="XML &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;"/>
-          <children xmi:id="_HjYEwhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.occurrences" name="XML &#x30bd;&#x30fc;&#x30b9;&#x51fa;&#x73fe;&#x7b87;&#x6240;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x51fa;&#x73fe;&#x7b87;&#x6240;"/>
-          <children xmi:id="_HjYEwxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.grammar" name="XML &#x30bd;&#x30fc;&#x30b9;&#x6587;&#x6cd5;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x6587;&#x6cd5;"/>
-          <children xmi:id="_HjYExBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.comments" name="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;"/>
-          <children xmi:id="_HjYExhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.expand" name="XML &#x30bd;&#x30fc;&#x30b9;&#x5c55;&#x958b;/&#x7e2e;&#x5c0f;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x5c55;&#x958b;/&#x7e2e;&#x5c0f;"/>
-          <children xmi:id="_HjYEyBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.hideFormat" name="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7de8;&#x96c6;" description="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7de8;&#x96c6;"/>
-          <children xmi:id="_HjYEyxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.selection" name="XML &#x30bd;&#x30fc;&#x30b9;&#x9078;&#x629e;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x9078;&#x629e;"/>
-          <children xmi:id="_HjYEzBpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" name="JSP &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="JSP &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;"/>
-          <children xmi:id="_HjYE0hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.navigation" name="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;"/>
-          <children xmi:id="_HjYE1xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.json.core.jsonsource" name="%scope.structured.text.editor.json.name" description="%scope.structured.text.editor.json.description"/>
-          <children xmi:id="_HjYE3xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.css.core.csssource" name="CSS &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="CSS &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;"/>
-          <children xmi:id="_HjYE4RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.html.core.htmlsource" name="HTML &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="HTML &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;"/>
-          <children xmi:id="_HjYE7RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.dependencies" name="XML &#x30bd;&#x30fc;&#x30b9;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;"/>
-          <children xmi:id="_HjYE8RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.html.occurrences" name="HTML &#x30bd;&#x30fc;&#x30b9;&#x51fa;&#x73fe;&#x7b87;&#x6240;" description="HTML &#x30bd;&#x30fc;&#x30b9;&#x51fa;&#x73fe;&#x7b87;&#x6240;"/>
-        </children>
-        <children xmi:id="_HjYExxpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.AntEditorScope" name="Ant &#x30d3;&#x30eb;&#x30c9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x7de8;&#x96c6;" description="Ant &#x30d3;&#x30eb;&#x30c9;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x7de8;&#x96c6;&#x3057;&#x3066;&#x3044;&#x307e;&#x3059;"/>
-        <children xmi:id="_HjYEyhpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.pagedesigner.editorContext" name="Web &#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x4f7f;&#x7528;" description="web &#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x4f7f;&#x7528;&#x3055;&#x308c;&#x308b;&#x30ad;&#x30fc;&#x30fb;&#x30d0;&#x30a4;&#x30f3;&#x30c9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-        <children xmi:id="_HjYE0xpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.pdeEditorContext" name="PDE &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="PDE &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x4f7f;&#x7528;&#x3055;&#x308c;&#x308b;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-        <children xmi:id="_HjYE1hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.genericeditor.genericEditorContext" name="&#x6c4e;&#x7528;&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5185;" description="When editing in the Generic Code Editor"/>
-        <children xmi:id="_HjYE4BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsd.ui.text.editor.context" name="XSD &#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;"/>
-        <children xmi:id="_HjYE5RpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.editors.task" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;"/>
-        <children xmi:id="_HjYE5hpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" name="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;" description="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x7de8;&#x96c6;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;">
-          <children xmi:id="_HjYE5xpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" name="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;" description="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x7de8;&#x96c6;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-          <children xmi:id="_HjYE7BpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-        </children>
-        <children xmi:id="_HjYE6RpgEemz3-HJbLkNLg" elementId="org.dadacoalition.yedit.yeditScope" name="YEdit &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-        <children xmi:id="_HjYE6xpgEemz3-HJbLkNLg" elementId="org.egradle.editors.GradleEditor.context" name="Gradle context" description="Editing gradle files"/>
-        <children xmi:id="_HjYE7hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x7de8;&#x96c6;&#x4e2d;" description="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;&#x4e2d;"/>
-        <children xmi:id="_HjYE8BpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsf.facesconfig.editorContext" name="Faces &#x69cb;&#x6210;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="Key binding context when using the Faces Config Editor"/>
-      </children>
-      <children xmi:id="_HjYEtRpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.compareEditorScope" name="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x6bd4;&#x8f03;&#x4e2d;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x6bd4;&#x8f03;&#x4e2d;"/>
-      <children xmi:id="_HjYEtxpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.memoryview" name="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;"/>
-      <children xmi:id="_HjYEvBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.schemaobjecteditor.schemaediting" name="&#x30b9;&#x30ad;&#x30fc;&#x30de;&#x30fb;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="&#x30b9;&#x30ad;&#x30fc;&#x30de;&#x30fb;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;"/>
-      <children xmi:id="_HjYE0BpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.console" name="I/O &#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;" description="I/O &#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;"/>
-      <children xmi:id="_HjYE0RpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" name="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;" description="Show modified keyboard shortcuts in context menu"/>
-      <children xmi:id="_HjYE1BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.console.ConsoleView" name="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;" description="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;"/>
-      <children xmi:id="_HjYE1RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.serverViewScope" name="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>
-      <children xmi:id="_HjYE2BpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.debugging" name="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b0;&#x30e9;&#x30e0;">
-        <children xmi:id="_HjYE2RpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x30fb;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x5185;" description="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x30fb;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x5185;"/>
-        <children xmi:id="_HjYE2hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsl.debug.ui.context" name="XSLT &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="XSLT &#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x306e;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-        <children xmi:id="_HjYE2xpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.debugging" name="Java &#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Java &#x30d7;&#x30ed;&#x30b0;&#x30e9;&#x30e0;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3057;&#x3066;&#x3044;&#x307e;&#x3059;"/>
-      </children>
-      <children xmi:id="_HjYE3RpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.ReflogView" name="Git &#x53c2;&#x7167;&#x30ed;&#x30b0;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;"/>
-      <children xmi:id="_HjYE3hpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.TerminalContext" name="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x5165;&#x529b;&#x63a5;&#x7d9a;" description="Override ALT+x menu access keys while typing into the Terminal"/>
-      <children xmi:id="_HjYE5BpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>
-      <children xmi:id="_HjYE6hpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.contexts.taskview" name="Gradle &#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="This context is activated when the Gradle Tasks view is in focus"/>
-      <children xmi:id="_HjYE7xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesView" name="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>
-    </children>
-    <children xmi:id="_HhlU9xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;" description="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x304c;&#x958b;&#x3044;&#x3066;&#x3044;&#x307e;&#x3059;"/>
-    <children xmi:id="_HjYEzxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor.context" name="Chromium &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Chromium JavaScript &#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;"/>
-  </rootContext>
-  <rootContext xmi:id="_HjYEsBpgEemz3-HJbLkNLg" elementId="com.xored.glance.ui.context" name="Glance &#x691c;&#x7d22;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-  <rootContext xmi:id="_HjYEthpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.contexts.workbenchMenu" name="&#x30ef;&#x30fc;&#x30af;&#x30d9;&#x30f3;&#x30c1;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" description="When no Workbench windows are active"/>
-  <rootContext xmi:id="_HjYEuhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-  <rootContext xmi:id="_HjYExRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsd.ui.editor.sourceView" name="XSD &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="XSD &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>
-  <rootContext xmi:id="_HjYEyRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.wsdl.ui.editor.sourceView" name="WSDL &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="WSDL &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>
-  <rootContext xmi:id="_HjYEzRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsd.ui.editor.designView" name="XSD &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30f3;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="XSD &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30f3;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>
-  <rootContext xmi:id="_HjYEzhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.contexts.actionSet" name="&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30bb;&#x30c3;&#x30c8;" description="&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x89aa;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>
-  <rootContext xmi:id="_HjYE3BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.wsdl.ui.editor.designView" name="WSDL &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30f3;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="WSDL &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30f3;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>
-  <rootContext xmi:id="_HjYE4hpgEemz3-HJbLkNLg" elementId="com.vaadin.designer2.eclipse.context" name="Vaadin Designer Context"/>
-  <rootContext xmi:id="_HjYE4xpgEemz3-HJbLkNLg" elementId="com.vaadin.designer.eclipse.context" name="Vaadin Designer Context"/>
-  <rootContext xmi:id="_HkkX3xpgEemz3-HJbLkNLg" elementId="org.python.pydev.ui.editor.scope" name="Auto::org.python.pydev.ui.editor.scope"/>
-  <rootContext xmi:id="_JF61ghpgEemz3-HJbLkNLg" elementId="AnyEdit.actionSet" name="Auto::AnyEdit.actionSet"/>
-  <rootContext xmi:id="_JF61hBpgEemz3-HJbLkNLg" elementId="AnyEdit.actionSet.whitespace" name="Auto::AnyEdit.actionSet.whitespace"/>
-  <rootContext xmi:id="_JF61hhpgEemz3-HJbLkNLg" elementId="net.sf.eclipsecs.ui.actionSet" name="Auto::net.sf.eclipsecs.ui.actionSet"/>
-  <rootContext xmi:id="_JF61iBpgEemz3-HJbLkNLg" elementId="ajnavigation" name="Auto::ajnavigation"/>
-  <rootContext xmi:id="_JF61ihpgEemz3-HJbLkNLg" elementId="ajelementCreation" name="Auto::ajelementCreation"/>
-  <rootContext xmi:id="_JF61jBpgEemz3-HJbLkNLg" elementId="ajrefactoring" name="Auto::ajrefactoring"/>
-  <rootContext xmi:id="_JF61jhpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/>
-  <rootContext xmi:id="_JF61kBpgEemz3-HJbLkNLg" elementId="org.eclipse.contribution.xref.ui.XRefActionSet" name="Auto::org.eclipse.contribution.xref.ui.XRefActionSet"/>
-  <rootContext xmi:id="_JF61khpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.actionSet" name="Auto::org.eclipse.datatools.sqltools.sqlscrapbook.actionSet"/>
-  <rootContext xmi:id="_JGEmgBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/>
-  <rootContext xmi:id="_JGEmghpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/>
-  <rootContext xmi:id="_JGEmhBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/>
-  <rootContext xmi:id="_JGEmhhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/>
-  <rootContext xmi:id="_JGEmiBpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.CoverageActionSet" name="Auto::org.eclipse.eclemma.ui.CoverageActionSet"/>
-  <rootContext xmi:id="_JGEmihpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/>
-  <rootContext xmi:id="_JGEmjBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/>
-  <rootContext xmi:id="_JGEmjhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/>
-  <rootContext xmi:id="_JGEmkBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/>
-  <rootContext xmi:id="_JGEmkhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/>
-  <rootContext xmi:id="_JGEmlBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/>
-  <rootContext xmi:id="_JGEmlhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/>
-  <rootContext xmi:id="_JGEmmBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/>
-  <rootContext xmi:id="_JGEmmhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/>
-  <rootContext xmi:id="_JGEmnBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/>
-  <rootContext xmi:id="_JGEmnhpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.actionSet.jpaElementCreation" name="Auto::org.eclipse.jpt.jpa.ui.actionSet.jpaElementCreation"/>
-  <rootContext xmi:id="_JGEmoBpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.j2ee.J2eeMainActionSet" name="Auto::org.eclipse.jst.j2ee.J2eeMainActionSet"/>
-  <rootContext xmi:id="_JGEmohpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.actionSet" name="Auto::org.eclipse.mylyn.context.ui.actionSet"/>
-  <rootContext xmi:id="_JGEmpBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.java.actionSet" name="Auto::org.eclipse.mylyn.java.actionSet"/>
-  <rootContext xmi:id="_JGEmphpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.java.actionSet.browsing" name="Auto::org.eclipse.mylyn.java.actionSet.browsing"/>
-  <rootContext xmi:id="_JGEmqBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.doc.actionSet" name="Auto::org.eclipse.mylyn.doc.actionSet"/>
-  <rootContext xmi:id="_JGEmqhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.navigation" name="Auto::org.eclipse.mylyn.tasks.ui.navigation"/>
-  <rootContext xmi:id="_JGEmrBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.navigation.additions" name="Auto::org.eclipse.mylyn.tasks.ui.navigation.additions"/>
-  <rootContext xmi:id="_JGEmrhpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.SearchActionSet" name="Auto::org.eclipse.pde.ui.SearchActionSet"/>
-  <rootContext xmi:id="_JGEmsBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/>
-  <rootContext xmi:id="_JGEmshpgEemz3-HJbLkNLg" elementId="org.eclipse.rse.core.search.searchActionSet" name="Auto::org.eclipse.rse.core.search.searchActionSet"/>
-  <rootContext xmi:id="_JGEmtBpgEemz3-HJbLkNLg" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/>
-  <rootContext xmi:id="_JGEmthpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.revision.graph.action.shortcuts" name="Auto::org.eclipse.team.svn.revision.graph.action.shortcuts"/>
-  <rootContext xmi:id="_JGEmuBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.action.shortcuts" name="Auto::org.eclipse.team.svn.ui.action.shortcuts"/>
-  <rootContext xmi:id="_JGEmuhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/>
-  <rootContext xmi:id="_JGEmvBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>
-  <rootContext xmi:id="_JGEmvhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/>
-  <rootContext xmi:id="_JGEmwBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>
-  <rootContext xmi:id="_JGEmwhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/>
-  <rootContext xmi:id="_JGEmxBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/>
-  <rootContext xmi:id="_JGEmxhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/>
-  <rootContext xmi:id="_JGEmyBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/>
-  <rootContext xmi:id="_JGEmyhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/>
-  <rootContext xmi:id="_JGNwcBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/>
-  <rootContext xmi:id="_JGNwchpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/>
-  <rootContext xmi:id="_JGNwdBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.actionSets" name="Auto::org.eclipse.wst.jsdt.chromium.debug.ui.actionSets"/>
-  <rootContext xmi:id="_JGNwdhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation"/>
-  <rootContext xmi:id="_JGNweBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet"/>
-  <rootContext xmi:id="_JGNwehpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.JavaActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaActionSet"/>
-  <rootContext xmi:id="_JGNwfBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.A_OpenActionSet" name="Auto::org.eclipse.wst.jsdt.ui.A_OpenActionSet"/>
-  <rootContext xmi:id="_JGNwfhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.CodingActionSet" name="Auto::org.eclipse.wst.jsdt.ui.CodingActionSet"/>
-  <rootContext xmi:id="_JGNwgBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.SearchActionSet" name="Auto::org.eclipse.wst.jsdt.ui.SearchActionSet"/>
-  <rootContext xmi:id="_JGNwghpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.ui.new.actionSet" name="Auto::org.eclipse.wst.server.ui.new.actionSet"/>
-  <rootContext xmi:id="_JGNwhBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.ui.internal.webbrowser.actionSet" name="Auto::org.eclipse.wst.server.ui.internal.webbrowser.actionSet"/>
-  <rootContext xmi:id="_JGNwhhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.web.ui.wizardsActionSet" name="Auto::org.eclipse.wst.web.ui.wizardsActionSet"/>
-  <rootContext xmi:id="_JGNwiBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.ws.explorer.explorer" name="Auto::org.eclipse.wst.ws.explorer.explorer"/>
-  <rootContext xmi:id="_JGNwihpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.decompilerActionSet" name="Auto::org.sf.feeling.decompiler.decompilerActionSet"/>
-  <rootContext xmi:id="_JGNwjBpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.aop.ui.ActionSet" name="Auto::org.springframework.ide.eclipse.aop.ui.ActionSet"/>
-  <rootContext xmi:id="_JGNwjhpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.aop.ui.matcher.actionSet" name="Auto::org.springframework.ide.eclipse.aop.ui.matcher.actionSet"/>
-  <rootContext xmi:id="_JGNwkBpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.actionSet" name="Auto::org.springframework.ide.eclipse.beans.ui.actionSet"/>
-  <rootContext xmi:id="_JGNwkhpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.search.actionSet" name="Auto::org.springframework.ide.eclipse.beans.search.actionSet"/>
-  <rootContext xmi:id="_JGNwlBpgEemz3-HJbLkNLg" elementId="org.springsource.ide.eclipse.commons.launch.actionSet" name="Auto::org.springsource.ide.eclipse.commons.launch.actionSet"/>
-  <descriptors xmi:id="_Hr3SUBpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.ui.compatibility.editor" allowMultiple="true" category="org.eclipse.e4.primaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor">
-    <tags>Editor</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsBDUBpgEemz3-HJbLkNLg" elementId="com.eclipserunner.views.RunnerView" label="Runner" iconURI="platform:/plugin/com.eclipserunner.plugin/icons/run.gif" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="com.eclipserunner.views.impl.RunnerView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="com.eclipserunner.plugin"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsKNQBpgEemz3-HJbLkNLg" elementId="de.tobject.findbugs.view.buginfoview" label="&#x30d0;&#x30b0;&#x60c5;&#x5831;" iconURI="platform:/plugin/com.github.spotbugs.plugin.eclipse/icons/annotationsView.png" tooltip="" category="SpotBugs" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="de.tobject.findbugs.view.BugInfoView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="com.github.spotbugs.plugin.eclipse"/>
-    <tags>View</tags>
-    <tags>categoryTag:SpotBugs</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsKNQRpgEemz3-HJbLkNLg" elementId="de.tobject.findbugs.view.bugtreeview" label="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/com.github.spotbugs.plugin.eclipse/icons/treeView.png" tooltip="" category="SpotBugs" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="de.tobject.findbugs.view.BugExplorerView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="com.github.spotbugs.plugin.eclipse"/>
-    <tags>View</tags>
-    <tags>categoryTag:SpotBugs</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsKNQhpgEemz3-HJbLkNLg" elementId="de.babe.eclipse.plugins.quickREx.views.QuickRExView" label="QuickREx" iconURI="platform:/plugin/de.babe.eclipse.plugins.QuickREx/icons/plugin.gif" tooltip="" category="QuickREx" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="de.babe.eclipse.plugins.quickREx.views.QuickRExView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="de.babe.eclipse.plugins.QuickREx"/>
-    <tags>View</tags>
-    <tags>categoryTag:QuickREx</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsT-QBpgEemz3-HJbLkNLg" elementId="de.babe.eclipse.plugins.quickREx.views.RELibraryView" label="&#x6b63;&#x898f;&#x8868;&#x73fe;&#x30e9;&#x30a4;&#x30d6;&#x30e9;&#x30ea;&#x30fc;" iconURI="platform:/plugin/de.babe.eclipse.plugins.QuickREx/icons/plugin.gif" tooltip="" category="QuickREx" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="de.babe.eclipse.plugins.quickREx.views.RELibraryView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="de.babe.eclipse.plugins.QuickREx"/>
-    <tags>View</tags>
-    <tags>categoryTag:QuickREx</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsT-QRpgEemz3-HJbLkNLg" elementId="jp.sf.amateras.stepcounter.StepCountView" label="&#x30ab;&#x30a6;&#x30f3;&#x30c8;&#x7d50;&#x679c;" iconURI="platform:/plugin/jp.sf.amateras.stepcounter/icons/stepcounter.gif" tooltip="" category="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="jp.sf.amateras.stepcounter.StepCountView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="jp.sf.amateras.stepcounter"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsT-QhpgEemz3-HJbLkNLg" elementId="jp.sf.amateras.stepcounter.DiffCountView" label="&#x5dee;&#x5206;&#x30ab;&#x30a6;&#x30f3;&#x30c8;&#x7d50;&#x679c;" iconURI="platform:/plugin/jp.sf.amateras.stepcounter/icons/stepcounter.gif" tooltip="" category="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="jp.sf.amateras.stepcounter.DiffCountView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="jp.sf.amateras.stepcounter"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsT-QxpgEemz3-HJbLkNLg" elementId="jp.sf.amateras.stepcounter.ScopeCountView" label="&#x9078;&#x629e;&#x7bc4;&#x56f2;&#x306e;&#x30ab;&#x30a6;&#x30f3;&#x30c8;&#x7d50;&#x679c;" iconURI="platform:/plugin/jp.sf.amateras.stepcounter/icons/stepcounter.gif" tooltip="" category="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="jp.sf.amateras.stepcounter.ScopeCountView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="jp.sf.amateras.stepcounter"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsT-RBpgEemz3-HJbLkNLg" elementId="net.certiv.ntail.NTailView" label="NTail" iconURI="platform:/plugin/net.certiv.ntail/icons/lw_icon.gif" tooltip="" allowMultiple="true" category="Logging" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="net.certiv.ntail.NTailView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="net.certiv.ntail"/>
-    <tags>View</tags>
-    <tags>categoryTag:Logging</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsT-RRpgEemz3-HJbLkNLg" elementId="net.java.amateras.uml.java.views.SampleView" label="&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x30fb;&#x30b5;&#x30f3;&#x30d7;&#x30eb;" iconURI="platform:/plugin/net.java.amateras.umleditor.java/icons/sample.gif" tooltip="" category="AmaterasUML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="net.java.amateras.uml.java.views.SampleView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="net.java.amateras.umleditor.java"/>
-    <tags>View</tags>
-    <tags>categoryTag:AmaterasUML</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsdvQBpgEemz3-HJbLkNLg" elementId="net.sf.eclipsecs.ui.stats.views.MarkerStatsView" label="Checkstyle &#x9055;&#x53cd;" iconURI="platform:/plugin/net.sf.eclipsecs.ui/icons/listingView.gif" tooltip="" category="Checkstyle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="net.sf.eclipsecs.ui.stats.views.MarkerStatsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="net.sf.eclipsecs.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Checkstyle</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsdvQRpgEemz3-HJbLkNLg" elementId="net.sf.eclipsecs.ui.stats.views.GraphStatsView" label="Checkstyle &#x9055;&#x53cd;&#x30b0;&#x30e9;&#x30d5;" iconURI="platform:/plugin/net.sf.eclipsecs.ui/icons/graphView.gif" tooltip="" category="Checkstyle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="net.sf.eclipsecs.ui.stats.views.GraphStatsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="net.sf.eclipsecs.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Checkstyle</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsdvQhpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.eclipse.ui.views.ReportView" label="Ivy &#x30ec;&#x30dd;&#x30fc;&#x30c8;" iconURI="platform:/plugin/org.apache.ivyde.eclipse/icons/logo16x16.gif" tooltip="" category="IvyDE" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.apache.ivyde.internal.eclipse.ui.views.ReportView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.apache.ivyde.eclipse"/>
-    <tags>View</tags>
-    <tags>categoryTag:IvyDE</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsdvQxpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.eclipse.ui.views.ReverseDependencyExplorer" label="&#x30ea;&#x30d0;&#x30fc;&#x30b9;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.apache.ivyde.eclipse/icons/logo16x16.gif" tooltip="" category="IvyDE" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.apache.ivyde.internal.eclipse.ui.views.ReverseDependencyExplorerView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.apache.ivyde.eclipse"/>
-    <tags>View</tags>
-    <tags>categoryTag:IvyDE</tags>
-  </descriptors>
-  <descriptors xmi:id="_HsdvRBpgEemz3-HJbLkNLg" elementId="org.eclipse.ajdt.ui.EventTraceView" label="AJDT &#x30a4;&#x30d9;&#x30f3;&#x30c8;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;" iconURI="platform:/plugin/org.eclipse.ajdt.ui/icons/actions/perspective.gif" tooltip="" category="AspectJ" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ajdt.internal.ui.tracing.EventTraceView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ajdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:AspectJ</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hsm5MBpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.views.AntView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.png" tooltip="" category="Ant" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ant.internal.ui.views.AntView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ant.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Ant</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hsm5MRpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.views.taskview" label="Gradle &#x30bf;&#x30b9;&#x30af;" iconURI="platform:/plugin/org.eclipse.buildship.ui/icons/full/eview16/tasks_view.png" tooltip="" category="Gradle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.buildship.ui.view.task.TaskView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.buildship.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Gradle</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hsm5MhpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.views.executionview" label="Gradle &#x5b9f;&#x884c;" iconURI="platform:/plugin/org.eclipse.buildship.ui/icons/full/eview16/executions_view.png" tooltip="" category="Gradle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.buildship.ui.view.execution.ExecutionsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.buildship.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Gradle</tags>
-  </descriptors>
-  <descriptors xmi:id="_HswqMBpgEemz3-HJbLkNLg" elementId="org.eclipse.contribution.visualiser.views.Visualiser" label="&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;" iconURI="platform:/plugin/org.eclipse.contribution.visualiser/icons/visualiser.gif" tooltip="" category="&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.contribution.visualiser.views.Visualiser"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.contribution.visualiser"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HswqMRpgEemz3-HJbLkNLg" elementId="org.eclipse.contribution.visualiser.views.Menu" label="&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" iconURI="platform:/plugin/org.eclipse.contribution.visualiser/icons/vismenu.gif" tooltip="" category="&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.contribution.visualiser.views.Menu"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.contribution.visualiser"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hs6bMBpgEemz3-HJbLkNLg" elementId="org.eclipse.contribution.xref.ui.views.XReferenceView" label="&#x76f8;&#x4e92;&#x53c2;&#x7167;" iconURI="platform:/plugin/org.eclipse.contribution.xref.ui/icons/XRefIcon.gif" tooltip="" category="AspectJ" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.contribution.xref.ui.views.XReferenceView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.contribution.xref.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:AspectJ</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hs6bMRpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" label="&#x30c7;&#x30fc;&#x30bf;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif" tooltip="" category="&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.datatools.connectivity.ui.dse"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hs6bMhpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.plan.planView" label="&#x5b9f;&#x884c;&#x8a08;&#x753b;" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.plan/icons/sqlplan.gif" tooltip="" category="&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.datatools.sqltools.plan.internal.ui.view.PlanView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.datatools.sqltools.plan"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtDlIBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.result.resultView" label="SQL &#x306e;&#x7d50;&#x679c;" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.result.ui/icons/sqlresult.gif" tooltip="" category="&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.datatools.sqltools.result.internal.ui.view.ResultsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.datatools.sqltools.result.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtDlIRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.DebugView" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.launch.LaunchView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtNWIBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.BreakpointView" label="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/breakpoint_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.breakpoints.BreakpointsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtNWIRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.VariableView" label="&#x5909;&#x6570;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/variable_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.variables.VariablesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtNWIhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.ExpressionView" label="&#x5f0f;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/watchlist_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.expression.ExpressionView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtNWIxpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.RegisterView" label="&#x30ec;&#x30b8;&#x30b9;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/register_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.registers.RegistersView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtNWJBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.ModuleView" label="&#x30e2;&#x30b8;&#x30e5;&#x30fc;&#x30eb;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/module_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.modules.ModulesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtNWJRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.MemoryView" label="&#x30e1;&#x30e2;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/memory_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.memory.MemoryView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtWgEBpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.CoverageView" label="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" iconURI="platform:/plugin/org.eclipse.eclemma.ui/icons/full/eview16/coverage.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.eclemma.internal.ui.coverageview.CoverageView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.eclemma.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtWgERpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesView" label="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.repository.RepositoriesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtgREBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.StagingView" label="Git &#x30b9;&#x30c6;&#x30fc;&#x30b8;&#x30f3;&#x30b0;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/staging.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.staging.StagingView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtgRERpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.InteractiveRebaseView" label="Git &#x5bfe;&#x8a71;&#x5f0f;&#x30ea;&#x30d9;&#x30fc;&#x30b9;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/rebase_interactive.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.rebase.RebaseInteractiveView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtgREhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.CompareTreeView" label="Git &#x30c4;&#x30ea;&#x30fc;&#x6bd4;&#x8f03;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.dialogs.CompareTreeView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-    <tags>NoRestore</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtgRExpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.ReflogView" label="Git &#x53c2;&#x7167;&#x30ed;&#x30b0;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.reflog.ReflogView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtgRFBpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.ui.palette_view" label="&#x30d1;&#x30ec;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.gef/icons/palette_view.gif" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.gef.ui.views.palette.PaletteView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.gef"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtgRFRpgEemz3-HJbLkNLg" elementId="org.eclipse.help.ui.HelpView" label="&#x30d8;&#x30eb;&#x30d7;" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" category="&#x30d8;&#x30eb;&#x30d7;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.help.ui.internal.views.HelpView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.help.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtgRFhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.DisplayView" label="Debug Shell" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.debug.ui.display.DisplayView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.debug.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtqCEBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.junit.ResultView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.junit"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtqCERpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackageExplorer" label="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtqCEhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.TypeHierarchy" label="&#x578b;&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtqCExpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.ProjectsView" label="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/projects.png" tooltip="" category="Java &#x53c2;&#x7167;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.ProjectsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java &#x53c2;&#x7167;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtqCFBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.PackagesView" label="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.png" tooltip="" category="Java &#x53c2;&#x7167;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.PackagesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java &#x53c2;&#x7167;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtqCFRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.TypesView" label="&#x30bf;&#x30a4;&#x30d7;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/types.png" tooltip="" category="Java &#x53c2;&#x7167;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.TypesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java &#x53c2;&#x7167;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMABpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.MembersView" label="&#x30e1;&#x30f3;&#x30d0;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/members.png" tooltip="" category="Java &#x53c2;&#x7167;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.MembersView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java &#x53c2;&#x7167;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMARpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.callhierarchy.view" label="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/call_hierarchy.png" tooltip="" allowMultiple="true" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMAhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.texteditor.TemplatesView" label="&#x30c6;&#x30f3;&#x30d7;&#x30ec;&#x30fc;&#x30c8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMAxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.SourceView" label="&#x5ba3;&#x8a00;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.SourceView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMBBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.JavadocView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.JavadocView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMBRpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.ui.jpaStructureView" label="JPA &#x69cb;&#x9020;" iconURI="platform:/plugin/org.eclipse.jpt.jpa.ui/images/views/jpa-structure.gif" tooltip="" category="JPA" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jpt.jpa.ui.internal.views.JpaStructureView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jpt.jpa.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:JPA</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMBhpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.ui.jpaDetailsView" label="JPA &#x8a73;&#x7d30;" iconURI="platform:/plugin/org.eclipse.jpt.jpa.ui/images/views/jpa-details.gif" tooltip="" category="JPA" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jpt.jpa.ui.internal.views.JpaDetailsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jpt.jpa.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:JPA</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMBxpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsf.ui.component.ComponentTreeView" label="JSF &#x30b3;&#x30f3;&#x30dd;&#x30fc;&#x30cd;&#x30f3;&#x30c8;&#x30fb;&#x30c4;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="JavaServer Faces" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jst.jsf.ui.internal.component.ComponentTreeView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jst.jsf.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:JavaServer Faces</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMCBpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsf.ui.tagregistry.TagRegistryView" label="&#x30bf;&#x30b0;&#x30fb;&#x30ec;&#x30b8;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jst.jsf.ui/icons/obj16/library_obj.gif" tooltip="" category="JavaServer Faces" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jst.jsf.ui.internal.tagregistry.TagRegistryView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jst.jsf.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:JavaServer Faces</tags>
-  </descriptors>
-  <descriptors xmi:id="_HtzMCRpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.ws.jaxws.ui.views.AnnotationsView" label="&#x6ce8;&#x91c8;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jst.ws.jaxws.ui/icons/eview16/prop_ps.gif" tooltip="" category="Web &#x30b5;&#x30fc;&#x30d3;&#x30b9;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jst.ws.internal.jaxws.ui.views.AnnotationsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jst.ws.jaxws.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Web &#x30b5;&#x30fc;&#x30d3;&#x30b9;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Ht89ABpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.core.views.MavenRepositoryView" label="Maven &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.m2e.core.ui/icons/maven_indexes.gif" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.m2e.core.ui.internal.views.MavenRepositoryView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Maven</tags>
-  </descriptors>
-  <descriptors xmi:id="_Ht89ARpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.core.views.MavenBuild" label="Maven &#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30eb;&#x30c9;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.m2e.core.ui.internal.views.build.BuildDebugView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Maven</tags>
-  </descriptors>
-  <descriptors xmi:id="_Ht89AhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.navigator.builds" label="Builds" iconURI="platform:/plugin/org.eclipse.mylyn.builds.ui/icons/eview16/build-view.png" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.builds.ui.view.BuildsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.builds.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Mylyn</tags>
-  </descriptors>
-  <descriptors xmi:id="_Ht89AxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.commons.repositories.ui.navigator.Repositories" label="&#x30c1;&#x30fc;&#x30e0;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.mylyn.commons.repositories.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.commons.repositories.ui.RepositoriesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.commons.repositories.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Mylyn</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuGuABpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.reviews.Explorer" label="Review" iconURI="platform:/plugin/org.eclipse.mylyn.reviews.ui/icons/obj16/review.png" tooltip="View artifacts and comments associated with reviews." category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.reviews.ui.views.ReviewExplorer"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.reviews.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Mylyn</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuGuARpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" label="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30b9;&#x30c8;" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" allowMultiple="true" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Mylyn</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuP38BpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" label="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskRepositoriesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Mylyn</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuZo8BpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.api.tools.ui.views.apitooling.views.apitoolingview" label="API &#x30c4;&#x30fc;&#x30eb;" iconURI="platform:/plugin/org.eclipse.pde.api.tools.ui/icons/full/obj16/api_tools.gif" tooltip="" category="API &#x30c4;&#x30fc;&#x30eb;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.api.tools.ui.internal.views.APIToolingView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.api.tools.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:API &#x30c4;&#x30fc;&#x30eb;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuZo8RpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.runtime.RegistryBrowser" label="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30ec;&#x30b8;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.pde.runtime/icons/eview16/registry.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.runtime.registry.RegistryBrowser"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.runtime"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuZo8hpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.PluginsView" label="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/eview16/plugin_depend.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.plugins.PluginsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuZo8xpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.DependenciesView" label="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/req_plugins_obj.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.dependencies.DependenciesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuZo9BpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.TargetPlatformState" label="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x72b6;&#x614b;" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.target.TargetStateView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuZo9RpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.ImageBrowserView" label="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x753b;&#x50cf;&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/psearch_obj.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.imagebrowser.ImageBrowserView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HuZo9hpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.apidocs.rcp.views.apidocs" label="&#x62e1;&#x5f35;&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.recommenders.apidocs.rcp/icons/view16/apidocs.png" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.apidocs.rcp"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy4BpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.models.rcp.views.projectCoordinates" label="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30b3;&#x30fc;&#x30c7;&#x30a3;&#x30cd;&#x30fc;&#x30c8;" iconURI="platform:/plugin/org.eclipse.recommenders.coordinates.rcp/icons/view16/depinsp.gif" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.coordinates.rcp"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy4RpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.models.rcp.views.modelRepositories" label="&#x30e2;&#x30c7;&#x30eb;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.models.rcp"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy4hpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.models.rcp.views.dependencyOverview" label="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x6982;&#x8aac;" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.models.rcp"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy4xpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.snipmatch.rcp.views.snippets" label="&#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.recommenders.snipmatch.rcp/icons/view16/snippets.png" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.snipmatch.rcp"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy5BpgEemz3-HJbLkNLg" elementId="org.eclipse.rse.ui.view.systemView" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.SystemViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy5RpgEemz3-HJbLkNLg" elementId="org.eclipse.rse.ui.view.teamView" label="&#x30c1;&#x30fc;&#x30e0;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/team_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.team.SystemTeamViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy5hpgEemz3-HJbLkNLg" elementId="org.eclipse.rse.ui.view.systemTableView" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x8a73;&#x7d30;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.SystemTableViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy5xpgEemz3-HJbLkNLg" elementId="org.eclipse.rse.ui.view.SystemSearchView" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x691c;&#x7d22;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/obj16/system_search.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.search.SystemSearchViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy6BpgEemz3-HJbLkNLg" elementId="org.eclipse.rse.ui.view.scratchpad.SystemScratchpadViewPart" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b9;&#x30af;&#x30e9;&#x30c3;&#x30c1;&#x30d1;&#x30c3;&#x30c9;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/scratchpad_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.scratchpad.SystemScratchpadViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Huiy6RpgEemz3-HJbLkNLg" elementId="org.eclipse.rse.ui.view.monitorView" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/system_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.monitor.SystemMonitorViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj4BpgEemz3-HJbLkNLg" elementId="org.eclipse.search.SearchResultView" label="&#x30af;&#x30e9;&#x30b7;&#x30c3;&#x30af;&#x691c;&#x7d22;" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.search.internal.ui.SearchResultView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj4RpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.views.SearchView" label="&#x691c;&#x7d22;" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.search2.internal.ui.SearchView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj4hpgEemz3-HJbLkNLg" elementId="org.eclipse.swtbot.eclipse.spy.views.EclipseSpyView" label="Eclipse Spy" iconURI="platform:/plugin/org.eclipse.swtbot.eclipse.spy/icons/sample.gif" tooltip="" category="SWTBot" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.swtbot.eclipse.spy.views.EclipseSpyView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.swtbot.eclipse.spy"/>
-    <tags>View</tags>
-    <tags>categoryTag:SWTBot</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj4xpgEemz3-HJbLkNLg" elementId="org.eclipse.swtbot.generator.client.view.recorder.client" label="SWTBot Recorder" iconURI="platform:/plugin/org.eclipse.swtbot.generator.client/icons/swtbot_rec16.png" tooltip="" category="SWTBot" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.swtbot.generator.client.views.RecorderClientView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.swtbot.generator.client"/>
-    <tags>View</tags>
-    <tags>categoryTag:SWTBot</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj5BpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.repository.RepositoriesView" label="SVN &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/repositories.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.repository.RepositoriesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj5RpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.properties.PropertiesView" label="SVN &#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/propertiesedit.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.properties.PropertiesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj5hpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.repository.browser.RepositoryBrowser" label="SVN &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc; " iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/repositories/browser.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.repository.browser.RepositoryBrowser"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj5xpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.properties.RevPropertiesView" label="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/propertiesedit.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.properties.RevPropertiesView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj6BpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.lock.LocksView" label="SVN &#x30ed;&#x30c3;&#x30af;" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/locksview.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.lock.LocksView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_Husj6RpgEemz3-HJbLkNLg" elementId="org.eclipse.team.sync.views.SynchronizeView" label="&#x540c;&#x671f;&#x5316;" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.png" tooltip="" allowMultiple="true" category="&#x30c1;&#x30fc;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.synchronize.SynchronizeView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu2U4BpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.GenericHistoryView" label="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.png" tooltip="" allowMultiple="true" category="&#x30c1;&#x30fc;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.history.GenericHistoryView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu2U4RpgEemz3-HJbLkNLg" elementId="org.eclipse.tips.ide.tipPart" label="&#x4eca;&#x65e5;&#x306e;&#x30d2;&#x30f3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.tips.ui/icons/lightbulb.png" tooltip="" category="&#x30d8;&#x30eb;&#x30d7;" closeable="true" contributionURI="bundleclass://org.eclipse.tips.ide/org.eclipse.tips.ide.internal.TipPart">
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu2U4hpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" label="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.tm.terminal.view.ui.view.TerminalsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.tm.terminal.view.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu2U4xpgEemz3-HJbLkNLg" elementId="org.eclipse.tcf.te.ui.terminals.TerminalsView" label="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb; (Old)" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="&#x305d;&#x306e;&#x4ed6;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.tm.terminal.view.ui.view.OldTerminalsViewHandler"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.tm.terminal.view.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x305d;&#x306e;&#x4ed6;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu2U5BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.internal.introview" label="&#x3088;&#x3046;&#x3053;&#x305d;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.ViewIntroAdapterPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu2U5RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.browser.view" label="&#x5185;&#x90e8; Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.browser/icons/obj16/internal_browser.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.browser.WebBrowserView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.browser"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu2U5hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="&#x864e;&#x306e;&#x5dfb;" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" category="&#x30d8;&#x30eb;&#x30d7;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.cheatsheets"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu2U5xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.console.ConsoleView" label="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.console.ConsoleView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.console"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu_e0BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProgressView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.progress.ProgressView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu_e0RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ResourceNavigator" label="&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.navigator.ResourceNavigator"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu_e0hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.BookmarkView" label="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.BookmarksView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu_e0xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.TaskList" label="&#x30bf;&#x30b9;&#x30af;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.TasksView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu_e1BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ProblemView" label="&#x554f;&#x984c;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.ProblemsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu_e1RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.AllMarkersView" label="&#x30de;&#x30fc;&#x30ab;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.AllMarkersView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu_e1hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigator.ProjectExplorer" label="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.navigator.resources.ProjectExplorer"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.navigator.resources"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_Hu_e1xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.PropertySheet" label="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.properties.PropertySheet"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvJP0BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.ContentOutline" label="&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.contentoutline.ContentOutline"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvJP0RpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.runtime.LogView" label="&#x30a8;&#x30e9;&#x30fc;&#x30fb;&#x30ed;&#x30b0;" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.log.LogView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views.log"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvJP0hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.minimap.MinimapView" label="Minimap" iconURI="platform:/plugin/org.eclipse.ui.workbench.texteditor/icons/full/eview16/minimap.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.minimap.MinimapView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.workbench.texteditor"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvJP0xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" label="&#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.common.snippets.internal.ui.SnippetsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.common.snippets"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x4e00;&#x822c;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvJP1BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.internet.monitor.view" label="TCP/IP &#x30e2;&#x30cb;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.wst.internet.monitor.ui/icons/cview16/monitorView.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.internet.monitor.ui.internal.view.MonitorView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.internet.monitor.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvJP1RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" label="&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/class_hi.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA0BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" label="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/package.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageExplorerPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA0RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.callhierarchy.view" label="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/call_hierarchy.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.callhierarchy.CallHierarchyViewPart"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA0hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.SourceView" label="&#x5ba3;&#x8a00;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.infoviews.SourceView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA0xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.JavadocView" label="&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c6;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif" tooltip="JavaScript Documentation" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.infoviews.JavadocView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA1BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.ui.ServersView" label="&#x30b5;&#x30fc;&#x30d0;&#x30fc;" iconURI="platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif" tooltip="" category="&#x30b5;&#x30fc;&#x30d0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.server.ui.internal.cnf.ServersView2"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.server.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:&#x30b5;&#x30fc;&#x30d0;&#x30fc;</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA1RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.ui.views.annotations.XMLAnnotationsView" label="&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c6;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/obj16/comment_obj.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.annotations.XMLAnnotationsView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA1hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.ui.contentmodel.view" label="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30e2;&#x30c7;&#x30eb;" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/view16/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.contentmodel.ContentModelView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA1xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.views.XPathView" label="XPath" iconURI="platform:/plugin/org.eclipse.wst.xml.xpath.ui/icons/full/xpath.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.xpath.ui.internal.views.XPathView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.xpath.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA2BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsl.jaxp.debug.ui.resultview" label="&#x7d50;&#x679c;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xsl.jaxp.debug.ui.internal.views.ResultView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xsl.jaxp.debug.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvTA2RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsl.ui.view.outline" label="&#x30b9;&#x30bf;&#x30a4;&#x30eb;&#x30b7;&#x30fc;&#x30c8;&#x30fb;&#x30e2;&#x30c7;&#x30eb;" iconURI="platform:/plugin/org.eclipse.wst.xsl.ui/icons/full/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xsl.ui.internal.views.stylesheet.StylesheetModelView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xsl.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvcKwBpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.aop.ui.navigator.aopReferenceModelNavigator" label="Bean &#x76f8;&#x4e92;&#x53c2;&#x7167;" iconURI="platform:/plugin/org.springframework.ide.eclipse.aop.ui/icons/full/obj16/xref_obj.gif" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.aop.ui.navigator.AopReferenceModelNavigator"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.aop.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Spring</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvcKwRpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.aop.ui.tracing.eventTraceView" label="AOP &#x30a4;&#x30d9;&#x30f3;&#x30c8;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;" iconURI="platform:/plugin/org.springframework.ide.eclipse.aop.ui/icons/full/obj16/console_view.gif" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.aop.ui.tracing.EventTraceView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.aop.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Spring</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvcKwhpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.livegraph.views.LiveBeansGraphView" label="&#x30e9;&#x30a4;&#x30d6; Bean &#x30b0;&#x30e9;&#x30d5;" iconURI="platform:/plugin/org.springframework.ide.eclipse.beans.ui.livegraph/icons/live-beans-graph.png" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.beans.ui.livegraph.views.LiveBeansGraphView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.beans.ui.livegraph"/>
-    <tags>View</tags>
-    <tags>categoryTag:Spring</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvcKwxpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.dash.views.BootDashView" label="Boot &#x30c0;&#x30c3;&#x30b7;&#x30e5;&#x30dc;&#x30fc;&#x30c9;" iconURI="platform:/plugin/org.springframework.ide.eclipse.boot.dash/icons/boot-icon.png" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.boot.dash.views.BootDashTreeView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.boot.dash"/>
-    <tags>View</tags>
-    <tags>categoryTag:Spring</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvcKxBpgEemz3-HJbLkNLg" elementId="com.springsource.sts.ide.metadata.ui.RequestMappingView" label="@RequestMappings" iconURI="platform:/plugin/org.springframework.ide.eclipse.metadata/icons/full/obj16/request_mapping_obj.gif" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.metadata.ui.RequestMappingView"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.metadata"/>
-    <tags>View</tags>
-    <tags>categoryTag:Spring</tags>
-  </descriptors>
-  <descriptors xmi:id="_HvcKxRpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.ui.navigator.springExplorer" label="Spring &#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.springframework.ide.eclipse.ui/icons/full/obj16/spring_explorer_obj.gif" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.ui.navigator.SpringNavigator"/>
-    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.ui"/>
-    <tags>View</tags>
-    <tags>categoryTag:Spring</tags>
-  </descriptors>
-  <menuContributions xmi:id="_HhlU-BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.customizePerspective" contributorURI="platform:/plugin/org.eclipse.platform" positionInParent="popup:toolbar">
-    <children xsi:type="menu:HandledMenuItem" xmi:id="_HhlU-RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.customizePerspective" contributorURI="platform:/plugin/org.eclipse.platform" label="%command.name.customize" command="_HhlU-hpgEemz3-HJbLkNLg"/>
-  </menuContributions>
-  <trimContributions xmi:id="_2r10UF9tEeO-yojH_y4TJA" elementId="org.eclipse.ui.ide.application.trimcontribution.QuickAccess" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" toBeRendered="false" parentId="org.eclipse.ui.main.toolbar" positionInParent="last">
-    <children xsi:type="menu:ToolControl" xmi:id="_76uUAF9tEeO-yojH_y4TJA" elementId="Spacer Glue" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
-      <tags>glue</tags>
-      <tags>move_after:PerspectiveSpacer</tags>
-      <tags>SHOW_RESTORE_MENU</tags>
-    </children>
-    <children xsi:type="menu:ToolControl" xmi:id="_8tJPcF9tEeO-yojH_y4TJA" elementId="SearchField" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.quickaccess.SearchField">
-      <tags>move_after:Spacer Glue</tags>
-      <tags>HIDEABLE</tags>
-      <tags>SHOW_RESTORE_MENU</tags>
-    </children>
-    <children xsi:type="menu:ToolControl" xmi:id="_9LgmcF9tEeO-yojH_y4TJA" elementId="Search-PS Glue" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
-      <tags>glue</tags>
-      <tags>move_after:SearchField</tags>
-      <tags>SHOW_RESTORE_MENU</tags>
-    </children>
-  </trimContributions>
-  <commands xmi:id="_HhlU-hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.customizePerspective" contributorURI="platform:/plugin/org.eclipse.platform" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306e;&#x30ab;&#x30b9;&#x30bf;&#x30de;&#x30a4;&#x30ba;" description="&#x73fe;&#x5728;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x30ab;&#x30b9;&#x30bf;&#x30de;&#x30a4;&#x30ba;&#x3057;&#x307e;&#x3059;"/>
-  <commands xmi:id="_Hixn4hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn4xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="&#x30da;&#x30fc;&#x30b8;&#x306e;&#x4e0a;&#x90e8;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30da;&#x30fc;&#x30b8;&#x306e;&#x4e0a;&#x90e8;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn5BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.toggleWordWrap" commandName="&#x30ef;&#x30fc;&#x30c9;&#x30fb;&#x30e9;&#x30c3;&#x30d7;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Toggle word wrap in the current text editor" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn5RpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hixn5hpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/>
-  </commands>
-  <commands xmi:id="_Hixn5xpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.convertLocalToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x5909;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x5909;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn6BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30b9;&#x30ed;&#x30fc;&#x5ba3;&#x8a00;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30b9;&#x30ed;&#x30fc;&#x5ba3;&#x8a00;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn6RpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.junitPluginShortcut.coverage" commandName="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn6hpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.maximize" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5927;&#x5316;" category="_Hixn1xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn6xpgEemz3-HJbLkNLg" elementId="org.eclipse.ajdt.launching.runShortcut.run" commandName="AspectJ/Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="AspectJ/Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn7BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x524a;&#x9664;" description="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn7RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn7hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInTypeHierarchyView" commandName="JavaScript &#x8981;&#x7d20;&#x578b;&#x968e;&#x5c64;&#x3092;&#x8868;&#x793a;" description="&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3067; JavaScript &#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hixn7xpgEemz3-HJbLkNLg" elementId="elementRef" name="JavaScript &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_Hixn8BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.delimiter.unix" commandName="&#x884c;&#x533a;&#x5207;&#x308a;&#x6587;&#x5b57;&#x3092; Unix &#x306b;&#x5909;&#x63db; (LF, \n, 0A, &#xb6;)" description="&#x884c;&#x533a;&#x5207;&#x308a;&#x6587;&#x5b57;&#x3092; Unix &#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059; (LF, \n, 0A, &#xb6;)" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn8RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn8hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn8xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.Edit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x306e;&#x7de8;&#x96c6;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn9BpgEemz3-HJbLkNLg" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse &#x30de;&#x30fc;&#x30b1;&#x30c3;&#x30c8;&#x30d7;&#x30ec;&#x30fc;&#x30b9;" description="Eclipse &#x30de;&#x30fc;&#x30b1;&#x30c3;&#x30c8;&#x30d7;&#x30ec;&#x30fc;&#x30b9;&#x30fb;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x898b;&#x308b;" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hixn9RpgEemz3-HJbLkNLg" elementId="trigger" name="trigger"/>
-  </commands>
-  <commands xmi:id="_Hixn9hpgEemz3-HJbLkNLg" elementId="org.eclipse.rap.tools.launch.RAPLaunchShortcut.debug" commandName="RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn9xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.js.grunt.commands.gruntLaunch" commandName="Run as Grunt Task" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn-BpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Ant &#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn-RpgEemz3-HJbLkNLg" elementId="AnyEdit.camelToPascal.command" commandName="&#x30ad;&#x30e3;&#x30e1;&#x30eb; &lt;-> &#x30d1;&#x30b9;&#x30ab;&#x30eb;&#x306e;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn-hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3078;&#x8ffd;&#x52a0;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3078;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn-xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.callhierarchy.view" commandName="JavaScript &#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;" description="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn_BpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.commands.export" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x63a5;&#x7d9a;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;&#x3059;&#x308b;&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x3067;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn_RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn_hpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.editor.showCheatSheetCommand" commandName="&#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x864e;&#x306e;&#x5dfb;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hixn_xpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="&#x30c1;&#x30fc;&#x30e0;&#x540c;&#x671f;&#x5316;" description="&#x30c1;&#x30fc;&#x30e0;&#x540c;&#x671f;&#x5316;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x958b;&#x304f;" category="_Hixn3BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoABpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="&#x5ba3;&#x8a00;&#x3092;&#x958b;&#x304f;" description="&#x53c2;&#x7167;&#x3055;&#x308c;&#x3066;&#x3044;&#x308b;&#x8981;&#x7d20;&#x3067; Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoARpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowserDialog" commandName="Open a Web browser" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HixoAhpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
-  </commands>
-  <commands xmi:id="_HixoAxpgEemz3-HJbLkNLg" elementId="org.eclipse.epp.mpc.ui.command.showInstalled" commandName="Manage installed plug-ins" description="Update or uninstall plug-ins installed from the Marketplace" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoBBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.create.delegate.methods" commandName="&#x59d4;&#x8b72;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x751f;&#x6210;" description="&#x578b;&#x306e;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306e;&#x59d4;&#x8b72;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoBRpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.ui.palette_view" commandName="&#x30d1;&#x30ec;&#x30c3;&#x30c8;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoBhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.views.XPathView.prefixes" commandName="&#x540d;&#x524d;&#x7a7a;&#x9593;&#x63a5;&#x982d;&#x90e8;&#x306e;&#x7de8;&#x96c6;(&amp;E)" category="_Hin22RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoBxpgEemz3-HJbLkNLg" elementId="AnyEdit.camel.command" commandName="&#x30ad;&#x30e3;&#x30e1;&#x30eb; &lt;-> &#x30a2;&#x30f3;&#x30c0;&#x30fc;&#x30b9;&#x30b3;&#x30a2;&#x30fc;&#x306e;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoCBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.toggleCommentAction" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoCRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.task.clearContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30af;&#x30ea;&#x30a2;" category="_Hin2xxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoChpgEemz3-HJbLkNLg" elementId="AnyEdit.sortAlphabeticallyCaseSensitiveDescending.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x533a;&#x5225;&#x3057;&#x3066;&#x30bd;&#x30fc;&#x30c8; z-A" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoCxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoDBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoDRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.pull.up" commandName="&#x30d7;&#x30eb;&#x30fb;&#x30a2;&#x30c3;&#x30d7;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoDhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="&#x884c;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x884c;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x307e;&#x305f;&#x306f;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoDxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.searchForTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x691c;&#x7d22;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoEBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoERpgEemz3-HJbLkNLg" elementId="org.dadacoalition.yedit.commands.toggleComment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Turn comments on/off for a selection" category="_Hin2xhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoEhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoExpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoFBpgEemz3-HJbLkNLg" elementId="com.vaadin.integration.eclipse.commands.compileThemeCommand" commandName="Compile Theme Command" category="_Hin2xBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoFRpgEemz3-HJbLkNLg" elementId="org.eclipse.ajdt.ui.pullout" commandName="&#x30d7;&#x30eb;&#x30fb;&#x30a2;&#x30a6;&#x30c8;" description="Pulls out a Java method/field into an Aspect as an intertype declaration" category="_Hin23RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoFhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand" commandName="&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x30a2;&#x30a6;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoFxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.move" commandName="&#x79fb;&#x52d5;..." description="&#x9078;&#x629e;&#x3057;&#x305f;&#x9805;&#x76ee;&#x3092;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoGBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Jar &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30de;&#x30a4;&#x30b0;&#x30ec;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="Jar &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x65b0;&#x898f;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x306b;&#x30de;&#x30a4;&#x30b0;&#x30ec;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoGRpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.bytecode" commandName="Show Byte Code" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoGhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.maximizePart" commandName="&#x30d1;&#x30fc;&#x30c4;&#x306e;&#x6700;&#x5927;&#x5316;" description="&#x30d1;&#x30fc;&#x30c4;&#x306e;&#x6700;&#x5927;&#x5316;" category="_HixnxRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoGxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.outline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoHBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.commands.openElementInEditor" commandName="JavaScript &#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067; JavaScript &#x8981;&#x7d20;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HixoHRpgEemz3-HJbLkNLg" elementId="elementRef" name="JavaScript &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_HixoHhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.TypesView" commandName="JavaScript &#x578b;" description="&#x578b;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoHxpgEemz3-HJbLkNLg" elementId="junit.extensions.eclipse.quick.command.JUnitRunAction" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;" description="JUnit&#x3067;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;&#xff0e;" category="_HixnxxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoIBpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.internal.actions.showconsoleviewercommand" commandName="Show Recent Logs" description="Show Recent Logs" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoIRpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="&#x7a7a;&#x767d;&#x3092;&#x7121;&#x8996;" description="&#x7a7a;&#x767d;&#x3092;&#x53ef;&#x80fd;&#x306a;&#x9650;&#x308a;&#x7121;&#x8996;" category="_HixnzxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoIhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoIxpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.hideUnusedElements" commandName="&#x672a;&#x4f7f;&#x7528;&#x306e;&#x8981;&#x7d20;&#x3092;&#x96a0;&#x3059;" category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoJBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.constructor.using.fields" commandName="&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x751f;&#x6210;" description="&#x521d;&#x671f;&#x5316;&#x3059;&#x308b;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x304a;&#x3088;&#x3073;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x547c;&#x3073;&#x51fa;&#x3059;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059; " category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoJRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.ui.disable.grammar.constraints" commandName="&#x6587;&#x6cd5;&#x5236;&#x7d04;&#x3092;&#x30aa;&#x30d5;&#x306b;&#x3059;&#x308b;" description="&#x6587;&#x6cd5;&#x5236;&#x7d04;&#x3092;&#x30aa;&#x30d5;&#x306b;&#x3059;&#x308b;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoJhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Java &#x8981;&#x7d20;&#x578b;&#x968e;&#x5c64;&#x3092;&#x8868;&#x793a;" description="&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3067; Java &#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HixoJxpgEemz3-HJbLkNLg" elementId="elementRef" name="Java &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_HixoKBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.goToResource" commandName="&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306e;&#x7279;&#x5b9a;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoKRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x3067;&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoKhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.resetPerspective" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306e;&#x30ea;&#x30bb;&#x30c3;&#x30c8;" description="&#x73fe;&#x5728;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x72b6;&#x614b;&#x306b;&#x30ea;&#x30bb;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoKxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.quickOutlineCommand" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30dd;&#x30c3;&#x30d7;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x73fe;&#x5728;&#x306e;&#x6587;&#x66f8;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoLBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoLRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.MembersView" commandName="JavaScript &#x30e1;&#x30f3;&#x30d0;&#x30fc;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoLhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.buildLast" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x30fb;&#x30d3;&#x30eb;&#x30c9;&#x306e;&#x53cd;&#x5fa9;" description="&#x6700;&#x5f8c;&#x306e;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x30d3;&#x30eb;&#x30c9;&#x3092;&#x7e70;&#x308a;&#x8fd4;&#x3057;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoLxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.buildProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30d3;&#x30eb;&#x30c9;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x30d3;&#x30eb;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoMBpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowser" commandName="Open a Web browser" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HixoMRpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
-  </commands>
-  <commands xmi:id="_HixoMhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CopyCommand" commandName="&#x6b21;&#x3078;&#x30b3;&#x30d4;&#x30fc;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoMxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.discoveryWizardCommand" commandName="&#x691c;&#x51fa;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;" description="&#x30b3;&#x30cd;&#x30af;&#x30bf;&#x30fc;&#x691c;&#x51fa;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoNBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x5148;&#x982d;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x5148;&#x982d;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoNRpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.localJavaShortcut.coverage" commandName="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoNhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.paste" commandName="&#x8cbc;&#x308a;&#x4ed8;&#x3051;" description="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x304b;&#x3089;&#x8cbc;&#x308a;&#x4ed8;&#x3051;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoNxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoOBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.qualifyField" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x5909;&#x6570;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306e;&#x4fee;&#x98fe;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306e;&#x4fee;&#x98fe;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoORpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Java &#x30a2;&#x30d7;&#x30ec;&#x30c3;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="Java &#x30a2;&#x30d7;&#x30ec;&#x30c3;&#x30c8;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoOhpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.exportSession" commandName="&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;..." category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoOxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.previous" commandName="&#x524d;&#x3078;" description="&#x524d;&#x306e;&#x9805;&#x76ee;&#x306b;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoPBpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.scalaShortcut.coverage" commandName="Scala &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="Scala &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoPRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.clean" commandName="&#x30af;&#x30ea;&#x30fc;&#x30f3;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoPhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.rename" commandName="&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x3092;&#x540d;&#x524d;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoPxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CompareTwoSelectedRepositoryResourcesCommand" commandName="&#x6bd4;&#x8f03;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoQBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.buildAll" commandName="&#x3059;&#x3079;&#x3066;&#x30d3;&#x30eb;&#x30c9;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x30d3;&#x30eb;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoQRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoQhpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.dumpExecutionData" commandName="&#x5b9f;&#x884c;&#x30c7;&#x30fc;&#x30bf;&#x306e;&#x30c0;&#x30f3;&#x30d7;" category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoQxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.cut.line.to.beginning" commandName="&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x5207;&#x308a;&#x53d6;&#x308a;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x5207;&#x308a;&#x53d6;&#x308a;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoRBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing" commandName="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x306e;&#x9078;&#x629e;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoRRpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.commands.runtasks" commandName="Gradle &#x30bf;&#x30b9;&#x30af;&#x306e;&#x5b9f;&#x884c;" description="Runs all the selected Gradle tasks" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoRhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoRxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x306e;&#x8272;&#x6307;&#x5b9a;&#x30e2;&#x30fc;&#x30c9;&#x306e;&#x5faa;&#x74b0;" description="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x306e;&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a;&#x8272;&#x6307;&#x5b9a;&#x30e2;&#x30fc;&#x30c9;&#x3092;&#x5faa;&#x74b0;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoSBpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.renameInFile" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x540c;&#x3058;&#x30d3;&#x30eb;&#x30c9;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306b;&#x3042;&#x308b;&#x3059;&#x3079;&#x3066;&#x306e;&#x53c2;&#x7167;&#x3092;&#x30ea;&#x30cd;&#x30fc;&#x30e0;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoSRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy" commandName="&#x578b;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x578b;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoShpgEemz3-HJbLkNLg" elementId="AnyEdit.replaceWith.external" commandName="&#x5916;&#x90e8;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7f6e;&#x63db;..." category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoSxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.debug.ui.script.opensource" commandName="&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304f;" description="Shows the JavaScript source for the selected script element" category="_HixnzBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoTBpgEemz3-HJbLkNLg" elementId="AnyEdit.saveToFile.command" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3078;&#x4fdd;&#x5b58;..." category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoTRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.interface" commandName="&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x62bd;&#x51fa;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x305d;&#x306e;&#x65b0;&#x898f;&#x306e;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x4f7f;&#x7528;&#x3092;&#x8a66;&#x307f;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoThpgEemz3-HJbLkNLg" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x79fb;&#x52d5;&#x3059;&#x308b;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x79fb;&#x52d5;&#x3057;&#x3001;LTK &#x30d1;&#x30fc;&#x30c6;&#x30a3;&#x30b7;&#x30d1;&#x30f3;&#x30c8;&#x306b;&#x901a;&#x77e5;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hixn3RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoTxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CompareRepositoryWithTagCommand" commandName="&#x30bf;&#x30b0;&#x3068;&#x6bd4;&#x8f03;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoUBpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.actions.LifeCycleGenerateSources.run" commandName="Maven &#x30bd;&#x30fc;&#x30b9;&#x751f;&#x6210;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30bd;&#x30fc;&#x30b9;&#x751f;&#x6210;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoURpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30a4;&#x30f3;" description="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30a4;&#x30f3;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoUhpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.ws.jaxws.ui.configure.handlers" commandName="&#x30cf;&#x30f3;&#x30c9;&#x30e9;&#x30fc;&#x306e;&#x69cb;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoUxpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.ui.importer.openDirectory" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x304b;&#x3089;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304f;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoVBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.structure.select.previous" commandName="&#x524d;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoVRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Java &#x4f8b;&#x5916;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="Java &#x4f8b;&#x5916;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoVhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.open.call.hierarchy" commandName="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoVxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="&#x8a3c;&#x660e;&#x66f8;&#x306e;&#x30af;&#x30ea;&#x30a2;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoWBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.import" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x9078;&#x629e;&#x9805;&#x76ee;&#x4e0a;&#x3067;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoWRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.ToggleTracepoint" commandName="&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Creates or removes a tracepoint  " category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoWhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.convertToMarkupCommand" commandName="Generate Markup" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HixoWxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.targetLanguage" name="TargetLanguage" optional="false"/>
-  </commands>
-  <commands xmi:id="_HixoXBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.unimplemented.constructors" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x306e;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x306e;&#x751f;&#x6210;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x306e;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x3066;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoXRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.showToolTip" commandName="&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;&#x8aac;&#x660e;&#x306e;&#x8868;&#x793a;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoXhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.debug.ui.breakpoint.properties" commandName="JavaScript &#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" description="View and edit the properties for a given JavaScript breakpoint" category="_HixnzBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoXxpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.junitShortcut.coverage" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoYBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.task.copyContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30b3;&#x30d4;&#x30fc;" category="_Hin2xxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoYRpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.view.ui.command.launchToolbar" commandName="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_HixnzhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoYhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.showViewMenu" commandName="&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoYxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Commit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoZBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;" description="&#x5b9a;&#x6570;&#x3001;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3001;&#x307e;&#x305f;&#x306f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x306b;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoZRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="&#x53f3;&#x3078;&#x30b7;&#x30d5;&#x30c8;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x53f3;&#x3078;&#x30b7;&#x30d5;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoZhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x623b;&#x308b;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3067;&#x5f8c;&#x308d;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoZxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoaBpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.workbenchShortcut.coverage" commandName="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoaRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="&#x672b;&#x5c3e;&#x306e;&#x7a7a;&#x767d;&#x3092;&#x9664;&#x53bb;" description="&#x5404;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x306b;&#x3042;&#x308b;&#x7a7a;&#x767d;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoahpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.findIncremental" commandName="&#x30a4;&#x30f3;&#x30af;&#x30ea;&#x30e1;&#x30f3;&#x30bf;&#x30eb;&#x691c;&#x7d22;" description="&#x30a4;&#x30f3;&#x30af;&#x30ea;&#x30e1;&#x30f3;&#x30bf;&#x30eb;&#x691c;&#x7d22;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoaxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.inlineLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixobBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="&#x533f;&#x540d;&#x30af;&#x30e9;&#x30b9;&#x3092;&#x30cd;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;" description="&#x533f;&#x540d;&#x30af;&#x30e9;&#x30b9;&#x3092;&#x30cd;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixobRpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.newEntity" commandName="JPA &#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixobhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.assignToLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixobxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.ImportChangedProjectsCommandId" commandName="&#x5909;&#x66f4;&#x3055;&#x308c;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x306e; Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306b;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x307e;&#x305f;&#x306f;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixocBpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.commands.OpenCoverageConfiguration" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;&#x69cb;&#x6210;..." description="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;&#x69cb;&#x6210;..." category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixocRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e; break/continue &#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x540d;&#x306e; break/continue &#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixochpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.dash.ToggleLineNumbers" commandName="Toggle Line Numbers" description="Toggle Line Numbers" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixocxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.format" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixodBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.change.type" commandName="&#x5ba3;&#x8a00;&#x3055;&#x308c;&#x305f;&#x578b;&#x306e;&#x4e00;&#x822c;&#x5316;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5909;&#x6570;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x4f7f;&#x7528;&#x6cd5;&#x306b;&#x5408;&#x3063;&#x305f;&#x3088;&#x308a;&#x4e00;&#x822c;&#x7684;&#x306a;&#x578b;&#x306b;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixodRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.create.getter.setter" commandName="getter &#x304a;&#x3088;&#x3073; setter &#x306e;&#x751f;&#x6210;" description="&#x578b;&#x306e;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x3064;&#x3044;&#x3066; getter &#x304a;&#x3088;&#x3073; setter &#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixodhpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.edit.text.format" commandName="&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="PDE &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30da;&#x30fc;&#x30b8;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_Hin23BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixodxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.ShowResourceHistoryCommand" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoeBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.result.terminate" commandName="&#x7d50;&#x679c;&#x306e;&#x7d42;&#x4e86;" category="_Hin20RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoeRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="&#x6b21;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoehpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput" commandName="&#x30d3;&#x30eb;&#x30c9;&#x51fa;&#x529b;&#x306e;&#x8868;&#x793a;" category="_Hin2wxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoexpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x306e;&#x4f5c;&#x6210;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixofBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.hashcode.equals" commandName="hashCode() &#x304a;&#x3088;&#x3073; equals() &#x306e;&#x751f;&#x6210;" description="&#x305d;&#x306e;&#x578b;&#x306e; hashCode() &#x304a;&#x3088;&#x3073; equals() &#x95a2;&#x6570;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixofRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.Restart" commandName="&#x518d;&#x958b;" description="&#x7d42;&#x4e86;&#x304a;&#x3088;&#x3073;&#x518d;&#x8d77;&#x52d5;&#x306a;&#x3057;&#x3067;&#x30d7;&#x30ed;&#x30bb;&#x30b9;&#x307e;&#x305f;&#x306f;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x3092;&#x518d;&#x958b;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixofhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.delete.line" commandName="&#x884c;&#x524a;&#x9664;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x4e00;&#x884c;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixofxpgEemz3-HJbLkNLg" elementId="FindBugs.command.copy" commandName="&#x30d0;&#x30b0;&#x8a73;&#x7d30;&#x306e;&#x30b3;&#x30d4;&#x30fc; (&#x30d0;&#x30b0;&#x30fb;&#x30b0;&#x30eb;&#x30fc;&#x30d7;)" category="_HixnyRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixogBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.organize.imports" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x7de8;&#x6210;" description="&#x5fc5;&#x8981;&#x306a;&#x3059;&#x3079;&#x3066;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x3066;&#x73fe;&#x884c;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3092;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixogRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x9664;&#x53bb;" description="&#x9078;&#x629e;&#x3092;&#x56f2;&#x3080;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoghpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.open.implementation" commandName="&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" description="Opens the Implementations of a method or a type in its hierarchy" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixogxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.junit.gotoTest" commandName="&#x53c2;&#x7167;&#x30c6;&#x30b9;&#x30c8;" description="&#x53c2;&#x7167;&#x30c6;&#x30b9;&#x30c8;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixohBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.find.broken.nls.keys" commandName="&#x58ca;&#x308c;&#x305f;&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x305f;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x691c;&#x7d22;" description="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x672a;&#x5b9a;&#x7fa9;&#x3001;&#x91cd;&#x8907;&#x3001;&#x304a;&#x3088;&#x3073;&#x672a;&#x4f7f;&#x7528;&#x306e;&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x305f;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x30ad;&#x30fc;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixohRpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.openSessionExecutionData" commandName="&#x5b9f;&#x884c;&#x30c7;&#x30fc;&#x30bf;&#x3092;&#x958b;&#x304f;" category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixohhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067; Java &#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;" description="&#x300c;&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x300d;&#x30d3;&#x30e5;&#x30fc;&#x3067; Java &#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HixohxpgEemz3-HJbLkNLg" elementId="elementRef" name="Java &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_HixoiBpgEemz3-HJbLkNLg" elementId="AnyEdit.CnvrtTabToSpaces.command" commandName="&#x30bf;&#x30d6;&#x3092;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x306b;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoiRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.InstanceCount" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30bf;&#x30f3;&#x30b9;&#x6570;" description="View the instance count of the selected type loaded in the target VM" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoihpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.getter.setter" commandName="getter &#x304a;&#x3088;&#x3073; setter &#x306e;&#x751f;&#x6210;" description="&#x578b;&#x306e;&#x5909;&#x6570;&#x306b;&#x3064;&#x3044;&#x3066; Getter &#x304a;&#x3088;&#x3073; Setter &#x95a2;&#x6570;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoixpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.findReplace" commandName="&#x691c;&#x7d22;&#x3068;&#x7f6e;&#x63db;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x3066;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixojBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="&#x30de;&#x30fc;&#x30b8;&#x30fb;&#x30c4;&#x30fc;&#x30eb;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixojRpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.addAllPluginsToJavaSearch" commandName="Java &#x691c;&#x7d22;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x3092;&#x8ffd;&#x52a0;" description="Java &#x691c;&#x7d22;&#x3078;&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x5185;&#x306e;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixojhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Git &#x3067;&#x5171;&#x7528;" description="Git &#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x5171;&#x7528;" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HixojxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" optional="false"/>
-  </commands>
-  <commands xmi:id="_HixokBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="&#x533f;&#x540d;&#x30af;&#x30e9;&#x30b9;&#x3092;&#x30cd;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;" description="&#x533f;&#x540d;&#x30af;&#x30e9;&#x30b9;&#x3092;&#x30cd;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixokRpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.quickOutline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x6307;&#x5b9a;&#x3055;&#x308c;&#x305f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x30fb;&#x30dd;&#x30c3;&#x30d7;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixokhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.fullscreenmode" commandName="&#x30d5;&#x30eb;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30d5;&#x30eb;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x3068;&#x901a;&#x5e38;&#x306e;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixokxpgEemz3-HJbLkNLg" elementId="org.eclipse.equinox.p2.ui.sdk.installationDetails" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x8a73;&#x7d30;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixolBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.synchronizeAll" commandName="&#x540c;&#x671f;&#x5316;..." description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x5225;&#x306e;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3068;&#x540c;&#x671f;&#x5316;&#x3057;&#x307e;&#x3059;" category="_HixnwRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixolRpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand" commandName="Maven &#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x9078;&#x629e;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixolhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.nextEditor" commandName="&#x6b21;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="&#x6b21;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixolxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy Commit Id" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixomBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.new.subtask" commandName="&#x65b0;&#x898f;&#x30b5;&#x30d6;&#x30bf;&#x30b9;&#x30af;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixomRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective" commandName="JavaScript &#x53c2;&#x7167;" description="JavaScript &#x53c2;&#x7167;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn3BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixomhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.help.helpContents" commandName="&#x30d8;&#x30eb;&#x30d7;&#x76ee;&#x6b21;" description="&#x30d8;&#x30eb;&#x30d7;&#x76ee;&#x6b21;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixomxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x9664;&#x53bb;" description="&#x9078;&#x629e;&#x3092;&#x56f2;&#x3080;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixonBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Reset" commandName="&#x30ea;&#x30bb;&#x30c3;&#x30c8;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixonRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.delete" commandName="&#x524a;&#x9664;" description="&#x9078;&#x629e;&#x7bc4;&#x56f2;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixonhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.delete.line.to.beginning" commandName="&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x524a;&#x9664;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixonxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixooBpgEemz3-HJbLkNLg" elementId="AnyEdit.replaceWith.clipboard" commandName="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3067;&#x7f6e;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixooRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="&#x540c;&#x671f;&#x5316;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoohpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.debugMode" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb;" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixooxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixopBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.refactor.quickMenu" commandName="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixopRpgEemz3-HJbLkNLg" elementId="junit.extensions.eclipse.quick.pde.command.PDEJUnitRunAction" commandName="JUnit Plug-in &#x30c6;&#x30b9;&#x30c8;" description="PDE JUnit&#x3067;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;&#xff0e;" category="_HixnxxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixophpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.findPrevious" commandName="&#x524d;&#x3092;&#x691c;&#x7d22;" description="&#x524d;&#x306e;&#x9805;&#x76ee;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixopxpgEemz3-HJbLkNLg" elementId="com.xored.glance.commands.close" commandName="Glance &#x3092;&#x9589;&#x3058;&#x308b;" description="Close Glance search panel" category="_Hin2yRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoqBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x307e;&#x305f;&#x306f;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoqRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.Revert" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x623b;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HixoqhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.StashDrop" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;&#x3055;&#x308c;&#x305f;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x524a;&#x9664;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YwBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.openTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x958b;&#x304f;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YwRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="&#x884c;&#x306e;&#x30b9;&#x30af;&#x30ed;&#x30fc;&#x30eb;&#x30a2;&#x30c3;&#x30d7;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; 1 &#x884c;&#x30b9;&#x30af;&#x30ed;&#x30fc;&#x30eb;&#x30a2;&#x30c3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YwhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" description="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YwxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.java.ui.editor.folding.auto" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_HixnyxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YxBpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.runtime.spy.commands.spyCommand" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x9078;&#x629e;&#x30b9;&#x30d1;&#x30a4;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30b9;&#x30d1;&#x30a4;&#x306e;&#x8868;&#x793a;" category="_Hixn4BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YxRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.clean.up" commandName="&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" description="&#x554f;&#x984c;&#x3092;&#x89e3;&#x6c7a;&#x3057;&#x3001;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30b9;&#x30bf;&#x30a4;&#x30eb;&#x3092;&#x6539;&#x5584;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YxhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x73fe;&#x5728;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YxxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="&#x7a7a;&#x767d;&#x6587;&#x5b57;&#x3092;&#x8868;&#x793a;" description="&#x73fe;&#x5728;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x7a7a;&#x767d;&#x6587;&#x5b57;&#x3092;&#x8868;&#x793a;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YyBpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.commands.openBean" commandName="Spring Bean &#x3092;&#x958b;&#x304f;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YyRpgEemz3-HJbLkNLg" elementId="org.eclipse.lsp4e.symbolinworkspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x30b7;&#x30f3;&#x30dc;&#x30eb;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_HixnzRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YyhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.revert" commandName="&#x524d;&#x56de;&#x4fdd;&#x5b58;&#x3057;&#x305f;&#x72b6;&#x614b;&#x306b;&#x623b;&#x3059;" description="&#x524d;&#x56de;&#x4fdd;&#x5b58;&#x3057;&#x305f;&#x72b6;&#x614b;&#x306b;&#x623b;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YyxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.EditConflictsCommand" commandName="&#x7af6;&#x5408;&#x306e;&#x7de8;&#x96c6;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YzBpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.decompile.jad" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (Jad)" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YzRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.buildAutomatically" commandName="&#x81ea;&#x52d5;&#x7684;&#x306b;&#x30d3;&#x30eb;&#x30c9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30eb;&#x30c9;&#x81ea;&#x52d5;&#x6a5f;&#x80fd;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7YzhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.import" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" description="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" category="_Hin2zxpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7YzxpgEemz3-HJbLkNLg" elementId="importWizardId" name="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;"/>
-  </commands>
-  <commands xmi:id="_Hi7Y0BpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.Merge" commandName="&#x30de;&#x30fc;&#x30b8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y0RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.switchToEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y0hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.find.broken.nls.keys" commandName="&#x58ca;&#x308c;&#x305f;&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x305f;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x691c;&#x7d22;" description="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x672a;&#x5b9a;&#x7fa9;&#x3001;&#x91cd;&#x8907;&#x3001;&#x304a;&#x3088;&#x3073;&#x672a;&#x4f7f;&#x7528;&#x306e;&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x305f;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x30ad;&#x30fc;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y0xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.help.dynamicHelp" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30d8;&#x30eb;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30d8;&#x30eb;&#x30d7;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y1BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x884c;&#x3092; Java &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306b;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y1RpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.DisconnectCommand" commandName="&#x5207;&#x65ad;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y1hpgEemz3-HJbLkNLg" elementId="com.springsource.sts.ide.ui.configure.namespaces" commandName="Configure Namespaces..." description="Configure namespaces" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y1xpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.activateTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y2BpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CreateTag" commandName="&#x30bf;&#x30b0;&#x306e;&#x4f5c;&#x6210;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y2RpgEemz3-HJbLkNLg" elementId="org.eclipse.rap.tools.intro.installTarget" commandName="RAP &#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x306e;&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y2hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x8868;&#x793a;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y2xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.next.member" commandName="&#x6b21;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="JavaScript &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x6b21;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306b;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x79fb;&#x52d5;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y3BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="&#x633f;&#x5165;&#x30e2;&#x30fc;&#x30c9;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" description="&#x633f;&#x5165;&#x30e2;&#x30fc;&#x30c9;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y3RpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x524a;&#x9664;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y3hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.closePart" commandName="&#x30d1;&#x30fc;&#x30c4;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x30ef;&#x30fc;&#x30af;&#x30d9;&#x30f3;&#x30c1;&#x30fb;&#x30d1;&#x30fc;&#x30c4;&#x3092;&#x9589;&#x3058;&#x308b;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y3xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3; Id &#x8868;&#x793a;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3; id &#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x308b;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y4BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.cleanAction" commandName="&#x30d3;&#x30eb;&#x30c9;&#x3092;&#x30af;&#x30ea;&#x30fc;&#x30f3;" description="&#x65e7;&#x30d3;&#x30eb;&#x30c9;&#x72b6;&#x614b;&#x3092;&#x7834;&#x68c4;&#x3057;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y4RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.back" commandName="&#x623b;&#x308b;" description="&#x5f8c;&#x308d;&#x3078;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y4hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y4xpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java &#x53c2;&#x7167;" description="Java &#x53c2;&#x7167;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3067;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn3BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y5BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="&#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30c0;&#x30a6;&#x30f3;" description="1 &#x30da;&#x30fc;&#x30b8;&#x4e0b;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y5RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y5hpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElement" commandName="&#x30d3;&#x30eb;&#x30c9;&#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" category="_Hin2wxpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7Y5xpgEemz3-HJbLkNLg" elementId="element" name="Element"/>
-  </commands>
-  <commands xmi:id="_Hi7Y6BpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.team.ui.commands.CopyCommitMessage" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x30fb;&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x3092;&#x30b3;&#x30d4;&#x30fc;" description="&#x73fe;&#x5728;&#x3001;&#x9078;&#x629e;&#x3055;&#x308c;&#x3066;&#x3044;&#x308b;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x30fb;&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y6RpgEemz3-HJbLkNLg" elementId="com.xored.glance.commands.clearHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x30af;&#x30ea;&#x30a2;" description="Clear Glance search history" category="_Hin2yRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y6hpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.relaunchSession" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;&#x30fb;&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x518d;&#x8d77;&#x52d5;" category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y6xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="&#x30ac;&#x30fc;&#x30d9;&#x30c3;&#x30b8;&#x30fb;&#x30b3;&#x30ec;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y7BpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="&#x4f5c;&#x696d;&#x4e2d;&#x30c4;&#x30ea;&#x30fc;&#x3067;&#x6bd4;&#x8f03;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y7RpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Branch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y7hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.ProjectsView" commandName="JavaScript &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" description="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y7xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.ui.previousSibling" commandName="&#x524d;&#x306e;&#x5144;&#x5f1f;" description="&#x524d;&#x306e;&#x5144;&#x5f1f;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y8BpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x69cb;&#x6210;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y8RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="&#x9006;&#x30a4;&#x30f3;&#x30af;&#x30ea;&#x30e1;&#x30f3;&#x30bf;&#x30eb;&#x691c;&#x7d22;" description="&#x9006;&#x30a4;&#x30f3;&#x30af;&#x30ea;&#x30e1;&#x30f3;&#x30bf;&#x30eb;&#x691c;&#x7d22;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y8hpgEemz3-HJbLkNLg" elementId="org.eclipse.epp.mpc.ui.command.importFavoritesWizard" commandName="Import Marketplace Favorites" description="Import another user's Marketplace Favorites List" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7Y8xpgEemz3-HJbLkNLg" elementId="favoritesUrl" name="favoritesUrl"/>
-  </commands>
-  <commands xmi:id="_Hi7Y9BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory" commandName="&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;&#x3059;&#x308b;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x30ea;&#x30fc;&#x95a2;&#x6570;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y9RpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Ant &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x5b9f;&#x884c;" description="Ant &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y9hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.convertAnonymousToLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x533f;&#x540d;&#x3092;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x533f;&#x540d;&#x3092;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y9xpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.AddRevisionLinkCommand" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x30fb;&#x30ea;&#x30f3;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y-BpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;&#x3055;&#x308c;&#x305f;&#x5909;&#x66f4;&#x3092;&#x9069;&#x7528;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y-RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y-hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="&#x6b21;&#x306e;&#x5217;" description="&#x6b21;&#x306e;&#x5217;&#x306b;&#x9032;&#x307f;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y-xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.Squash" commandName="&#x30b9;&#x30ab;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y_BpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7279;&#x5b9a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y_RpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.dash.boot.dash.OpenLaunchConfigAction" commandName="&#x69cb;&#x6210;&#x3092;&#x958b;&#x304f;" description="&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x3092;&#x958b;&#x304f;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y_hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x8868;&#x793a;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Y_xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="&#x6b21;&#x306e;&#x5358;&#x8a9e;" description="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x306b;&#x9032;&#x307f;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZABpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.convertLocalToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x5909;&#x6570;&#x306b;&#x5909;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x5909;&#x6570;&#x306b;&#x5909;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZARpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.element" commandName="&#x79fb;&#x52d5; - &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; " description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZAhpgEemz3-HJbLkNLg" elementId="AnyEdit.CnvrtSpacesToTabs.command" commandName="&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x3092;&#x30bf;&#x30d6;&#x306b;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZAxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.UnlockCommand" commandName="&#x30a2;&#x30f3;&#x30ed;&#x30c3;&#x30af;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZBBpgEemz3-HJbLkNLg" elementId="org.eclipse.quickdiff.toggle" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af; Diff &#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x884c;&#x756a;&#x53f7;&#x8868;&#x793a;&#x57df;&#x4e0a;&#x3067;&#x30af;&#x30a4;&#x30c3;&#x30af; Diff &#x60c5;&#x5831;&#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZBRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="&#x6b21;&#x3092;&#x524a;&#x9664;" description="&#x6b21;&#x306e;&#x6587;&#x5b57;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZBhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Gerrit &#x304b;&#x3089;&#x30d5;&#x30a7;&#x30c3;&#x30c1;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZBxpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.junitRAPShortcut.coverage" commandName="RAP JUnit &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="RAP JUnit &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZCBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.SynchronizeAll" commandName="&#x5909;&#x66f4;&#x3092;&#x540c;&#x671f;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZCRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="&#x76e3;&#x8996;" description="&#x76e3;&#x8996;&#x5f0f;&#x306e;&#x65b0;&#x898f;&#x4f5c;&#x6210;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZChpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.Reword" commandName="&#x30ea;&#x30ef;&#x30fc;&#x30c9;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZCxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.context.ui.editor.folding.auto" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin2zBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZDBpgEemz3-HJbLkNLg" elementId="junit.extensions.eclipse.quick.command.OpenTestingPairAction" commandName="&#x30c6;&#x30b9;&#x30c6;&#x30a3;&#x30f3;&#x30b0;&#x30da;&#x30a2;&#x3092;&#x958b;&#x304f;" description="&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x5b9f;&#x88c5;&#x30b3;&#x30fc;&#x30c9;&#x307e;&#x305f;&#x306f;&#x30c6;&#x30b9;&#x30c8;&#x30b3;&#x30fc;&#x30c9;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;&#xff0e;" category="_HixnxxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZDRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Git &#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x958b;&#x304f;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZDhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.stop" commandName="&#x505c;&#x6b62;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x3092;&#x505c;&#x6b62;" category="_Hin2yxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZDxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.help.displayHelp" commandName="&#x30d8;&#x30eb;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30d8;&#x30eb;&#x30d7;&#x30fb;&#x30c8;&#x30d4;&#x30c3;&#x30af;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn1BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7ZEBpgEemz3-HJbLkNLg" elementId="href" name="&#x30d8;&#x30eb;&#x30d7;&#x30fb;&#x30c8;&#x30d4;&#x30c3;&#x30af;&#x306e;&#x30ea;&#x30f3;&#x30af;&#x5148;"/>
-  </commands>
-  <commands xmi:id="_Hi7ZERpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="&#x30da;&#x30fc;&#x30b8;&#x306e;&#x4e0b;&#x90e8;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30da;&#x30fc;&#x30b8;&#x306e;&#x4e0b;&#x90e8;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZEhpgEemz3-HJbLkNLg" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x306e;&#x4f5c;&#x6210;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x4e0a;&#x3067;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZExpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.join.lines" commandName="&#x884c;&#x306e;&#x7d50;&#x5408;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x884c;&#x3092;&#x7d50;&#x5408;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZFBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.saveAsTemplateAction" commandName="&#x30c6;&#x30f3;&#x30d7;&#x30ec;&#x30fc;&#x30c8;&#x3068;&#x3057;&#x3066;&#x4fdd;&#x5b58;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZFRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="&#x5ba3;&#x8a00;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZFhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.showContextMenu" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZFxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.local.variable" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x5f0f;&#x3092;&#x65b0;&#x3057;&#x3044;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3001;&#x305d;&#x306e;&#x65b0;&#x3057;&#x3044;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZGBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.InstallLfsLocal" commandName="Enable LFS locally" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZGRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.ReplaceWithRevisionCommand" commandName="URL..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZGhpgEemz3-HJbLkNLg" elementId="org.dadacoalition.yedit.commands.toggleCollapse" commandName="Toggle Collapse" description="Toggle if the outline should be collapse or not" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZGxpgEemz3-HJbLkNLg" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x958b;&#x304f; " description="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZHBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZHRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;" description="&#x554f;&#x984c;&#x306b;&#x3064;&#x3044;&#x3066;&#x8003;&#x3048;&#x3089;&#x308c;&#x308b;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x3092;&#x63d0;&#x6848;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZHhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CreatePatchCommand" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZHxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.log.jdt.showinconsole" commandName="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x306b;&#x8868;&#x793a;(&amp;S)" description="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306b;&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x3092;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZIBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30c0;&#x30a6;&#x30f3;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30b5;&#x30d6;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZIRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.nextPerspective" commandName="&#x6b21;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;" description="&#x6b21;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZIhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.UpdateRepositoryConfiguration" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x69cb;&#x6210;&#x306e;&#x66f4;&#x65b0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZIxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.StashApply" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;&#x3055;&#x308c;&#x305f;&#x5909;&#x66f4;&#x3092;&#x9069;&#x7528;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZJBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZJRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="&#x3053;&#x306e;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x3092;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7ZJhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CompareMode" name="&#x6bd4;&#x8f03;&#x30e2;&#x30fc;&#x30c9;"/>
-  </commands>
-  <commands xmi:id="_Hi7ZJxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.nextTab" commandName="&#x6b21;&#x306e;&#x30bf;&#x30d6;" description="&#x6b21;&#x306e;&#x30bf;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZKBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.quickAccess" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="UI &#x8981;&#x7d20;&#x306b;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZKRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.showInformation" commandName="&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;&#x8aac;&#x660e;&#x306e;&#x8868;&#x793a;" description="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3055;&#x308c;&#x305f;&#x30db;&#x30d0;&#x30fc;&#x306b;&#x73fe;&#x5728;&#x306e;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x30fb;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZKhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CompareTwoRepositoryResourcesCommand" commandName="URL &#x3068;&#x6bd4;&#x8f03;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZKxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x9078;&#x629e;&#x9805;&#x76ee;&#x4e0a;&#x3067;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZLBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.attachment.open" commandName="&#x6dfb;&#x4ed8;&#x3092;&#x958b;&#x304f;" category="_HixnxRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZLRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.extractLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZLhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.renameInFile.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZLxpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x306e;&#x8868;&#x793a;/&#x975e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZMBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.ConfigureUpstreamFetch" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x30fb;&#x30d5;&#x30a7;&#x30c3;&#x30c1;&#x306e;&#x69cb;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZMRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZMhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Discard" commandName="&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7f6e;&#x63db;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZMxpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.refreshFromDatabaseAction" commandName="&#x30c7;&#x30fc;&#x30bf;&#x30d9;&#x30fc;&#x30b9;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZNBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteAsOneStatementAction" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; 1 &#x3064;&#x306e;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x3068;&#x3057;&#x3066;&#x5b9f;&#x884c;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZNRpgEemz3-HJbLkNLg" elementId="org.eclipse.ajdt.ui.pushin" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30a4;&#x30f3;" description="Pushes an intertypePush In declaration into its target type/" category="_Hin23RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZNhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZNxpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.aop.ui.inplace.show" commandName="Bean &#x30af;&#x30a4;&#x30c3;&#x30af;&#x76f8;&#x4e92;&#x53c2;&#x7167;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x306e;&#x305f;&#x3081;&#x306e; Bean &#x76f8;&#x4e92;&#x53c2;&#x7167;&#x3092;&#x8868;&#x793a;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZOBpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.internal.actions.pushcommand" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;" description="Push application" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZORpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.commands.addrepository" commandName="&#x65b0;&#x898f;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x65b0;&#x898f;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x4f5c;&#x6210;&#x3059;&#x308b;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZOhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="&#x30d1;&#x30b9;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZOxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromTest" commandName="&#x30c6;&#x30b9;&#x30c8;&#x304b;&#x3089;&#x306e;&#x65b0;&#x898f;&#x30bf;&#x30b9;&#x30af;" category="_Hin2wxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZPBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.JavaPerspective" commandName="JavaScript" description="JavaScript &#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn3BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZPRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.showRulerAnnotationInformation" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x6ce8;&#x91c8;&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3055;&#x308c;&#x305f;&#x30db;&#x30d0;&#x30fc;&#x5185;&#x306e;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x884c;&#x306b;&#x5bfe;&#x3059;&#x308b;&#x6ce8;&#x91c8;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZPhpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsp.ui.add.imports" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;(&amp;P)" description="Create import declaration for selection" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZPxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters" commandName="&#x95a2;&#x6570;&#x30b7;&#x30b0;&#x30cd;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x5909;&#x66f4;" description="&#x95a2;&#x6570;&#x30b7;&#x30b0;&#x30cd;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x5909;&#x66f4;&#x306b;&#x306f;&#x3001;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x540d;&#x3068;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x9806;&#x5e8f;&#x304c;&#x542b;&#x307e;&#x308c;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZQBpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.upgradeToEclipseLinkMappingFile" commandName="EclipseLink &#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3078;&#x30a2;&#x30c3;&#x30d7;&#x30b0;&#x30ec;&#x30fc;&#x30c9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZQRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.browser.openBrowser" commandName="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3092;&#x958b;&#x304f;" description="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8; Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;&#x3002;" category="_Hin20BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7ZQhpgEemz3-HJbLkNLg" elementId="url" name="URL"/>
-    <parameters xmi:id="_Hi7ZQxpgEemz3-HJbLkNLg" elementId="browserId" name="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc; ID"/>
-    <parameters xmi:id="_Hi7ZRBpgEemz3-HJbLkNLg" elementId="name" name="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x540d;"/>
-    <parameters xmi:id="_Hi7ZRRpgEemz3-HJbLkNLg" elementId="tooltip" name="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;"/>
-  </commands>
-  <commands xmi:id="_Hi7ZRhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.constant" commandName="&#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x5b9a;&#x6570;&#x3092;&#x65b0;&#x3057;&#x3044; static &#x5909;&#x6570;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3001;&#x305d;&#x306e;&#x65b0;&#x3057;&#x3044; static &#x5909;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZRxpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.result.removeAllInstances" commandName="&#x8868;&#x793a;&#x3055;&#x308c;&#x3066;&#x3044;&#x308b;&#x7d50;&#x679c;&#x3092;&#x3059;&#x3079;&#x3066;&#x9664;&#x53bb;" category="_Hin20RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZSBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x5b9f;&#x88c5;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x578b;&#x306e;&#x5b9f;&#x88c5;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZSRpgEemz3-HJbLkNLg" elementId="org.eclipse.contribution.xref.show.xref.view" commandName="&#x76f8;&#x4e92;&#x53c2;&#x7167;" description="Shows the cross references for the editor input" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZShpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x524a;&#x9664;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZSxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x60c5;&#x5831;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZTBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.saveAs" commandName="&#x5225;&#x540d;&#x4fdd;&#x5b58;" description="&#x73fe;&#x5728;&#x306e;&#x5185;&#x5bb9;&#x3092;&#x5225;&#x306e;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306b;&#x4fdd;&#x5b58;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZTRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZThpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.previousPerspective" commandName="&#x524d;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;" description="&#x524d;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZTxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.splitEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5206;&#x5272;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x73fe;&#x5728;&#x306e;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x5206;&#x5272;&#x307e;&#x305f;&#x306f;&#x7d50;&#x5408;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin20BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7ZUBpgEemz3-HJbLkNLg" elementId="Splitter.isHorizontal" name="&#x5411;&#x304d;" optional="false"/>
-  </commands>
-  <commands xmi:id="_Hi7ZURpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.collapseAll" commandName="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x73fe;&#x5728;&#x306e;&#x30c4;&#x30ea;&#x30fc;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZUhpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="&#x53f3;&#x304b;&#x3089;&#x5de6;&#x306b;&#x3059;&#x3079;&#x3066;&#x30b3;&#x30d4;&#x30fc;" description="&#x53f3;&#x304b;&#x3089;&#x5de6;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x5909;&#x66f4;&#x3092;&#x30b3;&#x30d4;&#x30fc;" category="_HixnzxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZUxpgEemz3-HJbLkNLg" elementId="org.eclipse.lsp4e.togglelinkwitheditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x306e;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_HixnzRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZVBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateSelectedTask" commandName="&#x9078;&#x629e;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x975e;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x5316;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZVRpgEemz3-HJbLkNLg" elementId="org.eclipse.swtbot.eclipse.ui.junitShortcut.debug" commandName="SWTBot &#x30c6;&#x30b9;&#x30c8;" description="SWTBot &#x30c6;&#x30b9;&#x30c8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZVhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.AddToSVNIgnoreCommand" commandName="svn:ignore &#x306b;&#x8ffd;&#x52a0;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZVxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.lockToolBar" commandName="&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x30fb;&#x30ed;&#x30c3;&#x30af;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x306e;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZWBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="&#x5207;&#x65ad;" description="&#x5207;&#x65ad;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZWRpgEemz3-HJbLkNLg" elementId="org.eclipse.lsp4e.format" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_HixnzRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZWhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.interface" commandName="&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x62bd;&#x51fa;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x305d;&#x306e;&#x65b0;&#x898f;&#x306e;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x4f7f;&#x7528;&#x3092;&#x8a66;&#x307f;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZWxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZXBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x304b;&#x3089;&#x9664;&#x53bb;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x304b;&#x3089;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZXRpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.createAntBuildFile" commandName="Ant &#x30d3;&#x30eb;&#x30c9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x4f5c;&#x6210;" description="Creates an Ant build file for the current project" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZXhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.openSelectedTask" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x958b;&#x304f;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZXxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.changeToStatic" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x9759;&#x7684;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x3078;&#x306e;&#x5909;&#x66f4;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x9759;&#x7684;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x3078;&#x306e;&#x5909;&#x66f4;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZYBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.copycolumn" commandName="&#x30b3;&#x30d4;&#x30fc;" category="_Hixn0RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZYRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="&#x9078;&#x629e;&#x306b;&#x30ea;&#x30f3;&#x30af;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZYhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.toggle.focus.active.view" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="Toggle the focus on active task for the active view" category="_Hin2xxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZYxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="&#x5b8c;&#x4e86;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x524a;&#x9664;" description="&#x5b8c;&#x4e86;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;&#x3055;&#x308c;&#x305f;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x524a;&#x9664;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZZBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.goToNextUnread" commandName="&#x6b21;&#x306e;&#x672a;&#x8aad;&#x30bf;&#x30b9;&#x30af;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZZRpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.debugAction" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZZhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment" commandName="Javadoc &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="Javadoc &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x30fb;&#x30b9;&#x30bf;&#x30d6;&#x3092;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x8981;&#x7d20;&#x306b;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZZxpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.cloneservercommand" commandName="Clone Server" description="Clone Server" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZaBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="&#x5bfe;&#x8a71;&#x5f0f;&#x30ea;&#x30d9;&#x30fc;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZaRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.addCast" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZahpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x5373;&#x6642;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c9;&#x30ed;&#x30c3;&#x30d7;&#x30c0;&#x30a6;&#x30f3;&#x30fb;&#x30ea;&#x30b9;&#x30c8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZaxpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jaxb.ui.generateJaxbClasses" commandName="JAXB Classes..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZbBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x524a;&#x9664;" description="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZbRpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.properties.editor.convertPropertiesToYaml" commandName="Convert .properties to .yaml" category="_HixnwxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZbhpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.openDependencies" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x3092;&#x958b;&#x304f;" description="&#x73fe;&#x5728;&#x306e;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZbxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x306e;&#x30c8;&#x30b0;&#x30eb;" description="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x306e;&#x6709;&#x7121;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZcBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CopyUrlCommand" commandName="URL &#x3092;&#x30b3;&#x30d4;&#x30fc;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZcRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.SkipRebase" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x30b9;&#x30ad;&#x30c3;&#x30d7;&#x3057;&#x3066;&#x7d9a;&#x884c;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZchpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.search.actions.openBeansSearchPage" commandName="Spring Bean &#x691c;&#x7d22;" description="Spring bean &#x691c;&#x7d22;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZcxpgEemz3-HJbLkNLg" elementId="com.vaadin.integration.eclipse.commands.compileWidgetsetCommand" commandName="Compile Widgetset Command" category="_Hin2xBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZdBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="&#x547c;&#x3073;&#x51fa;&#x3057;&#x306e;&#x7f6e;&#x63db;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZdRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZdhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZdxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.undo" commandName="&#x5143;&#x306b;&#x623b;&#x3059;" description="&#x6700;&#x5f8c;&#x306e;&#x64cd;&#x4f5c;&#x3092;&#x5143;&#x306b;&#x623b;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZeBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.newQuickMenu" commandName="&#x65b0;&#x898f;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" description="&#x300c;&#x65b0;&#x898f;&#x300d;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x30aa;&#x30fc;&#x30d7;&#x30f3;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZeRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.addSuppressWarnings" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - @SuppressWarnings &#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;@SuppressWarnings &#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059; " category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZehpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.actions.WatchCommand" commandName="&#x76e3;&#x8996;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x304b;&#x3089;&#x76e3;&#x8996;&#x5f0f;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x3066;&#x5f0f;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZexpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.openWorkspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x300c;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x9078;&#x629e;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZfBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations" commandName="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x6ce8;&#x91c8;&#x306e;&#x9664;&#x53bb;" description="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x6ce8;&#x91c8;&#x3092;&#x73fe;&#x5728;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x304b;&#x3089;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZfRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.closeAll" commandName="&#x3059;&#x3079;&#x3066;&#x9589;&#x3058;&#x308b;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x9589;&#x3058;&#x308b;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZfhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="&#x578b;&#x3092;&#x958b;&#x304f;" description="&#x578b;&#x3092; Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZfxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.cut" commandName="&#x5207;&#x308a;&#x53d6;&#x308a;" description="&#x9078;&#x629e;&#x5185;&#x5bb9;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x5207;&#x308a;&#x53d6;&#x308a;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZgBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.indirection" commandName="&#x9593;&#x63a5;&#x53c2;&#x7167;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;&#x3059;&#x308b;&#x305f;&#x3081;&#x306b;&#x9593;&#x63a5;&#x53c2;&#x7167;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZgRpgEemz3-HJbLkNLg" elementId="AnyEdit.compareWith.file" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3068;&#x6bd4;&#x8f03;..." category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZghpgEemz3-HJbLkNLg" elementId="com.xored.glance.ui.nextResult" commandName="&#x6b21;&#x306e;&#x4e00;&#x81f4;" description="Show next Glance match" category="_Hin2yRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZgxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Merge" commandName="&#x30de;&#x30fc;&#x30b8;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZhBpgEemz3-HJbLkNLg" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x306e;&#x9069;&#x7528;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x4e0a;&#x3067;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZhRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x3001;&#x30bf;&#x30b0;&#x307e;&#x305f;&#x306f;&#x30ea;&#x30d5;&#x30a1;&#x30ec;&#x30f3;&#x30b9;&#x3068;&#x7f6e;&#x63db;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZhhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.submitTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x30b5;&#x30d6;&#x30df;&#x30c3;&#x30c8;" description="&#x73fe;&#x5728;&#x958b;&#x3044;&#x3066;&#x3044;&#x308b;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30b5;&#x30d6;&#x30df;&#x30c3;&#x30c8;" category="_HixnxRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZhxpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.testNgSuiteShortcut.coverage" commandName="TestNG &#x30b9;&#x30a4;&#x30fc;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="TestNG &#x30b9;&#x30a4;&#x30fc;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZiBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.superclass" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x62bd;&#x51fa;" description="&#x4e00;&#x9023;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x305d;&#x306e;&#x65b0;&#x898f;&#x306e;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x4f7f;&#x7528;&#x3092;&#x8a66;&#x307f;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZiRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.ui.reload.dependencies" commandName="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" description="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZihpgEemz3-HJbLkNLg" elementId="AnyEdit.replaceWith.file" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7f6e;&#x63db;..." category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZixpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.generate.xml" commandName="XML &#x30d5;&#x30a1;&#x30a4;&#x30eb;(&amp;X)..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZjBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x8981;&#x7d20;&#x306e;&#x307f;&#x3092;&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x8981;&#x7d20;&#x306e;&#x307f;&#x3092;&#x8868;&#x793a;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZjRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.AddToSVNCommand" commandName="&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x7ba1;&#x7406;&#x306b;&#x8ffd;&#x52a0;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZjhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.addImport" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZjxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x518d;&#x5b9f;&#x884c; - &#x6700;&#x521d;&#x306e;&#x5931;&#x6557;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x518d;&#x5b9f;&#x884c; - &#x6700;&#x521d;&#x306e;&#x5931;&#x6557;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZkBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.MergeCommand" commandName="&#x30de;&#x30fc;&#x30b8;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZkRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.export" commandName="&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;" description="&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;" category="_Hin2zxpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7ZkhpgEemz3-HJbLkNLg" elementId="exportWizardId" name="&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;"/>
-  </commands>
-  <commands xmi:id="_Hi7ZkxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal" commandName="anonymous &#x578b;&#x306e;&#x30b0;&#x30ed;&#x30fc;&#x30d0;&#x30eb;&#x5316;(&amp;A)" description="anonymous &#x578b;&#x3092;&#x30b0;&#x30ed;&#x30fc;&#x30d0;&#x30eb;&#x30fb;&#x30ec;&#x30d9;&#x30eb;&#x306b;&#x30d7;&#x30ed;&#x30e2;&#x30fc;&#x30c8;&#x3057;&#x3001;&#x305d;&#x306e;&#x53c2;&#x7167;&#x3092;&#x7f6e;&#x63db;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZlBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZlRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x9069;&#x7528;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZlhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.UpgradeProjectsCommand" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30a2;&#x30c3;&#x30d7;&#x30b0;&#x30ec;&#x30fc;&#x30c9;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZlxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Java &#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3067;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn3BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZmBpgEemz3-HJbLkNLg" elementId="egradle.editor.commands.source.toggleComment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Toggle comment in selected line(s)" category="_Hixn2RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZmRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="&#x30a4;&#x30f3;&#x30c7;&#x30f3;&#x30c8;&#x306e;&#x8a02;&#x6b63;" description="&#x9078;&#x629e;&#x884c;&#x306e;&#x30a4;&#x30f3;&#x30c7;&#x30f3;&#x30c8;&#x3092;&#x8a02;&#x6b63;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZmhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.LockCommand" commandName="&#x30ed;&#x30c3;&#x30af;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZmxpgEemz3-HJbLkNLg" elementId="AnyEdit.sortAlphabeticallyCaseSensitiveAscending.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x533a;&#x5225;&#x3057;&#x3066;&#x30bd;&#x30fc;&#x30c8; A-z" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZnBpgEemz3-HJbLkNLg" elementId="org.eclipse.rap.tools.launch.rwt.rwtLaunchShortcut.debug" commandName="RWT &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="RWT &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZnRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.copyConfigCommand" commandName="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3078;&#x69cb;&#x6210;&#x30c7;&#x30fc;&#x30bf;&#x3092;&#x30b3;&#x30d4;&#x30fc;" description="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3078;&#x69cb;&#x6210;&#x30c7;&#x30fc;&#x30bf; (&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x3001;&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x6e08;&#x307f;&#x306e;&#x30d0;&#x30f3;&#x30c9;&#x30eb;&#x3001;&#x4ed6;) &#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZnhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x9032;&#x3080;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3067;&#x9806;&#x65b9;&#x5411;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZnxpgEemz3-HJbLkNLg" elementId="AnyEdit.toUpperCase.command" commandName="&#x5927;&#x6587;&#x5b57;&#x306b;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZoBpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;" description="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7279;&#x5b9a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZoRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.rebuildAll" commandName="&#x3059;&#x3079;&#x3066;&#x518d;&#x30d3;&#x30eb;&#x30c9;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x518d;&#x30d3;&#x30eb;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZohpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands.refresh" commandName="&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_Hin20xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZoxpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.zoom_in" commandName="&#x30ba;&#x30fc;&#x30e0;&#x30a4;&#x30f3;" description="&#x30ba;&#x30fc;&#x30e0;&#x30a4;&#x30f3;" category="_Hixn3hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZpBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="&#x8981;&#x7d20;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x8981;&#x7d20;&#x3092;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZpRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;..." description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZphpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="&#x5207;&#x65ad;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZpxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="&#x524d;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZqBpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.externalizeStrings" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x5916;&#x90e8;&#x5316;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x304b;&#x3089;&#x7ffb;&#x8a33;&#x53ef;&#x80fd;&#x306a;&#x6587;&#x5b57;&#x5217;&#x3092;&#x62bd;&#x51fa;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZqRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.refresh" commandName="&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x3092;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZqhpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.commands.showcategory" commandName="&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZqxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="&#x8a3c;&#x660e;&#x66f8;&#x306e;&#x5909;&#x66f4;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZrBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.extractMethodInplace.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZrRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x958b;&#x3044;&#x3066;&#x3044;&#x308b;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZrhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.addThrowsDecl" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30b9;&#x30ed;&#x30fc;&#x5ba3;&#x8a00;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30b9;&#x30ed;&#x30fc;&#x5ba3;&#x8a00;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZrxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.disconnected" commandName="&#x5207;&#x65ad;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZsBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.SwitchCommand" commandName="&#x5207;&#x308a;&#x66ff;&#x3048;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZsRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZshpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.refactoring.command.refactorPropertyElement" commandName="Refactor Property Element" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZsxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.Reword" commandName="&#x30ea;&#x30ef;&#x30fc;&#x30c9;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZtBpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.decompile.jdcore" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (JD-Core)" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZtRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences" commandName="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x306e;&#x30c8;&#x30b0;&#x30eb;" description="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZthpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="&#x884c;&#x756a;&#x53f7;&#x306e;&#x8868;&#x793a;" description="&#x884c;&#x756a;&#x53f7;&#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZtxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments" commandName="&#x7dcf;&#x79f0;&#x578b;&#x5f15;&#x6570;&#x306e;&#x63a8;&#x6e2c;" description="&#x7dcf;&#x79f0;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x53c2;&#x7167;&#x306e;&#x578b;&#x5f15;&#x6570;&#x3092;&#x63a8;&#x6e2c;&#x3057;&#x3001;&#x4e0d;&#x8981;&#x306a;&#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZuBpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeMapAs" commandName="&#x6b21;&#x3067;&#x30de;&#x30c3;&#x30d7;" category="_Hin22hpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7ZuRpgEemz3-HJbLkNLg" elementId="specifiedPersistentAttributeMappingKey" name="&#x6307;&#x5b9a;&#x3055;&#x308c;&#x305f;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30ad;&#x30fc;" optional="false"/>
-    <parameters xmi:id="_Hi7ZuhpgEemz3-HJbLkNLg" elementId="defaultPersistentAttributeMappingKey" name="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30ad;&#x30fc;" optional="false"/>
-  </commands>
-  <commands xmi:id="_Hi7ZuxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.index.ui.command.ResetIndex" commandName="&#x691c;&#x7d22;&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZvBpgEemz3-HJbLkNLg" elementId="org.thymeleaf.extras.eclipse.menus.RemoveThymeleafNature" commandName="Thymeleaf &#x30cd;&#x30fc;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x9664;&#x53bb;" category="_Hixn4RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZvRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="&#x6700;&#x65b0;&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZvhpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.paste" commandName="&#x8cbc;&#x308a;&#x4ed8;&#x3051;" category="_Hixn1xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZvxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZwBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.ReplaceWithLatestRevisionCommand" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x6700;&#x65b0;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZwRpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands.removeivynature" commandName="Ivy &#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x7ba1;&#x7406;&#x306e;&#x9664;&#x53bb;..." category="_Hin20xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZwhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.assignToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZwxpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.convertJavaGenerators" commandName="Java &#x30b8;&#x30a7;&#x30cd;&#x30ec;&#x30fc;&#x30bf;&#x30fc;&#x3092; XML &#x3078;&#x79fb;&#x52d5;..." category="_Hin22BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZxBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.showInSystemExplorer" commandName="&#x8868;&#x793a; (&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;)" description="Show in system's explorer (file manager)" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7ZxRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.showInSystemExplorer.path" name="Resource System Path Parameter"/>
-  </commands>
-  <commands xmi:id="_Hi7ZxhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.new.local.task" commandName="&#x65b0;&#x898f;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30bf;&#x30b9;&#x30af;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZxxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="&#x884c;&#x3092;&#x4e0b;&#x306b;&#x9078;&#x629e;" description="&#x9078;&#x629e;&#x3092;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x6b21;&#x306e;&#x884c;&#x306b;&#x5c55;&#x958b;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZyBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x30bd;&#x30fc;&#x30c8;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x9806;&#x5e8f;&#x8a2d;&#x5b9a;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x3001;&#x3059;&#x3079;&#x3066;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30bd;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZyRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="&#x5c0f;&#x6587;&#x5b57;&#x306b;&#x5909;&#x66f4;" description="&#x9078;&#x629e;&#x884c;&#x3092;&#x5c0f;&#x6587;&#x5b57;&#x306b;&#x5909;&#x66f4;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZyhpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.commands.addprofile" commandName="&#x65b0;&#x898f;&#x63a5;&#x7d9a;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x65b0;&#x898f;&#x63a5;&#x7d9a;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x4f5c;&#x6210;&#x3059;&#x308b;&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x3067;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7ZyxpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.ui.ignoreCategory" name="ignoreCategory"/>
-    <parameters xmi:id="_Hi7ZzBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.ui.useSelection" name="useSelection"/>
-  </commands>
-  <commands xmi:id="_Hi7ZzRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x3068;&#x6bd4;&#x8f03;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZzhpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.discovery.ui" commandName="m2e &#x30de;&#x30fc;&#x30b1;&#x30c3;&#x30c8;&#x30d7;&#x30ec;&#x30fc;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7ZzxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.zoomOut" commandName="&#x30ba;&#x30fc;&#x30e0;&#x30a2;&#x30a6;&#x30c8;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30ba;&#x30fc;&#x30e0;&#x30fb;&#x30a2;&#x30a6;&#x30c8; - &#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30d5;&#x30a9;&#x30f3;&#x30c8;&#x30fb;&#x30b5;&#x30a4;&#x30ba;&#x3092;&#x5c0f;&#x3055;&#x304f;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z0BpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskIncomplete" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x672a;&#x5b8c;&#x4e86;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z0RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.save" commandName="&#x4fdd;&#x5b58;" description="&#x73fe;&#x5728;&#x306e;&#x5185;&#x5bb9;&#x3092;&#x4fdd;&#x5b58;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z0hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.assignAllParamsToNewFields.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x65b0;&#x898f;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x3092;&#x5272;&#x308a;&#x5f53;&#x3066;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x65b0;&#x898f;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x3092;&#x5272;&#x308a;&#x5f53;&#x3066;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z0xpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z1BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.indirection" commandName="&#x9593;&#x63a5;&#x53c2;&#x7167;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x95a2;&#x6570;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;&#x3059;&#x308b;&#x305f;&#x3081;&#x306b;&#x9593;&#x63a5;&#x53c2;&#x7167;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z1RpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CompareWithBranchCommand" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z1hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x3059;&#x3079;&#x3066;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x5ba3;&#x8a00;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x3059;&#x3079;&#x3066;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z1xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.command" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;" description="&#x5358;&#x4e00;&#x306e;&#x88dc;&#x5b8c;&#x5019;&#x88dc;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3067;&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x547c;&#x3073;&#x51fa;&#x3059;&#x3001;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x5316;&#x53ef;&#x80fd;&#x306a;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_Hin2wBpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7Z2BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.category_id" name="&#x578b;" optional="false"/>
-  </commands>
-  <commands xmi:id="_Hi7Z2RpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToNextUnread" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x65e2;&#x8aad;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;&#x3057;&#x3001;&#x6b21;&#x306e;&#x672a;&#x8aad;&#x30bf;&#x30b9;&#x30af;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z2hpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.applyPatch" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x9069;&#x7528;..." description="1 &#x3064;&#x4ee5;&#x4e0a;&#x306e;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306b;&#x30d1;&#x30c3;&#x30c1;&#x3092;&#x9069;&#x7528;&#x3002;" category="_HixnwRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z2xpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.commands.rundefaulttasks" commandName="Gradle &#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x5b9f;&#x884c;" description="Runs the default tasks of the selected Gradle project" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z3BpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.generateEntities" commandName="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x304b;&#x3089;&#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x751f;&#x6210;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z3RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z3hpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.removeActiveSession" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x9664;&#x53bb;" category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z3xpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskRead" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x65e2;&#x8aad;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z4BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="&#x79fb;&#x52d5; - &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; " description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z4RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z4hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.indent" commandName="&#x884c;&#x306e;&#x30a4;&#x30f3;&#x30c7;&#x30f3;&#x30c8;" description="&#x73fe;&#x5728;&#x884c;&#x3092;&#x30a4;&#x30f3;&#x30c7;&#x30f3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z4xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.quick.format" commandName="&#x8981;&#x7d20;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x8981;&#x7d20;&#x3092;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z5BpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.pagedesigner.vertical" commandName="&#x5782;&#x76f4;&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;" category="_HixnxBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z5RpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30aa;&#x30fc;&#x30d0;&#x30fc;" description="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30aa;&#x30fc;&#x30d0;&#x30fc;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z5hpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.addToPersistenceUnit" commandName="&#x6c38;&#x7d9a;&#x5316;&#x5358;&#x4f4d;&#x306b;&#x8ffd;&#x52a0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z5xpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.selectPreviousChange" commandName="&#x76f4;&#x524d;&#x306e;&#x5909;&#x66f4;&#x306e;&#x9078;&#x629e;" description="&#x76f4;&#x524d;&#x306e;&#x5909;&#x66f4;&#x306e;&#x9078;&#x629e;" category="_HixnzxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z6BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.exit" commandName="&#x7d42;&#x4e86;" description="&#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x7d42;&#x4e86;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_Hi7Z6RpgEemz3-HJbLkNLg" elementId="mayPrompt" name="may prompt"/>
-  </commands>
-  <commands xmi:id="_Hi7Z6hpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="HEAD &#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x6bd4;&#x8f03;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z6xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.CompareWithCommit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3068;&#x6bd4;&#x8f03;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z7BpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="&#x958b;&#x304f;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z7RpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateAllTasks" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x975e;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x5316;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z7hpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306b;&#x8868;&#x793a;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z7xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.quickMenu" commandName="&#x300c;&#x56f2;&#x3080;&#x300d;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" description="&#x300c;&#x56f2;&#x3080;&#x300d;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z8BpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.core.ui.command.updateProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x66f4;&#x65b0;" description="Maven &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x69cb;&#x6210;&#x304a;&#x3088;&#x3073;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x3092;&#x66f4;&#x65b0;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z8RpgEemz3-HJbLkNLg" elementId="org.eclipse.tools.layout.spy.commands.layoutSpyCommand" commandName="&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;&#x30fb;&#x30b9;&#x30d1;&#x30a4;" description="&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;&#x30fb;&#x30b9;&#x30d1;&#x30a4;&#x306e;&#x8868;&#x793a;" category="_Hixn4BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z8hpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x3078;&#x30d7;&#x30c3;&#x30b7;&#x30e5;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z8xpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands.addivynature" commandName="Ivy &#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x7ba1;&#x7406;&#x306e;&#x8ffd;&#x52a0;" category="_Hin20xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z9BpgEemz3-HJbLkNLg" elementId="refresh.schema.editor.action.id" commandName="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z9RpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z9hpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.organizeManifest" commandName="&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x6210;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30fb;&#x30a2;&#x30c3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z9xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.navigate.gototype" commandName="&#x578b;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x578b;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z-BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z-RpgEemz3-HJbLkNLg" elementId="AnyEdit.base64encode.command" commandName="Base64 &#x306b;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z-hpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.convertJavaQueries" commandName="Java &#x30af;&#x30a8;&#x30ea;&#x30fc;&#x3092; XML &#x3078;&#x79fb;&#x52d5;..." category="_Hin22BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z-xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Gerrit &#x3078;&#x73fe;&#x5728;&#x306e; Head &#x3092;&#x30d7;&#x30c3;&#x30b7;&#x30e5;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Hi7Z_BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.selectAll" commandName="&#x3059;&#x3079;&#x3066;&#x9078;&#x629e;" description="&#x3059;&#x3079;&#x3066;&#x9078;&#x629e;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEisBpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.swtBotJunitShortcut.coverage" commandName="SWTBot &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="SWTBot &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEisRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEishpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsp.ui.refactor.move" commandName="&#x79fb;&#x52d5;" description="Java &#x8981;&#x7d20;&#x3092;&#x3082;&#x3046; 1 &#x3064;&#x306e;&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x3078;&#x79fb;&#x52d5;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEisxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.next.member" commandName="&#x6b21;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb;&#x5358;&#x4f4d;&#x306e;&#x6b21;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306b;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x79fb;&#x52d5;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEitBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.rebuildProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x518d;&#x30d3;&#x30eb;&#x30c9;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x518d;&#x30d3;&#x30eb;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEitRpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.pastecolumn" commandName="&#x8cbc;&#x308a;&#x4ed8;&#x3051;" category="_Hixn0RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEithpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.core.pomFileAction.run" commandName="Maven &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEitxpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.linkWithSelection" commandName="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x306b;&#x30ea;&#x30f3;&#x30af;" category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiuBpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.sourcecode" commandName="Show Source Code" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiuRpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.actions.LifeCycleInstall.run" commandName="Maven &#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiuhpgEemz3-HJbLkNLg" elementId="AnyEdit.toLowerCase.command" commandName="&#x5c0f;&#x6587;&#x5b57;&#x306b;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiuxpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteCurrentAction" commandName="&#x73fe;&#x5728;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEivBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="&#x884c;&#x3092;&#x30b3;&#x30d4;&#x30fc;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x884c;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x3066;&#x3001;&#x9078;&#x629e;&#x884c;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x5148;&#x306b;&#x79fb;&#x52d5;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEivRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.help.installationDialog" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x60c5;&#x5831;" description="&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEivhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.refactor.create.refactoring.script" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x306e;&#x4f5c;&#x6210;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x4e0a;&#x3067;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEivxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy" commandName="&#x578b;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x578b;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiwBpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.decompile.cfr" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (CFR)" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiwRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x306e;&#x4f7f;&#x7528;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x306e;&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x6027;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiwhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="1 &#x884c;&#x4e0a;&#x3078;" description="1 &#x884c;&#x4e0a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiwxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x5148;&#x982d;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x5148;&#x982d;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEixBpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.updatepasswordcommand" commandName="&#x30d1;&#x30b9;&#x30ef;&#x30fc;&#x30c9;&#x306e;&#x66f4;&#x65b0;..." description="&#x30d1;&#x30b9;&#x30ef;&#x30fc;&#x30c9;&#x306e;&#x66f4;&#x65b0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEixRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.addBlock.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x306b;&#x3088;&#x308b;&#x7f6e;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x306b;&#x3088;&#x308b;&#x7f6e;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEixhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.commons.ui.command.AddRepository" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8ffd;&#x52a0;" category="_Hin22xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEixxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x306e;&#x9078;&#x629e;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiyBpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Ant &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Ant &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiyRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.revision.graph.command.ShowRevisionGraphCommand" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x30fb;&#x30b0;&#x30e9;&#x30d5;&#x306e;&#x8868;&#x793a;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiyhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.addNonNLS" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x975e; NLS &#x30bf;&#x30b0;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x975e; NLS &#x30bf;&#x30b0;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEiyxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="&#x5909;&#x66f4;&#x306a;&#x3057;&#x3092;&#x60f3;&#x5b9a;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEizBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.closePerspective" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x73fe;&#x5728;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEizRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6; Id"/>
-  </commands>
-  <commands xmi:id="_HjEizhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x9078;&#x629e;&#x3092;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEizxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.ui.nextSibling" commandName="&#x6b21;&#x306e;&#x5144;&#x5f1f;" description="&#x6b21;&#x306e;&#x5144;&#x5f1f;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi0BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x5f0f;&#x3092;&#x65b0;&#x3057;&#x3044;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3001;&#x305d;&#x306e;&#x65b0;&#x3057;&#x3044;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi0RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type" commandName="&#x578b;&#x3092;&#x958b;&#x304f;" description="&#x578b;&#x3092; JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi0hpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.dash.ShowBootDashboard" commandName="Boot &#x30c0;&#x30c3;&#x30b7;&#x30e5;&#x30dc;&#x30fc;&#x30c9;" description="Boot &#x30c0;&#x30c3;&#x30b7;&#x30e5;&#x30dc;&#x30fc;&#x30c9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi0xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="URL &#x304b;&#x3089;&#x864e;&#x306e;&#x5dfb;&#x3092;&#x958b;&#x304f;" description="&#x6307;&#x5b9a;&#x6e08;&#x307f; URL &#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x304b;&#x3089;&#x864e;&#x306e;&#x5dfb;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;&#x3002;" category="_Hixn1BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEi1BpgEemz3-HJbLkNLg" elementId="cheatSheetId" name="&#x8b58;&#x5225;&#x5b50;" optional="false"/>
-    <parameters xmi:id="_HjEi1RpgEemz3-HJbLkNLg" elementId="name" name="&#x540d;&#x524d;" optional="false"/>
-    <parameters xmi:id="_HjEi1hpgEemz3-HJbLkNLg" elementId="url" name="URL" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjEi1xpgEemz3-HJbLkNLg" elementId="revert.schema.editor.action.id" commandName="&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x5143;&#x306b;&#x623b;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi2BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.debug" commandName="XSLT &#x5909;&#x63db;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="XSLT &#x5909;&#x63db;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3059;&#x308b;&#x305f;&#x3081;&#x306e;&#x69cb;&#x6210;&#x3092;&#x4f5c;&#x6210;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi2RpgEemz3-HJbLkNLg" elementId="org.eclipse.contribution.xref.show.xref" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x76f8;&#x4e92;&#x53c2;&#x7167;(&amp;Q)" description="Shows the cross references for the editor input" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi2hpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x3078;&#x30d7;&#x30c3;&#x30b7;&#x30e5;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi2xpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.core.ui.command.addDependency" commandName="Maven &#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x8ffd;&#x52a0;" description="Maven &#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x8ffd;&#x52a0;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi3BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="&#x5b9f;&#x884c;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi3RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x9078;&#x629e;&#x3092;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi3hpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.core.synchronizeClasses" commandName="&#x30af;&#x30e9;&#x30b9;&#x30fb;&#x30ea;&#x30b9;&#x30c8;&#x306e;&#x540c;&#x671f;&#x5316;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi3xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.breakpoint.properties" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;..." description="Modify breakpoint properties" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi4BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.navigate.gotopackage" commandName="&#x30d5;&#x30a9;&#x30eb;&#x30c0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30d5;&#x30a9;&#x30eb;&#x30c0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi4RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi4hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.closeAllSaved" commandName="&#x4fdd;&#x5b58;&#x6e08;&#x307f;&#x3092;&#x3059;&#x3079;&#x3066;&#x9589;&#x3058;&#x308b;" description="Close all saved editors" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi4xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.launchShortcut.run" commandName="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x3067;&#x5b9f;&#x884c;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x4e0a;&#x306e;&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x3092;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi5BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.inner.to.top.level" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x30c8;&#x30c3;&#x30d7;&#x30fb;&#x30ec;&#x30d9;&#x30eb;&#x306b;&#x5909;&#x63db;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x30c8;&#x30c3;&#x30d7;&#x30fb;&#x30ec;&#x30d9;&#x30eb;&#x306b;&#x5909;&#x63db;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi5RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.redo" commandName="&#x3084;&#x308a;&#x76f4;&#x3057;" description="&#x6700;&#x5f8c;&#x306e;&#x64cd;&#x4f5c;&#x3092;&#x3084;&#x308a;&#x76f4;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi5hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.launchShortcut.debug" commandName="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x3067;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x4e0a;&#x306e;&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi5xpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.editor.RenameArtifactAction" commandName="Maven &#x30a2;&#x30fc;&#x30c6;&#x30a3;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi6BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x9078;&#x629e;" description="&#x3053;&#x306e;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306b;&#x9069;&#x7528;&#x3067;&#x304d;&#x308b;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi6RpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSQLAction" commandName="&#x3059;&#x3079;&#x3066;&#x5b9f;&#x884c;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi6hpgEemz3-HJbLkNLg" elementId="AnyEdit.compareWith.editor" commandName="&#x958b;&#x3044;&#x305f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3068;&#x6bd4;&#x8f03;..." category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi6xpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="&#x540d;&#x524d;&#x5909;&#x66f4; - &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; " description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x3092;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi7BpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.api.tools.ui.remove.filters" commandName="API &#x554f;&#x984c;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3092;&#x9664;&#x53bb;(&amp;A)..." description="&#x3053;&#x306e;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e; API &#x554f;&#x984c;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3092;&#x9664;&#x53bb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi7RpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CompareWithWorkingCopyCommand" commandName="&#x4f5c;&#x696d;&#x30b3;&#x30d4;&#x30fc;&#x304b;&#x3089; Base" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi7hpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.view.ui.command.newview" commandName="&#x65b0;&#x898f;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" category="_HixnzhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi7xpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.externalize.strings" commandName="&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x5916;&#x90e8;&#x5316;" description="&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x3066;&#x3044;&#x306a;&#x3044;&#x3059;&#x3079;&#x3066;&#x306e;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x691c;&#x7d22;&#x3057;&#x3001;&#x305d;&#x308c;&#x3089;&#x3092;&#x5225;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi8BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.extractConstant.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi8RpgEemz3-HJbLkNLg" elementId="org.eclipse.lsp4e.showkindinoutline" commandName="Show Kind in Outline" category="_HixnzRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi8hpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CherryPick" commandName="&#x30c1;&#x30a7;&#x30ea;&#x30fc;&#x30fb;&#x30d4;&#x30c3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi8xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.close" commandName="&#x9589;&#x3058;&#x308b;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi9BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch" commandName="try/catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x3080;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; try/catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi9RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.previous.member" commandName="&#x524d;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb;&#x5358;&#x4f4d;&#x306e;&#x524d;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306b;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x79fb;&#x52d5;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi9hpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.aop.matcher.actions.openPointcutMatcherPage" commandName="Spring &#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30ab;&#x30c3;&#x30c8;&#x4e00;&#x81f4;" description="Spring &#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30ab;&#x30c3;&#x30c8;&#x4e00;&#x81f4;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi9xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.Reset" commandName="&#x30ea;&#x30bb;&#x30c3;&#x30c8;..." category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEi-BpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjEi-RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="&#x524d;&#x306e;&#x30b5;&#x30d6;&#x30fb;&#x30bf;&#x30d6;" description="&#x524d;&#x306e;&#x30b5;&#x30d6;&#x30fb;&#x30bf;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi-hpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.SynchronizeCommand" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x3068;&#x540c;&#x671f;&#x5316;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi-xpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.hashcode.equals" commandName="hashCode() &#x304a;&#x3088;&#x3073; equals() &#x306e;&#x751f;&#x6210;" description="&#x305d;&#x306e;&#x578b;&#x306e; hashCode() &#x304a;&#x3088;&#x3073; equals() &#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi_BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.js.gulp.commands.gulpLaunch" commandName="Run as Gulp Task" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEi_RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.showIn" commandName="&#x8868;&#x793a;" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEi_hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.showIn.targetId" name="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8; Id &#x3067;&#x8868;&#x793a;" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjEi_xpgEemz3-HJbLkNLg" elementId="sed.tabletree.collapseAll" commandName="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjABpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.decompile.procyon" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (Procyon)" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjARpgEemz3-HJbLkNLg" elementId="CheckstylePlugin.ApplyCheckstyleFixes" commandName="Checkstyle &#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x9069;&#x7528;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a; Checkstyle &#x30af;&#x30a4;&#x30c3;&#x30af;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x3092;&#x9069;&#x7528;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjAhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x306e;&#x524a;&#x9664;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjAxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="&#x5165;&#x529b;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;" description="&#x5165;&#x529b;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin21hpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEjBBpgEemz3-HJbLkNLg" elementId="title" name="&#x30bf;&#x30a4;&#x30c8;&#x30eb;"/>
-    <parameters xmi:id="_HjEjBRpgEemz3-HJbLkNLg" elementId="message" name="&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;"/>
-    <parameters xmi:id="_HjEjBhpgEemz3-HJbLkNLg" elementId="initialValue" name="&#x521d;&#x671f;&#x5024;"/>
-    <parameters xmi:id="_HjEjBxpgEemz3-HJbLkNLg" elementId="cancelReturns" name="&#x30ad;&#x30e3;&#x30f3;&#x30bb;&#x30eb;&#x6642;&#x306e;&#x623b;&#x308a;&#x5024;"/>
-  </commands>
-  <commands xmi:id="_HjEjCBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="&#x30ea;&#x30d9;&#x30fc;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjCRpgEemz3-HJbLkNLg" elementId="AnyEdit.unescape.command" commandName="HTML &#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x6587;&#x5b57;&#x306b;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjChpgEemz3-HJbLkNLg" elementId="egradle.editor.commands.quickoutline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="Show quick outline dialog" category="_Hixn2RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjCxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x306e;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x306e;&#x751f;&#x6210;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x306e;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x3066;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjDBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskComplete" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x5b8c;&#x4e86;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjDRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjDhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;" description="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjDxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjEBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.Revert" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x623b;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjERpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;..." description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x306e; Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306b;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x307e;&#x305f;&#x306f;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjEhpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.addAsBeanConfig" commandName="Add as Bean Configuration" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjExpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.commands.CoverageLast" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjFBpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="&#x5de6;&#x304b;&#x3089;&#x53f3;&#x306b;&#x3059;&#x3079;&#x3066;&#x30b3;&#x30d4;&#x30fc;" description="&#x5de6;&#x304b;&#x3089;&#x53f3;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x5909;&#x66f4;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_HixnzxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjFRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.EditPropertiesCommand" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjFhpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.cutcolumn" commandName="&#x5207;&#x308a;&#x53d6;&#x308a;" category="_Hixn0RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjFxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.debug.ui.evaluate.command" commandName="&#x8a55;&#x4fa1;" description="Evaluates the selected text in the JavaScript editor" category="_HixnzBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjGBpgEemz3-HJbLkNLg" elementId="AnyEdit.sortNumericallyAscending.command" commandName="&#x6570;&#x5024; 0-9 &#x3067;&#x30bd;&#x30fc;&#x30c8;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjGRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="&#x300c;&#x56f2;&#x3080;&#x300d;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" description="&#x300c;&#x56f2;&#x3080;&#x300d;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjGhpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x691c;&#x7d22;" description="&#x300c;&#x691c;&#x7d22;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x691c;&#x7d22;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjGxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjHBpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.removeAsBeanConfig" commandName="Remove as Bean Configuration" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjHRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x8ffd;&#x52a0;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjHhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java &#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" description="&#x6307;&#x5b9a;&#x3055;&#x308c;&#x305f; Java &#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3001;&#x7de8;&#x96c6;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjHxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.navigate.open.type.in.hierarchy" commandName="&#x968e;&#x5c64;&#x3067;&#x578b;&#x3092;&#x958b;&#x304f;" description="&#x578b;&#x3092;&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjIBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearActiveTime" commandName="&#x4f5c;&#x696d;&#x6642;&#x9593;&#x306e;&#x30af;&#x30ea;&#x30a2;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjIRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="&#x30d3;&#x30eb;&#x30c9; Id &#x60c5;&#x5831;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3078;&#x30b3;&#x30d4;&#x30fc;" description="Copies the build identification information to the clipboard." category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjIhpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.commands.refreshproject" commandName="Gradle &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" description="Synchronizes the Gradle builds of the selected projects with the workspace" category="_Hin2whpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjIxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjJBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.task.attachContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x6dfb;&#x4ed8;" category="_Hin2xxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjJRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor" commandName="XPath Processor" category="_Hin22RpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEjJhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.commands.radioStateParameter" name="State" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjEjJxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CompareWithTagCommand" commandName="&#x30bf;&#x30b0;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjKBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="&#x524d;&#x306e;&#x5358;&#x8a9e;" description="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x306b;&#x623b;&#x308a;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjKRpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.connector.local.command.launch" commandName="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_HixnzhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjKhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.preferences" commandName="&#x8a2d;&#x5b9a;" description="&#x8a2d;&#x5b9a;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEjKxpgEemz3-HJbLkNLg" elementId="preferencePageId" name="&#x8a2d;&#x5b9a;&#x30da;&#x30fc;&#x30b8;"/>
-  </commands>
-  <commands xmi:id="_HjEjLBpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.sourcelookup.ui.openSourceLookupInfoDialog" commandName="Source Lookup Info" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjLRpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.disassembler" commandName="Show Disassembler" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjLhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.Squash" commandName="&#x30b9;&#x30ab;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjLxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.copy" commandName="&#x30b3;&#x30d4;&#x30fc;" description="&#x9078;&#x629e;&#x5185;&#x5bb9;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjMBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.nextView" commandName="&#x6b21;&#x306e;&#x30d3;&#x30e5;&#x30fc;" description="&#x6b21;&#x306e;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjMRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.revertToSaved" commandName="&#x4fdd;&#x5b58;&#x6e08;&#x307f;&#x306b;&#x623b;&#x3059;" description="&#x524d;&#x56de;&#x4fdd;&#x5b58;&#x3057;&#x305f;&#x72b6;&#x614b;&#x306b;&#x623b;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjMhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjMxpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="&#x6307;&#x5b9a;&#x884c;&#x307e;&#x3067;&#x5b9f;&#x884c;" description="&#x518d;&#x958b;&#x3057;&#x3001;&#x73fe;&#x5728;&#x884c;&#x307e;&#x3067;&#x5b9f;&#x884c;&#x3059;&#x308b;&#x3068;&#x4e2d;&#x65ad;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjNBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.navigate.java.open.structure" commandName="&#x69cb;&#x9020;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x69cb;&#x9020;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjNRpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.debug" commandName="OSGi &#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x30ef;&#x30fc;&#x30af;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="OSGi &#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x30ef;&#x30fc;&#x30af;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjNhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewPaste" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d1;&#x30b9;&#x307e;&#x305f;&#x306f; URI &#x306e;&#x8cbc;&#x308a;&#x4ed8;&#x3051;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjNxpgEemz3-HJbLkNLg" elementId="org.eclipse.lsp4e.symbolinfile" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x30b7;&#x30f3;&#x30dc;&#x30eb;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_HixnzRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjOBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.showChangeRulerInformation" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af; Diff &#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x884c;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af; diff &#x307e;&#x305f;&#x306f;&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;&#x3092;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3057;&#x305f;&#x30db;&#x30d0;&#x30fc;&#x5185;&#x306b;&#x8868;&#x793a;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjORpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.upperCase" commandName="&#x5927;&#x6587;&#x5b57;&#x306b;&#x5909;&#x66f4;" description="&#x9078;&#x629e;&#x884c;&#x3092;&#x5927;&#x6587;&#x5b57;&#x306b;&#x5909;&#x66f4;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjOhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x30fb;&#x30d5;&#x30a7;&#x30c3;&#x30c1;&#x306e;&#x69cb;&#x6210;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjOxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.goInto" commandName="&#x4e2d;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x306b;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjPBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.MarkAsMergedCommand" commandName="&#x30de;&#x30fc;&#x30b8;&#x6e08;&#x307f;&#x3068;&#x30de;&#x30fc;&#x30af;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjPRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.ConfigureUpstreamPush" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x30fb;&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x69cb;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjPhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x306e;&#x5b9f;&#x884c;..." description="&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x306e;&#x5b9f;&#x884c;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjPxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x7d42;&#x308f;&#x308a;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjQBpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.resetOnDump" commandName="&#x30c0;&#x30f3;&#x30d7;&#x3067;&#x30ea;&#x30bb;&#x30c3;&#x30c8;" category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjQRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.minimizePart" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5c0f;&#x5316;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5c0f;&#x5316;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjQhpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.command1" commandName="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x633f;&#x5165;" category="_Hixn1xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjQxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Untrack" commandName="&#x30a2;&#x30f3;&#x30c8;&#x30e9;&#x30c3;&#x30af;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjRBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.add.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjRRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.showSystemMenu" commandName="&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjRhpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands.revdepexplorer" commandName="&#x30ea;&#x30d0;&#x30fc;&#x30b9;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067;&#x8868;&#x793a;" category="_Hin20xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjRxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.AllInstances" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30a4;&#x30f3;&#x30b9;&#x30bf;&#x30f3;&#x30b9;" description="View all instances of the selected type loaded in the target VM" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjSBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30a2;&#x30fc;&#x3067;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjSRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x884c;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjShpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.actions.LifeCycleTest.run" commandName="Maven &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjSxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.run" commandName="XSLT &#x5909;&#x63db;&#x306e;&#x5b9f;&#x884c;" description="XSLT &#x5909;&#x63db;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3059;&#x308b;&#x305f;&#x3081;&#x306e;&#x69cb;&#x6210;&#x3092;&#x4f5c;&#x6210;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjTBpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.internal.actions.remaptoprojectcommand" commandName="Link with Project" description="Link the cloud application with the project." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjTRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.savePerspective" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306e;&#x5225;&#x540d;&#x4fdd;&#x5b58;" description="&#x73fe;&#x5728;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x4fdd;&#x5b58;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjThpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype" commandName="&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a;&#x5834;&#x5408;&#x306b;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x4f7f;&#x7528;" description="&#x4ee3;&#x308f;&#x308a;&#x306b;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x4f7f;&#x7528;&#x3059;&#x308b;&#x578b;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjTxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.assignParamToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjUBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Git &#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x306e;&#x69cb;&#x6210;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjURpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.refactoring.command.moveBeanClass" commandName="Bean &#x8981;&#x7d20;&#x306e;&#x79fb;&#x52d5; (&#x30af;&#x30e9;&#x30b9;)(&amp;M)..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjUhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level" commandName="&#x578b;&#x3092;&#x65b0;&#x898f;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306b;&#x79fb;&#x52d5;" description="&#x578b;&#x3092;&#x65b0;&#x898f;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306b;&#x79fb;&#x52d5;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjUxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.TagCommand" commandName="&#x30bf;&#x30b0;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjVBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.linkWithEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x306e;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x9078;&#x629e;&#x3067;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x9078;&#x629e;&#x306e;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjVRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.open.file.from.source" commandName="&#x9078;&#x629e;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30f3;&#x30af;&#x3067;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304f;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjVhpgEemz3-HJbLkNLg" elementId="AnyEdit.escape.command" commandName="&#x6587;&#x5b57;&#x3092; HTML &#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x306b;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjVxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x968e;&#x5c64;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x968e;&#x5c64;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjWBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults" commandName="&#x30c6;&#x30b9;&#x30c8;&#x7d50;&#x679c;&#x306e;&#x8868;&#x793a;" category="_Hin2wxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjWRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x9078;&#x629e;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x73fe;&#x5728;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x3001;&#x30d6;&#x30ed;&#x30c3;&#x30af;/&#x5217;&#x9078;&#x629e;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjWhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.goto.matching.bracket" commandName="&#x4e00;&#x81f4;&#x3059;&#x308b;&#x6587;&#x5b57;" description="Go to Matching Character" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjWxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjXBpgEemz3-HJbLkNLg" elementId="AnyEdit.countAll.command" commandName="&#x9078;&#x629e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30ab;&#x30a6;&#x30f3;&#x30c8;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjXRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="HEAD &#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3067;&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3068;&#x6bd4;&#x8f03;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjXhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x30aa;&#x30fc;&#x30d0;&#x30fc;&#x30e9;&#x30a4;&#x30c9;/&#x5b9f;&#x88c5;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x30aa;&#x30fc;&#x30d0;&#x30fc;&#x30e9;&#x30a4;&#x30c9;&#x307e;&#x305f;&#x306f;&#x5b9f;&#x88c5;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjXxpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.snipmatch.rcp.commands.completion" commandName="Snipmatch &#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;&#x88dc;&#x5b8c;" description="Open a dialog to search for and insert code snippets" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjYBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjYRpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jaxb.eclipselink.ui.command.addEclipseLinkJaxbProperty" commandName="Add EclipseLink JAXB property" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjYhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.convertToDocbookCommand" commandName="Docbook &#x306e;&#x751f;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjYxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.part.nextPage" commandName="&#x6b21;&#x30da;&#x30fc;&#x30b8;" description="&#x6b21;&#x30da;&#x30fc;&#x30b8;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjZBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.change.type" commandName="&#x5ba3;&#x8a00;&#x3055;&#x308c;&#x305f;&#x578b;&#x306e;&#x4e00;&#x822c;&#x5316;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5909;&#x6570;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x4f7f;&#x7528;&#x6cd5;&#x306b;&#x5408;&#x3063;&#x305f;&#x3088;&#x308a;&#x4e00;&#x822c;&#x7684;&#x306a;&#x578b;&#x306b;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjZRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CreateBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x4f5c;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjZhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjZxpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.restart.commands.restart" commandName="Trigger Restart" description="Restart Spring Boot Application" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjaBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x30af;&#x30ed;&#x30fc;&#x30f3;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjaRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="&#x30de;&#x30fc;&#x30af;&#x306e;&#x30af;&#x30ea;&#x30a2;" description="&#x30de;&#x30fc;&#x30af;&#x3092;&#x30af;&#x30ea;&#x30a2;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjahpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.quick_outline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjaxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.inline" commandName="&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;" description="&#x5b9a;&#x6570;&#x3001;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3001;&#x307e;&#x305f;&#x306f;&#x95a2;&#x6570;&#x3092;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x306b;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjbBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x9664;&#x53bb;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjbRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.PackagesView" commandName="JavaScript &#x30d5;&#x30a9;&#x30eb;&#x30c0;&#x30fc;" description="&#x30d5;&#x30a9;&#x30eb;&#x30c0;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjbhpgEemz3-HJbLkNLg" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="&#x5916;&#x90e8;&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x958b;&#x304f;" description="&#x73fe;&#x5728;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x5916;&#x90e8;&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x3092; Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjbxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CleanupCommand" commandName="&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjcBpgEemz3-HJbLkNLg" elementId="org.eclipse.rap.tools.intro.internal.commands.launchRAPApplication" commandName="&#x30c1;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30fc;&#x30c8;&#x304b;&#x3089; RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x8d77;&#x52d5;" description="&#x30c1;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30fc;&#x30c8;&#x304b;&#x3089; RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x8d77;&#x52d5;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjcRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x4f5c;&#x6210;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjchpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjcxpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.snipmatch.rcp.commands.createSnippet" commandName="&#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;&#x306e;&#x4f5c;&#x6210;..." description="Creates a new Snipmatch code snippet from the current editor&#x2019;s text selection" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjdBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.PushTags" commandName="&#x30bf;&#x30b0;&#x3078;&#x30d7;&#x30c3;&#x30b7;&#x30e5;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjdRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="&#x30ea;&#x30d9;&#x30fc;&#x30b9;&#x3092;&#x7d9a;&#x884c;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjdhpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.disconnectcommand" commandName="&#x5207;&#x65ad;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x306e;&#x5207;&#x65ad;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjdxpgEemz3-HJbLkNLg" elementId="org.eclipse.help.ui.closeTray" commandName="&#x30e6;&#x30fc;&#x30b6;&#x30fc;&#x652f;&#x63f4;&#x30c8;&#x30ec;&#x30a4;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30d8;&#x30eb;&#x30d7;&#x60c5;&#x5831;&#x304a;&#x3088;&#x3073;&#x864e;&#x306e;&#x5dfb;&#x3092;&#x542b;&#x3080;&#x30e6;&#x30fc;&#x30b6;&#x30fc;&#x652f;&#x63f4;&#x30c8;&#x30ec;&#x30a4;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;&#x3002;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjeBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjeRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.Resume" commandName="&#x518d;&#x958b;" description="&#x518d;&#x958b;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjehpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.SetKeywordsCommand" commandName="&#x30ad;&#x30fc;&#x30ef;&#x30fc;&#x30c9;&#x306e;&#x8a2d;&#x5b9a;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjexpgEemz3-HJbLkNLg" elementId="AnyEdit.unicodify.command" commandName="&#x30e6;&#x30cb;&#x30b3;&#x30fc;&#x30c9;&#x8868;&#x8a18;&#x306b;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjfBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x884c;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjfRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.open.context.dialog" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_Hin2xxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjfhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.restartWorkbench" commandName="&#x518d;&#x958b;" description="&#x30ef;&#x30fc;&#x30af;&#x30d9;&#x30f3;&#x30c1;&#x306e;&#x518d;&#x8d77;&#x52d5;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjfxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjgBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.CompareWithRef" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x3001;&#x30bf;&#x30b0;&#x307e;&#x305f;&#x306f;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x6bd4;&#x8f03;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjgRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.attachment.retrieveContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x6dfb;&#x4ed8;&#x3092;&#x53d6;&#x5f97;" category="_Hin2xxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjghpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="&#x4e0a;&#x66f8;&#x304d;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x4e0a;&#x66f8;&#x304d;&#x30e2;&#x30fc;&#x30c9;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjgxpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.dash.boot.dash.RestartAction" commandName="(&#x518d;) &#x8d77;&#x52d5;" description="(Re)start Boot App" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjhBpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands.resolve" commandName="&#x89e3;&#x6c7a;" category="_Hin20xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjhRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="&#x30d7;&#x30eb;&#x30fb;&#x30a2;&#x30c3;&#x30d7;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjhhpgEemz3-HJbLkNLg" elementId="AnyEdit.formatStackTrace.command" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjhxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x6298;&#x308a;&#x305f;&#x305f;&#x307e;&#x308c;&#x305f;&#x3059;&#x3079;&#x3066;&#x306e;&#x9818;&#x57df;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjiBpgEemz3-HJbLkNLg" elementId="AnyEdit.openFileFromTextEditor.command" commandName="&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x4e0a;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjiRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.try.catch" commandName="try/catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x3080;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; try/catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjihpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.RefreshRepositoryTasks" commandName="&#x5909;&#x66f4;&#x3092;&#x540c;&#x671f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjixpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="&#x76e3;&#x8996;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x76e3;&#x8996;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x307e;&#x305f;&#x306f;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjjBpgEemz3-HJbLkNLg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30ab;&#x30bf;&#x30ed;&#x30b0;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEjjRpgEemz3-HJbLkNLg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/>
-  </commands>
-  <commands xmi:id="_HjEjjhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;&#x3002;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjjxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304f;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjkBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter" commandName="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5f0f;&#x3092;&#x57fa;&#x306b;&#x65b0;&#x898f;&#x95a2;&#x6570;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjkRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="&#x30b5;&#x30d6;&#x30e2;&#x30b8;&#x30e5;&#x30fc;&#x30eb;&#x306e;&#x66f4;&#x65b0;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjkhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" description="Launch in profile mode" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjkxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Pull" commandName="&#x30d7;&#x30eb;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjlBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" commandName="JavaScript &#x578b;&#x968e;&#x5c64;" description="&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjlRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="&#x30de;&#x30fc;&#x30af;&#x306e;&#x4ea4;&#x63db;" description="&#x30de;&#x30fc;&#x30af;&#x3092;&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x4f4d;&#x7f6e;&#x3068;&#x4ea4;&#x63db;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjlhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjlxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.interest.increment" commandName="&#x76ee;&#x5370;&#x306b;&#x3059;&#x308b;" description="&#x76ee;&#x5370;&#x306b;&#x3059;&#x308b;" category="_Hin2xxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjmBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment" commandName="JSdoc &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="Jsdoc &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x30fb;&#x30b9;&#x30bf;&#x30d6;&#x3092;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x8981;&#x7d20;&#x306b;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjmRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x968e;&#x5c64;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x968e;&#x5c64;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjmhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="&#x30d5;&#x30a7;&#x30c3;&#x30c1;&#x69cb;&#x6210;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjmxpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.api.tools.ui.convert.javadocs" commandName="API &#x30c4;&#x30fc;&#x30eb; Javadoc &#x30bf;&#x30b0;&#x306e;&#x5909;&#x63db;(&amp;J)..." description="&#x65e2;&#x5b58;&#x306e; Javadoc &#x30bf;&#x30b0;&#x3092;&#x6ce8;&#x91c8;&#x3078;&#x5909;&#x63db;&#x3059;&#x308b;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x958b;&#x59cb;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjnBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.ReplaceWithTagCommand" commandName="&#x30bf;&#x30b0;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjnRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.open.external.javadoc" commandName="&#x6dfb;&#x4ed8;&#x3055;&#x308c;&#x305f; Javadoc &#x3092;&#x958b;&#x304f;" description="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x9078;&#x629e;&#x8981;&#x7d20;&#x306e;&#x6dfb;&#x4ed8;&#x3055;&#x308c;&#x305f; Javadoc &#x3092;&#x958b;&#x304f;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjnhpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.run" commandName="OSGi &#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x30ef;&#x30fc;&#x30af;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="OSGi &#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x30ef;&#x30fc;&#x30af;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjnxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.UpdateToRevisionCommand" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3078;&#x66f4;&#x65b0;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjoBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="&#x5de6;&#x3078;&#x30b7;&#x30d5;&#x30c8;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x5de6;&#x3078;&#x30b7;&#x30d5;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjoRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.structure.select.next" commandName="&#x6b21;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjohpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Push" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjoxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="&#x30af;&#x30e9;&#x30b9;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30e9;&#x30b9;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjpBpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.convertJavaProjectToJpa" commandName="JPA &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3078;&#x5909;&#x63db;..." category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjpRpgEemz3-HJbLkNLg" elementId="org.eclipse.emf.codegen.ecore.ui.Generate" commandName="&#x30b3;&#x30fc;&#x30c9;&#x306e;&#x751f;&#x6210;" description="Generate code for the EMF models in the workspace" category="_Hixn0xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjphpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.ShareProjectsCommand" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8; (1 &#x3064;&#x4ee5;&#x4e0a;) &#x306e;&#x5171;&#x7528;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjpxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.generate.javadoc" commandName="JsDoc &#x306e;&#x751f;&#x6210;" description="JavaScript &#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x9078;&#x629e;&#x53ef;&#x80fd;&#x30bb;&#x30c3;&#x30c8;&#x306b;&#x3064;&#x3044;&#x3066; Jsdoc &#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjqBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;&#x3055;&#x308c;&#x305f;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x524a;&#x9664;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjqRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x958b;&#x304f;" category="_Hixn3BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjqhpgEemz3-HJbLkNLg" elementId="org.eclipse.tips.ide.command.open" commandName="&#x4eca;&#x65e5;&#x306e;&#x30d2;&#x30f3;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjqxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.source.quickMenu" commandName="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;" description="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjrBpgEemz3-HJbLkNLg" elementId="AnyEdit.base64decode.command" commandName="Base64 &#x304b;&#x3089;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjrRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.specific_content_assist.command" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;" description="&#x5358;&#x4e00;&#x306e;&#x88dc;&#x5b8c;&#x5019;&#x88dc;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3067;&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x547c;&#x3073;&#x51fa;&#x3059;&#x3001;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x5316;&#x53ef;&#x80fd;&#x306a;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_Hin2wBpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEjrhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="&#x578b;" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjEjrxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjsBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.expandAll" commandName="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" description="Expand the current tree" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjsRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.saveAll" commandName="&#x3059;&#x3079;&#x3066;&#x4fdd;&#x5b58;" description="&#x73fe;&#x5728;&#x306e;&#x5185;&#x5bb9;&#x3092;&#x3059;&#x3079;&#x3066;&#x4fdd;&#x5b58;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjshpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.method.exits" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x51fa;&#x53e3;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x623b;&#x308a;&#x578b;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x51fa;&#x53e3;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjsxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.matching.bracket" commandName="&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x89d2;&#x62ec;&#x5f27;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x3092;&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x89d2;&#x62ec;&#x5f27;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjtBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjtRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.closeOthers" commandName="&#x305d;&#x306e;&#x4ed6;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x4ee5;&#x5916;&#x3092;&#x3059;&#x3079;&#x3066;&#x9589;&#x3058;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjthpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element" commandName="&#x540d;&#x524d;&#x5909;&#x66f4; - &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; " description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x3092;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjtxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="&#x884c;&#x3092;&#x5143;&#x306b;&#x623b;&#x3059;" description="&#x73fe;&#x5728;&#x884c;&#x3092;&#x5143;&#x306b;&#x623b;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjuBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;..." description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjuRpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.generateDynamicEntities" commandName="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x304b;&#x3089;&#x52d5;&#x7684;&#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x751f;&#x6210;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjuhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.ShowAnnotationCommand" commandName="&#x6ce8;&#x91c8;&#x306e;&#x8868;&#x793a;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjuxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x304b;&#x3089;&#x30d5;&#x30a7;&#x30c3;&#x30c1;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjvBpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.sourcelookup.ui.importBinaryProject" commandName="Import Binary Project" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjvRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.previousEditor" commandName="&#x524d;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="&#x524d;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjvhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.copy.qualified.name" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x30b3;&#x30d4;&#x30fc;" description="&#x5b8c;&#x5168;&#x4fee;&#x98fe;&#x540d;&#x3092;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x306e;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjvxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.promote.local.variable" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x5909;&#x63db;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjwBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.zoomIn" commandName="&#x30ba;&#x30fc;&#x30e0;&#x30a4;&#x30f3;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30ba;&#x30fc;&#x30e0;&#x30fb;&#x30a4;&#x30f3; - &#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30d5;&#x30a9;&#x30f3;&#x30c8;&#x30fb;&#x30b5;&#x30a4;&#x30ba;&#x3092;&#x5927;&#x304d;&#x304f;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjwRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="&#x5225;&#x306b;&#x958b;&#x304f;" description="&#x5225;&#x306e;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjwhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" commandName="JavaScript &#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" description="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjwxpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands.resolveall" commandName="&#x3059;&#x3079;&#x3066;&#x89e3;&#x6c7a;" category="_Hin20xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjxBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.changeToStatic" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x9759;&#x7684;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x3078;&#x306e;&#x5909;&#x66f4;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x9759;&#x7684;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x3078;&#x306e;&#x5909;&#x66f4;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjxRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="&#x65b0;&#x898f;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;" description="&#x65b0;&#x898f;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjxhpgEemz3-HJbLkNLg" elementId="com.xored.glance.commands.open" commandName="Glance &#x3092;&#x958b;&#x304f;" description="Glance &#x691c;&#x7d22;&#x30d1;&#x30cd;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_Hin2yRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjxxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="&#x7121;&#x95a2;&#x4fc2;&#x306a;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x7121;&#x95a2;&#x4fc2;&#x306a;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9589;&#x3058;&#x308b;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjyBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field" commandName="&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306e;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;" description="&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x53d6;&#x5f97;&#x304a;&#x3088;&#x3073;&#x8a2d;&#x5b9a;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x3001;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306b;&#x306f;&#x3053;&#x308c;&#x3089;&#x306e;&#x307f;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjyRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.markers.copyMarkerResourceQualifiedName" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x4fee;&#x98fe;&#x540d;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;" description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x4fee;&#x98fe;&#x540d;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjyhpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.run" commandName="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjyxpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x3067;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7279;&#x5b9a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjzBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.superclass" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x62bd;&#x51fa;" description="&#x4e00;&#x9023;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x305d;&#x306e;&#x65b0;&#x898f;&#x306e;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x4f7f;&#x7528;&#x3092;&#x8a66;&#x307f;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjzRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.remove.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x9664;&#x53bb;" description="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x9664;&#x53bb;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjzhpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x30fb;&#x30b9;&#x30d1;&#x30a4;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30b9;&#x30d1;&#x30a4;&#x306e;&#x8868;&#x793a;" category="_Hixn4BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEjzxpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.entityMappingsAddPersistentClass" commandName="&#x30af;&#x30e9;&#x30b9;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin22hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj0BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.constructor.using.fields" commandName="&#x5909;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x751f;&#x6210;" description="&#x521d;&#x671f;&#x5316;&#x3059;&#x308b;&#x5909;&#x6570;&#x304a;&#x3088;&#x3073;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x547c;&#x3073;&#x51fa;&#x3059;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059; " category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj0RpgEemz3-HJbLkNLg" elementId="AnyEdit.sortNumericallyDescending.command" commandName="&#x6570;&#x5024; 9-0 &#x3067;&#x30bd;&#x30fc;&#x30c8;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj0hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="&#x578b;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x578b;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj0xpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.core.ui.command.openPom" commandName="Maven POM &#x3092;&#x958b;&#x304f;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj1BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.index.rebuild" commandName="Java &#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x518d;&#x30d3;&#x30eb;&#x30c9;" description="Rebuilds the Java index database" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj1RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.addBookmark" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;" description="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj1hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsd.ui.refactor.rename.element" commandName="XSD &#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;(&amp;R)" description="XSD &#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj1xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.set.mark" commandName="&#x30de;&#x30fc;&#x30af;&#x306e;&#x8a2d;&#x5b9a;" description="&#x30de;&#x30fc;&#x30af;&#x3092;&#x8a2d;&#x5b9a;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj2BpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.goToPreviousUnread" commandName="&#x524d;&#x306e;&#x672a;&#x8aad;&#x30bf;&#x30b9;&#x30af;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj2RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.next" commandName="&#x6b21;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj2hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5909;&#x6570;&#x5ba3;&#x8a00;&#x306e;&#x5206;&#x5272;/&#x7d50;&#x5408;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x5ba3;&#x8a00;&#x306e;&#x5206;&#x5272;/&#x7d50;&#x5408; (Split/Join variable declaration)&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj2xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView" commandName="&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x7279;&#x5b9a;&#x306e;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEj3BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.viewId" name="&#x30d3;&#x30e5;&#x30fc;"/>
-    <parameters xmi:id="_HjEj3RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/>
-    <parameters xmi:id="_HjEj3hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.views.showView.makeFast" name="&#x9ad8;&#x901f;&#x30d3;&#x30e5;&#x30fc;&#x3068;&#x3057;&#x3066;"/>
-  </commands>
-  <commands xmi:id="_HjEj3xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Ignore" commandName="&#x7121;&#x8996;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj4BpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.Edit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x306e;&#x7de8;&#x96c6;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj4RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30bf;&#x30fc;&#x3067;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;" description="&#x30d1;&#x30b9;&#x3092;&#x6307;&#x5b9a;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30bf;&#x30fc;&#x3067;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEj4hpgEemz3-HJbLkNLg" elementId="resourcePath" name="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d1;&#x30b9;" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjEj4xpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands.reloadsettings" commandName="&#x8a2d;&#x5b9a;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" category="_Hin20xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj5BpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x30b9;&#x30ad;&#x30c3;&#x30d7;" description="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3067;&#x5b9f;&#x884c;&#x3092;&#x4e2d;&#x65ad;&#x3059;&#x308b;&#x304b;&#x3069;&#x3046;&#x304b;&#x3092;&#x8a2d;&#x5b9a;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj5RpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.selectRootElements" commandName="Select Root Elements" category="_Hin2zhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEj5hpgEemz3-HJbLkNLg" elementId="type" name="type" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjEj5xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.delimiter.windows" commandName="&#x884c;&#x533a;&#x5207;&#x308a;&#x6587;&#x5b57;&#x3092; Windows &#x306b;&#x5909;&#x63db; (CRLF, \r\n, 0D0A, &#xa4;&#xb6;)" description="&#x884c;&#x533a;&#x5207;&#x308a;&#x6587;&#x5b57;&#x3092; Windows &#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059; (CRLF, \r\n, 0D0A, &#xa4;&#xb6;)" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj6BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.findNext" commandName="&#x6b21;&#x3092;&#x691c;&#x7d22;" description="&#x6b21;&#x306e;&#x9805;&#x76ee;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj6RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.hidetrimbars" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x306e;&#x53ef;&#x8996;&#x6027;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x73fe;&#x884c;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x306e;&#x8868;&#x793a;/&#x975e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj6hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj6xpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.commands.editStartersCommand" commandName="&#x30b9;&#x30bf;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x7de8;&#x96c6;" category="_HixnwxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj7BpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.SetPropertyCommand" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x306e;&#x8a2d;&#x5b9a;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj7RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.super.implementation" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x3067;&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj7hpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.refactoring.command.refactorBeanClass" commandName="Bean &#x8981;&#x7d20; (id, class, property &#x540d;) &#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;(&amp;R)..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj7xpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.openPluginArtifact" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30a2;&#x30fc;&#x30c6;&#x30a3;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304f;" description="&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30a2;&#x30fc;&#x30c6;&#x30a3;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304f;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj8BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.debug" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30b5;&#x30fc;&#x30d0;&#x30fc;" category="_Hin2yxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj8RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="&#x6b21;&#x306e;&#x30b5;&#x30d6;&#x30fb;&#x30bf;&#x30d6;" description="&#x6b21;&#x306e;&#x30b5;&#x30d6;&#x30fb;&#x30bf;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj8hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter" commandName="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5f0f;&#x3092;&#x57fa;&#x306b;&#x65b0;&#x898f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj8xpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.addTaskRepository" commandName="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin2yhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEj9BpgEemz3-HJbLkNLg" elementId="connectorKind" name="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;"/>
-  </commands>
-  <commands xmi:id="_HjEj9RpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.removeAllSessions" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x9664;&#x53bb;" category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj9hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj9xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.addTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." description="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj-BpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser" commandName="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x30d3;&#x30eb;&#x30c9;&#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" category="_Hin2wxpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEj-RpgEemz3-HJbLkNLg" elementId="element" name="Element"/>
-  </commands>
-  <commands xmi:id="_HjEj-hpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.updateUnitVersions" commandName="Update IU Versions from Repositories" description="Update to latest IU versions" category="_Hin23BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj-xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.structure.select.enclosing" commandName="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x306e;&#x9078;&#x629e;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj_BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.wsdl.ui.refactor.rename.element" commandName="WSDL &#x30b3;&#x30f3;&#x30dd;&#x30fc;&#x30cd;&#x30f3;&#x30c8;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="WSDL &#x30b3;&#x30f3;&#x30dd;&#x30fc;&#x30cd;&#x30f3;&#x30c8;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEj_RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="&#x864e;&#x306e;&#x5dfb;&#x3092;&#x958b;&#x304f;" description="&#x864e;&#x306e;&#x5dfb;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;&#x3002;" category="_Hixn1BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEj_hpgEemz3-HJbLkNLg" elementId="cheatSheetId" name="&#x8b58;&#x5225;&#x5b50;"/>
-  </commands>
-  <commands xmi:id="_HjEj_xpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.viewSource.command" commandName="&#x66f8;&#x5f0f;&#x672a;&#x8a2d;&#x5b9a;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x8868;&#x793a;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkABpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="1 &#x884c;&#x4e0b;&#x3078;&#x79fb;&#x52d5;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x884c;&#x3092;&#x4e0b;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkARpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.SourceView" commandName="JavaScript &#x5ba3;&#x8a00;" description="&#x5ba3;&#x8a00;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkAhpgEemz3-HJbLkNLg" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="&#x66f4;&#x65b0;&#x306e;&#x78ba;&#x8a8d;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkAxpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.searchTargetRepositories" commandName="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x3078;&#x6210;&#x679c;&#x7269;&#x3092;&#x8ffd;&#x52a0;" description="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x3078;&#x30a2;&#x30fc;&#x30c6;&#x30a3;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEkBBpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.searchTargetRepositories.term" name="The initial search pattern for the artifact search dialog"/>
-  </commands>
-  <commands xmi:id="_HjEkBRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x672b;&#x5c3e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x672b;&#x5c3e;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkBhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.matching.bracket" commandName="&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x89d2;&#x62ec;&#x5f27;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x3092;&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x89d2;&#x62ec;&#x5f27;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkBxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.part.previousPage" commandName="&#x524d;&#x30da;&#x30fc;&#x30b8;" description="&#x524d;&#x30da;&#x30fc;&#x30b8;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkCBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.override.methods" commandName="&#x95a2;&#x6570;&#x306e;&#x30aa;&#x30fc;&#x30d0;&#x30fc;&#x30e9;&#x30a4;&#x30c9;/&#x5b9f;&#x88c5;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x306e;&#x95a2;&#x6570;&#x3092;&#x30aa;&#x30fc;&#x30d0;&#x30fc;&#x30e9;&#x30a4;&#x30c9;&#x307e;&#x305f;&#x306f;&#x5b9f;&#x88c5;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkCRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.closeProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkChpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.PullWithOptions" commandName="&#x30d7;&#x30eb;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkCxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.refactor.migrate.jar" commandName="Jar &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30de;&#x30a4;&#x30b0;&#x30ec;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="Jar &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x65b0;&#x898f;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x306b;&#x30de;&#x30a4;&#x30b0;&#x30ec;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkDBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.editor" commandName="&#x5ba3;&#x8a00;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkDRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.publish" commandName="&#x516c;&#x958b;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x3078;&#x516c;&#x958b;" category="_Hin2yxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkDhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.factory" commandName="&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;&#x3059;&#x308b;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkDxpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.updateClasspath" commandName="&#x30af;&#x30e9;&#x30b9;&#x30d1;&#x30b9;&#x306e;&#x66f4;&#x65b0;" description="&#x6700;&#x65b0;&#x306e;&#x8a2d;&#x5b9a;&#x304b;&#x3089;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x30d1;&#x30b9;&#x3092;&#x66f4;&#x65b0;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkEBpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.decompile" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb;" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkERpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.CherryPick" commandName="&#x30c1;&#x30a7;&#x30ea;&#x30fc;&#x30fb;&#x30d4;&#x30c3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkEhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.use.supertype" commandName="&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a;&#x5834;&#x5408;&#x306b;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x4f7f;&#x7528;" description="&#x4ee3;&#x308f;&#x308a;&#x306b;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x4f7f;&#x7528;&#x3059;&#x308b;&#x578b;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkExpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskUnread" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x672a;&#x8aad;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkFBpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7279;&#x5b9a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkFRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.structure.select.last" commandName="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" description="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkFhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.sort.members" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x30bd;&#x30fc;&#x30c8;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x9806;&#x5e8f;&#x8a2d;&#x5b9a;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x3001;&#x3059;&#x3079;&#x3066;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30bd;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkFxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.cut.line" commandName="&#x884c;&#x5207;&#x308a;&#x53d6;&#x308a;" description="Cut a line of text, or multiple lines when invoked again without interruption" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkGBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromBuild" commandName="&#x30d3;&#x30eb;&#x30c9;&#x304b;&#x3089;&#x65b0;&#x898f;&#x30bf;&#x30b9;&#x30af;" category="_Hin2wxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkGRpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.view.ui.command.launch" commandName="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_HixnzhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkGhpgEemz3-HJbLkNLg" elementId="org.springsource.ide.eclipse.commons.ui.stop" commandName="&#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x505c;&#x6b62;" description="Stop last launched application" category="_Hixn1hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkGxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" description="&#x6298;&#x308a;&#x305f;&#x305f;&#x307e;&#x308c;&#x305f;&#x3059;&#x3079;&#x3066;&#x306e;&#x9818;&#x57df;&#x3092;&#x5c55;&#x958b;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkHBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInPackageView" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067; JavaScript &#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;" description="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x3067; JavaScript &#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEkHRpgEemz3-HJbLkNLg" elementId="elementRef" name="JavaScript &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjEkHhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x8981;&#x7d20;&#x306e;&#x30b0;&#x30ed;&#x30fc;&#x30d0;&#x30eb;&#x5316;(&amp;G)" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x8981;&#x7d20;&#x3092;&#x30b0;&#x30ed;&#x30fc;&#x30d0;&#x30eb;&#x30fb;&#x30ec;&#x30d9;&#x30eb;&#x306b;&#x30d7;&#x30ed;&#x30e2;&#x30fc;&#x30c8;&#x3057;&#x3001;&#x305d;&#x306e;&#x53c2;&#x7167;&#x3092;&#x7f6e;&#x63db;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkHxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.encapsulateField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306e; getter/setter &#x4f5c;&#x6210;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306e; getter/setter &#x3092;&#x4f5c;&#x6210;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkIBpgEemz3-HJbLkNLg" elementId="org.eclipse.ajdt.launching.runShortcut.debug" commandName="AspectJ/Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="AspectJ/Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkIRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.help.quickStartAction" commandName="&#x3088;&#x3046;&#x3053;&#x305d;" description="&#x65b0;&#x898f;&#x30e6;&#x30fc;&#x30b6;&#x30fc;&#x7528;&#x306e;&#x30d8;&#x30eb;&#x30d7;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkIhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ReplaceWithPrevious" commandName="&#x524d;&#x306e;&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3067;&#x7f6e;&#x63db;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkIxpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.sourcelookup.ui.openPom" commandName="Open Pom" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkJBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.hideShowEditors" commandName="&#x5171;&#x7528;&#x30a8;&#x30ea;&#x30a2;&#x53ef;&#x8996;&#x6027;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x5171;&#x7528;&#x30a8;&#x30ea;&#x30a2;&#x306e;&#x8868;&#x793a;/&#x975e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkJRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="&#x69cb;&#x9020;&#x306e;&#x30ea;&#x30bb;&#x30c3;&#x30c8;" description="&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x69cb;&#x9020;&#x3092;&#x30ea;&#x30bb;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkJhpgEemz3-HJbLkNLg" elementId="org.thymeleaf.extras.eclipse.menus.AddThymeleafNature" commandName="Thymeleaf &#x30cd;&#x30fc;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x8ffd;&#x52a0;" category="_Hixn4RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkJxpgEemz3-HJbLkNLg" elementId="org.eclipse.help.ui.indexcommand" commandName="&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;" description="&#x30ad;&#x30fc;&#x30ef;&#x30fc;&#x30c9;&#x30fb;&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x8868;&#x793a;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkKBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" description="&#x554f;&#x984c;&#x3092;&#x89e3;&#x6c7a;&#x3057;&#x3001;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30b9;&#x30bf;&#x30a4;&#x30eb;&#x3092;&#x6539;&#x5584;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkKRpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.GotoMatchingTokenAction" commandName="&#x4e00;&#x81f4;&#x3059;&#x308b;&#x30c8;&#x30fc;&#x30af;&#x30f3;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkKhpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.api.tools.ui.setup.projects" commandName="API &#x30c4;&#x30fc;&#x30eb;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x30a2;&#x30c3;&#x30d7;(&amp;T)..." description="API &#x4f7f;&#x7528;&#x304a;&#x3088;&#x3073;&#x4e92;&#x63db;&#x6027;&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x306b;&#x3064;&#x3044;&#x3066;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x69cb;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkKxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.delegate.methods" commandName="&#x59d4;&#x8b72;&#x95a2;&#x6570;&#x306e;&#x751f;&#x6210;" description="&#x578b;&#x306e;&#x5909;&#x6570;&#x306e;&#x59d4;&#x8b72;&#x95a2;&#x6570;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkLBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkLRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.forward" commandName="&#x9032;&#x3080;" description="&#x6b21;&#x3078;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkLhpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.commands.openbuildscript" commandName="Gradle &#x30d3;&#x30eb;&#x30c9;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x3092;&#x958b;&#x304f;" description="Opens the Gradle build script for the selected Gradle project" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkLxpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.convertJavaConverters" commandName="Java &#x30b3;&#x30f3;&#x30d0;&#x30fc;&#x30bf;&#x30fc;&#x3092; XML &#x3078;&#x79fb;&#x52d5;..." category="_Hin22BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkMBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.last" commandName="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" description="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkMRpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.commands.openrunconfiguration" commandName="Gradle &#x5b9f;&#x884c;&#x69cb;&#x6210;&#x3092;&#x958b;&#x304f;" description="Opens the Run Configuration for the selected Gradle tasks" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkMhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.DeleteTag" commandName="&#x30bf;&#x30b0;&#x306e;&#x524a;&#x9664;(&amp;D)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkMxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x6ce8;&#x91c8;&#x306e;&#x9664;&#x53bb;" description="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x6ce8;&#x91c8;&#x3092;&#x73fe;&#x5728;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x304b;&#x3089;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkNBpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.internal.actions.unmapprojectcommand" commandName="Unlink Project" description="Unlink the cloud application and the project." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkNRpgEemz3-HJbLkNLg" elementId="com.xored.glance.commands.focus" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x30fb;&#x30d0;&#x30c3;&#x30af;&#x3067;&#x623b;&#x308b;" description="Return focus back from Glance search panel to control" category="_Hin2yRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkNhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.pinEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d4;&#x30f3;&#x7559;&#x3081;" description="&#x73fe;&#x5728;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x30d4;&#x30f3;&#x7559;&#x3081;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkNxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.in.package.view" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067;&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkOBpgEemz3-HJbLkNLg" elementId="AnyEdit.compareWith.external" commandName="&#x5916;&#x90e8;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3068;&#x6bd4;&#x8f03;..." category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkORpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="&#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a2;&#x30c3;&#x30d7;" description="1 &#x30da;&#x30fc;&#x30b8;&#x4e0a;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkOhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="&#x30b5;&#x30d6;&#x30e2;&#x30b8;&#x30e5;&#x30fc;&#x30eb;&#x306e;&#x540c;&#x671f;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkOxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x524a;&#x9664;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkPBpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.copy" commandName="&#x30b3;&#x30d4;&#x30fc;" category="_Hixn1xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkPRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="&#x524d;&#x306e;&#x5217;" description="&#x524d;&#x306e;&#x5217;&#x306b;&#x9032;&#x307f;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkPhpgEemz3-HJbLkNLg" elementId="AnyEdit.SortLineLengthDescending.command" commandName="&#x884c;&#x9577; &#x9577;&#x3044;-&#x77ed;&#x3044; &#x3067;&#x30bd;&#x30fc;&#x30c8;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkPxpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.selectNextChange" commandName="&#x6b21;&#x306e;&#x5909;&#x66f4;&#x306e;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5909;&#x66f4;&#x306e;&#x9078;&#x629e;" category="_HixnzxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkQBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5909;&#x6570;&#x5ba3;&#x8a00;&#x306e;&#x5206;&#x5272;/&#x7d50;&#x5408;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x5ba3;&#x8a00;&#x306e;&#x5206;&#x5272;/&#x7d50;&#x5408; (Split/Join variable declaration)&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkQRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.assignParamToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5909;&#x6570;&#x3078;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x3078;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkQhpgEemz3-HJbLkNLg" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x540d;&#x306e;&#x5909;&#x66f4;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x540d;&#x524d;&#x3092;&#x5909;&#x66f4;&#x3057;&#x3001;LTK &#x30d1;&#x30fc;&#x30c6;&#x30a3;&#x30b7;&#x30d1;&#x30f3;&#x30c8;&#x306b;&#x901a;&#x77e5;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hixn3RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkQxpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.importFromRepository" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x3092;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" description="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x3092;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkRBpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.dash.boot.dash.StopAction" commandName="&#x505c;&#x6b62;" description="Stop Boot App" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkRRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Rebase" commandName="&#x30ea;&#x30d9;&#x30fc;&#x30b9;&#x30fb;&#x30aa;&#x30f3;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkRhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.ShowInHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306b;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkRxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.previousTask" commandName="&#x76f4;&#x524d;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkSBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.properties" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkSRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.copy.qualified.name" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x30b3;&#x30d4;&#x30fc;" description="&#x5b8c;&#x5168;&#x4fee;&#x98fe;&#x540d;&#x3092;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x306e;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkShpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.internal.actions.updaterestartmodulecommand" commandName="&#x66f4;&#x65b0;&#x3057;&#x3066;&#x518d;&#x8d77;&#x52d5;" description="=Update and Restart" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkSxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="HEAD &#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x7f6e;&#x63db;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkTBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkTRpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.utils.rcp.commands.openPreferences" commandName="&#x8a2d;&#x5b9a;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjEkThpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjEkTxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkUBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.activeContextInfo" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x60c5;&#x5831;&#x306e;&#x8868;&#x793a;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkURpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToPreviousUnread" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x65e2;&#x8aad;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;&#x3057;&#x3001;&#x524d;&#x306e;&#x672a;&#x8aad;&#x30bf;&#x30b9;&#x30af;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkUhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy" commandName="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkUxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.constant" commandName="&#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x5b9a;&#x6570;&#x3092;&#x65b0;&#x3057;&#x3044; static &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3001;&#x305d;&#x306e;&#x65b0;&#x3057;&#x3044; static &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkVBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkVRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.cleanup.document" commandName="&#x6587;&#x66f8;&#x306e;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;..." description="&#x6587;&#x66f8;&#x306e;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkVhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput.url" commandName="&#x30d3;&#x30eb;&#x30c9;&#x51fa;&#x529b;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkVxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x30fb;&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x69cb;&#x6210;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkWBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.command.nextpage" commandName="&#x6b21;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30da;&#x30fc;&#x30b8;" description="&#x6b21;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x306e;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x30ed;&#x30fc;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkWRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="&#x30a2;&#x30c9;&#x30ec;&#x30b9;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30a2;&#x30c9;&#x30ec;&#x30b9;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkWhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.maximizePart" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5927;&#x5316;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5927;&#x5316;/&#x5143;&#x306e;&#x30b5;&#x30a4;&#x30ba;&#x306e;&#x72b6;&#x614b;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkWxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306e;&#x4fee;&#x98fe;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306e;&#x4fee;&#x98fe;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkXBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.newEditor" commandName="Clone Editor" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x5165;&#x529b;&#x4e0a;&#x3067;&#x5225;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkXRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.format" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkXhpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.openSearchDialog" commandName="&#x300c;&#x691c;&#x7d22;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;" description="&#x300c;&#x691c;&#x7d22;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkXxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;" description="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkYBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.externalize.strings" commandName="&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x5916;&#x90e8;&#x5316;" description="&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x3066;&#x3044;&#x306a;&#x3044;&#x3059;&#x3079;&#x3066;&#x306e;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x691c;&#x7d22;&#x3057;&#x3001;&#x305d;&#x308c;&#x3089;&#x3092;&#x5225;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkYRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.up" commandName="&#x4e0a;&#x3078;" description="1 &#x30ec;&#x30d9;&#x30eb;&#x4e0a;&#x306b;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkYhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.activateEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkYxpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.core.ui.command.addPlugin" commandName="Maven &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x8ffd;&#x52a0;" description="Maven &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x8ffd;&#x52a0;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkZBpgEemz3-HJbLkNLg" elementId="sed.tabletree.expandAll" commandName="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkZRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.modify.method.parameters" commandName="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30b7;&#x30b0;&#x30cd;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x5909;&#x66f4;" description="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30b7;&#x30b0;&#x30cd;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x5909;&#x66f4;&#x306b;&#x306f;&#x3001;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x540d;&#x3068;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x9806;&#x5e8f;&#x304c;&#x542b;&#x307e;&#x308c;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkZhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.delete.line.to.end" commandName="&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x524a;&#x9664;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkZxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.CreateBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkaBpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands.openivyfile" commandName="Ivy &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_Hin20xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkaRpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.inplace.show" commandName="Bean &#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x306e; Bean &#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkahpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.mergeSessions" commandName="&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30de;&#x30fc;&#x30b8;" category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkaxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.extractLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa; (&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x3059;&#x3079;&#x3066;&#x7f6e;&#x63db;)" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa; (&#x3059;&#x3079;&#x3066;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x7f6e;&#x63db;)&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkbBpgEemz3-HJbLkNLg" elementId="org.springsource.ide.eclipse.commons.ui.relaunch" commandName="&#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x518d;&#x8d77;&#x52d5;" description="Relaunch last launched application" category="_Hixn1hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkbRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="&#x7d42;&#x4e86;" description="&#x7d42;&#x4e86;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkbhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkbxpgEemz3-HJbLkNLg" elementId="org.eclipse.help.ui.ignoreMissingPlaceholders" commandName="&#x6b20;&#x843d;&#x3057;&#x305f;&#x6587;&#x66f8;&#x306e;&#x8b66;&#x544a;&#x3092;&#x8868;&#x793a;&#x3057;&#x306a;&#x3044;" description="&#x6b20;&#x843d;&#x3057;&#x3066;&#x3044;&#x308b;&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x73fe;&#x5728;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x306b;&#x3064;&#x3044;&#x3066;&#x8b66;&#x544a;&#x3092;&#x5831;&#x544a;&#x3057;&#x306a;&#x3044;&#x305f;&#x3081;&#x306b;&#x30d8;&#x30eb;&#x30d7;&#x306e;&#x8a2d;&#x5b9a;&#x3092;&#x30bb;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjEkcBpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.compareWithOther" commandName="&#x4ed6;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3068;&#x6bd4;&#x8f03;" description="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3001;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x5185;&#x5bb9;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3068;&#x6bd4;&#x8f03;" category="_HixnzxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTsBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc" commandName="&#x5916;&#x90e8; JSDoc &#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e; Jsdoc &#x3092;&#x5916;&#x90e8;&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTsRpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.connectcommand" commandName="&#x63a5;&#x7d9a;" description="Connect to Server" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTshpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.UpdateCommand" commandName="&#x66f4;&#x65b0;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTsxpgEemz3-HJbLkNLg" elementId="egradle.editor.commands.gotomatchingbracket" commandName="&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x62ec;&#x5f27;&#x306b;&#x79fb;&#x52d5;" description="gradle &#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x5185;&#x3067;&#x4e00;&#x81f4;&#x3059;&#x308b;&#x62ec;&#x5f27;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hixn2RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTtBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTtRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x8005;&#x8868;&#x793a;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x8005;&#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x308b;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTthpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x7d42;&#x308f;&#x308a;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x672b;&#x5c3e;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTtxpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.persistentTypeAddVirtualAttribute" commandName="&#x4eee;&#x60f3;&#x5c5e;&#x6027;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin22hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTuBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306e;&#x8868;&#x793a;" description="&#x7279;&#x5b9a;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn3BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOTuRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;"/>
-    <parameters xmi:id="_HjOTuhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="&#x65b0;&#x898f;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;"/>
-  </commands>
-  <commands xmi:id="_HjOTuxpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.newDynamicEntity" commandName="EclipseLink &#x52d5;&#x7684;&#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTvBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.line" commandName="&#x6307;&#x5b9a;&#x884c;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x6307;&#x5b9a;&#x884c;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTvRpgEemz3-HJbLkNLg" elementId="junit.extensions.eclipse.quick.pde.command.PDEJUnitDebugAction" commandName="JUnit Plug-in &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="PDE JUnit&#x3067;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3057;&#x307e;&#x3059;&#xff0e;" category="_HixnxxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTvhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="&#x884c;&#x3092;&#x5143;&#x306b;&#x623b;&#x3059;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x9805;&#x76ee;&#x3001;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3001;&#x307e;&#x305f;&#x306f;&#x884c;&#x524a;&#x9664;&#x3092;&#x623b;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTvxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x5b9f;&#x88c5;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x578b;&#x306e;&#x5b9f;&#x88c5;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTwBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Java &#x30a2;&#x30d7;&#x30ec;&#x30c3;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Java &#x30a2;&#x30d7;&#x30ec;&#x30c3;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTwRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.ui.gotoMatchingTag" commandName="&#x4e00;&#x81f4;&#x3059;&#x308b;&#x30bf;&#x30b0;" description="&#x4e00;&#x81f4;&#x3059;&#x308b;&#x30bf;&#x30b0;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTwhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="&#x884c;&#x3092;&#x4e0a;&#x306b;&#x9078;&#x629e;" description="&#x9078;&#x629e;&#x3092;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x524d;&#x306e;&#x884c;&#x306b;&#x5c55;&#x958b;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTwxpgEemz3-HJbLkNLg" elementId="AnyEdit.compareWith.clipboard" commandName="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3068;&#x6bd4;&#x8f03;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTxBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.saveToDatabaseAction" commandName="&#x30c7;&#x30fc;&#x30bf;&#x30d9;&#x30fc;&#x30b9;&#x3078;&#x4fdd;&#x5b58;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTxRpgEemz3-HJbLkNLg" elementId="AnyEdit.deunicode.command" commandName="&#x30e6;&#x30cb;&#x30b3;&#x30fc;&#x30c9;&#x8868;&#x8a18;&#x304b;&#x3089;&#x5909;&#x63db;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTxhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="&#x30b5;&#x30d6;&#x30e2;&#x30b8;&#x30e5;&#x30fc;&#x30eb;&#x306e;&#x8ffd;&#x52a0;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTxxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.cut.line.to.end" commandName="&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x5207;&#x308a;&#x53d6;&#x308a;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x5207;&#x308a;&#x53d6;&#x308a;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTyBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.convertAnonymousToLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x533f;&#x540d;&#x3092;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x533f;&#x540d;&#x3092;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTyRpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.copyLeftToRight" commandName="&#x5de6;&#x304b;&#x3089;&#x53f3;&#x306b;&#x30b3;&#x30d4;&#x30fc;" description="&#x5de6;&#x304b;&#x3089;&#x53f3;&#x3078;&#x73fe;&#x5728;&#x306e;&#x5909;&#x66f4;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3059;&#x308b;" category="_HixnzxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTyhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.openProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304f;" description="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTyxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTzBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - @SuppressWarnings &#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;@SuppressWarnings &#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059; " category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTzRpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeAddToXml" commandName="XML &#x306b;&#x5c5e;&#x6027;&#x3092;&#x8ffd;&#x52a0;" category="_Hin22hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTzhpgEemz3-HJbLkNLg" elementId="org.eclipse.rap.tools.launch.RAPLaunchShortcut.run" commandName="RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOTzxpgEemz3-HJbLkNLg" elementId="org.eclipse.tips.ide.command.trim.open" commandName="&#x4eca;&#x65e5;&#x306e;&#x30d2;&#x30f3;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT0BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.push.down" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30c0;&#x30a6;&#x30f3;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30b5;&#x30d6;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT0RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT0hpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.selectCounters" commandName="Select Counters" category="_Hin2zhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOT0xpgEemz3-HJbLkNLg" elementId="type" name="type" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjOT1BpgEemz3-HJbLkNLg" elementId="AnyEdit.capitalize.command" commandName="&#x5148;&#x982d;&#x6587;&#x5b57;&#x306e;&#x307f;&#x5927;&#x6587;&#x5b57;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT1RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.project.properties" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x306e;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059; " category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT1hpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT1xpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.persistentTypeMapAs" commandName="&#x6b21;&#x3067;&#x30de;&#x30c3;&#x30d7;" category="_Hin22hpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOT2BpgEemz3-HJbLkNLg" elementId="persistentTypeMappingKey" name="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30ad;&#x30fc;" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjOT2RpgEemz3-HJbLkNLg" elementId="org.eclipse.epp.package.common.contribute" commandName="&#x30b3;&#x30f3;&#x30c8;&#x30ea;&#x30d3;&#x30e5;&#x30fc;&#x30c8;" description="Contribute to the development and success of the Eclipse IDE!" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT2hpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.DMLDialogSelectionAction" commandName="SQL &#x30af;&#x30a8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30eb;&#x30c0;&#x30fc;&#x3067;&#x7de8;&#x96c6;..." category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT2xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="&#x524d;&#x306e;&#x5217;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5217;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT3BpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.dbws.ui.generateDbws" commandName="Generate Database Web Services" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT3RpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.debug" commandName="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT3hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT3xpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.attachProfileAction" commandName="&#x63a5;&#x7d9a;&#x60c5;&#x5831;&#x306e;&#x8a2d;&#x5b9a;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT4BpgEemz3-HJbLkNLg" elementId="AnyEdit.openTypeFromTextEditor.command" commandName="&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x4e0a;&#x306e;&#x578b;&#x3092;&#x958b;&#x304f;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT4RpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x8868;&#x8a18;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT4hpgEemz3-HJbLkNLg" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x524a;&#x9664;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x524a;&#x9664;&#x3057;&#x3001;LTK &#x30d1;&#x30fc;&#x30c6;&#x30a3;&#x30b7;&#x30d1;&#x30f3;&#x30c8;&#x306b;&#x901a;&#x77e5;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hixn3RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT4xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.file.print" commandName="&#x5370;&#x5237;" description="&#x5370;&#x5237;" category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT5BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x53c2;&#x7167;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3078;&#x306e;&#x3059;&#x3079;&#x3066;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x67fb;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT5RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x518d;&#x5b9f;&#x884c;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x518d;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT5hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.format.active.elements" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x8981;&#x7d20;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x8981;&#x7d20;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT5xpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.connectivity.commands.import" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x63a5;&#x7d9a;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3059;&#x308b;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT6BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT6RpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT6hpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearOutgoing" commandName="&#x767a;&#x4fe1;&#x5909;&#x66f4;&#x306e;&#x30af;&#x30ea;&#x30a2;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT6xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="&#x7e2e;&#x5c0f;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x9805;&#x76ee;&#x306e;&#x6298;&#x308a;&#x305f;&#x305f;&#x307e;&#x308c;&#x305f;&#x9818;&#x57df;&#x3092;&#x7e2e;&#x5c0f;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT7BpgEemz3-HJbLkNLg" elementId="org.eclipse.epp.mpc.ui.command.showFavorites" commandName="Eclipse Marketplace Favorites" description="Marketplace &#x306e;&#x304a;&#x6c17;&#x306b;&#x5165;&#x308a;&#x3092;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT7RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="&#x73fe;&#x5728;&#x884c;&#x306e;&#x4e0a;&#x306b;&#x884c;&#x3092;&#x633f;&#x5165;" description="&#x73fe;&#x5728;&#x884c;&#x306e;&#x4e0a;&#x306b;&#x65b0;&#x3057;&#x3044;&#x884c;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT7hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.spy" commandName="&#x63d0;&#x4f9b;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x8868;&#x793a;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x63d0;&#x4f9b;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT7xpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.help.helpSearch" commandName="&#x30d8;&#x30eb;&#x30d7;&#x691c;&#x7d22;" description="&#x30d8;&#x30eb;&#x30d7;&#x691c;&#x7d22;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT8BpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.infer.type.arguments" commandName="&#x7dcf;&#x79f0;&#x578b;&#x5f15;&#x6570;&#x306e;&#x63a8;&#x6e2c;" description="&#x7dcf;&#x79f0;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x53c2;&#x7167;&#x306e;&#x578b;&#x5f15;&#x6570;&#x3092;&#x63a8;&#x6e2c;&#x3057;&#x3001;&#x4e0d;&#x8981;&#x306a;&#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT8RpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults.url" commandName="&#x30c6;&#x30b9;&#x30c8;&#x7d50;&#x679c;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT8hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="1 &#x884c;&#x4e0b;&#x3078;" description="1 &#x884c;&#x4e0b;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT8xpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.Checkout" commandName="&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x30a2;&#x30a6;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT9BpgEemz3-HJbLkNLg" elementId="org.eclipse.m2e.actions.LifeCycleClean.run" commandName="Maven &#x30af;&#x30ea;&#x30fc;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30af;&#x30ea;&#x30fc;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT9RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="&#x6700;&#x5f8c;&#x306e;&#x7de8;&#x96c6;&#x4f4d;&#x7f6e;" description="&#x6700;&#x5f8c;&#x306e;&#x7de8;&#x96c6;&#x4f4d;&#x7f6e;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT9hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.open.hyperlink" commandName="&#x30cf;&#x30a4;&#x30d1;&#x30fc;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x958b;&#x304f;" description="&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x30fb;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30cf;&#x30a4;&#x30d1;&#x30fc;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x958b;&#x304f;&#x304b;&#x3001;&#x8907;&#x6570;&#x306e;&#x30cf;&#x30a4;&#x30d1;&#x30fc;&#x30ea;&#x30f3;&#x30af;&#x304c;&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a;&#x5834;&#x5408;&#x306e;&#x9078;&#x629e;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT9xpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.convertToEclipseHelpCommand" commandName="Eclipse &#x30d8;&#x30eb;&#x30d7; (*.html &#x304a;&#x3088;&#x3073; *-toc.xml) &#x3092;&#x751f;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT-BpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x4f8b;&#x5916;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x4f8b;&#x5916;&#x578b;&#x306e;&#x4f8b;&#x5916;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT-RpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.command.prevpage" commandName="&#x524d;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30da;&#x30fc;&#x30b8;" description="&#x524d;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x306e;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x30ed;&#x30fc;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT-hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="&#x5f37;&#x5236;&#x30ea;&#x30bf;&#x30fc;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5f0f;&#x306e;&#x5024;&#x3067;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x304b;&#x3089;&#x5f37;&#x5236;&#x30ea;&#x30bf;&#x30fc;&#x30f3;&#x3057;&#x307e;&#x3059; " category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT-xpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.editor.commands.searchBeanReferences" commandName="Spring Bean &#x53c2;&#x7167;&#x691c;&#x7d22;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT_BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.configureFilters" commandName="&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;..." description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x9069;&#x7528;&#x3059;&#x308b;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x306e;&#x69cb;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT_RpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.importSession" commandName="&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;..." category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT_hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.previousTab" commandName="&#x524d;&#x306e;&#x30bf;&#x30d6;" description="&#x524d;&#x306e;&#x30bf;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOT_xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUABpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;" description="&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin21hpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUARpgEemz3-HJbLkNLg" elementId="title" name="&#x30bf;&#x30a4;&#x30c8;&#x30eb;"/>
-    <parameters xmi:id="_HjOUAhpgEemz3-HJbLkNLg" elementId="message" name="&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;"/>
-    <parameters xmi:id="_HjOUAxpgEemz3-HJbLkNLg" elementId="imageType" name="&#x30a4;&#x30e1;&#x30fc;&#x30b8;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x5b9a;&#x6570;" typeId="org.eclipse.ui.dialogs.Integer"/>
-    <parameters xmi:id="_HjOUBBpgEemz3-HJbLkNLg" elementId="defaultIndex" name="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30dc;&#x30bf;&#x30f3;&#x30fb;&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;" typeId="org.eclipse.ui.dialogs.Integer"/>
-    <parameters xmi:id="_HjOUBRpgEemz3-HJbLkNLg" elementId="buttonLabel0" name="&#x7b2c; 1 &#x30dc;&#x30bf;&#x30f3;&#x306e;&#x30e9;&#x30d9;&#x30eb;"/>
-    <parameters xmi:id="_HjOUBhpgEemz3-HJbLkNLg" elementId="buttonLabel1" name="&#x7b2c; 2 &#x30dc;&#x30bf;&#x30f3;&#x306e;&#x30e9;&#x30d9;&#x30eb;"/>
-    <parameters xmi:id="_HjOUBxpgEemz3-HJbLkNLg" elementId="buttonLabel2" name="&#x7b2c; 3 &#x30dc;&#x30bf;&#x30f3;&#x306e;&#x30e9;&#x30d9;&#x30eb;"/>
-    <parameters xmi:id="_HjOUCBpgEemz3-HJbLkNLg" elementId="buttonLabel3" name="&#x7b2c; 4 &#x30dc;&#x30bf;&#x30f3;&#x306e;&#x30e9;&#x30d9;&#x30eb;"/>
-    <parameters xmi:id="_HjOUCRpgEemz3-HJbLkNLg" elementId="cancelReturns" name="&#x30ad;&#x30e3;&#x30f3;&#x30bb;&#x30eb;&#x6642;&#x306e;&#x623b;&#x308a;&#x5024;"/>
-  </commands>
-  <commands xmi:id="_HjOUChpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.genericeditor.findReferences" commandName="&#x53c2;&#x7167;&#x306e;&#x691c;&#x7d22;" description="Find other code items referencing the current selected item." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUCxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="&#x884c;&#x306e;&#x672b;&#x5c3e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9032;&#x307f;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUDBpgEemz3-HJbLkNLg" elementId="CheckstylePlugin.PurgeCaches" commandName="Checkstyle &#x30ad;&#x30e3;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x6d88;&#x53bb;" description="Purges internal Checkstyle caches to force reloading of auxiliary configuration files (e.g. suppression.xml)" category="_Hin21BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUDRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commit.CreateTag" commandName="&#x30bf;&#x30b0;&#x306e;&#x4f5c;&#x6210;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUDhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.method" commandName="&#x95a2;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x307e;&#x305f;&#x306f;&#x5f0f;&#x3092;&#x65b0;&#x898f;&#x306e;&#x95a2;&#x6570;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x65b0;&#x898f;&#x306e;&#x95a2;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUDxpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.generateDDL" commandName="&#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x304b;&#x3089;&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x3092;&#x751f;&#x6210;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUEBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.ui.referencedFileErrors" commandName="&#x8a73;&#x7d30;&#x306e;&#x8868;&#x793a;..." description="&#x8a73;&#x7d30;&#x306e;&#x8868;&#x793a;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUERpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.runAction" commandName="&#x5b9f;&#x884c;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUEhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="&#x5b9f;&#x884c;" description="&#x5b9f;&#x884c;&#x30e2;&#x30fc;&#x30c9;&#x3067;&#x8d77;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUExpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.ExportCommand" commandName="&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUFBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;..." description="&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUFRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.command.OpenFromClipboard" commandName="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x304b;&#x3089;&#x958b;&#x304f;" description="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x304b;&#x3089; Java &#x8981;&#x7d20;&#x307e;&#x305f;&#x306f; Java &#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUFhpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.internationalize" commandName="&#x56fd;&#x969b;&#x5316;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x56fd;&#x969b;&#x5316;&#x3092;&#x30bb;&#x30c3;&#x30c8;&#x30a2;&#x30c3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUFxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="&#x524d;&#x3092;&#x524a;&#x9664;" description="&#x524d;&#x306e;&#x6587;&#x5b57;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUGBpgEemz3-HJbLkNLg" elementId="org.eclipse.swtbot.generator.client.commands.import.code" commandName="SWTBot &#x30b3;&#x30fc;&#x30c9;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" description="Imports code to editor and removes it from the client recorder view" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUGRpgEemz3-HJbLkNLg" elementId="org.eclipse.rap.tools.launch.rwt.rwtLaunchShortcut.run" commandName="RWT &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="RWT &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUGhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="&#x524d;&#x306e;&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x6bd4;&#x8f03;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUGxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="&#x6b21;&#x306e;&#x5217;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5217;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUHBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUHRpgEemz3-HJbLkNLg" elementId="AnyEdit.replaceWith.editor" commandName="&#x958b;&#x3044;&#x305f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7f6e;&#x63db;..." category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUHhpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.SetExternalDefinitionCommand" commandName="&#x5916;&#x90e8;&#x5b9a;&#x7fa9;&#x306e;&#x8a2d;&#x5b9a;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUHxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUIBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CompareRepositoryWithBranchCommand" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x3068;&#x6bd4;&#x8f03;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUIRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="&#x7d42;&#x4e86;&#x3057;&#x3066;&#x518d;&#x8d77;&#x52d5;" description="&#x7d42;&#x4e86;&#x3057;&#x3066;&#x518d;&#x8d77;&#x52d5;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUIhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java &#x306e;&#x578b;&#x968e;&#x5c64;" description="Java &#x306e;&#x578b;&#x968e;&#x5c64;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn3BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUIxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUJBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.multicatch" commandName="try/&#x30de;&#x30eb;&#x30c1; catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x3080;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; try/&#x30de;&#x30eb;&#x30c1; catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUJRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Tag" commandName="&#x30bf;&#x30b0;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUJhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="&#x5909;&#x66f4;&#x306a;&#x3057;&#x3092;&#x60f3;&#x5b9a;&#x3057;&#x306a;&#x3044;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUJxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.JavadocView" commandName="&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c6;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="Show the JavaScript Documentation view" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUKBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUKRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigator.resources.nested.changeProjectPresentation" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x8868;&#x793a;(&amp;R)" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUKhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigator.resources.nested.enabled" name="&#x968e;&#x5c64;(&amp;H)"/>
-    <parameters xmi:id="_HjOUKxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.commands.radioStateParameter" name="Nested Project view - Radio State" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjOULBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.showKeyAssist" commandName="&#x30ad;&#x30fc;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8868;&#x793a;" description="&#x30ad;&#x30fc;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOULRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.genericeditor.togglehighlight" commandName="Toggle Highlight" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOULhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object" commandName="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x30fb;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x5c0e;&#x5165;" description="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x30fb;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9078;&#x629e;&#x3057;&#x305f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306b;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOULxpgEemz3-HJbLkNLg" elementId="org.dadacoalition.yedit.command.formatDocument" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="Format the document according to format preferences" category="_Hin2xhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUMBpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands.createcontainer" commandName="Ivy &#x30e9;&#x30a4;&#x30d6;&#x30e9;&#x30ea;&#x30fc;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin20xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUMRpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.zoom_out" commandName="&#x30ba;&#x30fc;&#x30e0;&#x30a2;&#x30a6;&#x30c8;" description="&#x30ba;&#x30fc;&#x30e0;&#x30a2;&#x30a6;&#x30c8;" category="_Hixn3hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUMhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Java &#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067; Java &#x8981;&#x7d20;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUMxpgEemz3-HJbLkNLg" elementId="elementRef" name="Java &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjOUNBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.uncomment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x89e3;&#x9664;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f; JavaScript &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x884c;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x89e3;&#x9664;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUNRpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.result.removeInstance" commandName="&#x7d50;&#x679c;&#x306e;&#x9664;&#x53bb;" category="_Hin20RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUNhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="&#x7d22;&#x5f15;&#x306b;&#x8ffd;&#x52a0;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUNxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.discovery.ui.discoveryWizardCommand" commandName="&#x691c;&#x51fa;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;" description="&#x30b3;&#x30cd;&#x30af;&#x30bf;&#x30fc;&#x691c;&#x51fa;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUOBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUORpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeAddToXmlAndMap" commandName="XML &#x304a;&#x3088;&#x3073;&#x30de;&#x30c3;&#x30d7;&#x306b;&#x5c5e;&#x6027;&#x3092;&#x8ffd;&#x52a0;..." category="_Hin22hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUOhpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.commands.refreshtaskview" commandName="&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5; (Gradle &#x30bf;&#x30b9;&#x30af;)" description="Refreshes the Gradle Tasks view" category="_HixnwhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUOxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.toggle.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUPBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="&#x30d2;&#x30f3;&#x30c8;" description="&#x30d2;&#x30f3;&#x30c8;&#x30fb;&#x30d8;&#x30eb;&#x30d7;&#x30fb;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUPRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUPhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="&#x73fe;&#x5728;&#x884c;&#x306e;&#x4e0b;&#x306b;&#x884c;&#x3092;&#x633f;&#x5165;" description="&#x73fe;&#x5728;&#x884c;&#x306e;&#x4e0b;&#x306b;&#x65b0;&#x3057;&#x3044;&#x884c;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUPxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.previous" commandName="&#x524d;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUQBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="&#x884c;&#x306e;&#x5148;&#x982d;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9032;&#x307f;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUQRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.ui.cmnd.contentmodel.sych" commandName="Synch" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUQhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x69cb;&#x6210;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUQxpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="&#x4e2d;&#x65ad;" description="&#x4e2d;&#x65ad;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOURBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="&#x5358;&#x8a9e;&#x88dc;&#x5b8c;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x4f9d;&#x5b58;&#x88dc;&#x5b8c;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOURRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xsd.ui.refactor.renameTargetNamespace" commandName="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x540d;&#x524d;&#x7a7a;&#x9593;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x30b9;&#x30ad;&#x30fc;&#x30de;&#x306e;&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x540d;&#x524d;&#x7a7a;&#x9593;&#x3092;&#x5909;&#x66f4;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOURhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.command.AbortBuild" commandName="&#x30d3;&#x30eb;&#x30c9;&#x4e2d;&#x65ad;" category="_Hin2wxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOURxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUSBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.synchronizeLast" commandName="&#x524d;&#x56de;&#x306e;&#x540c;&#x671f;&#x3092;&#x7e70;&#x308a;&#x8fd4;&#x3059;" description="&#x524d;&#x56de;&#x306e;&#x540c;&#x671f;&#x3092;&#x7e70;&#x308a;&#x8fd4;&#x3057;&#x307e;&#x3059;" category="_HixnwRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUSRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Javadoc &#x306e;&#x751f;&#x6210;" description="Java &#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x9078;&#x629e;&#x53ef;&#x80fd;&#x30bb;&#x30c3;&#x30c8;&#x306b;&#x3064;&#x3044;&#x3066; Javadoc &#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hixn1RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUShpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit &#x69cb;&#x6210;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUSxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="&#x9078;&#x629e;&#x9805;&#x76ee;&#x306b;&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30a4;&#x30f3;" description="&#x73fe;&#x5728;&#x9078;&#x629e;&#x3055;&#x308c;&#x3066;&#x3044;&#x308b;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306b;&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30a4;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUTBpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.shortcut.test.run" commandName="Gradle &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x306b;&#x57fa;&#x3065;&#x3044;&#x3066; Gradle &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUTRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.configureColumns" commandName="&#x5217;&#x306e;&#x69cb;&#x6210;..." description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306e;&#x5217;&#x3092;&#x69cb;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUThpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3067;&#x7f6e;&#x63db;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUTxpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.pagedesigner.design" commandName="&#x30b0;&#x30e9;&#x30d5;&#x30a3;&#x30ab;&#x30eb;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30ca;&#x30fc;" category="_HixnxBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUUBpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.quickaccess" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;" category="_Hixn1xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUURpgEemz3-HJbLkNLg" elementId="org.eclipse.swtbot.eclipse.ui.junitShortcut.run" commandName="SWTBot &#x30c6;&#x30b9;&#x30c8;" description="SWTBot &#x30c6;&#x30b9;&#x30c8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUUhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30e2;&#x30fc;&#x30c9;&#x3067;&#x8d77;&#x52d5;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUUxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.convertToHtmlCommand" commandName="HTML &#x306e;&#x751f;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUVBpgEemz3-HJbLkNLg" elementId="AnyEdit.sortAlphabeticallyCaseInsensitiveDescending.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x533a;&#x5225;&#x305b;&#x305a;&#x306b;&#x30bd;&#x30fc;&#x30c8; z-a" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUVRpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.openManifest" commandName="&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x3092;&#x958b;&#x304f;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUVhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.previousView" commandName="&#x524d;&#x306e;&#x30d3;&#x30e5;&#x30fc;" description="&#x524d;&#x306e;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUVxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.self.encapsulate.field" commandName="&#x5909;&#x6570;&#x306e;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;" description="&#x5909;&#x6570;&#x306b;&#x53d6;&#x5f97;&#x304a;&#x3088;&#x3073;&#x8a2d;&#x5b9a;&#x95a2;&#x6570;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x3001;&#x5909;&#x6570;&#x3078;&#x306e;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306b;&#x306f;&#x3053;&#x308c;&#x3089;&#x306e;&#x307f;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUWBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="toString() &#x751f;&#x6210;" description="&#x578b;&#x306e; toString() &#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUWRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CompareWithHead" commandName="HEAD &#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x6bd4;&#x8f03;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUWhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x7de8;&#x6210;" description="&#x5fc5;&#x8981;&#x306a;&#x3059;&#x3079;&#x3066;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x3066;&#x73fe;&#x884c;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3092;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUWxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.BranchCommand" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUXBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.markers.copyDescription" commandName="&#x8aac;&#x660e;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;" description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x306e;&#x8aac;&#x660e;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUXRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="&#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x306b;&#x30c9;&#x30ed;&#x30c3;&#x30d7;" description="&#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x306b;&#x30c9;&#x30ed;&#x30c3;&#x30d7;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUXhpgEemz3-HJbLkNLg" elementId="org.springsource.ide.eclipse.boot.BootLaunchShortcut.debug" commandName="Spring Boot &#x30a2;&#x30d7;&#x30ea;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Spring Boot &#x30a2;&#x30d7;&#x30ea;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUXxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.promote.local.variable" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x5909;&#x6570;&#x306b;&#x5909;&#x63db;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x5909;&#x6570;&#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUYBpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.api.tools.ui.compare.to.baseline" commandName="API &#x30d9;&#x30fc;&#x30b9;&#x30e9;&#x30a4;&#x30f3;..." description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x73fe;&#x5728;&#x306e;&#x30d9;&#x30fc;&#x30b9;&#x30e9;&#x30a4;&#x30f3;&#x3068;&#x6bd4;&#x8f03;&#x3067;&#x304d;&#x308b;&#x3088;&#x3046;&#x306b;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUYRpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.imagebrowser.saveToWorkspace" commandName="Save Image" description="Save the selected image into a project in the workspace" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUYhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x8868;&#x793a;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUYxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x4f8b;&#x5916;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x4f8b;&#x5916;&#x578b;&#x306e;&#x4f8b;&#x5916;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUZBpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.view.ui.command.disconnect" commandName="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x306e;&#x5207;&#x65ad;" category="_HixnzhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUZRpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.dash.boot.dash.RedebugAction" commandName="(&#x518d;) &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="(Re)debug Boot App" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUZhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;&#x306e;&#x8868;&#x793a;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUZxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUaBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="&#x5c55;&#x958b;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x9805;&#x76ee;&#x306e;&#x6298;&#x308a;&#x305f;&#x305f;&#x307e;&#x308c;&#x305f;&#x9818;&#x57df;&#x3092;&#x5c55;&#x958b;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUaRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.method" commandName="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x62bd;&#x51fa;" description="&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x307e;&#x305f;&#x306f;&#x5f0f;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x65b0;&#x898f;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUahpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.newEclipseLinkMappingFile" commandName="EclipseLink ORM &#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUaxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.openRemoteTask" commandName="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x958b;&#x304f;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUbBpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="&#x6b21;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;" description="&#x6b21;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x304b;&#x3089;&#x306e;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUbRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30a2;&#x30fc;&#x3067;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUbhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.task.retrieveContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x53d6;&#x5f97;" category="_Hin2xxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUbxpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.jsp.ui.refactor.rename" commandName="&#x540d;&#x524d;&#x5909;&#x66f4;" description="Java &#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUcBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.Fetch" commandName="&#x30d5;&#x30a7;&#x30c3;&#x30c1;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUcRpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.run" commandName="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUchpgEemz3-HJbLkNLg" elementId="AnyEdit.SortLineLengthAscending.command" commandName="&#x884c;&#x9577; &#x77ed;&#x3044;-&#x9577;&#x3044; &#x3067;&#x30bd;&#x30fc;&#x30c8;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUcxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUdBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.togglestatusbar" commandName="&#x30b9;&#x30c6;&#x30fc;&#x30bf;&#x30b9;&#x30d0;&#x30fc;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x4e0b;&#x90e8;&#x306e;&#x30b9;&#x30c6;&#x30fc;&#x30bf;&#x30b9;&#x30d0;&#x30fc;&#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUdRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.commands.Inspect" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUdhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.task.ui.editor.QuickOutline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_Hin2yhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUdxpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.commands.addbuildshipnature" commandName="Gradle &#x30cd;&#x30fc;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x8ffd;&#x52a0;" description="Adds the Gradle nature and synchronizes this project as if the Gradle Import wizard had been run on its location." category="_Hin2whpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUeBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.ScanLocksCommand" commandName="&#x30ed;&#x30c3;&#x30af;&#x306e;&#x30b9;&#x30ad;&#x30e3;&#x30f3;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUeRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x7d42;&#x308f;&#x308a;&#x3092;&#x9001;&#x4fe1;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUehpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.pagedesigner.horizotal" commandName="&#x6c34;&#x5e73;&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;" category="_HixnxBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUexpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.AbortRebase" commandName="&#x30ea;&#x30d9;&#x30fc;&#x30b9;&#x3092;&#x4e2d;&#x65ad;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUfBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="&#x8868;&#x793a;..." description="&#x8868;&#x793a;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x30aa;&#x30fc;&#x30d7;&#x30f3;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUfRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="&#x884c;&#x3092;&#x8907;&#x5199;" description="&#x9078;&#x629e;&#x884c;&#x3092;&#x5909;&#x66f4;&#x305b;&#x305a;&#x306b;&#x9078;&#x629e;&#x884c;&#x3092;&#x8907;&#x5199;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUfhpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x307e;&#x305f;&#x306f;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUfxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="&#x69cb;&#x9020;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x69cb;&#x9020;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUgBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.chromium.debug.js.command" commandName="Chrome / Chromium &#x30c7;&#x30d0;&#x30c3;&#x30ac;&#x30fc;" category="_Hin21xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUgRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.assignToLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUghpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.next" commandName="&#x6b21;&#x3078;" description="&#x6b21;&#x306e;&#x9805;&#x76ee;&#x306b;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUgxpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler.decompile.fernflower" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (FernFlower)" category="_Hin23hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUhBpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.utils.rcp.commands.openHelp" commandName="Open a help page resource" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUhRpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjOUhhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.bugs.commands.newTaskFromMarker" commandName="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x304b;&#x3089;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x4f5c;&#x6210;..." description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x304b;&#x3089;&#x30d0;&#x30b0;&#x3092;&#x30ec;&#x30dd;&#x30fc;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUhxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CommitCommand" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUiBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.refactor.apply.refactoring.script" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x306e;&#x9069;&#x7528;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x4e0a;&#x3067;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUiRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.run" commandName="&#x5b9f;&#x884c;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x306e;&#x5b9f;&#x884c;" category="_Hin2yxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUihpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.focus.view" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUixpgEemz3-HJbLkNLg" elementId="viewId" name="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3059;&#x308b;&#x30d3;&#x30e5;&#x30fc; ID" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjOUjBpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.testNgShortcut.coverage" commandName="TestNG &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="TestNG &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUjRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30ea;&#x30bf;&#x30fc;&#x30f3;" description="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30ea;&#x30bf;&#x30fc;&#x30f3;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUjhpgEemz3-HJbLkNLg" elementId="FindBugs.command.copy2" commandName="&#x30d0;&#x30b0;&#x8a73;&#x7d30;&#x306e;&#x30b3;&#x30d4;&#x30fc; (&#x30d0;&#x30b0;)" category="_HixnyRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUjxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.browser.openBundleResource" commandName="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304f;" description="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8; web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x30d0;&#x30f3;&#x30c9;&#x30eb;&#x30fb;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304f;&#x3002;" category="_Hin20BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUkBpgEemz3-HJbLkNLg" elementId="plugin" name="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;"/>
-    <parameters xmi:id="_HjOUkRpgEemz3-HJbLkNLg" elementId="path" name="&#x30d1;&#x30b9;"/>
-  </commands>
-  <commands xmi:id="_HjOUkhpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.pagedesigner.source" commandName="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30fc;&#x30c9;" category="_HixnxBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUkxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.RevertCommand" commandName="&#x623b;&#x3059;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUlBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.help.aboutAction" commandName="&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;" description="&#x300c;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hixn1BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUlRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.common.project.facet.ui.ConvertProjectToFacetedForm" commandName="&#x30d5;&#x30a1;&#x30bb;&#x30c3;&#x30c8;&#x30fb;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x3078;&#x5909;&#x63db;..." category="_Hin2zxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUlhpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.annotate.classFile" commandName="&#x30af;&#x30e9;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x6ce8;&#x91c8;" description="Externally add Annotations to a Class File." category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUlxpgEemz3-HJbLkNLg" elementId="org.eclipse.cft.server.ui.internal.actions.openhomepagecommand" commandName="Open Home Page" description="Open Home Page" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUmBpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.stash.create" commandName="&#x5909;&#x66f4;&#x3092;&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;..." category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUmRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations" commandName="&#x547c;&#x3073;&#x51fa;&#x3057;&#x306e;&#x7f6e;&#x63db;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x95a2;&#x6570;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_HixnwBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUmhpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CheckoutCommand" commandName="&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x30a2;&#x30a6;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUmxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.command.activateSelectedTask" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUnBpgEemz3-HJbLkNLg" elementId="com.xored.glance.ui.prevResult" commandName="&#x76f4;&#x524d;&#x306e;&#x4e00;&#x81f4;" description="Show previous Glance match" category="_Hin2yRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUnRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUnhpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.format.document" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x9078;&#x629e;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUnxpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.addNonNLS" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x975e; NLS &#x30bf;&#x30b0;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x975e; NLS &#x30bf;&#x30b0;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUoBpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CompareWithLatestRevisionCommand" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x6700;&#x65b0;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUoRpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUohpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="&#x7d22;&#x5f15;&#x304b;&#x3089;&#x9664;&#x53bb;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUoxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.newWizard" commandName="&#x65b0;&#x898f;" description="&#x65b0;&#x898f;&#x9805;&#x76ee;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin2zxpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUpBpgEemz3-HJbLkNLg" elementId="newWizardId" name="&#x65b0;&#x898f;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;"/>
-  </commands>
-  <commands xmi:id="_HjOUpRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.window.newWindow" commandName="&#x65b0;&#x898f;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;" description="&#x5225;&#x306e;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUphpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x89e3;&#x9664;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f; Java &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x884c;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x89e3;&#x9664;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUpxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.commands.CopyDetails" commandName="&#x8a73;&#x7d30;&#x306e;&#x30b3;&#x30d4;&#x30fc;" category="_Hin2wxpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUqBpgEemz3-HJbLkNLg" elementId="kind" name="Kind"/>
-    <parameters xmi:id="_HjOUqRpgEemz3-HJbLkNLg" elementId="element" name="Element"/>
-  </commands>
-  <commands xmi:id="_HjOUqhpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.ui.importer.configureProject" commandName="&#x30cd;&#x30b9;&#x30c8;&#x3055;&#x308c;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x691c;&#x51fa;&#x304a;&#x3088;&#x3073;&#x69cb;&#x6210;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUqxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.command.RunBuild" commandName="&#x30d3;&#x30eb;&#x30c9;&#x5b9f;&#x884c;" category="_Hin2wxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUrBpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui.selectActiveSession" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x9078;&#x629e;..." category="_Hin2zhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUrRpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="&#x76f8;&#x4e92;&#x6bd4;&#x8f03;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUrhpgEemz3-HJbLkNLg" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="&#x65b0;&#x898f;&#x30bd;&#x30d5;&#x30c8;&#x30a6;&#x30a7;&#x30a2;&#x306e;&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUrxpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.beans.ui.addToNewConfigSet" commandName="Add To New Config Set..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUsBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands.interest.decrement" commandName="&#x95a2;&#x5fc3;&#x3042;&#x308a;&#x306b;&#x3059;&#x308b;" description="&#x95a2;&#x5fc3;&#x3042;&#x308a;&#x306b;&#x3059;&#x308b;" category="_Hin2xxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUsRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="&#x6700;&#x5f8c;&#x306b;&#x8d77;&#x52d5;&#x3055;&#x308c;&#x305f;&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;&#x3092;&#x5b9f;&#x884c;" description="&#x6700;&#x5f8c;&#x306b;&#x8d77;&#x52d5;&#x3055;&#x308c;&#x305f;&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUshpgEemz3-HJbLkNLg" elementId="AnyEdit.invertCase.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x9006;&#x8ee2;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUsxpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x30a2;&#x30a6;&#x30c8;" category="_Hixn2hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUtBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x3059;&#x3079;&#x3066;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x5ba3;&#x8a00;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x3059;&#x3079;&#x3066;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_Hixn2BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUtRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="1 &#x884c;&#x4e0a;&#x3078;&#x79fb;&#x52d5;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x884c;&#x3092;&#x4e0a;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUthpgEemz3-HJbLkNLg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="&#x30d0;&#x30f3;&#x30c9;&#x30eb;&#x30fb;&#x30ab;&#x30bf;&#x30ed;&#x30b0;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUtxpgEemz3-HJbLkNLg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="&#x30c7;&#x30a3;&#x30ec;&#x30af;&#x30c8;&#x30ea;&#x30fc; URL"/>
-    <parameters xmi:id="_HjOUuBpgEemz3-HJbLkNLg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/>
-  </commands>
-  <commands xmi:id="_HjOUuRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb" commandName="&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x3067;&#x8868;&#x793a;" description="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x3092;&#x8868;&#x793a;&#x3057;&#x3001;&#x30ad;&#x30fc;&#x30dc;&#x30fc;&#x30c9;&#x30fb;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3092;&#x30bb;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUuhpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.debug" commandName="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUuxpgEemz3-HJbLkNLg" elementId="org.eclipse.userstorage.ui.showPullDown" commandName="Show Pull Down Menu" category="_Hixn1BpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUvBpgEemz3-HJbLkNLg" elementId="intoolbar" name="In Tool Bar" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjOUvRpgEemz3-HJbLkNLg" elementId="AnyEdit.ShowWhiteSpace.command" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7a7a;&#x767d;&#x3092;&#x8272;&#x3065;&#x3051;" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUvhpgEemz3-HJbLkNLg" elementId="AnyEdit.sortAlphabeticallyCaseInsensitiveAscending.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x533a;&#x5225;&#x305b;&#x305a;&#x306b;&#x30bd;&#x30fc;&#x30c8; a-z" category="_HixnyBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUvxpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.makePersistent" commandName="&#x6c38;&#x7d9a;&#x5316;&#x306e;&#x4f5c;&#x6210;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUwBpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSelectionAction" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;" category="_Hixn2xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUwRpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jaxb.ui.command.createPackageInfo" commandName="package-info.java &#x3092;&#x4f5c;&#x6210;&#x3059;&#x308b;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUwhpgEemz3-HJbLkNLg" elementId="junit.extensions.eclipse.quick.command.JUnitDebugAction" commandName="JUnit &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="JUnit&#x3067;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3057;&#x307e;&#x3059;&#xff0e;" category="_HixnxxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUwxpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.ReplaceWithBranchCommand" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUxBpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="&#x30af;&#x30e9;&#x30b9;&#x306e;&#x62bd;&#x51fa;..." description="&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3092;&#x65b0;&#x898f;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x62bd;&#x51fa;" category="_Hixn0hpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUxRpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hixn3xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUxhpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.rcp.commands.extensionDiscovery" commandName="Discover New Extensions" category="_Hin23xpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOUxxpgEemz3-HJbLkNLg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
-  </commands>
-  <commands xmi:id="_HjOUyBpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.copyRightToLeft" commandName="&#x53f3;&#x304b;&#x3089;&#x5de6;&#x306b;&#x30b3;&#x30d4;&#x30fc;" description="&#x53f3;&#x304b;&#x3089;&#x5de6;&#x3078;&#x73fe;&#x5728;&#x306e;&#x5909;&#x66f4;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3059;&#x308b;" category="_HixnzxpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUyRpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;..." description="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUyhpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.newMappingFile" commandName="JPA ORM &#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUyxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.markCompleted" commandName="&#x5b8c;&#x4e86;&#x306e;&#x30de;&#x30fc;&#x30af;&#x3092;&#x4ed8;&#x3051;&#x308b;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x5b8c;&#x4e86;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUzBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;" description="&#x9078;&#x629e;&#x884c;&#x3092; JavaScript &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306b;&#x5909;&#x3048;&#x308b;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUzRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.recenter" commandName="&#x4e2d;&#x592e;&#x306b;&#x518d;&#x8abf;&#x6574;" description="Scroll cursor line to center, top and bottom" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUzhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser.url" commandName="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x30d3;&#x30eb;&#x30c9;&#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOUzxpgEemz3-HJbLkNLg" elementId="org.springsource.ide.eclipse.boot.BootLaunchShortcut.run" commandName="Spring Boot &#x30a2;&#x30d7;&#x30ea;&#x306e;&#x5b9f;&#x884c;" description="Spring Boot &#x30a2;&#x30d7;&#x30ea;&#x306e;&#x5b9f;&#x884c;" category="_Hin21RpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU0BpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.xmlFileUpgradeToLatestVersion" commandName="JPA &#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x30fb;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x306e;&#x30a2;&#x30c3;&#x30d7;&#x30b0;&#x30ec;&#x30fc;&#x30c9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU0RpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.CompareWithRevisionCommand" commandName="URL..." category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU0hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="&#x884c;&#x306e;&#x30b9;&#x30af;&#x30ed;&#x30fc;&#x30eb;&#x30c0;&#x30a6;&#x30f3;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; 1 &#x884c;&#x30b9;&#x30af;&#x30ed;&#x30fc;&#x30eb;&#x30c0;&#x30a6;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_Hin2xRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU0xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.search.find.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x9078;&#x629e;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;" category="_Hin2wBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU1BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="&#x30e1;&#x30a4;&#x30f3;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x53ef;&#x8996;&#x6027;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x306e;&#x8868;&#x793a;&#x3068;&#x975e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x308b;" category="_Hin20BpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU1RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type.in.hierarchy" commandName="&#x968e;&#x5c64;&#x3067;&#x578b;&#x3092;&#x958b;&#x304f;" description="&#x578b;&#x3092;&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU1hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.sse.ui.outline.customFilter" commandName="&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;(&amp;F)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU1xpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.commands.openscrapbook" commandName="SQL &#x30b9;&#x30af;&#x30e9;&#x30c3;&#x30d7;&#x30d6;&#x30c3;&#x30af;&#x3092;&#x958b;&#x304f;(&amp;K)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU2BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.navigate.openResource" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304f;" description="&#x7279;&#x5b9a;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3067;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_HixnyhpgEemz3-HJbLkNLg">
-    <parameters xmi:id="_HjOU2RpgEemz3-HJbLkNLg" elementId="filePath" name="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30d1;&#x30b9;" typeId="org.eclipse.ui.ide.resourcePath"/>
-  </commands>
-  <commands xmi:id="_HjOU2hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.correction.addBlock.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x306b;&#x3088;&#x308b;&#x7f6e;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x306b;&#x3088;&#x308b;&#x7f6e;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin2yBpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU2xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.previous.member" commandName="&#x524d;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="JavaScript &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x524d;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306b;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x79fb;&#x52d5;" category="_HixnyhpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HjOU3BpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.EditTreeConflictsCommand" commandName="&#x30c4;&#x30ea;&#x30fc;&#x7af6;&#x5408;&#x306e;&#x7de8;&#x96c6;" category="_Hin2zRpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_HmDlQBpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.command.mark_duplicate_ids" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Mark Duplicate Model Element Ids" description="Marks Duplicate Model Element Ids"/>
-  <commands xmi:id="_HmDlQRpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.command.mark_duplicate_labels" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Mark Duplicate Model Labels" description="Marks Duplicate Model Labels"/>
-  <commands xmi:id="_HmDlQhpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.command.mark_duplicate_attributes" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Mark Duplicate Model Attributes..." description="Marks Duplicate Model Attributes"/>
-  <commands xmi:id="_HmDlQxpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.command.repair_duplicate_ids" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Repair Duplicate Model Element IDs" description="Repairs Duplicate Model Element IDs"/>
-  <commands xmi:id="_HmDlRBpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.command.unmark" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Unmark Model Items" description="Unmarks All Model Items"/>
-  <commands xmi:id="_HmMvMBpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.command.autosizeColumns" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Autosize Columns" description="Autosizes all columns to their content"/>
-  <commands xmi:id="_HmMvMRpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.tools.emf.ui.command.resetToDefault" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Reset To Default" description="Resets the table to default values"/>
-  <commands xmi:id="_HwyOkBpgEemz3-HJbLkNLg" elementId="com.vaadin.integration.eclipse.nothing" commandName="com.vaadin.integration.eclipse.nothing"/>
-  <commands xmi:id="_IczAABpgEemz3-HJbLkNLg" elementId="AUTOGEN:::AnyEdit.actionSet/org.eclipse.ui.OpenWorkspaceFile2" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Ic8J8BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::AnyEdit.actionSet/de.loskutov.anyedit.convertAllInFolder" commandName="&#x30bf;&#x30d6; &lt;-> &#x30b9;&#x30da;&#x30fc;&#x30b9;&#x306e;&#x5909;&#x63db;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Ic8J8RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::AnyEdit.actionSet/de.loskutov.anyedit.countAllInFolder" commandName="&#x9078;&#x629e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30ab;&#x30a6;&#x30f3;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Ic8J8hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::net.sf.eclipsecs.ui.actionSet/net.sf.eclipsecs.action.purgecaches" commandName="Checkstyle &#x30ad;&#x30e3;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x6d88;&#x53bb;" description="Purges internal Checkstyle caches to force reloading of auxiliary configuration files (e.g. suppression.xml)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Ic8J8xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::ajelementCreation/openajprojectwizard" commandName="AspectJ &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;..." description="&#x65b0;&#x898f; AspectJ &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Ic8J9BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ant.ui.actionSet.presentation/org.eclipse.ant.ui.toggleAutoReconcile" commandName="Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x81ea;&#x52d5;&#x8abf;&#x6574;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x81ea;&#x52d5;&#x8abf;&#x6574;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF68BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.datatools.sqltools.sqlscrapbook.actionSet/org.eclipse.datatools.sqltools.sqlscrapbook.actions.OpenScrapbookAction" commandName="SQL &#x30b9;&#x30af;&#x30e9;&#x30c3;&#x30d7;&#x30d6;&#x30c3;&#x30af;&#x3092;&#x958b;&#x304f;" description="SQL &#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x7de8;&#x96c6;&#x3059;&#x308b;&#x30b9;&#x30af;&#x30e9;&#x30c3;&#x30d7;&#x30d6;&#x30c3;&#x30af;&#x3092;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF68RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunWithConfigurationAction" commandName="&#x5b9f;&#x884c;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF68hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunHistoryMenuAction" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x5b9f;&#x884c;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF68xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunDropDownAction" commandName="&#x5b9f;&#x884c;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF69BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugWithConfigurationAction" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF69RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugHistoryMenuAction" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF69hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugDropDownAction" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF69xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileDropDownAction" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF6-BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileWithConfigurationAction" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF6-RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF6-hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageDropDownAction" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF6-xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageAsAction" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF6_BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageHistoryAction" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF6_RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.NewTypeDropDown" commandName="&#x30af;&#x30e9;&#x30b9;..." description="&#x65b0;&#x898f; Java &#x30af;&#x30e9;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF6_hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenPackageWizard" commandName="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;..." description="&#x65b0;&#x898f; Java &#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdF6_xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenProjectWizard" commandName="Java &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;..." description="&#x65b0;&#x898f; Java &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr8BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.ui.SearchActionSet/org.eclipse.jdt.ui.actions.OpenJavaSearchPage" commandName="Java..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr8RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jst.j2ee.J2eeMainActionSet/org.eclipse.jst.j2ee.internal.actions.NewJavaEEArtifact" commandName="&#x30b5;&#x30fc;&#x30d6;&#x30ec;&#x30c3;&#x30c8;" description="&#x65b0;&#x898f;&#x30b5;&#x30fc;&#x30d6;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr8hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jst.j2ee.J2eeMainActionSet/org.eclipse.jst.j2ee.internal.actions.NewJavaEEProject" commandName="&#x52d5;&#x7684; Web &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" description="&#x52d5;&#x7684; Web &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr8xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.java.actionSet.browsing/org.eclipse.mylyn.java.ui.actions.ApplyMylynToBrowsingPerspectiveAction" commandName="&#x53c2;&#x7167;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x3067; Java &#x53c2;&#x7167;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr9BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.doc.actionSet/org.eclipse.mylyn.tasks.ui.bug.report" commandName="&#x30d0;&#x30b0;&#x307e;&#x305f;&#x306f;&#x62e1;&#x5f35;&#x306e;&#x5831;&#x544a;..." description="&#x30d0;&#x30b0;&#x307e;&#x305f;&#x306f;&#x62e1;&#x5f35;&#x3092;&#x5831;&#x544a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr9RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.navigation.additions/org.eclipse.mylyn.tasks.ui.navigate.task.history" commandName="&#x524d;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" description="&#x524d;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr9hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.pde.ui.SearchActionSet/org.eclipse.pde.ui.actions.OpenPluginSearchPage" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr9xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" commandName="&#x864e;&#x306e;&#x5dfb;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr-BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.rse.core.search.searchActionSet/org.eclipse.rse.core.search.searchAction" commandName="&#x30ea;&#x30e2;&#x30fc;&#x30c8;..." description="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x304a;&#x3088;&#x3073;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x691c;&#x7d22;&#x306e;&#x305f;&#x3081;&#x306b;&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x691c;&#x7d22;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x30fb;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr-RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.search.searchActionSet/org.eclipse.search.OpenSearchDialogPage" commandName="&#x691c;&#x7d22;..." description="&#x691c;&#x7d22;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr-hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.team.svn.ui.action.shortcuts/org.eclipse.team.svn.ui.action.local.management.DisconnectAction" commandName="&#x5207;&#x65ad;" description="SVN &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x5207;&#x65ad;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr-xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.synchronizeAll" commandName="&#x540c;&#x671f;&#x5316;..." description="&#x540c;&#x671f;&#x5316;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr_BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.ConfigureProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x5171;&#x7528;..." description="&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x304a;&#x3088;&#x3073;&#x69cb;&#x6210;&#x7ba1;&#x7406;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x3001;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x4ed6;&#x3068;&#x5171;&#x7528;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr_RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ui.externaltools.ExternalToolsSet/org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu" commandName="&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdPr_hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.chromium.debug.ui.actionSets/org.eclipse.wst.jsdt.chromium.debug.ui.actions.AddExceptionBreakpointAction" commandName="V8/Chrome JavaScript &#x62e1;&#x5f35;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x8ffd;&#x52a0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY14BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenFileWizard" commandName="JavaScript &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" description="&#x65b0;&#x898f; Javascript &#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY14RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenProjectWizard" commandName="JavaScript &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;..." description="&#x65b0;&#x898f; JavaScript &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY14hpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.refactor.show.refactoring.history" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY14xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.SearchActionSet/org.eclipse.wst.jsdt.ui.actions.OpenJavaSearchPage" commandName="JavaScript..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY15BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.server.ui.new.actionSet/org.eclipse.wst.server.ui.action.new.server" commandName="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x306e;&#x4f5c;&#x6210;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x306e;&#x4f5c;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY15RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.server.ui.internal.webbrowser.actionSet/org.eclipse.wst.server.ui.internal.webbrowser.action.open" commandName="Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3092;&#x958b;&#x304f;" description="Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3092;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY15hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.server.ui.internal.webbrowser.actionSet/org.eclipse.wst.server.ui.internal.webbrowser.action.switch" commandName="Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;" description="Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY15xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newCSSFile" commandName="CSS" description="&#x65b0;&#x898f;&#x30ab;&#x30b9;&#x30b1;&#x30fc;&#x30c7;&#x30a3;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30bf;&#x30a4;&#x30eb;&#x30fb;&#x30b7;&#x30fc;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY16BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newJSFile" commandName="JavaScript" description="&#x65b0;&#x898f; javascript &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x4f5c;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdY16RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newHTMLFile" commandName="HTML" description="&#x65b0;&#x898f; HTML &#x30da;&#x30fc;&#x30b8;&#x306e;&#x4f5c;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim4BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.ws.explorer.explorer/org.eclipse.wst.ws.internal.explorer.action.LaunchWSEAction" commandName="Web &#x30b5;&#x30fc;&#x30d3;&#x30b9;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x8d77;&#x52d5;" description="Web &#x30b5;&#x30fc;&#x30d3;&#x30b9;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x8d77;&#x52d5;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim4RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.DecompilerToolbarMenu" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30e9;&#x30fc;" description="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30e9;&#x30fc;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim4hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.ExportSourceMenu" commandName="&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim4xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.DecompilerMenu" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30e9;&#x30fc;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim5BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.preferenceMenu" commandName="&#x8a2d;&#x5b9a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim5RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.debugModeMenu" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30e2;&#x30fc;&#x30c9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim5hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.disassemblerMenu" commandName="Show Disassembler" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim5xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.byteCodeMenu" commandName="Show Byte Code" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim6BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.sourceCodeMenu" commandName="Show Source Code" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim6RpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.aop.ui.matcher.actions.opePointcutMatcherPage" commandName="&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30ab;&#x30c3;&#x30c8;&#x4e00;&#x81f4;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim6hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.springsource.ide.eclipse.commons.launch.actionSet/org.springsource.ide.eclipse.commons.launch.relaunch.action" commandName="&#x518d;&#x8d77;&#x52d5;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim6xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.springsource.ide.eclipse.commons.launch.actionSet/org.springsource.ide.eclipse.commons.launch.stop.action" commandName="&#x7d42;&#x4e86;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim7BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ajdt.ui.AJEditor.BreakpointRulerActions/org.eclipse.ajdt.ui.actions.ManageBreakpointRulerAction" commandName="AspectJ editor action" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim7RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ajdt.ui.AJEditor.AdviceRulerActions/org.eclipse.ajdt.ui.actions.AdviceActionDelegate" commandName="AspectJ editor action" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim7hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="AspectJ editor action" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim7xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ant.ui.BreakpointRulerActions/org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim8BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.datatools.sqltools.rullerDoubleClick/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim8RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.emf.exporter.genModelEditorContribution/org.eclipse.emf.exporter.ui.GenModelExportActionDelegate.Editor" commandName="&#x30e2;&#x30c7;&#x30eb;&#x306e;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim8hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.emf.importer.genModelEditorContribution/org.eclipse.emf.importer.ui.GenModelReloadActionDelegate.Editor" commandName="&#x518d;&#x30ed;&#x30fc;&#x30c9;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim8xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.RemoveMappingActionID" commandName="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x306e;&#x9664;&#x53bb;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306b;&#x95a2;&#x9023;&#x3057;&#x305f;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim9BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.TypeMatchMappingActionID" commandName="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x578b;&#x3067;&#x7a81;&#x304d;&#x5408;&#x308f;&#x305b;" description="&#x5b50;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x578b;&#x9806;&#x306b;&#x81ea;&#x52d5;&#x7684;&#x306b;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim9RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.NameMatchMappingActionID" commandName="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x540d;&#x524d;&#x3067;&#x7a81;&#x304d;&#x5408;&#x308f;&#x305b;" description="&#x5b50;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x540d;&#x524d;&#x9806;&#x306b;&#x81ea;&#x52d5;&#x7684;&#x306b;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim9hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateOneSidedMappingActionID" commandName="&#x30ef;&#x30f3;&#x30b5;&#x30a4;&#x30c9;&#x30fb;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x306e;&#x4f5c;&#x6210;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306b;&#x65b0;&#x898f;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim9xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateMappingActionID" commandName="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x306e;&#x4f5c;&#x6210;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x9593;&#x3067;&#x65b0;&#x898f;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim-BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddOuputRootActionID" commandName="&#x51fa;&#x529b;&#x30eb;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;..." description="&#x65b0;&#x898f;&#x51fa;&#x529b;&#x30eb;&#x30fc;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim-RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootActionID" commandName="&#x5165;&#x529b;&#x30eb;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;..." description="&#x65b0;&#x898f;&#x5165;&#x529b;&#x30eb;&#x30fc;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim-hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim-xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim_BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="&#x5b9f;&#x884c;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim_RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim_hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idim_xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IdinABpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw0BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw0RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw0hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw0xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jst.jsp.core.jspsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw1BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jst.jsp.core.jspsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw1RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution/org.eclipse.m2e.jdt.ui.downloadSourcesAction" commandName="&#x30e9;&#x30d9;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw1hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution_38/org.eclipse.m2e.jdt.ui.downloadSourcesAction_38" commandName="&#x30e9;&#x30d9;&#x30eb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw1xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw2BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw2RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.css.core.csssource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw2hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.css.core.csssource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw2xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw3BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw3RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.html.core.htmlsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw3hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.html.core.htmlsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw3xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor.editorActions/org.eclipse.wst.jsdt.chromium.debug.ui.editor.ruler.doubleClickBreakpointAction" commandName="&#x672a;&#x4f7f;&#x7528;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw4BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.debug.ui.togglebreakpoint/org.eclipse.wst.jsdt.debug.ui.RulerToggleBreakpoint" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw4RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw4hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw4xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw5BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw5RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw5hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.json.core.jsonsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="%AddBookmark.label" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw5xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.json.core.jsonsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="%SelectRuler.label" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw6BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ui.articles.action.contribution.editor/org.eclipse.wst.wsdl.ui.actions.ReloadDependenciesActionDelegate" commandName="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" description="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw6RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.wsdl.wsdlsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw6hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.wsdl.wsdlsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw6xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw7BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw7RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw7hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw7xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw8BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.sf.feeling.decompiler.source.attach.m2e.downloadSourcesContribution/org.sf.feeling.decompiler.source.attach.m2e.downloadSourcesAction" commandName="Download Source" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw8RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.action3" commandName="&#x4e0a;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x4e0a;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw8hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.action4" commandName="&#x4e2d;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x4e2d;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw8xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.action1" commandName="&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" description="&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x306e;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Idrw9BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.Confidence.Project.Pattern.Marker" commandName="Confidence->Project->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h0BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.Confidence.BugRank.Pattern.Marker" commandName="Confidence->Rank->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h0RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.BugRank.Project.Pattern.Marker" commandName="Rank->Project->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h0hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.BugRank.Confidence.Pattern.Marker" commandName="Rank->Confidence->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h0xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.Project.Confidence.BugRank.Pattern.Marker" commandName="Project->Confidence->Rank->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h1BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.Project.BugRank.Confidence.Pattern.Marker" commandName="Project->Rank->Confidence->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h1RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.groupDialog" commandName="&#x30b0;&#x30eb;&#x30fc;&#x30d7;..." description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h1hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.actionCollapse" commandName="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h1xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.actionExpand" commandName="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" description="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h2BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.filterBugs" commandName="&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x306e;&#x69cb;&#x6210;..." description="Id &#x3067;&#x30d0;&#x30b0;&#x3092;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h2RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::mnita.ansiconsole.viewConsoleClickableIcon/mnita.ansiconsole.AnsiConsoleClickIconAction" commandName="Ansi &#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x3092;&#x4f7f;&#x7528;&#x53ef;&#x80fd;/&#x4f7f;&#x7528;&#x4e0d;&#x53ef;&#x306b;&#x3059;&#x308b;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h2hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::mnita.ansiconsole.copyPlainTextConsoleClickableIcon/mnita.ansiconsole.AnsiConsoleCopyIconAction" commandName="&#x30a8;&#x30b9;&#x30b1;&#x30fc;&#x30d7;&#x4ed8;&#x304d;&#x3067;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3059;&#x308b;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h2xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.PulldownActions/org.eclipse.debug.ui.debugview.pulldown.ViewManagementAction" commandName="&#x30d3;&#x30e5;&#x30fc;&#x7ba1;&#x7406;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h3BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.debugview.toolbar/org.eclipse.debug.ui.debugview.toolbar.removeAllTerminated" commandName="&#x7d42;&#x4e86;&#x3057;&#x305f;&#x3059;&#x3079;&#x3066;&#x3092;&#x9664;&#x53bb;" description="&#x7d42;&#x4e86;&#x3057;&#x305f;&#x3059;&#x3079;&#x3066;&#x306e;&#x8d77;&#x52d5;&#x3092;&#x9664;&#x53bb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h3RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.removeAll" commandName="&#x3059;&#x3079;&#x3066;&#x9664;&#x53bb;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h3hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.linkWithDebugView" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x30ea;&#x30f3;&#x30af;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x30ea;&#x30f3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h3xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.workingSets" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;..." description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x7ba1;&#x7406;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h4BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.clearDefaultBreakpointGroup" commandName="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x306e;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x9078;&#x629e;&#x89e3;&#x9664;" description="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x306e;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x9078;&#x629e;&#x89e3;&#x9664;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h4RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.setDefaultBreakpointGroup" commandName="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x9078;&#x629e;..." description="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x306e;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h4hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.sortByAction" commandName="&#x30bd;&#x30fc;&#x30c8;&#x9806;" description="&#x30bd;&#x30fc;&#x30c8;&#x9806;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h4xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.groupByAction" commandName="&#x30b0;&#x30eb;&#x30fc;&#x30d7;" description="&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h5BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.removeAll" commandName="&#x3059;&#x3079;&#x3066;&#x9664;&#x53bb;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x5f0f;&#x3092;&#x9664;&#x53bb;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h5RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.AddWatchExpression" commandName="&#x76e3;&#x8996;&#x5f0f;&#x3092;&#x8ffd;&#x52a0;..." description="&#x65b0;&#x898f;&#x76e3;&#x8996;&#x5f0f;&#x3092;&#x4f5c;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h5hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.PinMemoryBlockAction" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x3092;&#x30d4;&#x30f3;&#x7559;&#x3081;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x3092;&#x30d4;&#x30f3;&#x7559;&#x3081;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h5xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.NewMemoryViewAction" commandName="&#x65b0;&#x898f;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="&#x65b0;&#x898f;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h6BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglemonitors" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h6RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.linkrenderingpanes" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x30ea;&#x30f3;&#x30af;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x30ea;&#x30f3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h6hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.tablerendering.preferencesaction" commandName="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x8a2d;&#x5b9a;..." description="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x8a2d;&#x5b9a;(&amp;T)..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h6xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglesplitpane" commandName="&#x5206;&#x5272;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x5206;&#x5272;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id1h7BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.switchMemoryBlock" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S0BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.memoryViewPreferencesAction" commandName="&#x8a2d;&#x5b9a;..." description="&#x8a2d;&#x5b9a;(&amp;P)..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S0RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java &#x8a2d;&#x5b9a;..." description="Java &#x5909;&#x6570;&#x306e;&#x8a2d;&#x5b9a;&#x3092;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S0hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variablesViewActions.AllReferencesInView" commandName="&#x53c2;&#x7167;&#x306e;&#x8868;&#x793a;" description="&#x5404;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3078;&#x306e;&#x53c2;&#x7167;&#x3092;&#x5909;&#x6570;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x914d;&#x5217;&#x3068;&#x3057;&#x3066;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;&#x3002;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S0xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="null &#x914d;&#x5217;&#x30a8;&#x30f3;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" description="null &#x914d;&#x5217;&#x30a8;&#x30f3;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S1BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowQualified" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" description="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S1RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic" commandName="static &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="static &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S1hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowConstants" commandName="&#x5b9a;&#x6570;&#x306e;&#x8868;&#x793a;" description="&#x5b9a;&#x6570;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S1xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java &#x8a2d;&#x5b9a;..." description="Java &#x5909;&#x6570;&#x306e;&#x8a2d;&#x5b9a;&#x3092;&#x958b;&#x304f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S2BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.AllReferencesInView" commandName="&#x53c2;&#x7167;&#x306e;&#x8868;&#x793a;" description="&#x53c2;&#x7167;&#x306e;&#x8868;&#x793a;(&amp;R)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S2RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="null &#x914d;&#x5217;&#x30a8;&#x30f3;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" description="null &#x914d;&#x5217;&#x30a8;&#x30f3;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S2hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowQualified" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" description="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S2xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowStatic" commandName="static &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="static &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S3BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowConstants" commandName="&#x5b9a;&#x6570;&#x306e;&#x8868;&#x793a;" description="&#x5b9a;&#x6570;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S3RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.actions.AddException" commandName="Java &#x4f8b;&#x5916;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="Java &#x4f8b;&#x5916;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S3hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" description="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S3xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowThreadGroups" commandName="&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x30fb;&#x30b0;&#x30eb;&#x30fc;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x30fb;&#x30b0;&#x30eb;&#x30fc;&#x30d7;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S4BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowQualified" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" description="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S4RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowSystemThreads" commandName="&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x306e;&#x8868;&#x793a;" description="&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S4hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowRunningThreads" commandName="Show Running Threads" description="Show Running Threads" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S4xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowMonitorThreadInfo" commandName="&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x304a;&#x3088;&#x3073;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S5BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Watch" commandName="&#x76e3;&#x8996;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x304b;&#x3089;&#x76e3;&#x8996;&#x5f0f;&#x3092;&#x4f5c;&#x6210;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S5RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Execute" commandName="&#x5b9f;&#x884c;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S5hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Display" commandName="&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S5xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Inspect" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S6BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.context.ui.outline.contribution/org.eclipse.mylyn.context.ui.contentOutline.focus" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S6RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.java.ui.markers.breakpoints.contribution/org.eclipse.mylyn.java.ui.actions.focus.markers.breakpoints" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S6hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.debug.view.contribution/org.eclipse.mylyn.ui.actions.FilterResourceNavigatorAction" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x5b9f;&#x9a13;&#x7528;)" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x5b9f;&#x9a13;&#x7528;)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S6xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.projectexplorer.filter/org.eclipse.mylyn.ide.ui.actions.focus.projectExplorer" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S7BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.search.contribution/org.eclipse.mylyn.ide.ui.actions.focus.search.results" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S7RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.resource.navigator.filter/org.eclipse.mylyn.ide.ui.actions.focus.resourceNavigator" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S7hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.problems.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.problems" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S7xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.all.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.all" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S8BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.tasks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.tasks" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S8RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.bookmarks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.bookmarks" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S8hpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.java.explorer.contribution/org.eclipse.mylyn.java.actions.focus.packageExplorer" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S8xpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.search.open" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x691c;&#x7d22;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S9BpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.synchronize.changed" commandName="&#x5909;&#x66f4;&#x3092;&#x540c;&#x671f;" description="&#x5909;&#x66f4;&#x3092;&#x540c;&#x671f;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_Id_S9RpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.tasks.restore" commandName="&#x5c65;&#x6b74;&#x304b;&#x3089;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x5fa9;&#x5143;..." category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcwBpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.open.repositories.view" commandName="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcwRpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.doc.legend.show.action" commandName="UI &#x51e1;&#x4f8b;&#x306e;&#x8868;&#x793a;" description="&#x30bf;&#x30b9;&#x30af; UI &#x51e1;&#x4f8b;&#x306e;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcwhpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.context.ui.actions.tasklist.focus" commandName="&#x4f5c;&#x696d;&#x9031;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x4f5c;&#x696d;&#x9031;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcwxpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.pde.ui.logViewActions/org.eclipse.jdt.debug.ui.LogViewActions.showStackTrace" commandName="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306b;&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x3092;&#x8868;&#x793a;" description="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306b;&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x3092;&#x8868;&#x793a;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcxBpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.rse.ui.view.systemView.toolbar/org.eclipse.rse.ui.view.systemView.toolbar.linkWithSystemView" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x30ea;&#x30f3;&#x30af;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcxRpgEemz3-HJbLkNLg" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.wst.jsdt.debug.ui.add.scriptload.breakpoint" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcxhpgEemz3-HJbLkNLg" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x3067;&#x4e2d;&#x65ad;" description="Suspends when any script is loaded" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcxxpgEemz3-HJbLkNLg" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.wst.jsdt.debug.ui.suspend.on.exceptions" commandName="JavaScript &#x4f8b;&#x5916;&#x6642;&#x306b;&#x4e2d;&#x65ad;" description="Suspend on all JavaScript exceptions" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcyBpgEemz3-HJbLkNLg" elementId="AUTOGEN:::debugViewActions/org.eclipse.wst.jsdt.debug.ui.show.all.scripts" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x3092;&#x8868;&#x793a;" description="Shows or hides all scripts loaded in the visible targets" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcyRpgEemz3-HJbLkNLg" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.functions" commandName="function &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="Show or hide function variables" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcyhpgEemz3-HJbLkNLg" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.this" commandName="'this' &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="Show or hide the this variable" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIcyxpgEemz3-HJbLkNLg" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.prototypes" commandName="proto &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="Show or hide proto variables" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIczBpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.ui.articles.action.contribution.view/org.eclipse.wst.wsi.ui.internal.actions.actionDelegates.ValidateWSIProfileActionDelegate" commandName="WS-I Profile Validator" description="WS-I &#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x30fb;&#x30ed;&#x30b0;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x691c;&#x8a3c;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIczRpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.springframework.ide.eclipse.aop.mylyn.ui.filter/org.springframework.ide.eclipse.beans.mylyn.ui.actions.filterSpringExplorerAction" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIczhpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.projectexplorer.filter/org.springframework.ide.eclipse.beans.mylyn.ui.actions.filterSpringExplorerAction" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <commands xmi:id="_IeIczxpgEemz3-HJbLkNLg" elementId="AUTOGEN:::org.springframework.ide.eclipse.ui.navigator.springExplorer.sorting/org.springframework.ide.eclipse.ui.navigator.springExplorer.sortingAction" commandName="&#x30bd;&#x30fc;&#x30c8;" description="&#x30bd;&#x30fc;&#x30c8;" category="_Hin23xpgEemz3-HJbLkNLg"/>
-  <addons xmi:id="_HhlU-xpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.core.commands.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.core.commands/org.eclipse.e4.core.commands.CommandServiceAddon"/>
-  <addons xmi:id="_HhlU_BpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.ui.contexts.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.services/org.eclipse.e4.ui.services.ContextServiceAddon"/>
-  <addons xmi:id="_HhlU_RpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.ui.bindings.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.bindings/org.eclipse.e4.ui.bindings.BindingServiceAddon"/>
-  <addons xmi:id="_HhlU_hpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.ui.workbench.commands.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon"/>
-  <addons xmi:id="_HhlU_xpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.ui.workbench.contexts.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon"/>
-  <addons xmi:id="_HhlVABpgEemz3-HJbLkNLg" elementId="org.eclipse.e4.ui.workbench.bindings.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.swt/org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon"/>
-  <addons xmi:id="_HhlVARpgEemz3-HJbLkNLg" elementId="Cleanup Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon"/>
-  <addons xmi:id="_HhlVAhpgEemz3-HJbLkNLg" elementId="DnD Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.dndaddon.DnDAddon"/>
-  <addons xmi:id="_HhlVAxpgEemz3-HJbLkNLg" elementId="MinMax Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon"/>
-  <addons xmi:id="_HhlVBBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.workbench.addon.0" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.HandlerProcessingAddon"/>
-  <addons xmi:id="_HhvF8BpgEemz3-HJbLkNLg" elementId="SplitterAddon" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitterAddon"/>
-  <addons xmi:id="_IYS0IKimEeS11vbz3f9ezw" elementId="org.eclipse.ui.ide.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide" contributionURI="bundleclass://org.eclipse.ui.ide/org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon"/>
-  <addons xmi:id="_dz0JgGOlEeSMMaPQU2nlzw" elementId="org.eclipse.ui.ide.application.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.ui.ide.application/org.eclipse.ui.internal.ide.application.addons.ModelCleanupAddon"/>
-  <categories xmi:id="_Hin2wBpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.edit" name="&#x7de8;&#x96c6;"/>
-  <categories xmi:id="_Hin2wRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.ui.editor.category" name="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x7de8;&#x96c6;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x30e9;&#x30a4;&#x30c8;&#x30a6;&#x30a7;&#x30a4;&#x30c8;&#x30fb;&#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x7de8;&#x96c6;&#x7528;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_Hin2whpgEemz3-HJbLkNLg" elementId="org.eclipse.buildship.ui.project" name="Buildship" description="Contains the Buildship specific commands"/>
-  <categories xmi:id="_Hin2wxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.builds.ui.category.Commands" name="&#x30d3;&#x30eb;&#x30c9;"/>
-  <categories xmi:id="_Hin2xBpgEemz3-HJbLkNLg" elementId="com.vaadin.integration.eclipse.commands.category" name="Vaadin Category"/>
-  <categories xmi:id="_Hin2xRpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.textEditor" name="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x7de8;&#x96c6;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x7de8;&#x96c6;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_Hin2xhpgEemz3-HJbLkNLg" elementId="org.dadacoalition.yedit.commands.category" name="YEdit" description="Commands related to the YEdit plugin"/>
-  <categories xmi:id="_Hin2xxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.context.ui.commands" name="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; UI" description="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x30fb;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;"/>
-  <categories xmi:id="_Hin2yBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.category.source" name="&#x30bd;&#x30fc;&#x30b9;" description="JavaScript &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>
-  <categories xmi:id="_Hin2yRpgEemz3-HJbLkNLg" elementId="com.xored.glance.ui.commands" name="Glance" description="Glance &#x691c;&#x7d22;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_Hin2yhpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.commands" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;"/>
-  <categories xmi:id="_Hin2yxpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.server.ui" name="&#x30b5;&#x30fc;&#x30d0;&#x30fc;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;"/>
-  <categories xmi:id="_Hin2zBpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.wikitext.context.ui.commands" name="Mylyn WikiText" description="Commands used for Mylyn WikiText"/>
-  <categories xmi:id="_Hin2zRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.svn.ui.command.category" name="SVN"/>
-  <categories xmi:id="_Hin2zhpgEemz3-HJbLkNLg" elementId="org.eclipse.eclemma.ui" name="EclEmma &#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;"/>
-  <categories xmi:id="_Hin2zxpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.file" name="&#x30d5;&#x30a1;&#x30a4;&#x30eb;"/>
-  <categories xmi:id="_Hin20BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.window" name="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;"/>
-  <categories xmi:id="_Hin20RpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.result.category" name="SQL &#x306e;&#x7d50;&#x679c;&#x30d3;&#x30e5;&#x30fc;"/>
-  <categories xmi:id="_Hin20hpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.genericeditor.extension.category.source" name="Target Definition Source" description="Target Definition Source Page actions"/>
-  <categories xmi:id="_Hin20xpgEemz3-HJbLkNLg" elementId="org.apache.ivyde.commands" name="IvyDE &#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_Hin21BpgEemz3-HJbLkNLg" elementId="net.sf.eclipsecs.ui" name="Checkstyle"/>
-  <categories xmi:id="_Hin21RpgEemz3-HJbLkNLg" elementId="org.eclipse.debug.ui.category.run" name="&#x5b9f;&#x884c;/&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x5b9f;&#x884c;/&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x306e;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;"/>
-  <categories xmi:id="_Hin21hpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.dialogs" name="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;" description="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_Hin21xpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.chromium.debug.js.category" name="Chrome / Chromium"/>
-  <categories xmi:id="_Hin22BpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.jpaMetadataConversionCommands" name="JPA &#x30e1;&#x30bf;&#x30c7;&#x30fc;&#x30bf;&#x5909;&#x63db;"/>
-  <categories xmi:id="_Hin22RpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.xml.views.XPathView" name="XPath"/>
-  <categories xmi:id="_Hin22hpgEemz3-HJbLkNLg" elementId="org.eclipse.jpt.jpa.ui.jpaStructureViewCommands" name="JPA &#x69cb;&#x9020;&#x30d3;&#x30e5;&#x30fc;"/>
-  <categories xmi:id="_Hin22xpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.commons.repositories.ui.category.Team" name="&#x30c1;&#x30fc;&#x30e0;"/>
-  <categories xmi:id="_Hin23BpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.ui.category.source" name="&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;" description="PDE &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>
-  <categories xmi:id="_Hin23RpgEemz3-HJbLkNLg" elementId="org.eclipse.ajdt.refactoring.category" name="AspectJ &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;" description="Refactorings specific to AspectJ"/>
-  <categories xmi:id="_Hin23hpgEemz3-HJbLkNLg" elementId="org.sf.feeling.decompiler" name="Enhanced Class Decompiler"/>
-  <categories xmi:id="_Hin23xpgEemz3-HJbLkNLg" elementId="org.eclipse.core.commands.categories.autogenerated" name="&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x306a;&#x3057;" description="&#x81ea;&#x52d5;&#x751f;&#x6210;&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x304b;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3092;&#x6301;&#x305f;&#x306a;&#x3044;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_HixnwBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.ui.category.refactoring" name="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; - JavaScript" description="JavaScript &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>
-  <categories xmi:id="_HixnwRpgEemz3-HJbLkNLg" elementId="org.eclipse.team.ui.category.team" name="&#x30c1;&#x30fc;&#x30e0;" description="&#x30c1;&#x30fc;&#x30e0;&#x306e;&#x64cd;&#x4f5c;&#x6642;&#x306b;&#x9069;&#x7528;&#x3059;&#x308b;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>
-  <categories xmi:id="_HixnwhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.views" name="&#x30d3;&#x30e5;&#x30fc;" description="&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x958b;&#x304f;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_HixnwxpgEemz3-HJbLkNLg" elementId="org.springframework.ide.eclipse.boot.commands.category" name="Spring Boot"/>
-  <categories xmi:id="_HixnxBpgEemz3-HJbLkNLg" elementId="org.eclipse.jst.pagedesigner.pagelayout" name="Web &#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;"/>
-  <categories xmi:id="_HixnxRpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.tasks.ui.category.editor" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;"/>
-  <categories xmi:id="_HixnxhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.ide.markerContents" name="&#x5185;&#x5bb9;" description="&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x306e;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;"/>
-  <categories xmi:id="_HixnxxpgEemz3-HJbLkNLg" elementId="junit.extensions.eclipse.quick.command.category" name="Quick JUnit" description="Quick JUnit&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>
-  <categories xmi:id="_HixnyBpgEemz3-HJbLkNLg" elementId="AnyEdit.category" name="AnyEdit &#x30c4;&#x30fc;&#x30eb;" description="AnyEdit &#x30c4;&#x30fc;&#x30eb;&#x30fb;&#x30ad;&#x30fc;&#x30fb;&#x30d0;&#x30a4;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_HixnyRpgEemz3-HJbLkNLg" elementId="FindBugs.category" name="SpotBugs commands" description="SpotBugs commands"/>
-  <categories xmi:id="_HixnyhpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.navigate" name="&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;"/>
-  <categories xmi:id="_HixnyxpgEemz3-HJbLkNLg" elementId="org.eclipse.mylyn.java.ui.commands" name="Java &#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;" description="Java &#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x30fb;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_HixnzBpgEemz3-HJbLkNLg" elementId="org.eclipse.wst.jsdt.debug.ui.category" name="JavaScript &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Tooling for debugging JavaScript"/>
-  <categories xmi:id="_HixnzRpgEemz3-HJbLkNLg" elementId="org.eclipse.lsp4e.category" name="&#x8a00;&#x8a9e;&#x30b5;&#x30fc;&#x30d0;&#x30fc;"/>
-  <categories xmi:id="_HixnzhpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.view.ui.commands.category" name="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_HixnzxpgEemz3-HJbLkNLg" elementId="org.eclipse.compare.ui.category.compare" name="&#x6bd4;&#x8f03;" description="&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x30fb;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3092;&#x6bd4;&#x8f03;&#x3057;&#x307e;&#x3059;"/>
-  <categories xmi:id="_Hixn0BpgEemz3-HJbLkNLg" elementId="org.eclipse.rse.ui.commands.category" name="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;"/>
-  <categories xmi:id="_Hixn0RpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" name="ASA 9.x table schema editor"/>
-  <categories xmi:id="_Hixn0hpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.category.refactoring" name="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; - Java" description="Java &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>
-  <categories xmi:id="_Hixn0xpgEemz3-HJbLkNLg" elementId="org.eclipse.emf.codegen.ecore.ui.Commands" name="EMF &#x30b3;&#x30fc;&#x30c9;&#x751f;&#x6210;" description="Commands for the EMF code generation tools"/>
-  <categories xmi:id="_Hixn1BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.help" name="&#x30d8;&#x30eb;&#x30d7;"/>
-  <categories xmi:id="_Hixn1RpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.project" name="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;"/>
-  <categories xmi:id="_Hixn1hpgEemz3-HJbLkNLg" elementId="org.springsource.ide.eclipse.common.ui.commands" name="SpringSource Tools"/>
-  <categories xmi:id="_Hixn1xpgEemz3-HJbLkNLg" elementId="org.eclipse.tm.terminal.category1" name="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_Hixn2BpgEemz3-HJbLkNLg" elementId="org.eclipse.search.ui.category.search" name="&#x691c;&#x7d22;" description="&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x30fb;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;"/>
-  <categories xmi:id="_Hixn2RpgEemz3-HJbLkNLg" elementId="egradle.commands.category" name="EGradle" description="EGradle"/>
-  <categories xmi:id="_Hixn2hpgEemz3-HJbLkNLg" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/>
-  <categories xmi:id="_Hixn2xpgEemz3-HJbLkNLg" elementId="org.eclipse.datatools.sqltools.sqleditor.category" name="&#x30c7;&#x30fc;&#x30bf;&#x30d9;&#x30fc;&#x30b9;&#x30fb;&#x30c4;&#x30fc;&#x30eb;" description="&#x30c7;&#x30fc;&#x30bf;&#x30d9;&#x30fc;&#x30b9;&#x958b;&#x767a;&#x30c4;&#x30fc;&#x30eb;"/>
-  <categories xmi:id="_Hixn3BpgEemz3-HJbLkNLg" elementId="org.eclipse.ui.category.perspectives" name="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;" description="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x958b;&#x304f;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>
-  <categories xmi:id="_Hixn3RpgEemz3-HJbLkNLg" elementId="org.eclipse.ltk.ui.category.refactoring" name="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;"/>
-  <categories xmi:id="_Hixn3hpgEemz3-HJbLkNLg" elementId="org.eclipse.gef.category.view" name="&#x30d3;&#x30e5;&#x30fc;" description="&#x30d3;&#x30e5;&#x30fc;"/>
-  <categories xmi:id="_Hixn3xpgEemz3-HJbLkNLg" elementId="org.eclipse.jdt.ui.category.source" name="&#x30bd;&#x30fc;&#x30b9;" description="Java &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>
-  <categories xmi:id="_Hixn4BpgEemz3-HJbLkNLg" elementId="org.eclipse.pde.runtime.spy.commands.category" name="&#x30b9;&#x30d1;&#x30a4;"/>
-  <categories xmi:id="_Hixn4RpgEemz3-HJbLkNLg" elementId="org.thymeleaf.extras.eclipse.menus.actions" name="Thymeleaf" description="Thymeleaf main menu category"/>
-</application:Application>
+<?xml version="1.0" encoding="ASCII"?>\r
+<application:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:application="http://www.eclipse.org/ui/2010/UIModel/application" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmlns:ui="http://www.eclipse.org/ui/2010/UIModel/application/ui" xmi:id="_d18AcBpjEemUxekpZrI8ww" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_d18AcRpjEemUxekpZrI8ww" bindingContexts="_d19QrxpjEemUxekpZrI8ww">\r
+  <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;workbench>&#xD;&#xA;&lt;mruList>&#xD;&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.mylyn.wikitext.ui.editor.markupEditor&quot; name=&quot;README.md&quot; tooltip=&quot;multi_module_application/README.md&quot;>&#xD;&#xA;&lt;persistable path=&quot;/multi_module_application/README.md&quot;/>&#xD;&#xA;&lt;/file>&#xD;&#xA;&lt;/mruList>&#xD;&#xA;&lt;/workbench>"/>\r
+  <tags>activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration</tags>\r
+  <tags>ModelMigrationProcessor.001</tags>\r
+  <children xsi:type="basic:TrimmedWindow" xmi:id="_d18AcRpjEemUxekpZrI8ww" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_d18AchpjEemUxekpZrI8ww" label="%trimmedwindow.label.eclipseSDK" x="115" y="33" width="1692" height="966">\r
+    <persistedState key="coolBarVisible" value="true"/>\r
+    <persistedState key="perspectiveBarVisible" value="true"/>\r
+    <persistedState key="isRestored" value="true"/>\r
+    <persistedState key="workingSets" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;workingSets/>"/>\r
+    <persistedState key="aggregateWorkingSetId" value="Aggregate for window 1547733587305"/>\r
+    <persistedState key="show_in_time" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;show_in_time/>"/>\r
+    <tags>topLevel</tags>\r
+    <children xsi:type="basic:PartSashContainer" xmi:id="_d18AchpjEemUxekpZrI8ww" selectedElement="_d18AcxpjEemUxekpZrI8ww" horizontal="true">\r
+      <children xsi:type="advanced:PerspectiveStack" xmi:id="_d18AcxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.perspectivestack" containerData="7500" selectedElement="_d18AdBpjEemUxekpZrI8ww">\r
+        <children xsi:type="advanced:Perspective" xmi:id="_d18AdBpjEemUxekpZrI8ww" elementId="org.eclipse.jst.j2ee.J2EEPerspective" selectedElement="_d18AdRpjEemUxekpZrI8ww" label="Java EE" iconURI="platform:/plugin/org.eclipse.jst.j2ee.ui/icons/full/cview16/j2ee_perspective.gif">\r
+          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>\r
+          <tags>persp.actionSet:AnyEdit.actionSet</tags>\r
+          <tags>persp.actionSet:ajrefactoring</tags>\r
+          <tags>persp.actionSet:org.eclipse.contribution.xref.ui.XRefActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.rse.core.search.searchActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>\r
+          <tags>persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.ActionSet</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.matcher.actionSet</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.ui.actionSet</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.search.actionSet</tags>\r
+          <tags>persp.actionSet:org.springsource.ide.eclipse.commons.launch.actionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.jst.j2ee.J2eeMainActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.jdt.ui.JavaActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.debug.ui.launchActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.debug.ui.debugActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.NavigateActionSet</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags>\r
+          <tags>persp.viewSC:org.eclipse.wst.server.ui.ServersView</tags>\r
+          <tags>persp.viewSC:org.eclipse.datatools.connectivity.DataSourceExplorerNavigator</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.views.BookmarkView</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.views.PropertySheet</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.views.ResourceNavigator</tags>\r
+          <tags>persp.viewSC:org.eclipse.wst.common.snippets.internal.ui.SnippetsView</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.views.AllMarkersView</tags>\r
+          <tags>persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks</tags>\r
+          <tags>persp.viewSC:org.eclipse.search.ui.views.SearchView</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.console.ConsoleView</tags>\r
+          <tags>persp.showIn:org.eclipse.ui.navigator.ProjectExplorer</tags>\r
+          <tags>persp.actionSet:org.eclipse.wst.ws.explorer.explorer</tags>\r
+          <tags>persp.newWizSC:org.eclipse.m2e.core.wizards.Maven2ProjectWizard</tags>\r
+          <tags>persp.perspSC:org.eclipse.debug.ui.DebugPerspective</tags>\r
+          <tags>persp.perspSC:org.eclipse.jdt.ui.JavaPerspective</tags>\r
+          <tags>persp.perspSC:org.eclipse.ui.resourcePerspective</tags>\r
+          <tags>persp.perspSC:org.eclipse.wst.web.ui.webDevPerspective</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jst.ejb.ui.project.facet.EjbProjectWizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorProjectWizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.appclient.AppClientProjectWizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.wst.web.ui.internal.wizards.SimpleWebProjectWizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jpt.ui.wizard.newJpaProject</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jst.servlet.ui.internal.wizard.AddServletWizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddSessionBeanWizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddMessageDrivenBeanWizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jpt.ui.wizard.newEntity</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jst.ws.creation.ui.wizard.serverwizard</tags>\r
+          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.folder</tags>\r
+          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.file</tags>\r
+          <tags>persp.actionSet:org.eclipse.wst.server.ui.internal.webbrowser.actionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags>\r
+          <tags>persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView</tags>\r
+          <tags>persp.newWizSC:org.springsource.ide.eclipse.commons.gettingstarted.wizard.boot.NewSpringBootWizard</tags>\r
+          <tags>persp.newWizSC:org.springsource.ide.eclipse.gettingstarted.wizards.import.generic.newalias</tags>\r
+          <tags>persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet</tags>\r
+          <tags>persp.showIn:org.eclipse.eclemma.ui.CoverageView</tags>\r
+          <tags>persp.newWizSC:com.springsource.sts.wizard.template</tags>\r
+          <tags>persp.newWizSC:org.eclipse.jpt.jpa.ui.wizard.newJpaProject</tags>\r
+          <tags>persp.perspSC:org.eclipse.jpt.ui.jpaPerspective</tags>\r
+          <tags>persp.newWizSC:com.vaadin.integration.eclipse.wizards.Vaadin8MavenProjectWizard</tags>\r
+          <tags>persp.actionSet:ajelementCreation</tags>\r
+          <tags>persp.newWizSC:ajaspectwizard</tags>\r
+          <tags>persp.perspSC:org.eclipse.ajdt.ui.visualiser.AspectVisualizationPerspective</tags>\r
+          <children xsi:type="basic:PartSashContainer" xmi:id="_d18AdRpjEemUxekpZrI8ww" selectedElement="_d18AexpjEemUxekpZrI8ww" horizontal="true">\r
+            <children xsi:type="basic:PartStack" xmi:id="_d18AdhpjEemUxekpZrI8ww" elementId="topLeft" containerData="1926" selectedElement="_d18AeBpjEemUxekpZrI8ww">\r
+              <children xsi:type="advanced:Placeholder" xmi:id="_d18AdxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigator.ProjectExplorer" ref="_d18n7RpjEemUxekpZrI8ww" closeable="true">\r
+                <tags>View</tags>\r
+                <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+              </children>\r
+              <children xsi:type="advanced:Placeholder" xmi:id="_d18AeBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ResourceNavigator" ref="_d18nwBpjEemUxekpZrI8ww" closeable="true">\r
+                <tags>View</tags>\r
+                <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+              </children>\r
+              <children xsi:type="advanced:Placeholder" xmi:id="_d18AeRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_d18nvxpjEemUxekpZrI8ww" closeable="true">\r
+                <tags>View</tags>\r
+                <tags>categoryTag:Java</tags>\r
+              </children>\r
+              <children xsi:type="advanced:Placeholder" xmi:id="_d18AehpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackagesView" toBeRendered="false" ref="_d18oGxpjEemUxekpZrI8ww" closeable="true">\r
+                <tags>View</tags>\r
+                <tags>categoryTag:Java &#x53c2;&#x7167;</tags>\r
+              </children>\r
+            </children>\r
+            <children xsi:type="basic:PartSashContainer" xmi:id="_d18AexpjEemUxekpZrI8ww" containerData="8074" selectedElement="_d18AhxpjEemUxekpZrI8ww">\r
+              <children xsi:type="basic:PartSashContainer" xmi:id="_d18AfBpjEemUxekpZrI8ww" containerData="5383" selectedElement="_d18AfRpjEemUxekpZrI8ww" horizontal="true">\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AfRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editorss" containerData="8442" ref="_d18B_xpjEemUxekpZrI8ww"/>\r
+                <children xsi:type="basic:PartSashContainer" xmi:id="_d18AfhpjEemUxekpZrI8ww" containerData="1558" selectedElement="_d18AgRpjEemUxekpZrI8ww">\r
+                  <children xsi:type="basic:PartStack" xmi:id="_d18AfxpjEemUxekpZrI8ww" elementId="org.eclipse.gef.ui.palette_viewMStack" toBeRendered="false" containerData="3300">\r
+                    <children xsi:type="advanced:Placeholder" xmi:id="_d18AgBpjEemUxekpZrI8ww" elementId="org.eclipse.gef.ui.palette_view" toBeRendered="false" ref="_d18oTBpjEemUxekpZrI8ww" closeable="true">\r
+                      <tags>View</tags>\r
+                      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                    </children>\r
+                  </children>\r
+                  <children xsi:type="basic:PartSashContainer" xmi:id="_d18AgRpjEemUxekpZrI8ww" containerData="6700" selectedElement="_d18AghpjEemUxekpZrI8ww">\r
+                    <children xsi:type="basic:PartStack" xmi:id="_d18AghpjEemUxekpZrI8ww" elementId="topRight" containerData="5000" selectedElement="_d18AgxpjEemUxekpZrI8ww">\r
+                      <children xsi:type="advanced:Placeholder" xmi:id="_d18AgxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ContentOutline" ref="_d18oDBpjEemUxekpZrI8ww" closeable="true">\r
+                        <tags>View</tags>\r
+                        <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                      </children>\r
+                      <children xsi:type="advanced:Placeholder" xmi:id="_d18AhBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" toBeRendered="false" ref="_d18oSRpjEemUxekpZrI8ww" closeable="true">\r
+                        <tags>View</tags>\r
+                        <tags>categoryTag:Mylyn</tags>\r
+                      </children>\r
+                    </children>\r
+                    <children xsi:type="basic:PartStack" xmi:id="_d18AhRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.PropertySheetMStack" toBeRendered="false" containerData="5000">\r
+                      <children xsi:type="advanced:Placeholder" xmi:id="_d18AhhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.PropertySheet" toBeRendered="false" ref="_d18oLhpjEemUxekpZrI8ww" closeable="true">\r
+                        <tags>View</tags>\r
+                        <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                      </children>\r
+                    </children>\r
+                  </children>\r
+                </children>\r
+              </children>\r
+              <children xsi:type="basic:PartStack" xmi:id="_d18AhxpjEemUxekpZrI8ww" elementId="bottomRight" containerData="4617" selectedElement="_d18AjhpjEemUxekpZrI8ww">\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AiBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProblemView" ref="_d18CBhpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AiRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.AllMarkersView" ref="_d18oHBpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AihpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.ui.ServersView" ref="_d18oQRpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x30b5;&#x30fc;&#x30d0;&#x30fc;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AixpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" toBeRendered="false" ref="_d18oQhpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AjBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" toBeRendered="false" ref="_d18oRRpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AjRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.TaskList" toBeRendered="false" ref="_d18oSBpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AjhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.console.ConsoleView" ref="_d18nhxpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AjxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_d18nnxpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AkBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_d18noBpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AkRpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_d18nhhpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+              </children>\r
+            </children>\r
+          </children>\r
+        </children>\r
+        <children xsi:type="advanced:Perspective" xmi:id="_d18AkhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.GitRepositoryExploring" selectedElement="_d18AkxpjEemUxekpZrI8ww" label="Git" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.png">\r
+          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>\r
+          <tags>persp.actionSet:AnyEdit.actionSet</tags>\r
+          <tags>persp.actionSet:ajrefactoring</tags>\r
+          <tags>persp.actionSet:org.eclipse.contribution.xref.ui.XRefActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.rse.core.search.searchActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>\r
+          <tags>persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.ActionSet</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.matcher.actionSet</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.ui.actionSet</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.search.actionSet</tags>\r
+          <tags>persp.actionSet:org.springsource.ide.eclipse.commons.launch.actionSet</tags>\r
+          <tags>persp.viewSC:org.eclipse.jdt.ui.PackageExplorer</tags>\r
+          <tags>persp.viewSC:org.eclipse.team.ui.GenericHistoryView</tags>\r
+          <tags>persp.viewSC:org.eclipse.team.sync.views.SynchronizeView</tags>\r
+          <tags>persp.viewSC:org.eclipse.egit.ui.StagingView</tags>\r
+          <tags>persp.viewSC:org.eclipse.egit.ui.ReflogView</tags>\r
+          <tags>persp.actionSet:org.eclipse.egit.ui.navigation</tags>\r
+          <tags>persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView</tags>\r
+          <children xsi:type="basic:PartSashContainer" xmi:id="_d18AkxpjEemUxekpZrI8ww" selectedElement="_d18AlBpjEemUxekpZrI8ww" horizontal="true">\r
+            <children xsi:type="basic:PartSashContainer" xmi:id="_d18AlBpjEemUxekpZrI8ww" containerData="5000" selectedElement="_d18AlRpjEemUxekpZrI8ww">\r
+              <children xsi:type="basic:PartStack" xmi:id="_d18AlRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewMStack" containerData="7000" selectedElement="_d18AlhpjEemUxekpZrI8ww">\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AlhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesView" ref="_d18oTxpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:Git</tags>\r
+                </children>\r
+              </children>\r
+              <children xsi:type="basic:PartStack" xmi:id="_d18AlxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackageExplorerMStack" containerData="3000" selectedElement="_d18AmBpjEemUxekpZrI8ww">\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AmBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackageExplorer" ref="_d18noRpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:Java</tags>\r
+                </children>\r
+              </children>\r
+            </children>\r
+            <children xsi:type="basic:PartSashContainer" xmi:id="_d18AmRpjEemUxekpZrI8ww" containerData="5000">\r
+              <children xsi:type="advanced:Placeholder" xmi:id="_d18AmhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editorss" containerData="5000" ref="_d18B_xpjEemUxekpZrI8ww"/>\r
+              <children xsi:type="basic:PartStack" xmi:id="_d18AmxpjEemUxekpZrI8ww" elementId="bottom" containerData="5000" selectedElement="_d18AnBpjEemUxekpZrI8ww">\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AnBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.PropertySheet" ref="_d18oLhpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AnRpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.GenericHistoryView" ref="_d18ogBpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AnhpjEemUxekpZrI8ww" elementId="org.eclipse.team.sync.views.SynchronizeView" ref="_d18ogxpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AnxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.StagingView" ref="_d18ohhpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:Git</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AoBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.ReflogView" ref="_d18ohxpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:Git</tags>\r
+                </children>\r
+              </children>\r
+            </children>\r
+          </children>\r
+        </children>\r
+        <children xsi:type="advanced:Perspective" xmi:id="_d18AoRpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" selectedElement="_d18AohpjEemUxekpZrI8ww" label="&#x30c1;&#x30fc;&#x30e0;&#x540c;&#x671f;&#x5316;" iconURI="platform:/plugin/org.eclipse.team.ui/$nl$/icons/full/eview16/synch_synch.png">\r
+          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>\r
+          <tags>persp.actionSet:AnyEdit.actionSet</tags>\r
+          <tags>persp.actionSet:ajrefactoring</tags>\r
+          <tags>persp.actionSet:org.eclipse.contribution.xref.ui.XRefActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.rse.core.search.searchActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>\r
+          <tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>\r
+          <tags>persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.ActionSet</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.aop.ui.matcher.actionSet</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.ui.actionSet</tags>\r
+          <tags>persp.actionSet:org.springframework.ide.eclipse.beans.search.actionSet</tags>\r
+          <tags>persp.actionSet:org.springsource.ide.eclipse.commons.launch.actionSet</tags>\r
+          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.project</tags>\r
+          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.folder</tags>\r
+          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.file</tags>\r
+          <tags>persp.viewSC:org.eclipse.team.sync.views.SynchronizeView</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.views.TaskList</tags>\r
+          <tags>persp.viewSC:org.eclipse.ui.views.ProblemView</tags>\r
+          <tags>persp.actionSet:org.eclipse.team.ui.actionSet</tags>\r
+          <tags>persp.perspSC:org.eclipse.ui.resourcePerspective</tags>\r
+          <tags>persp.showIn:org.eclipse.ui.navigator.ProjectExplorer</tags>\r
+          <tags>persp.showIn:org.eclipse.team.ui.GenericHistoryView</tags>\r
+          <tags>persp.showIn:org.eclipse.team.sync.views.SynchronizeView</tags>\r
+          <tags>persp.viewSC:org.eclipse.mylyn.tasks.ui.views.repositories</tags>\r
+          <tags>persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView</tags>\r
+          <children xsi:type="basic:PartSashContainer" xmi:id="_d18AohpjEemUxekpZrI8ww" selectedElement="_d18AoxpjEemUxekpZrI8ww" horizontal="true">\r
+            <children xsi:type="basic:PartSashContainer" xmi:id="_d18AoxpjEemUxekpZrI8ww" containerData="4500" selectedElement="_d18ApBpjEemUxekpZrI8ww">\r
+              <children xsi:type="basic:PartStack" xmi:id="_d18ApBpjEemUxekpZrI8ww" elementId="top" containerData="7000" selectedElement="_d18ApRpjEemUxekpZrI8ww">\r
+                <tags>org.eclipse.e4.primaryNavigationStack</tags>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18ApRpjEemUxekpZrI8ww" elementId="org.eclipse.team.sync.views.SynchronizeView" ref="_d18ogxpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>\r
+                </children>\r
+              </children>\r
+              <children xsi:type="basic:PartStack" xmi:id="_d18AphpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.repositoriesMStack" containerData="3000" selectedElement="_d18ApxpjEemUxekpZrI8ww">\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18ApxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" ref="_d18oiBpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:Mylyn</tags>\r
+                </children>\r
+              </children>\r
+            </children>\r
+            <children xsi:type="basic:PartSashContainer" xmi:id="_d18AqBpjEemUxekpZrI8ww" containerData="5500">\r
+              <children xsi:type="advanced:Placeholder" xmi:id="_d18AqRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editorss" containerData="8000" ref="_d18B_xpjEemUxekpZrI8ww"/>\r
+              <children xsi:type="basic:PartStack" xmi:id="_d18AqhpjEemUxekpZrI8ww" elementId="top2" containerData="2000" selectedElement="_d18AqxpjEemUxekpZrI8ww">\r
+                <tags>org.eclipse.e4.secondaryDataStack</tags>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18AqxpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.GenericHistoryView" ref="_d18ogBpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18ArBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.TaskList" ref="_d18oSBpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+                <children xsi:type="advanced:Placeholder" xmi:id="_d18ArRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProblemView" ref="_d18CBhpjEemUxekpZrI8ww" closeable="true">\r
+                  <tags>View</tags>\r
+                  <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+                </children>\r
+              </children>\r
+            </children>\r
+          </children>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="basic:PartStack" xmi:id="_d18ArhpjEemUxekpZrI8ww" elementId="stickyFolderRight" toBeRendered="false" containerData="2500">\r
+        <children xsi:type="advanced:Placeholder" xmi:id="_d18ArxpjEemUxekpZrI8ww" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="_d18B_BpjEemUxekpZrI8ww" closeable="true">\r
+          <tags>View</tags>\r
+          <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>\r
+        </children>\r
+        <children xsi:type="advanced:Placeholder" xmi:id="_d18AsBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="_d18B_RpjEemUxekpZrI8ww" closeable="true">\r
+          <tags>View</tags>\r
+          <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+        </children>\r
+        <children xsi:type="advanced:Placeholder" xmi:id="_d18AsRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="_d18B_hpjEemUxekpZrI8ww" closeable="true">\r
+          <tags>View</tags>\r
+          <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>\r
+        </children>\r
+      </children>\r
+    </children>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18B_BpjEemUxekpZrI8ww" elementId="org.eclipse.help.ui.HelpView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d8;&#x30eb;&#x30d7;" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.help.ui.internal.views.HelpView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.help.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18B_RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.internal.introview" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x3088;&#x3046;&#x3053;&#x305d;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.ViewIntroAdapterPart"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18B_hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x864e;&#x306e;&#x5dfb;" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.cheatsheets"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="advanced:Area" xmi:id="_d18B_xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editorss" selectedElement="_d18CABpjEemUxekpZrI8ww">\r
+      <children xsi:type="basic:PartStack" xmi:id="_d18CABpjEemUxekpZrI8ww" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_d18CBRpjEemUxekpZrI8ww">\r
+        <tags>org.eclipse.e4.primaryDataStack</tags>\r
+        <tags>EditorStack</tags>\r
+        <tags>active</tags>\r
+        <children xsi:type="basic:Part" xmi:id="_d18CARpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="README.md" iconURI="platform:/plugin/org.eclipse.mylyn.wikitext.ui/icons/editor-icon.gif" closeable="true">\r
+          <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;editor id=&quot;org.eclipse.mylyn.wikitext.ui.editor.markupEditor&quot; name=&quot;README.md&quot; partName=&quot;README.md&quot; title=&quot;README.md&quot; tooltip=&quot;multi_module_application/README.md&quot;>&#xD;&#xA;&lt;input factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; path=&quot;/multi_module_application/README.md&quot;/>&#xD;&#xA;&lt;editorState selectionHorizontalPixel=&quot;0&quot; selectionLength=&quot;0&quot; selectionOffset=&quot;0&quot; selectionTopPixel=&quot;0&quot;/>&#xD;&#xA;&lt;/editor>"/>\r
+          <tags>Editor</tags>\r
+          <tags>org.eclipse.mylyn.wikitext.ui.editor.markupEditor</tags>\r
+          <tags>removeOnHide</tags>\r
+          <menus xsi:type="menu:PopupMenu" xmi:id="_d18CAhpjEemUxekpZrI8ww" elementId="#TextEditorContext">\r
+            <tags>menuContribution:popup</tags>\r
+            <tags>popup:#TextEditorContext</tags>\r
+            <tags>popup:org.eclipse.mylyn.wikitext.ui.editor.markupEditor.EditorContext</tags>\r
+            <tags>popup:#AbstractTextEditorContext</tags>\r
+          </menus>\r
+          <menus xsi:type="menu:PopupMenu" xmi:id="_d18CAxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.MarkupEditor.ruler">\r
+            <tags>menuContribution:popup</tags>\r
+            <tags>popup:org.eclipse.mylyn.internal.wikitext.ui.editor.MarkupEditor.ruler</tags>\r
+            <tags>popup:org.eclipse.mylyn.wikitext.ui.editor.markupEditor.RulerContext</tags>\r
+            <tags>popup:#AbstractTextEditorRulerContext</tags>\r
+          </menus>\r
+          <menus xsi:type="menu:PopupMenu" xmi:id="_d18CBBpjEemUxekpZrI8ww" elementId="#OverviewRulerContext">\r
+            <tags>menuContribution:popup</tags>\r
+            <tags>popup:#OverviewRulerContext</tags>\r
+          </menus>\r
+        </children>\r
+        <children xsi:type="basic:Part" xmi:id="_d18CBRpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="http://localhost:8080/" iconURI="platform:/plugin/org.eclipse.ui.browser/icons/obj16/internal_browser.png" closeable="true">\r
+          <tags>Editor</tags>\r
+          <tags>org.eclipse.ui.browser.editor</tags>\r
+          <tags>removeOnHide</tags>\r
+          <tags>active</tags>\r
+        </children>\r
+      </children>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18CBhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProblemView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x554f;&#x984c;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.ProblemsView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view PRIMARY_SORT_FIELD=&quot;org.eclipse.ui.ide.severityAndDescriptionField&quot; categoryGroup=&quot;org.eclipse.ui.ide.severity&quot; markerContentGenerator=&quot;org.eclipse.ui.ide.problemsGenerator&quot; partName=&quot;&#x554f;&#x984c;&quot;>&#xD;&#xA;&lt;expanded>&#xD;&#xA;&lt;category IMemento.internal.id=&quot;&#x30a8;&#x30e9;&#x30fc; (6 &#x9805;&#x76ee;)&quot;/>&#xD;&#xA;&lt;/expanded>&#xD;&#xA;&lt;columnWidths org.eclipse.ui.ide.locationField=&quot;90&quot; org.eclipse.ui.ide.markerType=&quot;90&quot; org.eclipse.ui.ide.pathField=&quot;120&quot; org.eclipse.ui.ide.resourceField=&quot;90&quot; org.eclipse.ui.ide.severityAndDescriptionField=&quot;300&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.severityAndDescriptionField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.resourceField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.pathField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.locationField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.markerType&quot;/>&#xD;&#xA;&lt;/view>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18CBxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProblemView">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <menus xsi:type="menu:PopupMenu" xmi:id="_d18CEhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProblemView">\r
+        <tags>menuContribution:popup</tags>\r
+        <tags>popup:org.eclipse.ui.views.ProblemView</tags>\r
+        <tags>popup:org.eclipse.ui.ide.MarkersView</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18CExpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProblemView" visible="false"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18nhBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.JavadocView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.JavadocView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Java</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18nhRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.SourceView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x5ba3;&#x8a00;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.SourceView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Java</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18nhhpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.views.SearchView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x691c;&#x7d22;" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.search2.internal.ui.SearchView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18nhxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.console.ConsoleView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.console.ConsoleView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.console"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view/>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18niBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.console.ConsoleView">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <menus xsi:type="menu:PopupMenu" xmi:id="_d18niRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.ProcessConsoleType.#ContextMenu">\r
+        <tags>menuContribution:popup</tags>\r
+        <tags>popup:org.eclipse.debug.ui.ProcessConsoleType.#ContextMenu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18nihpjEemUxekpZrI8ww" elementId="org.eclipse.ui.console.ConsoleView"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18nnxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.BookmarkView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.BookmarksView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18noBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProgressView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.progress.ProgressView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18noRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackageExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view group_libraries=&quot;1&quot; layout=&quot;1&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;1&quot; workingSetName=&quot;&quot;>&#xD;&#xA;&lt;customFilters userDefinedPatternsEnabled=&quot;false&quot;>&#xD;&#xA;&lt;xmlDefinedFilters>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.StaticsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.buildship.ui.packageexplorer.filter.gradle.buildfolder&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsConnections&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.mylyn.java.ui.MembersFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.m2e.MavenModuleFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.buildship.ui.packageexplorer.filter.gradle.subProject&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;_patternFilterId_*.ajsym&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.BinaryProjectFilter1&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.ui.editor.outline.AdviceFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.ExternalPluginLibrariesFilter1&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.FieldsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsTempFiles&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.ui.editor.outline.PointcutFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.ui.editor.outline.DeclarationFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.DeprecatedMembersFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.javamodel.CompilationUnitFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.ajdt.ui.editor.outline.IntroductionFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.decompiler*&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;/xmlDefinedFilters>&#xD;&#xA;&lt;/customFilters>&#xD;&#xA;&lt;/view>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Java</tags>\r
+      <menus xmi:id="_d18nohpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackageExplorer">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <menus xsi:type="menu:PopupMenu" xmi:id="_d18nuBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackageExplorer">\r
+        <tags>menuContribution:popup</tags>\r
+        <tags>popup:org.eclipse.jdt.ui.PackageExplorer</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18nuRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackageExplorer"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18nvxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.TypeHierarchy" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x578b;&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Java</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18nwBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ResourceNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.navigator.ResourceNavigator"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view LINK_NAVIGATOR_TO_EDITOR=&quot;0&quot; sorter=&quot;1&quot;>&#xD;&#xA;&lt;filters>&#xD;&#xA;&lt;filter element=&quot;*.ajsym&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;filter element=&quot;*.class&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;filter element=&quot;RemoteSystemsConnections&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;filter element=&quot;RemoteSystemsTempFiles&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;filter element=&quot;.*&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;/filters>&#xD;&#xA;&lt;selection>&#xD;&#xA;&lt;element path=&quot;/multi_module_application-ui&quot;/>&#xD;&#xA;&lt;/selection>&#xD;&#xA;&lt;/view>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18nwRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ResourceNavigator">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <menus xsi:type="menu:PopupMenu" xmi:id="_d18nzhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ResourceNavigator">\r
+        <tags>menuContribution:popup</tags>\r
+        <tags>popup:org.eclipse.ui.views.ResourceNavigator</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18n5BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ResourceNavigator"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18n7RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigator.ProjectExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.navigator.resources.ProjectExplorer"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.navigator.resources"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view CommonNavigator.LINKING_ENABLED=&quot;0&quot; org.eclipse.ui.navigator.resources.workingSets.showTopLevelWorkingSets=&quot;0&quot;>&#xD;&#xA;&lt;lastRecentlyUsedFilters/>&#xD;&#xA;&lt;/view>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18n7hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigator.ProjectExplorer">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <menus xsi:type="menu:PopupMenu" xmi:id="_d18oARpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigator.ProjectExplorer#PopupMenu">\r
+        <tags>menuContribution:popup</tags>\r
+        <tags>popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oAhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigator.ProjectExplorer" visible="false"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oCBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.texteditor.TemplatesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30c6;&#x30f3;&#x30d7;&#x30ec;&#x30fc;&#x30c8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oCRpjEemUxekpZrI8ww" elementId="com.eclipserunner.views.RunnerView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30e9;&#x30f3;&#x30ca;&#x30fc;" iconURI="platform:/plugin/com.eclipserunner.plugin/icons/run.gif" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="com.eclipserunner.views.impl.RunnerView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="com.eclipserunner.plugin"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18oChpjEemUxekpZrI8ww" elementId="com.eclipserunner.views.RunnerView">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oCxpjEemUxekpZrI8ww" elementId="com.eclipserunner.views.RunnerView" visible="false"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oDBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ContentOutline" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.contentoutline.ContentOutline"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view/>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18oDRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ContentOutline">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <menus xsi:type="menu:PopupMenu" xmi:id="_d18oFhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupEditor.outlineContextMenu">\r
+        <tags>menuContribution:popup</tags>\r
+        <tags>popup:org.eclipse.mylyn.wikitext.ui.editor.markupEditor.outlineContextMenu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oFxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ContentOutline"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oGxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackagesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.PackagesView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Java &#x53c2;&#x7167;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oHBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.AllMarkersView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30de;&#x30fc;&#x30ab;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.AllMarkersView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view PRIMARY_SORT_FIELD=&quot;org.eclipse.ui.ide.allSeverityField&quot; categoryGroup=&quot;org.eclipse.ui.ide.type&quot; markerContentGenerator=&quot;org.eclipse.ui.ide.allMarkersGenerator&quot; partName=&quot;&#x30de;&#x30fc;&#x30ab;&#x30fc;&quot;>&#xD;&#xA;&lt;expanded>&#xD;&#xA;&lt;category IMemento.internal.id=&quot;Java &#x4f8b;&#x5916;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8; (2 &#x9805;&#x76ee;)&quot;/>&#xD;&#xA;&lt;/expanded>&#xD;&#xA;&lt;columnWidths org.eclipse.ui.ide.allSeverityField=&quot;300&quot; org.eclipse.ui.ide.locationField=&quot;90&quot; org.eclipse.ui.ide.markerType=&quot;90&quot; org.eclipse.ui.ide.pathField=&quot;120&quot; org.eclipse.ui.ide.resourceField=&quot;90&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.allSeverityField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.resourceField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.pathField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.locationField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.markerType&quot;/>&#xD;&#xA;&lt;/view>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18oHRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.AllMarkersView">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <menus xsi:type="menu:PopupMenu" xmi:id="_d18oKBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.AllMarkersView">\r
+        <tags>menuContribution:popup</tags>\r
+        <tags>popup:org.eclipse.ui.views.AllMarkersView</tags>\r
+        <tags>popup:org.eclipse.ui.ide.MarkersView</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oKRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.AllMarkersView" visible="false"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oLhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.PropertySheet" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.properties.PropertySheet"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view/>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18oLxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.PropertySheet">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oNxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.PropertySheet"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oQRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.ui.ServersView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30b5;&#x30fc;&#x30d0;&#x30fc;" iconURI="platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.server.ui.internal.cnf.ServersView2"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.server.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x30b5;&#x30fc;&#x30d0;&#x30fc;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oQhpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30c7;&#x30fc;&#x30bf;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.datatools.connectivity.ui.dse"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>\r
+      <menus xmi:id="_d18oQxpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oRBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" visible="false"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oRRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.common.snippets.internal.ui.SnippetsView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.common.snippets"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18oRhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oRxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" visible="false"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oSBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.TaskList" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30bf;&#x30b9;&#x30af;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.TasksView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oSRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30b9;&#x30c8;" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Mylyn</tags>\r
+      <menus xmi:id="_d18oShpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.tasks">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oSxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" visible="false"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oTBpjEemUxekpZrI8ww" elementId="org.eclipse.gef.ui.palette_view" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d1;&#x30ec;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.gef/icons/palette_view.gif" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.gef.ui.views.palette.PaletteView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.gef"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+      <menus xmi:id="_d18oTRpjEemUxekpZrI8ww" elementId="org.eclipse.gef.ui.palette_view">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oThpjEemUxekpZrI8ww" elementId="org.eclipse.gef.ui.palette_view" visible="false"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oTxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.repository.RepositoriesView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view CommonNavigator.LINKING_ENABLED=&quot;0&quot;>&#xD;&#xA;&lt;lastRecentlyUsedFilters/>&#xD;&#xA;&lt;/view>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Git</tags>\r
+      <menus xmi:id="_d18oUBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesView">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <menus xsi:type="menu:PopupMenu" xmi:id="_d18oYBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesView">\r
+        <tags>menuContribution:popup</tags>\r
+        <tags>popup:org.eclipse.egit.ui.RepositoriesView</tags>\r
+      </menus>\r
+      <menus xsi:type="menu:PopupMenu" xmi:id="_d18oYRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesView">\r
+        <tags>menuContribution:popup</tags>\r
+        <tags>popup:org.eclipse.egit.ui.RepositoriesView</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18ocxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesView"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18ogBpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.GenericHistoryView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.history.GenericHistoryView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view/>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>\r
+      <menus xmi:id="_d18ogRpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.GenericHistoryView">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oghpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.GenericHistoryView"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18ogxpjEemUxekpZrI8ww" elementId="org.eclipse.team.sync.views.SynchronizeView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x540c;&#x671f;&#x5316;" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.synchronize.SynchronizeView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>\r
+      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view/>"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>\r
+      <menus xmi:id="_d18ohBpjEemUxekpZrI8ww" elementId="org.eclipse.team.sync.views.SynchronizeView">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18ohRpjEemUxekpZrI8ww" elementId="org.eclipse.team.sync.views.SynchronizeView"/>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18ohhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.StagingView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Git &#x30b9;&#x30c6;&#x30fc;&#x30b8;&#x30f3;&#x30b0;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/staging.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.staging.StagingView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Git</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18ohxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.ReflogView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Git &#x53c2;&#x7167;&#x30ed;&#x30b0;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.png" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.reflog.ReflogView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Git</tags>\r
+    </sharedElements>\r
+    <sharedElements xsi:type="basic:Part" xmi:id="_d18oiBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/repositories.gif" tooltip="" closeable="true">\r
+      <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskRepositoriesView"/>\r
+      <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>\r
+      <tags>View</tags>\r
+      <tags>categoryTag:Mylyn</tags>\r
+      <menus xmi:id="_d18oiRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.repositories">\r
+        <tags>ViewMenu</tags>\r
+        <tags>menuContribution:menu</tags>\r
+      </menus>\r
+      <toolbar xmi:id="_d18oihpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.repositories"/>\r
+    </sharedElements>\r
+    <trimBars xmi:id="_d18oixpjEemUxekpZrI8ww" elementId="org.eclipse.ui.main.toolbar">\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18ojBpjEemUxekpZrI8ww" elementId="group.file" toBeRendered="false">\r
+        <tags>toolbarSeparator</tags>\r
+        <children xsi:type="menu:ToolBarSeparator" xmi:id="_d18ojRpjEemUxekpZrI8ww" elementId="group.file" toBeRendered="false"/>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18ojhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.workbench.file">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18ojxpjEemUxekpZrI8ww" elementId="new.group">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18okBpjEemUxekpZrI8ww" elementId="newWizardDropDown">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18okRpjEemUxekpZrI8ww" elementId="new.ext" visible="false">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18okhpjEemUxekpZrI8ww" elementId="save.group" visible="false">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18okxpjEemUxekpZrI8ww" elementId="save">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18olBpjEemUxekpZrI8ww" elementId="saveAll">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18olRpjEemUxekpZrI8ww" elementId="save.ext" visible="false">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:HandledToolItem" xmi:id="_d18olhpjEemUxekpZrI8ww" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="&#x5370;&#x5237;" command="_d1_vhBpjEemUxekpZrI8ww"/>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18olxpjEemUxekpZrI8ww" elementId="print.ext" visible="false">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18omBpjEemUxekpZrI8ww" elementId="build.group">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18omRpjEemUxekpZrI8ww" elementId="build.ext" visible="false">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18omhpjEemUxekpZrI8ww" elementId="additions">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18omxpjEemUxekpZrI8ww" elementId="group.edit" toBeRendered="false">\r
+        <tags>toolbarSeparator</tags>\r
+        <children xsi:type="menu:ToolBarSeparator" xmi:id="_d18onBpjEemUxekpZrI8ww" elementId="group.edit" toBeRendered="false"/>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18onRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.workbench.edit" visible="false">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18onhpjEemUxekpZrI8ww" elementId="edit.group">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18onxpjEemUxekpZrI8ww" elementId="undo">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18ooBpjEemUxekpZrI8ww" elementId="redo">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18ooRpjEemUxekpZrI8ww" elementId="additions" toBeRendered="false">\r
+        <tags>toolbarSeparator</tags>\r
+        <children xsi:type="menu:ToolBarSeparator" xmi:id="_d18oohpjEemUxekpZrI8ww" elementId="additions" toBeRendered="false"/>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18ooxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.actionSet.presentation" visible="false">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:HandledToolItem" xmi:id="_d18opBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.genericeditor.togglehighlight" visible="false" iconURI="platform:/plugin/org.eclipse.ui.genericeditor/icons/full/etool16/mark_occurrences.png" selected="true" type="Check" command="_d1_vzhpjEemUxekpZrI8ww">\r
+          <persistedState key="IIdentifier" value="org.eclipse.ui.genericeditor/org.eclipse.ui.genericeditor.togglehighlight"/>\r
+          <visibleWhen xsi:type="ui:CoreExpression" xmi:id="_d18opRpjEemUxekpZrI8ww" coreExpressionId="programmatic.value"/>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18ophpjEemUxekpZrI8ww" elementId="Presentation">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18opxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleWordWrap">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18oqBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18oqRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18oqhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" visible="false">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18o6BpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.launchActionSet">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o6RpjEemUxekpZrI8ww" elementId="debug">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o6hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o6xpjEemUxekpZrI8ww" elementId="org.springsource.ide.eclipse.commons.launch.stop.action">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o7BpjEemUxekpZrI8ww" elementId="org.springsource.ide.eclipse.commons.launch.relaunch.action">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o7RpjEemUxekpZrI8ww" elementId="org.eclipse.debug.internal.ui.actions.DebugDropDownAction">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o7hpjEemUxekpZrI8ww" elementId="org.eclipse.debug.internal.ui.actions.RunDropDownAction">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o7xpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.actions.CoverageDropDownAction">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18o8BpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o8RpjEemUxekpZrI8ww" elementId="JavaWizards">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o8hpjEemUxekpZrI8ww" elementId="openajprojectwizard">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18o8xpjEemUxekpZrI8ww" elementId="org.eclipse.jst.j2ee.J2eeMainActionSet">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o9BpjEemUxekpZrI8ww" elementId="J2EEMain">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o9RpjEemUxekpZrI8ww" elementId="org.eclipse.jst.j2ee.internal.actions.NewJavaEEProject">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o9hpjEemUxekpZrI8ww" elementId="org.eclipse.jst.j2ee.internal.actions.NewJavaEEArtifact">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18o9xpjEemUxekpZrI8ww" elementId="org.eclipse.search.searchActionSet">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o-BpjEemUxekpZrI8ww" elementId="Search">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o-RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.OpenWorkspaceFile2">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o-hpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.OpenCommitAction">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o-xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.openTask">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o_BpjEemUxekpZrI8ww" elementId="org.eclipse.search.OpenSearchDialogPage">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o_RpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.openBeanAction">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18o_hpjEemUxekpZrI8ww" elementId="openType">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18o_xpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.actionSet" visible="false">\r
+        <tags>Draggable</tags>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18pABpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.ui.internal.webbrowser.actionSet">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pARpjEemUxekpZrI8ww" elementId="browser">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pAhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.ui.internal.webbrowser.action.open">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18pAxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.ws.explorer.explorer">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pBBpjEemUxekpZrI8ww" elementId="additions">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pBRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.ws.internal.explorer.action.LaunchWSEAction">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18pBhpjEemUxekpZrI8ww" elementId="group.nav" toBeRendered="false">\r
+        <tags>toolbarSeparator</tags>\r
+        <children xsi:type="menu:ToolBarSeparator" xmi:id="_d18pBxpjEemUxekpZrI8ww" elementId="group.nav" toBeRendered="false"/>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18pCBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.workbench.navigate">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pCRpjEemUxekpZrI8ww" elementId="history.group">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pChpjEemUxekpZrI8ww" elementId="group.application" visible="false">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pCxpjEemUxekpZrI8ww" elementId="backardHistory">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pDBpjEemUxekpZrI8ww" elementId="forwardHistory">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pDRpjEemUxekpZrI8ww" elementId="pin.group">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:HandledToolItem" xmi:id="_d18pDhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.pinEditor" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d4;&#x30f3;&#x7559;&#x3081;" type="Check" command="_d1_vFhpjEemUxekpZrI8ww"/>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pDxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.gotoNextAnnotation">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pEBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.gotoPreviousAnnotation">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pERpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18pEhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupEditor" visible="false">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pExpjEemUxekpZrI8ww" elementId="Presentation">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pFBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.context.ui.editor.folding.auto">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18pFRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.browser.editor" visible="false">\r
+        <tags>Draggable</tags>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18pFhpjEemUxekpZrI8ww" elementId="group.editor" toBeRendered="false">\r
+        <tags>toolbarSeparator</tags>\r
+        <children xsi:type="menu:ToolBarSeparator" xmi:id="_d18pFxpjEemUxekpZrI8ww" elementId="group.editor" toBeRendered="false"/>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18pGBpjEemUxekpZrI8ww" elementId="group.help" toBeRendered="false">\r
+        <tags>toolbarSeparator</tags>\r
+        <children xsi:type="menu:ToolBarSeparator" xmi:id="_d18pGRpjEemUxekpZrI8ww" elementId="group.help" toBeRendered="false"/>\r
+      </children>\r
+      <children xsi:type="menu:ToolBar" xmi:id="_d18pGhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.workbench.help" visible="false">\r
+        <tags>Draggable</tags>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pGxpjEemUxekpZrI8ww" elementId="group.help">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+        <children xsi:type="menu:DirectToolItem" xmi:id="_d18pHBpjEemUxekpZrI8ww" elementId="group.application" visible="false">\r
+          <tags>Opaque</tags>\r
+        </children>\r
+      </children>\r
+      <children xsi:type="menu:ToolControl" xmi:id="_d18pHRpjEemUxekpZrI8ww" elementId="PerspectiveSpacer" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">\r
+        <tags>stretch</tags>\r
+        <tags>SHOW_RESTORE_MENU</tags>\r
+      </children>\r
+      <children xsi:type="menu:ToolControl" xmi:id="_d18pIRpjEemUxekpZrI8ww" elementId="PerspectiveSwitcher" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher">\r
+        <tags>Draggable</tags>\r
+        <tags>HIDEABLE</tags>\r
+        <tags>SHOW_RESTORE_MENU</tags>\r
+      </children>\r
+    </trimBars>\r
+    <trimBars xmi:id="_d18pKBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.trim.status" side="Bottom">\r
+      <children xsi:type="menu:ToolControl" xmi:id="_d18pKRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.StatusLine" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">\r
+        <tags>stretch</tags>\r
+      </children>\r
+      <children xsi:type="menu:ToolControl" xmi:id="_d18pKhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.HeapStatus" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">\r
+        <tags>Draggable</tags>\r
+      </children>\r
+      <children xsi:type="menu:ToolControl" xmi:id="_d18pKxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ProgressBar" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">\r
+        <tags>Draggable</tags>\r
+      </children>\r
+    </trimBars>\r
+    <trimBars xmi:id="_d18pNBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.trim.vertical1" side="Left"/>\r
+    <trimBars xmi:id="_d18pNRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.trim.vertical2" side="Right"/>\r
+  </children>\r
+  <handlers xmi:id="_d18pNhpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.handler.mark_duplicate_ids" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateElementIdsHandler">\r
+    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_RRp7QLy2EeOxWJvPH-7sUQ"/>\r
+  </handlers>\r
+  <handlers xmi:id="_d18pNxpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.handler.mark_duplicate_labels" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateLabelsHandler">\r
+    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_9ITpgL2IEeOqSr2XZwfnmA"/>\r
+  </handlers>\r
+  <handlers xmi:id="_d18pOBpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.handler.mark_duplicate_attributes" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateAttributesHandler">\r
+    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_RObi4L2MEeOqSr2XZwfnmA"/>\r
+  </handlers>\r
+  <handlers xmi:id="_d18pORpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.handler.repair_duplicate_ids" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.RepairDuplicateItemsHandler">\r
+    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_dySeYLzDEeO8eO1Rpb-rFA"/>\r
+  </handlers>\r
+  <handlers xmi:id="_d18pOhpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.handler.unmark" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.UnmarkItemsHandler">\r
+    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_CFlw8L2LEeOqSr2XZwfnmA"/>\r
+  </handlers>\r
+  <handlers xmi:id="_d18pOxpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.handler.autosizeColumns" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.AutosizeColumnsHandler">\r
+    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_jd7xgO5mEeOQXaYP-M2JBA"/>\r
+  </handlers>\r
+  <handlers xmi:id="_d18pPBpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.handler.resetToDefault" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" contributionURI="bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.ResetToDefaultHandler">\r
+    <command href="platform:/plugin/org.eclipse.e4.tools.emf.ui/fragment.e4xmi#_vsQXAPFwEeOSJuCPb-hb7A"/>\r
+  </handlers>\r
+  <bindingTables xmi:id="_d18pPRpjEemUxekpZrI8ww" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_d19QrxpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d18pPhpjEemUxekpZrI8ww" keySequence="ALT+F11" command="_d1_sOhpjEemUxekpZrI8ww">\r
+      <tags>platform:win32</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d18pPxpjEemUxekpZrI8ww" keySequence="SHIFT+INSERT" command="_d1_r3hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pQBpjEemUxekpZrI8ww" keySequence="ALT+PAGE_UP" command="_d1_t2RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pQRpjEemUxekpZrI8ww" keySequence="ALT+PAGE_DOWN" command="_d1_u0RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pQhpjEemUxekpZrI8ww" keySequence="SHIFT+DEL" command="_d1_tEhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pQxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+SPACE" command="_d1_s3hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pRBpjEemUxekpZrI8ww" keySequence="CTRL+SPACE" command="_d1_vPxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pRRpjEemUxekpZrI8ww" keySequence="CTRL+J" command="_d1_uphpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d18pRhpjEemUxekpZrI8ww" keySequence="CTRL+A" command="_d1_tjxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pRxpjEemUxekpZrI8ww" keySequence="CTRL+C" command="_d1_uDxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pSBpjEemUxekpZrI8ww" keySequence="CTRL+1" command="_d1_ssBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pSRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+I" command="_d1_sjBpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d18pShpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+L" command="_d1_vzRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pSxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+D" command="_d1_wAxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pTBpjEemUxekpZrI8ww" keySequence="CTRL+X" command="_d1_tEhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pTRpjEemUxekpZrI8ww" keySequence="CTRL+Y" command="_d1_txRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pThpjEemUxekpZrI8ww" keySequence="CTRL+Z" command="_d1_tChpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pTxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+F" command="_d1_uphpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pUBpjEemUxekpZrI8ww" keySequence="CTRL+V" command="_d1_r3hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pURpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+F9" command="_d1_thBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pUhpjEemUxekpZrI8ww" keySequence="CTRL+INSERT" command="_d1_uDxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pUxpjEemUxekpZrI8ww" keySequence="CTRL+PAGE_UP" command="_d1_vnxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pVBpjEemUxekpZrI8ww" keySequence="CTRL+PAGE_DOWN" command="_d1_suhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pVRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+F1" command="_d1_sVxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pVhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+F2" command="_d1_urhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pVxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+F3" command="_d1_vjxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pWBpjEemUxekpZrI8ww" keySequence="CTRL+F10" command="_d1_sChpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d18pWRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.textEditorScope" bindingContext="_d19QtBpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d18pWhpjEemUxekpZrI8ww" keySequence="END" command="_d1_vrBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pWxpjEemUxekpZrI8ww" keySequence="INSERT" command="_d1_uYhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pXBpjEemUxekpZrI8ww" keySequence="F2" command="_d1_svBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pXRpjEemUxekpZrI8ww" keySequence="HOME" command="_d1_v4RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pXhpjEemUxekpZrI8ww" keySequence="SHIFT+END" command="_d1_tcBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pXxpjEemUxekpZrI8ww" keySequence="SHIFT+HOME" command="_d1_tRBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pYBpjEemUxekpZrI8ww" keySequence="ALT+ARROW_UP" command="_d1_wVhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pYRpjEemUxekpZrI8ww" keySequence="ALT+ARROW_DOWN" command="_d1_u4BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pYhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+SPACE" command="_d1_uPxpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d18pYxpjEemUxekpZrI8ww" keySequence="CTRL+BS" command="_d1_rlBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pZBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+-" command="_d1_vXhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pZRpjEemUxekpZrI8ww" keySequence="CTRL++" command="_d1_uoBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pZhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+CR" command="_d1_vjhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pZxpjEemUxekpZrI8ww" keySequence="CTRL+-" command="_d1_tYhpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d18paBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+TAB" command="_d1_slRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18paRpjEemUxekpZrI8ww" keySequence="CTRL+K" command="_d1_uyBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pahpjEemUxekpZrI8ww" keySequence="CTRL+L" command="_d1_vXRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18paxpjEemUxekpZrI8ww" keySequence="CTRL+O" command="_d1_uFxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pbBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+R" command="_d1_uaBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pbRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+T" command="_d1_vgRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pbhpjEemUxekpZrI8ww" keySequence="CTRL+D" command="_d1_sJhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pbxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+U" command="_d1_tMhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pcBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+W" command="_d1_t6RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pcRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+X" command="_d1_uGRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pchpjEemUxekpZrI8ww" keySequence="CTRL+9" command="_d1_snxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pcxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+Y" command="_d1_tXBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pdBpjEemUxekpZrI8ww" keySequence="CTRL+;" command="_d1_uoBpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d18pdRpjEemUxekpZrI8ww" keySequence="CTRL+=" command="_d1_uoBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pdhpjEemUxekpZrI8ww" keySequence="ALT+/" command="_d1_v5RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pdxpjEemUxekpZrI8ww" keySequence="CTRL+0" command="_d1_rxxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18peBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+Q" command="_d1_slxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18peRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+A" command="_d1_uORpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pehpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+G" command="_d1_syhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pexpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Y" command="_d1_rjBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pfBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+K" command="_d1_sThpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d18pfRpjEemUxekpZrI8ww" keySequence="SHIFT+CR" command="_d1_v3xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OkBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F" command="_d1_s7BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OkRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+I" command="_d1_wUxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OkhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+J" command="_d1_sphpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OkxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+K" command="_d1_rrxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OlBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+L" command="_d1_tmhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OlRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+0" command="_d1_wYxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OlhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+B" command="_d1_roRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OlxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+C" command="_d1_vdRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OmBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+E" command="_d1_uNhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OmRpjEemUxekpZrI8ww" keySequence="CTRL+DEL" command="_d1_s_xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OmhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+DEL" command="_d1_vRhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OmxpjEemUxekpZrI8ww" keySequence="CTRL+END" command="_d1_u5RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OnBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_d1_vBRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OnRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_d1_uZxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OnhpjEemUxekpZrI8ww" keySequence="CTRL+ARROW_UP" command="_d1_sVBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OnxpjEemUxekpZrI8ww" keySequence="CTRL+ARROW_DOWN" command="_d1_wcxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OoBpjEemUxekpZrI8ww" keySequence="CTRL+ARROW_LEFT" command="_d1_uCBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OoRpjEemUxekpZrI8ww" keySequence="CTRL+ARROW_RIGHT" command="_d1_skhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OohpjEemUxekpZrI8ww" keySequence="CTRL+HOME" command="_d1_r3BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OoxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+INSERT" command="_d1_sbxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OpBpjEemUxekpZrI8ww" keySequence="CTRL+NUMPAD_MULTIPLY" command="_d1_u-xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OpRpjEemUxekpZrI8ww" keySequence="CTRL+NUMPAD_ADD" command="_d1_wCRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OphpjEemUxekpZrI8ww" keySequence="CTRL+NUMPAD_ADD" command="_d1_uoBpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d19OpxpjEemUxekpZrI8ww" keySequence="CTRL+NUMPAD_SUBTRACT" command="_d1_vjBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OqBpjEemUxekpZrI8ww" keySequence="CTRL+NUMPAD_SUBTRACT" command="_d1_tYhpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d19OqRpjEemUxekpZrI8ww" keySequence="CTRL+NUMPAD_DIVIDE" command="_d1_sWRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OqhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_d1_tdBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OqxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_d1_sdRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OrBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+ARROW_UP" command="_d1_wHhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OrRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+ARROW_DOWN" command="_d1_tnBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OrhpjEemUxekpZrI8ww" keySequence="CTRL+F10" command="_d1_viRpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19OrxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" bindingContext="_d191wBpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19OsBpjEemUxekpZrI8ww" keySequence="INSERT" command="_d1_tWRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OsRpjEemUxekpZrI8ww" keySequence="F4" command="_d1_sBRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OshpjEemUxekpZrI8ww" keySequence="SHIFT+INSERT" command="_d1_sQBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OsxpjEemUxekpZrI8ww" keySequence="ALT+ARROW_UP" command="_d1_uuBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OtBpjEemUxekpZrI8ww" keySequence="ALT+ARROW_DOWN" command="_d1_s9xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OtRpjEemUxekpZrI8ww" keySequence="CTRL+CR" command="_d1_s8RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OthpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+I" command="_d1_tYxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OtxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+C" command="_d1_t7BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OuBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+R" command="_d1_tchpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OuRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+U" command="_d1_u8xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OuhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_UP" command="_d1_vMRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OuxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_DOWN" command="_d1_tbBpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19OvBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" bindingContext="_d191rBpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19OvRpjEemUxekpZrI8ww" keySequence="F1" command="_d1_rphpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19OvhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.contexts.window" bindingContext="_d19QsBpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19OvxpjEemUxekpZrI8ww" keySequence="F2" command="_d1_r5hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OwBpjEemUxekpZrI8ww" keySequence="F3" command="_d1_sqBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OwRpjEemUxekpZrI8ww" keySequence="F4" command="_d1_r8RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OwhpjEemUxekpZrI8ww" keySequence="F5" command="_d1_tPBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OwxpjEemUxekpZrI8ww" keySequence="ALT+F7" command="_d1_uQxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OxBpjEemUxekpZrI8ww" keySequence="SHIFT+F2" command="_d1_ufRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OxRpjEemUxekpZrI8ww" keySequence="SHIFT+F5" command="_d1_toRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OxhpjEemUxekpZrI8ww" keySequence="ALT+F5" command="_d1_tgxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OxxpjEemUxekpZrI8ww" keySequence="F10" command="_d1_uChpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OyBpjEemUxekpZrI8ww" keySequence="ALT+ARROW_LEFT" command="_d1_sDhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OyRpjEemUxekpZrI8ww" keySequence="F11" command="_d1_v8xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OyhpjEemUxekpZrI8ww" keySequence="ALT+ARROW_RIGHT" command="_d1_tMRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OyxpjEemUxekpZrI8ww" keySequence="F12" command="_d1_vQhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OzBpjEemUxekpZrI8ww" keySequence="CTRL+BREAK" command="_d1_sIBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OzRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X X" command="_d1_uKxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OzhpjEemUxekpZrI8ww" keySequence="DEL" command="_d1_sRRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19OzxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+X G" command="_d1_v7RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O0BpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X A" command="_d1_r4RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O0RpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X C" command="_d1_rkxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O0hpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X B" command="_d1_wcBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O0xpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X E" command="_d1_uqhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O1BpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X O" command="_d1_ufhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O1RpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X Q" command="_d1_siBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O1hpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X P" command="_d1_wEhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O1xpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X S" command="_d1_v8hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O2BpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X R" command="_d1_twxpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d19O2RpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X T" command="_d1_tixpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O2hpjEemUxekpZrI8ww" keySequence="SHIFT+DEL" command="_d1_s2hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O2xpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X J" command="_d1_u1hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O3BpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X M" command="_d1_tlhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O3RpjEemUxekpZrI8ww" keySequence="ALT+X" command="_d1_t9hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O3hpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+-" command="_d1_s4hpjEemUxekpZrI8ww">\r
+      <tags>locale:ja</tags>\r
+      <parameters xmi:id="_d19O3xpjEemUxekpZrI8ww" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19O4BpjEemUxekpZrI8ww" keySequence="ALT+V" command="_d1_tlRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O4RpjEemUxekpZrI8ww" keySequence="ALT+CTRL+," command="_d1_u8BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O4hpjEemUxekpZrI8ww" keySequence="ALT+CTRL+." command="_d1_sShpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O4xpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SPACE" command="_d1_sMBpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d19O5BpjEemUxekpZrI8ww" keySequence="CTRL+," command="_d1_r4xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O5RpjEemUxekpZrI8ww" keySequence="CTRL+-" command="_d1_v0hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O5hpjEemUxekpZrI8ww" keySequence="CTRL+." command="_d1_wIxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O5xpjEemUxekpZrI8ww" keySequence="CTRL+#" command="_d1_sCxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O6BpjEemUxekpZrI8ww" keySequence="ALT+C" command="_d1_s8xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O6RpjEemUxekpZrI8ww" keySequence="CTRL+H" command="_d1_vPhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O6hpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D J" command="_d1_vDBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O6xpjEemUxekpZrI8ww" keySequence="ALT+CTRL+Y" command="_d1_vuRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O7BpjEemUxekpZrI8ww" keySequence="ALT+CTRL+Y" command="_d1_tqRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O7RpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D O" command="_d1_uFRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O7hpjEemUxekpZrI8ww" keySequence="CTRL+M" command="_d1_vOhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O7xpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D Q" command="_d1_tqBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O8BpjEemUxekpZrI8ww" keySequence="CTRL+N" command="_d1_wRBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O8RpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D P" command="_d1_vfhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O8hpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D C" command="_d1_vABpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O8xpjEemUxekpZrI8ww" keySequence="ALT+CTRL+P" command="_d1_ssRpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d19O9BpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D B" command="_d1_v_xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O9RpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D E" command="_d1_wWxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O9hpjEemUxekpZrI8ww" keySequence="CTRL+B" command="_d1_r6BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O9xpjEemUxekpZrI8ww" keySequence="ALT+CTRL+S" command="_d1_t2hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O-BpjEemUxekpZrI8ww" keySequence="ALT+CTRL+U" command="_d1_vUxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O-RpjEemUxekpZrI8ww" keySequence="CTRL+E" command="_d1_s_RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O-hpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+B D" command="_d1_wBhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O-xpjEemUxekpZrI8ww" keySequence="CTRL+F" command="_d1_sMxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O_BpjEemUxekpZrI8ww" keySequence="CTRL+G" command="_d1_rlRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O_RpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+B F" command="_d1_skBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O_hpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+H" command="_d1_s9RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19O_xpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+I" command="_d1_sDBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PABpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+J" command="_d1_s-RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PARpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+L" command="_d1_sqhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PAhpjEemUxekpZrI8ww" keySequence="ALT+-" command="_d1_uJRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PAxpjEemUxekpZrI8ww" keySequence="CTRL+=" command="_d1_tNhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PBBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+M" command="_d1_wChpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PBRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+N" command="_d1_tCxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PBhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D S" command="_d1_s6BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PBxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D R" command="_d1_txhpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PCBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+B" command="_d1_sWxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PCRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+R" command="_d1_weRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PChpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+B S" command="_d1_vJBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PCxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D T" command="_d1_rpRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PDBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+C" command="_d1_vRRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PDRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+S" command="_d1_ukRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PDhpjEemUxekpZrI8ww" keySequence="CTRL+3" command="_d1_suxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PDxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+B R" command="_d1_uYxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PEBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+T" command="_d1_tERpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PERpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+T" command="_d1_sXBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PEhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+U" command="_d1_sbRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PExpjEemUxekpZrI8ww" keySequence="CTRL+6" command="_d1_tBhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PFBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+F" command="_d1_vmxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PFRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+V" command="_d1_vthpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PFhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+W" command="_d1_tEBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PFxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D X" command="_d1_tuBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PGBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+G" command="_d1_uhRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PGRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+H" command="_d1_t_xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PGhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Z" command="_d1_t-RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PGxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+N" command="_d1_uJxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PHBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+O" command="_d1_v-xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PHRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+P" command="_d1_usxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PHhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+A" command="_d1_uzxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PHxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+B" command="_d1_sUBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PIBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+R" command="_d1_tyxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PIRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+S" command="_d1_t7hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PIhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+T" command="_d1_uOxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PIxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+E" command="_d1_sZBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PJBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+V" command="_d1_tcxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PJRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+G" command="_d1_wPhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PJhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+W" command="_d1_wHRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PJxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+H" command="_d1_r_hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PKBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+I" command="_d1_s6RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PKRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+K" command="_d1_tLRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PKhpjEemUxekpZrI8ww" keySequence="CTRL+[" command="_d1_s4hpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+      <parameters xmi:id="_d19PKxpjEemUxekpZrI8ww" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PLBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+L" command="_d1_wQRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PLRpjEemUxekpZrI8ww" keySequence="CTRL+\" command="_d1_s4hpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+      <parameters xmi:id="_d19PLhpjEemUxekpZrI8ww" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PLxpjEemUxekpZrI8ww" keySequence="ALT+CR" command="_d1_vKBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PMBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D A" command="_d1_vYRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PMRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+D 3" command="_d1_tLxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PMhpjEemUxekpZrI8ww" keySequence="CTRL+P" command="_d1_vhBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PMxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+A" command="_d1_umhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PNBpjEemUxekpZrI8ww" keySequence="CTRL+Q" command="_d1_vlhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PNRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+B" command="_d1_uxBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PNhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+C" command="_d1_wKBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PNxpjEemUxekpZrI8ww" keySequence="CTRL+S" command="_d1_tZBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19POBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+D" command="_d1_ufxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PORpjEemUxekpZrI8ww" keySequence="CTRL+U" command="_d1_tvBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19POhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+E" command="_d1_tIxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19POxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+G" command="_d1_uqxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PPBpjEemUxekpZrI8ww" keySequence="CTRL+W" command="_d1_t0xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PPRpjEemUxekpZrI8ww" keySequence="CTRL+{" command="_d1_s4hpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PPhpjEemUxekpZrI8ww" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PPxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+X 3" command="_d1_vuhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PQBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+M" command="_d1_v9hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PQRpjEemUxekpZrI8ww" keySequence="CTRL+DEL" command="_d1_v1hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PQhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+A" command="_d1_u4xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PQxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E L" command="_d1_r5BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PRBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E N" command="_d1_wLRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PRRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E P" command="_d1_rkRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PRhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E R" command="_d1_smhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PRxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E E" command="_d1_sEBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PSBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+T" command="_d1_sCRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PSRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E G" command="_d1_tGhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PShpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E J" command="_d1_r3RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PSxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E T" command="_d1_sBxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PTBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E S" command="_d1_tkBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PTRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q H" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PThpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.cheatsheets.views.CheatSheetView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PTxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q J" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PUBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PURpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q L" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PUhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PUxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q K" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PVBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.mylyn.tasks.ui.views.tasks"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PVRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+ARROW_UP" command="_d1_udxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PVhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q B" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PVxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PWBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+ARROW_DOWN" command="_d1_wURpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PWRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+ARROW_RIGHT" command="_d1_uXRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PWhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q D" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PWxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PXBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q C" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PXRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PXhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+SHIFT+F12" command="_d1_wDBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PXxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_d1_ukBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PYBpjEemUxekpZrI8ww" keySequence="CTRL+F4" command="_d1_t0xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PYRpjEemUxekpZrI8ww" keySequence="CTRL+F6" command="_d1_sPhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PYhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_d1_s5BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PYxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F7" command="_d1_v9xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PZBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F8" command="_d1_s4RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PZRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F9" command="_d1_tgBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PZhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F11" command="_d1_t8xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PZxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F12" command="_d1_rtxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PaBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q X" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PaRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PahpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q Z" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PaxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PbBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q Y" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PbRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.sync.views.SynchronizeView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PbhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F4" command="_d1_tEBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PbxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F6" command="_d1_unRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PcBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+F7" command="_d1_u5xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PcRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q P" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PchpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PcxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q O" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PdBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PdRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q Q" command="_d1_uuxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PdhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q T" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PdxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PeBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q S" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PeRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.search.ui.views.SearchView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PehpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q V" command="_d1_uuxpjEemUxekpZrI8ww">\r
+      <parameters xmi:id="_d19PexpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/>\r
+    </bindings>\r
+    <bindings xmi:id="_d19PfBpjEemUxekpZrI8ww" keySequence="CTRL+F7" command="_d1_uEBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PfRpjEemUxekpZrI8ww" keySequence="CTRL+F8" command="_d1_stBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PfhpjEemUxekpZrI8ww" keySequence="CTRL+F9" command="_d1_sahpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PfxpjEemUxekpZrI8ww" keySequence="CTRL+F11" command="_d1_vsxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PgBpjEemUxekpZrI8ww" keySequence="CTRL+F12" command="_d1_sUxpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19PgRpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_d191phpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19PghpjEemUxekpZrI8ww" keySequence="F3" command="_d1_rqBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PgxpjEemUxekpZrI8ww" keySequence="SHIFT+F2" command="_d1_uThpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PhBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+O" command="_d1_roBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PhRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+R" command="_d1_r8BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PhhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F" command="_d1_v3hpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19PhxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.genericeditor.genericEditorContext" bindingContext="_d191qRpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19PiBpjEemUxekpZrI8ww" keySequence="F3" command="_d1_vlxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PiRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+G" command="_d1_vqxpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19PihpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" bindingContext="_d19QthpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19PixpjEemUxekpZrI8ww" keySequence="F3" command="_d1_u7BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PjBpjEemUxekpZrI8ww" keySequence="F4" command="_d1_tnxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PjRpjEemUxekpZrI8ww" keySequence="SHIFT+F2" command="_d1_vURpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PjhpjEemUxekpZrI8ww" keySequence="CTRL+G" command="_d1_uyhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PjxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+I" command="_d1_uSxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PkBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+J" command="_d1_ueBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PkRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+L" command="_d1_tsBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PkhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+M" command="_d1_vrxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PkxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+C" command="_d1_s0hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PlBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+U" command="_d1_skRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PlRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+H" command="_d1_wdhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PlhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Z" command="_d1_tghpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PlxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+O" command="_d1_sKBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PmBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+R" command="_d1_ulhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PmRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+S" command="_d1_uixpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PmhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+T" command="_d1_sTBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PmxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+V" command="_d1_slBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PnBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+G" command="_d1_uQBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PnRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+H" command="_d1_vMhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PnhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q J" command="_d1_vyBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PnxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q D" command="_d1_u4RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PoBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q P" command="_d1_uohpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PoRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+Q T" command="_d1_udBpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19PohpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" bindingContext="_d19QuhpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19PoxpjEemUxekpZrI8ww" keySequence="F3" command="_d1_uNRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PpBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+/" command="_d1_uJBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PpRpjEemUxekpZrI8ww" keySequence="CTRL+I" command="_d1_vhxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PphpjEemUxekpZrI8ww" keySequence="CTRL+O" command="_d1_uShpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PpxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+\" command="_d1_urRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PqBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+P" command="_d1_uOhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PqRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+O" command="_d1_vSRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PqhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+A" command="_d1_wdBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PqxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+C" command="_d1_v3BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PrBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F" command="_d1_wPxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PrRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+G" command="_d1_vnBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PrhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+>" command="_d1_vYhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PrxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_UP" command="_d1_u2xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PsBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_DOWN" command="_d1_u9RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PsRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_LEFT" command="_d1_r_BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PshpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_d1_ugRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PsxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+ARROW_UP" command="_d1_sghpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PtBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_d1_trxpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19PtRpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.contexts.taskview" bindingContext="_d191wRpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19PthpjEemUxekpZrI8ww" keySequence="F5" command="_d1_v2xpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19PtxpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.debugging" bindingContext="_d191uhpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19PuBpjEemUxekpZrI8ww" keySequence="F5" command="_d1_r-RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PuRpjEemUxekpZrI8ww" keySequence="F6" command="_d1_teBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PuhpjEemUxekpZrI8ww" keySequence="F7" command="_d1_wLhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PuxpjEemUxekpZrI8ww" keySequence="F8" command="_d1_uWRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PvBpjEemUxekpZrI8ww" keySequence="CTRL+R" command="_d1_uExpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PvRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+3" command="_d1_r8xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PvhpjEemUxekpZrI8ww" keySequence="CTRL+F2" command="_d1_vTRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PvxpjEemUxekpZrI8ww" keySequence="CTRL+F5" command="_d1_v7BpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19PwBpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.EditContext" bindingContext="_d19QshpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19PwRpjEemUxekpZrI8ww" keySequence="SHIFT+INSERT" command="_d1_tURpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PwhpjEemUxekpZrI8ww" keySequence="ALT+ARROW_UP" command="_d1_rkhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PwxpjEemUxekpZrI8ww" keySequence="ALT+ARROW_RIGHT" command="_d1_v8RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PxBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+V" command="_d1_tURpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PxRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+C" command="_d1_vHBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PxhpjEemUxekpZrI8ww" keySequence="CTRL+INSERT" command="_d1_vHBpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19PxxpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" bindingContext="_d19QtxpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19PyBpjEemUxekpZrI8ww" keySequence="ALT+X" command="_d1_wYRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PyRpjEemUxekpZrI8ww" keySequence="ALT+Q" command="_d1_vexpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PyhpjEemUxekpZrI8ww" keySequence="ALT+S" command="_d1_tmxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PyxpjEemUxekpZrI8ww" keySequence="CTRL+/" command="_d1_rsBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PzBpjEemUxekpZrI8ww" keySequence="ALT+C" command="_d1_sxxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PzRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+X" command="_d1_tyRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PzhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+R" command="_d1_vshpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19PzxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+P" command="_d1_vCRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P0BpjEemUxekpZrI8ww" keySequence="ALT+CTRL+D" command="_d1_s-BpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19P0RpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.TerminalContext" bindingContext="_d191vxpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19P0hpjEemUxekpZrI8ww" keySequence="ALT+Y" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P0xpjEemUxekpZrI8ww" keySequence="ALT+P" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P1BpjEemUxekpZrI8ww" keySequence="ALT+R" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P1RpjEemUxekpZrI8ww" keySequence="ALT+S" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P1hpjEemUxekpZrI8ww" keySequence="ALT+T" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P1xpjEemUxekpZrI8ww" keySequence="ALT+V" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P2BpjEemUxekpZrI8ww" keySequence="ALT+W" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P2RpjEemUxekpZrI8ww" keySequence="ALT+H" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P2hpjEemUxekpZrI8ww" keySequence="ALT+L" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P2xpjEemUxekpZrI8ww" keySequence="ALT+N" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P3BpjEemUxekpZrI8ww" keySequence="ALT+A" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P3RpjEemUxekpZrI8ww" keySequence="ALT+B" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P3hpjEemUxekpZrI8ww" keySequence="ALT+C" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P3xpjEemUxekpZrI8ww" keySequence="ALT+D" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P4BpjEemUxekpZrI8ww" keySequence="ALT+E" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P4RpjEemUxekpZrI8ww" keySequence="ALT+F" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P4hpjEemUxekpZrI8ww" keySequence="ALT+G" command="_d1_uIhpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19P4xpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_d191uxpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19P5BpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+," command="_d1_vmhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P5RpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+." command="_d1_vOBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P5hpjEemUxekpZrI8ww" keySequence="CTRL+G" command="_d1_vORpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19P5xpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_d19QsxpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19P6BpjEemUxekpZrI8ww" keySequence="CTRL+CR" command="_d1_sBhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P6RpjEemUxekpZrI8ww" keySequence="ALT+CR" command="_d1_t_hpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19P6hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_d19QuRpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19P6xpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+/" command="_d1_tvRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P7BpjEemUxekpZrI8ww" keySequence="CTRL+/" command="_d1_uKRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P7RpjEemUxekpZrI8ww" keySequence="CTRL+I" command="_d1_tLBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P7hpjEemUxekpZrI8ww" keySequence="CTRL+O" command="_d1_tkRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P7xpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+\" command="_d1_sKRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P8BpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+O" command="_d1_tAhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P8RpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+P" command="_d1_u5hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P8hpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+B" command="_d1_wWhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P8xpjEemUxekpZrI8ww" keySequence="CTRL+2 R" command="_d1_vLBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P9BpjEemUxekpZrI8ww" keySequence="CTRL+7" command="_d1_uKRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P9RpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+M" command="_d1_svhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P9hpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+P" command="_d1_tuRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P9xpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+C" command="_d1_uKRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P-BpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+U" command="_d1_vExpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P-RpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F" command="_d1_v3hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P-hpjEemUxekpZrI8ww" keySequence="ALT+CTRL+C" command="_d1_t4RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P-xpjEemUxekpZrI8ww" keySequence="CTRL+T" command="_d1_uNxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P_BpjEemUxekpZrI8ww" keySequence="CTRL+F3" command="_d1_wIBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P_RpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_UP" command="_d1_tpxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P_hpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_DOWN" command="_d1_sVRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19P_xpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_LEFT" command="_d1_tOhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QABpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_d1_sIRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QARpjEemUxekpZrI8ww" keySequence="CTRL+2 M" command="_d1_tPxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QAhpjEemUxekpZrI8ww" keySequence="CTRL+2 L" command="_d1_sFhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QAxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+ARROW_UP" command="_d1_t1RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QBBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_d1_tkxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QBRpjEemUxekpZrI8ww" keySequence="CTRL+2 F" command="_d1_wCBpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QBhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" bindingContext="_d19QtRpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QBxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+/" command="_d1_trhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QCBpjEemUxekpZrI8ww" keySequence="CTRL+/" command="_d1_uXBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QCRpjEemUxekpZrI8ww" keySequence="CTRL+I" command="_d1_tdRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QChpjEemUxekpZrI8ww" keySequence="CTRL+O" command="_d1_rwxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QCxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+\" command="_d1_sQxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QDBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+O" command="_d1_tSBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QDRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+P" command="_d1_ukxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QDhpjEemUxekpZrI8ww" keySequence="CTRL+2 R" command="_d1_swRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QDxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+T" command="_d1_tsRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QEBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+E" command="_d1_t9xpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QERpjEemUxekpZrI8ww" keySequence="CTRL+7" command="_d1_uXBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QEhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+M" command="_d1_sABpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QExpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+C" command="_d1_uXBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QFBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+U" command="_d1_tDxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QFRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F" command="_d1_sGxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QFhpjEemUxekpZrI8ww" keySequence="CTRL+T" command="_d1_ueRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QFxpjEemUxekpZrI8ww" keySequence="CTRL+F3" command="_d1_uFBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QGBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_UP" command="_d1_r7BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QGRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_DOWN" command="_d1_vEBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QGhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_LEFT" command="_d1_v4BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QGxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_d1_uuRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QHBpjEemUxekpZrI8ww" keySequence="CTRL+2 L" command="_d1_wIhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QHRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+ARROW_UP" command="_d1_wfBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QHhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_d1_sbhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QHxpjEemUxekpZrI8ww" keySequence="CTRL+2 F" command="_d1_tVRpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QIBpjEemUxekpZrI8ww" elementId="com.xored.glance.ui.context" bindingContext="_d191xRpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QIRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+BS" command="_d1_sfBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QIhpjEemUxekpZrI8ww" keySequence="CTRL+J" command="_d1_vFRpjEemUxekpZrI8ww">\r
+      <tags>type:user</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d19QIxpjEemUxekpZrI8ww" keySequence="CR" command="_d1_tFRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QJBpjEemUxekpZrI8ww" keySequence="SHIFT+CR" command="_d1_wPRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QJRpjEemUxekpZrI8ww" keySequence="ESC" command="_d1_sTxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QJhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+F" command="_d1_vFRpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QJxpjEemUxekpZrI8ww" elementId="org.dadacoalition.yedit.yeditScope" bindingContext="_d191rxpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QKBpjEemUxekpZrI8ww" keySequence="CTRL+/" command="_d1_ruRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QKRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+C" command="_d1_ruRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QKhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F" command="_d1_v0BpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QKxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_d191sRpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QLBpjEemUxekpZrI8ww" keySequence="CTRL+/" command="_d1_uKRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QLRpjEemUxekpZrI8ww" keySequence="CTRL+7" command="_d1_uKRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QLhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+C" command="_d1_uKRpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QLxpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_d191tBpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QMBpjEemUxekpZrI8ww" keySequence="CTRL+N" command="_d1_upRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QMRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+M" command="_d1_tiBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QMhpjEemUxekpZrI8ww" keySequence="ALT+CTRL+N" command="_d1_wDRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QMxpjEemUxekpZrI8ww" keySequence="CTRL+T" command="_d1_swhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QNBpjEemUxekpZrI8ww" keySequence="CTRL+W" command="_d1_ubhpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QNRpjEemUxekpZrI8ww" elementId="org.egradle.editors.GradleEditor.context" bindingContext="_d191sBpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QNhpjEemUxekpZrI8ww" keySequence="CTRL+O" command="_d1_t6hpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QNxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+P" command="_d1_vVBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QOBpjEemUxekpZrI8ww" keySequence="CTRL+7" command="_d1_tKxpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QORpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.editors.task" bindingContext="_d191qxpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QOhpjEemUxekpZrI8ww" keySequence="CTRL+O" command="_d1_wFxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QOxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+I" command="_d1_tYxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QPBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+C" command="_d1_t7BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QPRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+M" command="_d1_rwhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QPhpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+R" command="_d1_tchpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QPxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+S" command="_d1_tGRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QQBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+U" command="_d1_u8xpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QQRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" bindingContext="_d191rRpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QQhpjEemUxekpZrI8ww" keySequence="CTRL+O" command="_d1_r0xpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QQxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.pdeEditorContext" bindingContext="_d191qBpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QRBpjEemUxekpZrI8ww" keySequence="CTRL+O" command="_d1_sORpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QRRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F" command="_d1_sHhpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QRhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.serverViewScope" bindingContext="_d191uRpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QRxpjEemUxekpZrI8ww" keySequence="ALT+CTRL+P" command="_d1_u7RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QSBpjEemUxekpZrI8ww" keySequence="ALT+CTRL+R" command="_d1_wKhpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QSRpjEemUxekpZrI8ww" keySequence="ALT+CTRL+S" command="_d1_soRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QShpjEemUxekpZrI8ww" keySequence="ALT+CTRL+D" command="_d1_u0BpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QSxpjEemUxekpZrI8ww" elementId="org.python.pydev.ui.editor.scope" bindingContext="_d191zxpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QTBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_d191whpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QTRpjEemUxekpZrI8ww" keySequence="CTRL+C" command="_d1_szRpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QThpjEemUxekpZrI8ww" keySequence="CTRL+V" command="_d1_uFhpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QTxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_d191vhpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QUBpjEemUxekpZrI8ww" keySequence="CTRL+C" command="_d1_sPxpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QURpjEemUxekpZrI8ww" elementId="org.eclipse.core.runtime.xml" bindingContext="_d19QvhpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QUhpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+P" command="_d1_vQxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QUxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+D" command="_d1_tuxpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QVBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.classFileEditorScope" bindingContext="_d19QuBpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QVRpjEemUxekpZrI8ww" keySequence="CTRL+1" command="_d1_wNxpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QVhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_d191xxpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QVxpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+B" command="_d1_wWhpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QWBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor.context" bindingContext="_d191xBpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QWRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+I" command="_d1_wFhpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QWhpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" bindingContext="_d19QxRpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QWxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+M" command="_d1_s0RpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QXBpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+R" command="_d1_wEBpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QXRpjEemUxekpZrI8ww" keySequence="ALT+SHIFT+V" command="_d1_tkhpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QXhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" bindingContext="_d191rhpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QXxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+O" command="_d1_r0xpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QYBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.console" bindingContext="_d191thpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QYRpjEemUxekpZrI8ww" keySequence="CTRL+Z" command="_d1_wGhpjEemUxekpZrI8ww">\r
+      <tags>platform:win32</tags>\r
+    </bindings>\r
+    <bindings xmi:id="_d19QYhpjEemUxekpZrI8ww" keySequence="CTRL+R" command="_d1_uRxpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QYxpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsf.facesconfig.editorContext" bindingContext="_d191shpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QZBpjEemUxekpZrI8ww" keySequence="CTRL+F5" command="_d1_uQxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QZRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F5" command="_d1_u5xpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QZhpjEemUxekpZrI8ww" elementId="org.eclipse.jst.pagedesigner.editorContext" bindingContext="_d191pxpjEemUxekpZrI8ww">\r
+    <bindings xmi:id="_d19QZxpjEemUxekpZrI8ww" keySequence="CTRL+F5" command="_d1_uQxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QaBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F9" command="_d1_tdxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QaRpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F10" command="_d1_wGxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QahpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F11" command="_d1_v8BpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QaxpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F12" command="_d1_wMxpjEemUxekpZrI8ww"/>\r
+    <bindings xmi:id="_d19QbBpjEemUxekpZrI8ww" keySequence="CTRL+SHIFT+F5" command="_d1_u5xpjEemUxekpZrI8ww"/>\r
+  </bindingTables>\r
+  <bindingTables xmi:id="_d19QbRpjEemUxekpZrI8ww" bindingContext="_d1910BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QbhpjEemUxekpZrI8ww" bindingContext="_d1910RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QbxpjEemUxekpZrI8ww" bindingContext="_d1910hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QcBpjEemUxekpZrI8ww" bindingContext="_d1910xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QcRpjEemUxekpZrI8ww" bindingContext="_d1911BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QchpjEemUxekpZrI8ww" bindingContext="_d1911RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QcxpjEemUxekpZrI8ww" bindingContext="_d1911hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QdBpjEemUxekpZrI8ww" bindingContext="_d1911xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QdRpjEemUxekpZrI8ww" bindingContext="_d1912BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QdhpjEemUxekpZrI8ww" bindingContext="_d1912RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QdxpjEemUxekpZrI8ww" bindingContext="_d1912hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QeBpjEemUxekpZrI8ww" bindingContext="_d1912xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QeRpjEemUxekpZrI8ww" bindingContext="_d1913BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QehpjEemUxekpZrI8ww" bindingContext="_d1913RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QexpjEemUxekpZrI8ww" bindingContext="_d1913hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QfBpjEemUxekpZrI8ww" bindingContext="_d1913xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QfRpjEemUxekpZrI8ww" bindingContext="_d1914BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QfhpjEemUxekpZrI8ww" bindingContext="_d1914RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QfxpjEemUxekpZrI8ww" bindingContext="_d1914hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QgBpjEemUxekpZrI8ww" bindingContext="_d1914xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QgRpjEemUxekpZrI8ww" bindingContext="_d1915BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QghpjEemUxekpZrI8ww" bindingContext="_d1915RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QgxpjEemUxekpZrI8ww" bindingContext="_d1915hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QhBpjEemUxekpZrI8ww" bindingContext="_d1915xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QhRpjEemUxekpZrI8ww" bindingContext="_d1916BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QhhpjEemUxekpZrI8ww" bindingContext="_d1916RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QhxpjEemUxekpZrI8ww" bindingContext="_d1916hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QiBpjEemUxekpZrI8ww" bindingContext="_d1916xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QiRpjEemUxekpZrI8ww" bindingContext="_d1917BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QihpjEemUxekpZrI8ww" bindingContext="_d1917RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QixpjEemUxekpZrI8ww" bindingContext="_d1917hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QjBpjEemUxekpZrI8ww" bindingContext="_d1917xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QjRpjEemUxekpZrI8ww" bindingContext="_d1918BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QjhpjEemUxekpZrI8ww" bindingContext="_d1918RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QjxpjEemUxekpZrI8ww" bindingContext="_d1918hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QkBpjEemUxekpZrI8ww" bindingContext="_d1918xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QkRpjEemUxekpZrI8ww" bindingContext="_d1919BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QkhpjEemUxekpZrI8ww" bindingContext="_d1919RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QkxpjEemUxekpZrI8ww" bindingContext="_d1919hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QlBpjEemUxekpZrI8ww" bindingContext="_d1919xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QlRpjEemUxekpZrI8ww" bindingContext="_d191-BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QlhpjEemUxekpZrI8ww" bindingContext="_d191-RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QlxpjEemUxekpZrI8ww" bindingContext="_d191-hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QmBpjEemUxekpZrI8ww" bindingContext="_d191-xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QmRpjEemUxekpZrI8ww" bindingContext="_d191_BpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QmhpjEemUxekpZrI8ww" bindingContext="_d191_RpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QmxpjEemUxekpZrI8ww" bindingContext="_d191_hpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QnBpjEemUxekpZrI8ww" bindingContext="_d191_xpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QnRpjEemUxekpZrI8ww" bindingContext="_d192ABpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QnhpjEemUxekpZrI8ww" bindingContext="_d192ARpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QnxpjEemUxekpZrI8ww" bindingContext="_d192AhpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QoBpjEemUxekpZrI8ww" bindingContext="_d192AxpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QoRpjEemUxekpZrI8ww" bindingContext="_d192BBpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QohpjEemUxekpZrI8ww" bindingContext="_d192BRpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QoxpjEemUxekpZrI8ww" bindingContext="_d192BhpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QpBpjEemUxekpZrI8ww" bindingContext="_d192BxpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QpRpjEemUxekpZrI8ww" bindingContext="_d192CBpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QphpjEemUxekpZrI8ww" bindingContext="_d192CRpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QpxpjEemUxekpZrI8ww" bindingContext="_d192ChpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QqBpjEemUxekpZrI8ww" bindingContext="_d192CxpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QqRpjEemUxekpZrI8ww" bindingContext="_d192DBpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QqhpjEemUxekpZrI8ww" bindingContext="_d192DRpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QqxpjEemUxekpZrI8ww" bindingContext="_d192DhpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QrBpjEemUxekpZrI8ww" bindingContext="_d192DxpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QrRpjEemUxekpZrI8ww" bindingContext="_d192EBpjEemUxekpZrI8ww"/>\r
+  <bindingTables xmi:id="_d19QrhpjEemUxekpZrI8ww" bindingContext="_d192ERpjEemUxekpZrI8ww"/>\r
+  <rootContext xmi:id="_d19QrxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.contexts.dialogAndWindow" contributorURI="platform:/plugin/org.eclipse.platform" name="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x307e;&#x305f;&#x306f;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;" description="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x304b;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x304c;&#x958b;&#x3044;&#x3066;&#x3044;&#x307e;&#x3059;">\r
+    <children xmi:id="_d19QsBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x304c;&#x958b;&#x3044;&#x3066;&#x307e;&#x3059;">\r
+      <children xmi:id="_d19QsRpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/>\r
+      <children xmi:id="_d19QshpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.EditContext" name="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x306e;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x5236;&#x5fa1;" description="Show modified keyboard shortcuts in context menu"/>\r
+      <children xmi:id="_d19QsxpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.BreakpointView" name="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;" description="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+      <children xmi:id="_d19QtBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.textEditorScope" name="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;">\r
+        <children xmi:id="_d19QtRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" name="JavaScript &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;&#x4e2d;" description="JavaScript &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;&#x4e2d;">\r
+          <children xmi:id="_d19QthpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" name="JavaScript &#x30d3;&#x30e5;&#x30fc;" description="JavaScript &#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+        </children>\r
+        <children xmi:id="_d19QtxpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" name="SQL &#x306e;&#x7de8;&#x96c6;" description="SQL &#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;"/>\r
+        <children xmi:id="_d19QuBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.classFileEditorScope" name="&#x6dfb;&#x4ed8; Java &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x53c2;&#x7167;" description="&#x6dfb;&#x4ed8; Java &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x53c2;&#x7167;"/>\r
+        <children xmi:id="_d19QuRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Java &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="Java &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;"/>\r
+        <children xmi:id="_d19QuhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" name="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7de8;&#x96c6;" description="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7de8;&#x96c6;">\r
+          <children xmi:id="_d19QuxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.cleanup" name="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;"/>\r
+          <children xmi:id="_d19QvBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.comments" name="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;" description="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;"/>\r
+          <children xmi:id="_d19QvRpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsp.core.jspsource" name="JSP &#x30bd;&#x30fc;&#x30b9;" description="JSP &#x30bd;&#x30fc;&#x30b9;"/>\r
+          <children xmi:id="_d19QvhpjEemUxekpZrI8ww" elementId="org.eclipse.core.runtime.xml" name="XML &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;"/>\r
+          <children xmi:id="_d19QvxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.occurrences" name="XML &#x30bd;&#x30fc;&#x30b9;&#x51fa;&#x73fe;&#x7b87;&#x6240;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x51fa;&#x73fe;&#x7b87;&#x6240;"/>\r
+          <children xmi:id="_d19QwBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.grammar" name="XML &#x30bd;&#x30fc;&#x30b9;&#x6587;&#x6cd5;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x6587;&#x6cd5;"/>\r
+          <children xmi:id="_d19QwRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.comments" name="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;"/>\r
+          <children xmi:id="_d19QwhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.expand" name="XML &#x30bd;&#x30fc;&#x30b9;&#x5c55;&#x958b;/&#x7e2e;&#x5c0f;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x5c55;&#x958b;/&#x7e2e;&#x5c0f;"/>\r
+          <children xmi:id="_d19QwxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.hideFormat" name="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7de8;&#x96c6;" description="&#x69cb;&#x9020;&#x5316;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7de8;&#x96c6;"/>\r
+          <children xmi:id="_d19QxBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.selection" name="XML &#x30bd;&#x30fc;&#x30b9;&#x9078;&#x629e;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x9078;&#x629e;"/>\r
+          <children xmi:id="_d19QxRpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" name="JSP &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="JSP &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;"/>\r
+          <children xmi:id="_d191oBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.navigation" name="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;"/>\r
+          <children xmi:id="_d191oRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.json.core.jsonsource" name="%scope.structured.text.editor.json.name" description="%scope.structured.text.editor.json.description"/>\r
+          <children xmi:id="_d191ohpjEemUxekpZrI8ww" elementId="org.eclipse.wst.css.core.csssource" name="CSS &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="CSS &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;"/>\r
+          <children xmi:id="_d191oxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.html.core.htmlsource" name="HTML &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;" description="HTML &#x30bd;&#x30fc;&#x30b9;&#x306e;&#x7de8;&#x96c6;"/>\r
+          <children xmi:id="_d191pBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.dependencies" name="XML &#x30bd;&#x30fc;&#x30b9;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;" description="XML &#x30bd;&#x30fc;&#x30b9;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;"/>\r
+          <children xmi:id="_d191pRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.html.occurrences" name="HTML &#x30bd;&#x30fc;&#x30b9;&#x51fa;&#x73fe;&#x7b87;&#x6240;" description="HTML &#x30bd;&#x30fc;&#x30b9;&#x51fa;&#x73fe;&#x7b87;&#x6240;"/>\r
+        </children>\r
+        <children xmi:id="_d191phpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.AntEditorScope" name="Ant &#x30d3;&#x30eb;&#x30c9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x7de8;&#x96c6;" description="Ant &#x30d3;&#x30eb;&#x30c9;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x7de8;&#x96c6;&#x3057;&#x3066;&#x3044;&#x307e;&#x3059;"/>\r
+        <children xmi:id="_d191pxpjEemUxekpZrI8ww" elementId="org.eclipse.jst.pagedesigner.editorContext" name="Web &#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x4f7f;&#x7528;" description="web &#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x4f7f;&#x7528;&#x3055;&#x308c;&#x308b;&#x30ad;&#x30fc;&#x30fb;&#x30d0;&#x30a4;&#x30f3;&#x30c9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+        <children xmi:id="_d191qBpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.pdeEditorContext" name="PDE &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="PDE &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x4f7f;&#x7528;&#x3055;&#x308c;&#x308b;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+        <children xmi:id="_d191qRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.genericeditor.genericEditorContext" name="&#x6c4e;&#x7528;&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5185;" description="When editing in the Generic Code Editor"/>\r
+        <children xmi:id="_d191qhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsd.ui.text.editor.context" name="XSD &#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;"/>\r
+        <children xmi:id="_d191qxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.editors.task" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;"/>\r
+        <children xmi:id="_d191rBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" name="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;" description="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x7de8;&#x96c6;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;">\r
+          <children xmi:id="_d191rRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" name="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;" description="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x7de8;&#x96c6;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+          <children xmi:id="_d191rhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+        </children>\r
+        <children xmi:id="_d191rxpjEemUxekpZrI8ww" elementId="org.dadacoalition.yedit.yeditScope" name="YEdit &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+        <children xmi:id="_d191sBpjEemUxekpZrI8ww" elementId="org.egradle.editors.GradleEditor.context" name="Gradle context" description="Editing gradle files"/>\r
+        <children xmi:id="_d191sRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x7de8;&#x96c6;&#x4e2d;" description="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x96c6;&#x4e2d;"/>\r
+        <children xmi:id="_d191shpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsf.facesconfig.editorContext" name="Faces &#x69cb;&#x6210;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="Key binding context when using the Faces Config Editor"/>\r
+      </children>\r
+      <children xmi:id="_d191sxpjEemUxekpZrI8ww" elementId="org.eclipse.compare.compareEditorScope" name="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x6bd4;&#x8f03;&#x4e2d;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x6bd4;&#x8f03;&#x4e2d;"/>\r
+      <children xmi:id="_d191tBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.memoryview" name="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;"/>\r
+      <children xmi:id="_d191tRpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.schemaobjecteditor.schemaediting" name="&#x30b9;&#x30ad;&#x30fc;&#x30de;&#x30fb;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="&#x30b9;&#x30ad;&#x30fc;&#x30de;&#x30fb;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;"/>\r
+      <children xmi:id="_d191thpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.console" name="I/O &#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;" description="I/O &#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;"/>\r
+      <children xmi:id="_d191txpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" name="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;" description="Show modified keyboard shortcuts in context menu"/>\r
+      <children xmi:id="_d191uBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.console.ConsoleView" name="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;" description="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;"/>\r
+      <children xmi:id="_d191uRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.serverViewScope" name="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>\r
+      <children xmi:id="_d191uhpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.debugging" name="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b0;&#x30e9;&#x30e0;">\r
+        <children xmi:id="_d191uxpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x30fb;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x5185;" description="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x30fb;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x5185;"/>\r
+        <children xmi:id="_d191vBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsl.debug.ui.context" name="XSLT &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="XSLT &#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x306e;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+        <children xmi:id="_d191vRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.debugging" name="Java &#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Java &#x30d7;&#x30ed;&#x30b0;&#x30e9;&#x30e0;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3057;&#x3066;&#x3044;&#x307e;&#x3059;"/>\r
+      </children>\r
+      <children xmi:id="_d191vhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.ReflogView" name="Git &#x53c2;&#x7167;&#x30ed;&#x30b0;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;"/>\r
+      <children xmi:id="_d191vxpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.TerminalContext" name="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x5165;&#x529b;&#x63a5;&#x7d9a;" description="Override ALT+x menu access keys while typing into the Terminal"/>\r
+      <children xmi:id="_d191wBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>\r
+      <children xmi:id="_d191wRpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.contexts.taskview" name="Gradle &#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="This context is activated when the Gradle Tasks view is in focus"/>\r
+      <children xmi:id="_d191whpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesView" name="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>\r
+    </children>\r
+    <children xmi:id="_d191wxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;" description="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x304c;&#x958b;&#x3044;&#x3066;&#x3044;&#x307e;&#x3059;"/>\r
+    <children xmi:id="_d191xBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor.context" name="Chromium &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Chromium JavaScript &#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;"/>\r
+  </rootContext>\r
+  <rootContext xmi:id="_d191xRpjEemUxekpZrI8ww" elementId="com.xored.glance.ui.context" name="Glance &#x691c;&#x7d22;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+  <rootContext xmi:id="_d191xhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.contexts.workbenchMenu" name="&#x30ef;&#x30fc;&#x30af;&#x30d9;&#x30f3;&#x30c1;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" description="When no Workbench windows are active"/>\r
+  <rootContext xmi:id="_d191xxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+  <rootContext xmi:id="_d191yBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsd.ui.editor.sourceView" name="XSD &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="XSD &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>\r
+  <rootContext xmi:id="_d191yRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.wsdl.ui.editor.sourceView" name="WSDL &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="WSDL &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>\r
+  <rootContext xmi:id="_d191yhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsd.ui.editor.designView" name="XSD &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30f3;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="XSD &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30f3;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>\r
+  <rootContext xmi:id="_d191yxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.contexts.actionSet" name="&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30bb;&#x30c3;&#x30c8;" description="&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x89aa;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;"/>\r
+  <rootContext xmi:id="_d191zBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.wsdl.ui.editor.designView" name="WSDL &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30f3;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="WSDL &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30f3;&#x30fb;&#x30d3;&#x30e5;&#x30fc;"/>\r
+  <rootContext xmi:id="_d191zRpjEemUxekpZrI8ww" elementId="com.vaadin.designer2.eclipse.context" name="Vaadin Designer Context"/>\r
+  <rootContext xmi:id="_d191zhpjEemUxekpZrI8ww" elementId="com.vaadin.designer.eclipse.context" name="Vaadin Designer Context"/>\r
+  <rootContext xmi:id="_d191zxpjEemUxekpZrI8ww" elementId="org.python.pydev.ui.editor.scope" name="Auto::org.python.pydev.ui.editor.scope"/>\r
+  <rootContext xmi:id="_d1910BpjEemUxekpZrI8ww" elementId="AnyEdit.actionSet" name="Auto::AnyEdit.actionSet"/>\r
+  <rootContext xmi:id="_d1910RpjEemUxekpZrI8ww" elementId="AnyEdit.actionSet.whitespace" name="Auto::AnyEdit.actionSet.whitespace"/>\r
+  <rootContext xmi:id="_d1910hpjEemUxekpZrI8ww" elementId="net.sf.eclipsecs.ui.actionSet" name="Auto::net.sf.eclipsecs.ui.actionSet"/>\r
+  <rootContext xmi:id="_d1910xpjEemUxekpZrI8ww" elementId="ajnavigation" name="Auto::ajnavigation"/>\r
+  <rootContext xmi:id="_d1911BpjEemUxekpZrI8ww" elementId="ajelementCreation" name="Auto::ajelementCreation"/>\r
+  <rootContext xmi:id="_d1911RpjEemUxekpZrI8ww" elementId="ajrefactoring" name="Auto::ajrefactoring"/>\r
+  <rootContext xmi:id="_d1911hpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/>\r
+  <rootContext xmi:id="_d1911xpjEemUxekpZrI8ww" elementId="org.eclipse.contribution.xref.ui.XRefActionSet" name="Auto::org.eclipse.contribution.xref.ui.XRefActionSet"/>\r
+  <rootContext xmi:id="_d1912BpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.actionSet" name="Auto::org.eclipse.datatools.sqltools.sqlscrapbook.actionSet"/>\r
+  <rootContext xmi:id="_d1912RpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/>\r
+  <rootContext xmi:id="_d1912hpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/>\r
+  <rootContext xmi:id="_d1912xpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/>\r
+  <rootContext xmi:id="_d1913BpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/>\r
+  <rootContext xmi:id="_d1913RpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.CoverageActionSet" name="Auto::org.eclipse.eclemma.ui.CoverageActionSet"/>\r
+  <rootContext xmi:id="_d1913hpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/>\r
+  <rootContext xmi:id="_d1913xpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/>\r
+  <rootContext xmi:id="_d1914BpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/>\r
+  <rootContext xmi:id="_d1914RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/>\r
+  <rootContext xmi:id="_d1914hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/>\r
+  <rootContext xmi:id="_d1914xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/>\r
+  <rootContext xmi:id="_d1915BpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/>\r
+  <rootContext xmi:id="_d1915RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/>\r
+  <rootContext xmi:id="_d1915hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/>\r
+  <rootContext xmi:id="_d1915xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/>\r
+  <rootContext xmi:id="_d1916BpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.actionSet.jpaElementCreation" name="Auto::org.eclipse.jpt.jpa.ui.actionSet.jpaElementCreation"/>\r
+  <rootContext xmi:id="_d1916RpjEemUxekpZrI8ww" elementId="org.eclipse.jst.j2ee.J2eeMainActionSet" name="Auto::org.eclipse.jst.j2ee.J2eeMainActionSet"/>\r
+  <rootContext xmi:id="_d1916hpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.actionSet" name="Auto::org.eclipse.mylyn.context.ui.actionSet"/>\r
+  <rootContext xmi:id="_d1916xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.java.actionSet" name="Auto::org.eclipse.mylyn.java.actionSet"/>\r
+  <rootContext xmi:id="_d1917BpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.java.actionSet.browsing" name="Auto::org.eclipse.mylyn.java.actionSet.browsing"/>\r
+  <rootContext xmi:id="_d1917RpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.doc.actionSet" name="Auto::org.eclipse.mylyn.doc.actionSet"/>\r
+  <rootContext xmi:id="_d1917hpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.navigation" name="Auto::org.eclipse.mylyn.tasks.ui.navigation"/>\r
+  <rootContext xmi:id="_d1917xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.navigation.additions" name="Auto::org.eclipse.mylyn.tasks.ui.navigation.additions"/>\r
+  <rootContext xmi:id="_d1918BpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.SearchActionSet" name="Auto::org.eclipse.pde.ui.SearchActionSet"/>\r
+  <rootContext xmi:id="_d1918RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/>\r
+  <rootContext xmi:id="_d1918hpjEemUxekpZrI8ww" elementId="org.eclipse.rse.core.search.searchActionSet" name="Auto::org.eclipse.rse.core.search.searchActionSet"/>\r
+  <rootContext xmi:id="_d1918xpjEemUxekpZrI8ww" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/>\r
+  <rootContext xmi:id="_d1919BpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.revision.graph.action.shortcuts" name="Auto::org.eclipse.team.svn.revision.graph.action.shortcuts"/>\r
+  <rootContext xmi:id="_d1919RpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.action.shortcuts" name="Auto::org.eclipse.team.svn.ui.action.shortcuts"/>\r
+  <rootContext xmi:id="_d1919hpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/>\r
+  <rootContext xmi:id="_d1919xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>\r
+  <rootContext xmi:id="_d191-BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/>\r
+  <rootContext xmi:id="_d191-RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>\r
+  <rootContext xmi:id="_d191-hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/>\r
+  <rootContext xmi:id="_d191-xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/>\r
+  <rootContext xmi:id="_d191_BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/>\r
+  <rootContext xmi:id="_d191_RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/>\r
+  <rootContext xmi:id="_d191_hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/>\r
+  <rootContext xmi:id="_d191_xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/>\r
+  <rootContext xmi:id="_d192ABpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/>\r
+  <rootContext xmi:id="_d192ARpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.actionSets" name="Auto::org.eclipse.wst.jsdt.chromium.debug.ui.actionSets"/>\r
+  <rootContext xmi:id="_d192AhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation"/>\r
+  <rootContext xmi:id="_d192AxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet"/>\r
+  <rootContext xmi:id="_d192BBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.JavaActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaActionSet"/>\r
+  <rootContext xmi:id="_d192BRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.A_OpenActionSet" name="Auto::org.eclipse.wst.jsdt.ui.A_OpenActionSet"/>\r
+  <rootContext xmi:id="_d192BhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.CodingActionSet" name="Auto::org.eclipse.wst.jsdt.ui.CodingActionSet"/>\r
+  <rootContext xmi:id="_d192BxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.SearchActionSet" name="Auto::org.eclipse.wst.jsdt.ui.SearchActionSet"/>\r
+  <rootContext xmi:id="_d192CBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.ui.new.actionSet" name="Auto::org.eclipse.wst.server.ui.new.actionSet"/>\r
+  <rootContext xmi:id="_d192CRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.ui.internal.webbrowser.actionSet" name="Auto::org.eclipse.wst.server.ui.internal.webbrowser.actionSet"/>\r
+  <rootContext xmi:id="_d192ChpjEemUxekpZrI8ww" elementId="org.eclipse.wst.web.ui.wizardsActionSet" name="Auto::org.eclipse.wst.web.ui.wizardsActionSet"/>\r
+  <rootContext xmi:id="_d192CxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.ws.explorer.explorer" name="Auto::org.eclipse.wst.ws.explorer.explorer"/>\r
+  <rootContext xmi:id="_d192DBpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.decompilerActionSet" name="Auto::org.sf.feeling.decompiler.decompilerActionSet"/>\r
+  <rootContext xmi:id="_d192DRpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.aop.ui.ActionSet" name="Auto::org.springframework.ide.eclipse.aop.ui.ActionSet"/>\r
+  <rootContext xmi:id="_d192DhpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.aop.ui.matcher.actionSet" name="Auto::org.springframework.ide.eclipse.aop.ui.matcher.actionSet"/>\r
+  <rootContext xmi:id="_d192DxpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.actionSet" name="Auto::org.springframework.ide.eclipse.beans.ui.actionSet"/>\r
+  <rootContext xmi:id="_d192EBpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.search.actionSet" name="Auto::org.springframework.ide.eclipse.beans.search.actionSet"/>\r
+  <rootContext xmi:id="_d192ERpjEemUxekpZrI8ww" elementId="org.springsource.ide.eclipse.commons.launch.actionSet" name="Auto::org.springsource.ide.eclipse.commons.launch.actionSet"/>\r
+  <descriptors xmi:id="_d192EhpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.compatibility.editor" allowMultiple="true" category="org.eclipse.e4.primaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor">\r
+    <tags>Editor</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ExpjEemUxekpZrI8ww" elementId="com.eclipserunner.views.RunnerView" label="Runner" iconURI="platform:/plugin/com.eclipserunner.plugin/icons/run.gif" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="com.eclipserunner.views.impl.RunnerView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="com.eclipserunner.plugin"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192FBpjEemUxekpZrI8ww" elementId="de.tobject.findbugs.view.buginfoview" label="&#x30d0;&#x30b0;&#x60c5;&#x5831;" iconURI="platform:/plugin/com.github.spotbugs.plugin.eclipse/icons/annotationsView.png" tooltip="" category="SpotBugs" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="de.tobject.findbugs.view.BugInfoView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="com.github.spotbugs.plugin.eclipse"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:SpotBugs</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192FRpjEemUxekpZrI8ww" elementId="de.tobject.findbugs.view.bugtreeview" label="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/com.github.spotbugs.plugin.eclipse/icons/treeView.png" tooltip="" category="SpotBugs" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="de.tobject.findbugs.view.BugExplorerView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="com.github.spotbugs.plugin.eclipse"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:SpotBugs</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192FhpjEemUxekpZrI8ww" elementId="de.babe.eclipse.plugins.quickREx.views.QuickRExView" label="QuickREx" iconURI="platform:/plugin/de.babe.eclipse.plugins.QuickREx/icons/plugin.gif" tooltip="" category="QuickREx" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="de.babe.eclipse.plugins.quickREx.views.QuickRExView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="de.babe.eclipse.plugins.QuickREx"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:QuickREx</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192FxpjEemUxekpZrI8ww" elementId="de.babe.eclipse.plugins.quickREx.views.RELibraryView" label="&#x6b63;&#x898f;&#x8868;&#x73fe;&#x30e9;&#x30a4;&#x30d6;&#x30e9;&#x30ea;&#x30fc;" iconURI="platform:/plugin/de.babe.eclipse.plugins.QuickREx/icons/plugin.gif" tooltip="" category="QuickREx" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="de.babe.eclipse.plugins.quickREx.views.RELibraryView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="de.babe.eclipse.plugins.QuickREx"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:QuickREx</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192GBpjEemUxekpZrI8ww" elementId="jp.sf.amateras.stepcounter.StepCountView" label="&#x30ab;&#x30a6;&#x30f3;&#x30c8;&#x7d50;&#x679c;" iconURI="platform:/plugin/jp.sf.amateras.stepcounter/icons/stepcounter.gif" tooltip="" category="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="jp.sf.amateras.stepcounter.StepCountView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="jp.sf.amateras.stepcounter"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192GRpjEemUxekpZrI8ww" elementId="jp.sf.amateras.stepcounter.DiffCountView" label="&#x5dee;&#x5206;&#x30ab;&#x30a6;&#x30f3;&#x30c8;&#x7d50;&#x679c;" iconURI="platform:/plugin/jp.sf.amateras.stepcounter/icons/stepcounter.gif" tooltip="" category="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="jp.sf.amateras.stepcounter.DiffCountView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="jp.sf.amateras.stepcounter"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192GhpjEemUxekpZrI8ww" elementId="jp.sf.amateras.stepcounter.ScopeCountView" label="&#x9078;&#x629e;&#x7bc4;&#x56f2;&#x306e;&#x30ab;&#x30a6;&#x30f3;&#x30c8;&#x7d50;&#x679c;" iconURI="platform:/plugin/jp.sf.amateras.stepcounter/icons/stepcounter.gif" tooltip="" category="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="jp.sf.amateras.stepcounter.ScopeCountView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="jp.sf.amateras.stepcounter"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30ab;&#x30a6;&#x30f3;&#x30bf;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192GxpjEemUxekpZrI8ww" elementId="net.certiv.ntail.NTailView" label="NTail" iconURI="platform:/plugin/net.certiv.ntail/icons/lw_icon.gif" tooltip="" allowMultiple="true" category="Logging" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="net.certiv.ntail.NTailView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="net.certiv.ntail"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Logging</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192HBpjEemUxekpZrI8ww" elementId="net.java.amateras.uml.java.views.SampleView" label="&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x30fb;&#x30b5;&#x30f3;&#x30d7;&#x30eb;" iconURI="platform:/plugin/net.java.amateras.umleditor.java/icons/sample.gif" tooltip="" category="AmaterasUML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="net.java.amateras.uml.java.views.SampleView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="net.java.amateras.umleditor.java"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:AmaterasUML</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192HRpjEemUxekpZrI8ww" elementId="net.sf.eclipsecs.ui.stats.views.MarkerStatsView" label="Checkstyle &#x9055;&#x53cd;" iconURI="platform:/plugin/net.sf.eclipsecs.ui/icons/listingView.gif" tooltip="" category="Checkstyle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="net.sf.eclipsecs.ui.stats.views.MarkerStatsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="net.sf.eclipsecs.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Checkstyle</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192HhpjEemUxekpZrI8ww" elementId="net.sf.eclipsecs.ui.stats.views.GraphStatsView" label="Checkstyle &#x9055;&#x53cd;&#x30b0;&#x30e9;&#x30d5;" iconURI="platform:/plugin/net.sf.eclipsecs.ui/icons/graphView.gif" tooltip="" category="Checkstyle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="net.sf.eclipsecs.ui.stats.views.GraphStatsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="net.sf.eclipsecs.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Checkstyle</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192HxpjEemUxekpZrI8ww" elementId="org.apache.ivyde.eclipse.ui.views.ReportView" label="Ivy &#x30ec;&#x30dd;&#x30fc;&#x30c8;" iconURI="platform:/plugin/org.apache.ivyde.eclipse/icons/logo16x16.gif" tooltip="" category="IvyDE" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.apache.ivyde.internal.eclipse.ui.views.ReportView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.apache.ivyde.eclipse"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:IvyDE</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192IBpjEemUxekpZrI8ww" elementId="org.apache.ivyde.eclipse.ui.views.ReverseDependencyExplorer" label="&#x30ea;&#x30d0;&#x30fc;&#x30b9;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.apache.ivyde.eclipse/icons/logo16x16.gif" tooltip="" category="IvyDE" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.apache.ivyde.internal.eclipse.ui.views.ReverseDependencyExplorerView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.apache.ivyde.eclipse"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:IvyDE</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192IRpjEemUxekpZrI8ww" elementId="org.eclipse.ajdt.ui.EventTraceView" label="AJDT &#x30a4;&#x30d9;&#x30f3;&#x30c8;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;" iconURI="platform:/plugin/org.eclipse.ajdt.ui/icons/actions/perspective.gif" tooltip="" category="AspectJ" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ajdt.internal.ui.tracing.EventTraceView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ajdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:AspectJ</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192IhpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.views.AntView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.png" tooltip="" category="Ant" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ant.internal.ui.views.AntView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ant.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Ant</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192IxpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.views.taskview" label="Gradle &#x30bf;&#x30b9;&#x30af;" iconURI="platform:/plugin/org.eclipse.buildship.ui/icons/full/eview16/tasks_view.png" tooltip="" category="Gradle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.buildship.ui.view.task.TaskView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.buildship.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Gradle</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192JBpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.views.executionview" label="Gradle &#x5b9f;&#x884c;" iconURI="platform:/plugin/org.eclipse.buildship.ui/icons/full/eview16/executions_view.png" tooltip="" category="Gradle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.buildship.ui.view.execution.ExecutionsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.buildship.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Gradle</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192JRpjEemUxekpZrI8ww" elementId="org.eclipse.contribution.visualiser.views.Visualiser" label="&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;" iconURI="platform:/plugin/org.eclipse.contribution.visualiser/icons/visualiser.gif" tooltip="" category="&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.contribution.visualiser.views.Visualiser"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.contribution.visualiser"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192JhpjEemUxekpZrI8ww" elementId="org.eclipse.contribution.visualiser.views.Menu" label="&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" iconURI="platform:/plugin/org.eclipse.contribution.visualiser/icons/vismenu.gif" tooltip="" category="&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.contribution.visualiser.views.Menu"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.contribution.visualiser"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d3;&#x30b8;&#x30e5;&#x30a2;&#x30e9;&#x30a4;&#x30b6;&#x30fc;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192JxpjEemUxekpZrI8ww" elementId="org.eclipse.contribution.xref.ui.views.XReferenceView" label="&#x76f8;&#x4e92;&#x53c2;&#x7167;" iconURI="platform:/plugin/org.eclipse.contribution.xref.ui/icons/XRefIcon.gif" tooltip="" category="AspectJ" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.contribution.xref.ui.views.XReferenceView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.contribution.xref.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:AspectJ</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192KBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" label="&#x30c7;&#x30fc;&#x30bf;&#x30fb;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif" tooltip="" category="&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.datatools.connectivity.ui.dse"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192KRpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.plan.planView" label="&#x5b9f;&#x884c;&#x8a08;&#x753b;" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.plan/icons/sqlplan.gif" tooltip="" category="&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.datatools.sqltools.plan.internal.ui.view.PlanView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.datatools.sqltools.plan"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192KhpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.result.resultView" label="SQL &#x306e;&#x7d50;&#x679c;" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.result.ui/icons/sqlresult.gif" tooltip="" category="&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.datatools.sqltools.result.internal.ui.view.ResultsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.datatools.sqltools.result.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30c7;&#x30fc;&#x30bf;&#x7ba1;&#x7406;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192KxpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.DebugView" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.launch.LaunchView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Debug</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192LBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.BreakpointView" label="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/breakpoint_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.breakpoints.BreakpointsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Debug</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192LRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.VariableView" label="&#x5909;&#x6570;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/variable_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.variables.VariablesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Debug</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192LhpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.ExpressionView" label="&#x5f0f;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/watchlist_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.expression.ExpressionView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Debug</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192LxpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.RegisterView" label="&#x30ec;&#x30b8;&#x30b9;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/register_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.registers.RegistersView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Debug</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192MBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.ModuleView" label="&#x30e2;&#x30b8;&#x30e5;&#x30fc;&#x30eb;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/module_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.modules.ModulesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Debug</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192MRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.MemoryView" label="&#x30e1;&#x30e2;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/memory_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.memory.MemoryView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Debug</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192MhpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.CoverageView" label="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" iconURI="platform:/plugin/org.eclipse.eclemma.ui/icons/full/eview16/coverage.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.eclemma.internal.ui.coverageview.CoverageView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.eclemma.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192MxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesView" label="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.repository.RepositoriesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Git</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192NBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.StagingView" label="Git &#x30b9;&#x30c6;&#x30fc;&#x30b8;&#x30f3;&#x30b0;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/staging.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.staging.StagingView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Git</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192NRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.InteractiveRebaseView" label="Git &#x5bfe;&#x8a71;&#x5f0f;&#x30ea;&#x30d9;&#x30fc;&#x30b9;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/rebase_interactive.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.rebase.RebaseInteractiveView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Git</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192NhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.CompareTreeView" label="Git &#x30c4;&#x30ea;&#x30fc;&#x6bd4;&#x8f03;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.dialogs.CompareTreeView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Git</tags>\r
+    <tags>NoRestore</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192NxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.ReflogView" label="Git &#x53c2;&#x7167;&#x30ed;&#x30b0;" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.reflog.ReflogView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Git</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192OBpjEemUxekpZrI8ww" elementId="org.eclipse.gef.ui.palette_view" label="&#x30d1;&#x30ec;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.gef/icons/palette_view.gif" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.gef.ui.views.palette.PaletteView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.gef"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ORpjEemUxekpZrI8ww" elementId="org.eclipse.help.ui.HelpView" label="&#x30d8;&#x30eb;&#x30d7;" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" category="&#x30d8;&#x30eb;&#x30d7;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.help.ui.internal.views.HelpView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.help.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192OhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.DisplayView" label="Debug Shell" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.debug.ui.display.DisplayView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.debug.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Debug</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192OxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.junit.ResultView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.junit"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192PBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackageExplorer" label="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192PRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.TypeHierarchy" label="&#x578b;&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192PhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.ProjectsView" label="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/projects.png" tooltip="" category="Java &#x53c2;&#x7167;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.ProjectsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java &#x53c2;&#x7167;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192PxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.PackagesView" label="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.png" tooltip="" category="Java &#x53c2;&#x7167;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.PackagesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java &#x53c2;&#x7167;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192QBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.TypesView" label="&#x30bf;&#x30a4;&#x30d7;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/types.png" tooltip="" category="Java &#x53c2;&#x7167;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.TypesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java &#x53c2;&#x7167;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192QRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.MembersView" label="&#x30e1;&#x30f3;&#x30d0;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/members.png" tooltip="" category="Java &#x53c2;&#x7167;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.MembersView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java &#x53c2;&#x7167;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192QhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.callhierarchy.view" label="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/call_hierarchy.png" tooltip="" allowMultiple="true" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192QxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.texteditor.TemplatesView" label="&#x30c6;&#x30f3;&#x30d7;&#x30ec;&#x30fc;&#x30c8;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192RBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.SourceView" label="&#x5ba3;&#x8a00;" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.SourceView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192RRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.JavadocView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.JavadocView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Java</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192RhpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.ui.jpaStructureView" label="JPA &#x69cb;&#x9020;" iconURI="platform:/plugin/org.eclipse.jpt.jpa.ui/images/views/jpa-structure.gif" tooltip="" category="JPA" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jpt.jpa.ui.internal.views.JpaStructureView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jpt.jpa.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:JPA</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192RxpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.ui.jpaDetailsView" label="JPA &#x8a73;&#x7d30;" iconURI="platform:/plugin/org.eclipse.jpt.jpa.ui/images/views/jpa-details.gif" tooltip="" category="JPA" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jpt.jpa.ui.internal.views.JpaDetailsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jpt.jpa.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:JPA</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192SBpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsf.ui.component.ComponentTreeView" label="JSF &#x30b3;&#x30f3;&#x30dd;&#x30fc;&#x30cd;&#x30f3;&#x30c8;&#x30fb;&#x30c4;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="JavaServer Faces" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jst.jsf.ui.internal.component.ComponentTreeView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jst.jsf.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:JavaServer Faces</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192SRpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsf.ui.tagregistry.TagRegistryView" label="&#x30bf;&#x30b0;&#x30fb;&#x30ec;&#x30b8;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jst.jsf.ui/icons/obj16/library_obj.gif" tooltip="" category="JavaServer Faces" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jst.jsf.ui.internal.tagregistry.TagRegistryView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jst.jsf.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:JavaServer Faces</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ShpjEemUxekpZrI8ww" elementId="org.eclipse.jst.ws.jaxws.ui.views.AnnotationsView" label="&#x6ce8;&#x91c8;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.jst.ws.jaxws.ui/icons/eview16/prop_ps.gif" tooltip="" category="Web &#x30b5;&#x30fc;&#x30d3;&#x30b9;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jst.ws.internal.jaxws.ui.views.AnnotationsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jst.ws.jaxws.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Web &#x30b5;&#x30fc;&#x30d3;&#x30b9;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192SxpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.core.views.MavenRepositoryView" label="Maven &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.m2e.core.ui/icons/maven_indexes.gif" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.m2e.core.ui.internal.views.MavenRepositoryView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Maven</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192TBpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.core.views.MavenBuild" label="Maven &#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30eb;&#x30c9;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.m2e.core.ui.internal.views.build.BuildDebugView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Maven</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192TRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.navigator.builds" label="Builds" iconURI="platform:/plugin/org.eclipse.mylyn.builds.ui/icons/eview16/build-view.png" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.builds.ui.view.BuildsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.builds.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Mylyn</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ThpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.commons.repositories.ui.navigator.Repositories" label="&#x30c1;&#x30fc;&#x30e0;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.mylyn.commons.repositories.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.commons.repositories.ui.RepositoriesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.commons.repositories.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Mylyn</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192TxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.reviews.Explorer" label="Review" iconURI="platform:/plugin/org.eclipse.mylyn.reviews.ui/icons/obj16/review.png" tooltip="View artifacts and comments associated with reviews." category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.reviews.ui.views.ReviewExplorer"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.reviews.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Mylyn</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192UBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" label="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30b9;&#x30c8;" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" allowMultiple="true" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Mylyn</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192URpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" label="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskRepositoriesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Mylyn</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192UhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.api.tools.ui.views.apitooling.views.apitoolingview" label="API &#x30c4;&#x30fc;&#x30eb;" iconURI="platform:/plugin/org.eclipse.pde.api.tools.ui/icons/full/obj16/api_tools.gif" tooltip="" category="API &#x30c4;&#x30fc;&#x30eb;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.api.tools.ui.internal.views.APIToolingView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.api.tools.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:API &#x30c4;&#x30fc;&#x30eb;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192UxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.runtime.RegistryBrowser" label="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30ec;&#x30b8;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.pde.runtime/icons/eview16/registry.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.runtime.registry.RegistryBrowser"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.runtime"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192VBpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.PluginsView" label="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/eview16/plugin_depend.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.plugins.PluginsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192VRpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.DependenciesView" label="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/req_plugins_obj.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.dependencies.DependenciesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192VhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.TargetPlatformState" label="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x72b6;&#x614b;" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.target.TargetStateView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192VxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.ImageBrowserView" label="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x753b;&#x50cf;&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/psearch_obj.png" tooltip="" category="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.imagebrowser.ImageBrowserView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x958b;&#x767a;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192WBpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.apidocs.rcp.views.apidocs" label="&#x62e1;&#x5f35;&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.recommenders.apidocs.rcp/icons/view16/apidocs.png" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.apidocs.rcp"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192WRpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.models.rcp.views.projectCoordinates" label="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30b3;&#x30fc;&#x30c7;&#x30a3;&#x30cd;&#x30fc;&#x30c8;" iconURI="platform:/plugin/org.eclipse.recommenders.coordinates.rcp/icons/view16/depinsp.gif" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.coordinates.rcp"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192WhpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.models.rcp.views.modelRepositories" label="&#x30e2;&#x30c7;&#x30eb;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.models.rcp"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192WxpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.models.rcp.views.dependencyOverview" label="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x6982;&#x8aac;" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.models.rcp"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192XBpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.snipmatch.rcp.views.snippets" label="&#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.recommenders.snipmatch.rcp/icons/view16/snippets.png" tooltip="" category="&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.snipmatch.rcp"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ea;&#x30b3;&#x30e1;&#x30f3;&#x30c0;&#x30fc;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192XRpjEemUxekpZrI8ww" elementId="org.eclipse.rse.ui.view.systemView" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.SystemViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192XhpjEemUxekpZrI8ww" elementId="org.eclipse.rse.ui.view.teamView" label="&#x30c1;&#x30fc;&#x30e0;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/team_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.team.SystemTeamViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192XxpjEemUxekpZrI8ww" elementId="org.eclipse.rse.ui.view.systemTableView" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x8a73;&#x7d30;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.SystemTableViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192YBpjEemUxekpZrI8ww" elementId="org.eclipse.rse.ui.view.SystemSearchView" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x691c;&#x7d22;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/obj16/system_search.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.search.SystemSearchViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192YRpjEemUxekpZrI8ww" elementId="org.eclipse.rse.ui.view.scratchpad.SystemScratchpadViewPart" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b9;&#x30af;&#x30e9;&#x30c3;&#x30c1;&#x30d1;&#x30c3;&#x30c9;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/scratchpad_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.scratchpad.SystemScratchpadViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192YhpjEemUxekpZrI8ww" elementId="org.eclipse.rse.ui.view.monitorView" label="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/system_view.gif" tooltip="" category="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.rse.internal.ui.view.monitor.SystemMonitorViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.rse.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192YxpjEemUxekpZrI8ww" elementId="org.eclipse.search.SearchResultView" label="&#x30af;&#x30e9;&#x30b7;&#x30c3;&#x30af;&#x691c;&#x7d22;" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.search.internal.ui.SearchResultView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ZBpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.views.SearchView" label="&#x691c;&#x7d22;" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.search2.internal.ui.SearchView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ZRpjEemUxekpZrI8ww" elementId="org.eclipse.swtbot.eclipse.spy.views.EclipseSpyView" label="Eclipse Spy" iconURI="platform:/plugin/org.eclipse.swtbot.eclipse.spy/icons/sample.gif" tooltip="" category="SWTBot" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.swtbot.eclipse.spy.views.EclipseSpyView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.swtbot.eclipse.spy"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:SWTBot</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ZhpjEemUxekpZrI8ww" elementId="org.eclipse.swtbot.generator.client.view.recorder.client" label="SWTBot Recorder" iconURI="platform:/plugin/org.eclipse.swtbot.generator.client/icons/swtbot_rec16.png" tooltip="" category="SWTBot" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.swtbot.generator.client.views.RecorderClientView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.swtbot.generator.client"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:SWTBot</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ZxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.repository.RepositoriesView" label="SVN &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/repositories.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.repository.RepositoriesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:SVN</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192aBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.properties.PropertiesView" label="SVN &#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/propertiesedit.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.properties.PropertiesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:SVN</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192aRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.repository.browser.RepositoryBrowser" label="SVN &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc; " iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/repositories/browser.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.repository.browser.RepositoryBrowser"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:SVN</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ahpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.properties.RevPropertiesView" label="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/propertiesedit.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.properties.RevPropertiesView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:SVN</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192axpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.lock.LocksView" label="SVN &#x30ed;&#x30c3;&#x30af;" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/locksview.gif" tooltip="" category="SVN" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.svn.ui.lock.LocksView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.svn.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:SVN</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192bBpjEemUxekpZrI8ww" elementId="org.eclipse.team.sync.views.SynchronizeView" label="&#x540c;&#x671f;&#x5316;" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.png" tooltip="" allowMultiple="true" category="&#x30c1;&#x30fc;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.synchronize.SynchronizeView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192bRpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.GenericHistoryView" label="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.png" tooltip="" allowMultiple="true" category="&#x30c1;&#x30fc;&#x30e0;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.history.GenericHistoryView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30c1;&#x30fc;&#x30e0;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192bhpjEemUxekpZrI8ww" elementId="org.eclipse.tips.ide.tipPart" label="&#x4eca;&#x65e5;&#x306e;&#x30d2;&#x30f3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.tips.ui/icons/lightbulb.png" tooltip="" category="&#x30d8;&#x30eb;&#x30d7;" closeable="true" contributionURI="bundleclass://org.eclipse.tips.ide/org.eclipse.tips.ide.internal.TipPart">\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192bxpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" label="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.tm.terminal.view.ui.view.TerminalsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.tm.terminal.view.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192cBpjEemUxekpZrI8ww" elementId="org.eclipse.tcf.te.ui.terminals.TerminalsView" label="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb; (Old)" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="&#x305d;&#x306e;&#x4ed6;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.tm.terminal.view.ui.view.OldTerminalsViewHandler"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.tm.terminal.view.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x305d;&#x306e;&#x4ed6;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192cRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.internal.introview" label="&#x3088;&#x3046;&#x3053;&#x305d;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.ViewIntroAdapterPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192chpjEemUxekpZrI8ww" elementId="org.eclipse.ui.browser.view" label="&#x5185;&#x90e8; Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.browser/icons/obj16/internal_browser.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.browser.WebBrowserView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.browser"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192cxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="&#x864e;&#x306e;&#x5dfb;" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" category="&#x30d8;&#x30eb;&#x30d7;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.cheatsheets"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30d8;&#x30eb;&#x30d7;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192dBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.console.ConsoleView" label="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.console.ConsoleView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.console"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192dRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProgressView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.progress.ProgressView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192dhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ResourceNavigator" label="&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.navigator.ResourceNavigator"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192dxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.BookmarkView" label="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.BookmarksView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192eBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.TaskList" label="&#x30bf;&#x30b9;&#x30af;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.TasksView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192eRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ProblemView" label="&#x554f;&#x984c;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.ProblemsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ehpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.AllMarkersView" label="&#x30de;&#x30fc;&#x30ab;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.AllMarkersView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192expjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigator.ProjectExplorer" label="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.navigator.resources.ProjectExplorer"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.navigator.resources"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192fBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.PropertySheet" label="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" allowMultiple="true" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.properties.PropertySheet"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192fRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.ContentOutline" label="&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.contentoutline.ContentOutline"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192fhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.runtime.LogView" label="&#x30a8;&#x30e9;&#x30fc;&#x30fb;&#x30ed;&#x30b0;" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.log.LogView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views.log"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192fxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.minimap.MinimapView" label="Minimap" iconURI="platform:/plugin/org.eclipse.ui.workbench.texteditor/icons/full/eview16/minimap.png" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.minimap.MinimapView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.workbench.texteditor"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192gBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" label="&#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" category="&#x4e00;&#x822c;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.common.snippets.internal.ui.SnippetsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.common.snippets"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x4e00;&#x822c;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192gRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.internet.monitor.view" label="TCP/IP &#x30e2;&#x30cb;&#x30bf;&#x30fc;" iconURI="platform:/plugin/org.eclipse.wst.internet.monitor.ui/icons/cview16/monitorView.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.internet.monitor.ui.internal.view.MonitorView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.internet.monitor.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Debug</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ghpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" label="&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/class_hi.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:JavaScript</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192gxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" label="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/package.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageExplorerPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:JavaScript</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192hBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.callhierarchy.view" label="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/call_hierarchy.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.callhierarchy.CallHierarchyViewPart"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:JavaScript</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192hRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.SourceView" label="&#x5ba3;&#x8a00;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.infoviews.SourceView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:JavaScript</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192hhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.JavadocView" label="&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c6;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif" tooltip="JavaScript Documentation" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.infoviews.JavadocView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:JavaScript</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192hxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.ui.ServersView" label="&#x30b5;&#x30fc;&#x30d0;&#x30fc;" iconURI="platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif" tooltip="" category="&#x30b5;&#x30fc;&#x30d0;&#x30fc;" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.server.ui.internal.cnf.ServersView2"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.server.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:&#x30b5;&#x30fc;&#x30d0;&#x30fc;</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192iBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.ui.views.annotations.XMLAnnotationsView" label="&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c6;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/obj16/comment_obj.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.annotations.XMLAnnotationsView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:XML</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192iRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.ui.contentmodel.view" label="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30e2;&#x30c7;&#x30eb;" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/view16/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.contentmodel.ContentModelView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:XML</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ihpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.views.XPathView" label="XPath" iconURI="platform:/plugin/org.eclipse.wst.xml.xpath.ui/icons/full/xpath.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.xpath.ui.internal.views.XPathView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.xpath.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:XML</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192ixpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsl.jaxp.debug.ui.resultview" label="&#x7d50;&#x679c;" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xsl.jaxp.debug.ui.internal.views.ResultView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xsl.jaxp.debug.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:XML</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192jBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsl.ui.view.outline" label="&#x30b9;&#x30bf;&#x30a4;&#x30eb;&#x30b7;&#x30fc;&#x30c8;&#x30fb;&#x30e2;&#x30c7;&#x30eb;" iconURI="platform:/plugin/org.eclipse.wst.xsl.ui/icons/full/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xsl.ui.internal.views.stylesheet.StylesheetModelView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xsl.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:XML</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192jRpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.aop.ui.navigator.aopReferenceModelNavigator" label="Bean &#x76f8;&#x4e92;&#x53c2;&#x7167;" iconURI="platform:/plugin/org.springframework.ide.eclipse.aop.ui/icons/full/obj16/xref_obj.gif" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.aop.ui.navigator.AopReferenceModelNavigator"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.aop.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Spring</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192jhpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.aop.ui.tracing.eventTraceView" label="AOP &#x30a4;&#x30d9;&#x30f3;&#x30c8;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;" iconURI="platform:/plugin/org.springframework.ide.eclipse.aop.ui/icons/full/obj16/console_view.gif" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.aop.ui.tracing.EventTraceView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.aop.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Spring</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192jxpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.livegraph.views.LiveBeansGraphView" label="&#x30e9;&#x30a4;&#x30d6; Bean &#x30b0;&#x30e9;&#x30d5;" iconURI="platform:/plugin/org.springframework.ide.eclipse.beans.ui.livegraph/icons/live-beans-graph.png" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.beans.ui.livegraph.views.LiveBeansGraphView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.beans.ui.livegraph"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Spring</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192kBpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.dash.views.BootDashView" label="Boot &#x30c0;&#x30c3;&#x30b7;&#x30e5;&#x30dc;&#x30fc;&#x30c9;" iconURI="platform:/plugin/org.springframework.ide.eclipse.boot.dash/icons/boot-icon.png" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.boot.dash.views.BootDashTreeView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.boot.dash"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Spring</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192kRpjEemUxekpZrI8ww" elementId="com.springsource.sts.ide.metadata.ui.RequestMappingView" label="@RequestMappings" iconURI="platform:/plugin/org.springframework.ide.eclipse.metadata/icons/full/obj16/request_mapping_obj.gif" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.metadata.ui.RequestMappingView"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.metadata"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Spring</tags>\r
+  </descriptors>\r
+  <descriptors xmi:id="_d192khpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.ui.navigator.springExplorer" label="Spring &#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" iconURI="platform:/plugin/org.springframework.ide.eclipse.ui/icons/full/obj16/spring_explorer_obj.gif" tooltip="" category="Spring" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">\r
+    <persistedState key="originalCompatibilityViewClass" value="org.springframework.ide.eclipse.ui.navigator.SpringNavigator"/>\r
+    <persistedState key="originalCompatibilityViewBundle" value="org.springframework.ide.eclipse.ui"/>\r
+    <tags>View</tags>\r
+    <tags>categoryTag:Spring</tags>\r
+  </descriptors>\r
+  <commands xmi:id="_d1_riRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.customizePerspective" contributorURI="platform:/plugin/org.eclipse.platform" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306e;&#x30ab;&#x30b9;&#x30bf;&#x30de;&#x30a4;&#x30ba;" description="&#x73fe;&#x5728;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x30ab;&#x30b9;&#x30bf;&#x30de;&#x30a4;&#x30ba;&#x3057;&#x307e;&#x3059;"/>\r
+  <commands xmi:id="_d1_rihpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rixpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="&#x30da;&#x30fc;&#x30b8;&#x306e;&#x4e0a;&#x90e8;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30da;&#x30fc;&#x30b8;&#x306e;&#x4e0a;&#x90e8;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rjBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleWordWrap" commandName="&#x30ef;&#x30fc;&#x30c9;&#x30fb;&#x30e9;&#x30c3;&#x30d7;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Toggle word wrap in the current text editor" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rjRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_rjhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_rjxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.convertLocalToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x5909;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x5909;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rkBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30b9;&#x30ed;&#x30fc;&#x5ba3;&#x8a00;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30b9;&#x30ed;&#x30fc;&#x5ba3;&#x8a00;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rkRpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.junitPluginShortcut.coverage" commandName="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rkhpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.maximize" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5927;&#x5316;" category="_d1_xkhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rkxpjEemUxekpZrI8ww" elementId="org.eclipse.ajdt.launching.runShortcut.run" commandName="AspectJ/Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="AspectJ/Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rlBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x524a;&#x9664;" description="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rlRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rlhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInTypeHierarchyView" commandName="JavaScript &#x8981;&#x7d20;&#x578b;&#x968e;&#x5c64;&#x3092;&#x8868;&#x793a;" description="&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3067; JavaScript &#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_rlxpjEemUxekpZrI8ww" elementId="elementRef" name="JavaScript &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_rmBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.delimiter.unix" commandName="&#x884c;&#x533a;&#x5207;&#x308a;&#x6587;&#x5b57;&#x3092; Unix &#x306b;&#x5909;&#x63db; (LF, \n, 0A, &#xb6;)" description="&#x884c;&#x533a;&#x5207;&#x308a;&#x6587;&#x5b57;&#x3092; Unix &#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059; (LF, \n, 0A, &#xb6;)" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rmRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rmhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rmxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.Edit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x306e;&#x7de8;&#x96c6;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rnBpjEemUxekpZrI8ww" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse &#x30de;&#x30fc;&#x30b1;&#x30c3;&#x30c8;&#x30d7;&#x30ec;&#x30fc;&#x30b9;" description="Eclipse &#x30de;&#x30fc;&#x30b1;&#x30c3;&#x30c8;&#x30d7;&#x30ec;&#x30fc;&#x30b9;&#x30fb;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x898b;&#x308b;" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_rnRpjEemUxekpZrI8ww" elementId="trigger" name="trigger"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_rnhpjEemUxekpZrI8ww" elementId="org.eclipse.rap.tools.launch.RAPLaunchShortcut.debug" commandName="RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rnxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.js.grunt.commands.gruntLaunch" commandName="Run as Grunt Task" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_roBpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Ant &#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_roRpjEemUxekpZrI8ww" elementId="AnyEdit.camelToPascal.command" commandName="&#x30ad;&#x30e3;&#x30e1;&#x30eb; &lt;-> &#x30d1;&#x30b9;&#x30ab;&#x30eb;&#x306e;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rohpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3078;&#x8ffd;&#x52a0;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3078;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_roxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.callhierarchy.view" commandName="JavaScript &#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;" description="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rpBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.commands.export" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x63a5;&#x7d9a;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;&#x3059;&#x308b;&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x3067;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rpRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rphpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.editor.showCheatSheetCommand" commandName="&#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x864e;&#x306e;&#x5dfb;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rpxpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="&#x30c1;&#x30fc;&#x30e0;&#x540c;&#x671f;&#x5316;" description="&#x30c1;&#x30fc;&#x30e0;&#x540c;&#x671f;&#x5316;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x958b;&#x304f;" category="_d1_xlxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rqBpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="&#x5ba3;&#x8a00;&#x3092;&#x958b;&#x304f;" description="&#x53c2;&#x7167;&#x3055;&#x308c;&#x3066;&#x3044;&#x308b;&#x8981;&#x7d20;&#x3067; Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rqRpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowserDialog" commandName="Open a Web browser" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_rqhpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_rqxpjEemUxekpZrI8ww" elementId="org.eclipse.epp.mpc.ui.command.showInstalled" commandName="Manage installed plug-ins" description="Update or uninstall plug-ins installed from the Marketplace" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rrBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.create.delegate.methods" commandName="&#x59d4;&#x8b72;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x751f;&#x6210;" description="&#x578b;&#x306e;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306e;&#x59d4;&#x8b72;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rrRpjEemUxekpZrI8ww" elementId="org.eclipse.gef.ui.palette_view" commandName="&#x30d1;&#x30ec;&#x30c3;&#x30c8;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rrhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.views.XPathView.prefixes" commandName="&#x540d;&#x524d;&#x7a7a;&#x9593;&#x63a5;&#x982d;&#x90e8;&#x306e;&#x7de8;&#x96c6;(&amp;E)" category="_d1_xdBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rrxpjEemUxekpZrI8ww" elementId="AnyEdit.camel.command" commandName="&#x30ad;&#x30e3;&#x30e1;&#x30eb; &lt;-> &#x30a2;&#x30f3;&#x30c0;&#x30fc;&#x30b9;&#x30b3;&#x30a2;&#x30fc;&#x306e;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rsBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.toggleCommentAction" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rsRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.task.clearContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30af;&#x30ea;&#x30a2;" category="_d1_xYhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rshpjEemUxekpZrI8ww" elementId="AnyEdit.sortAlphabeticallyCaseSensitiveDescending.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x533a;&#x5225;&#x3057;&#x3066;&#x30bd;&#x30fc;&#x30c8; z-A" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rsxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rtBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rtRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.pull.up" commandName="&#x30d7;&#x30eb;&#x30fb;&#x30a2;&#x30c3;&#x30d7;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rthpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="&#x884c;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x884c;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x307e;&#x305f;&#x306f;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rtxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.searchForTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x691c;&#x7d22;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ruBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ruRpjEemUxekpZrI8ww" elementId="org.dadacoalition.yedit.commands.toggleComment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Turn comments on/off for a selection" category="_d1_xYRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ruhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ruxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rvBpjEemUxekpZrI8ww" elementId="com.vaadin.integration.eclipse.commands.compileThemeCommand" commandName="Compile Theme Command" category="_d1_xXxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rvRpjEemUxekpZrI8ww" elementId="org.eclipse.ajdt.ui.pullout" commandName="&#x30d7;&#x30eb;&#x30fb;&#x30a2;&#x30a6;&#x30c8;" description="Pulls out a Java method/field into an Aspect as an intertype declaration" category="_d1_xeBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rvhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand" commandName="&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x30a2;&#x30a6;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rvxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.move" commandName="&#x79fb;&#x52d5;..." description="&#x9078;&#x629e;&#x3057;&#x305f;&#x9805;&#x76ee;&#x3092;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rwBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Jar &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30de;&#x30a4;&#x30b0;&#x30ec;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="Jar &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x65b0;&#x898f;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x306b;&#x30de;&#x30a4;&#x30b0;&#x30ec;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rwRpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.bytecode" commandName="Show Byte Code" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rwhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.maximizePart" commandName="&#x30d1;&#x30fc;&#x30c4;&#x306e;&#x6700;&#x5927;&#x5316;" description="&#x30d1;&#x30fc;&#x30c4;&#x306e;&#x6700;&#x5927;&#x5316;" category="_d1_xgBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rwxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.outline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rxBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.commands.openElementInEditor" commandName="JavaScript &#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067; JavaScript &#x8981;&#x7d20;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_rxRpjEemUxekpZrI8ww" elementId="elementRef" name="JavaScript &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_rxhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.TypesView" commandName="JavaScript &#x578b;" description="&#x578b;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rxxpjEemUxekpZrI8ww" elementId="junit.extensions.eclipse.quick.command.JUnitRunAction" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;" description="JUnit&#x3067;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;&#xff0e;" category="_d1_xghpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ryBpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.internal.actions.showconsoleviewercommand" commandName="Show Recent Logs" description="Show Recent Logs" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ryRpjEemUxekpZrI8ww" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="&#x7a7a;&#x767d;&#x3092;&#x7121;&#x8996;" description="&#x7a7a;&#x767d;&#x3092;&#x53ef;&#x80fd;&#x306a;&#x9650;&#x308a;&#x7121;&#x8996;" category="_d1_xihpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ryhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ryxpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.hideUnusedElements" commandName="&#x672a;&#x4f7f;&#x7528;&#x306e;&#x8981;&#x7d20;&#x3092;&#x96a0;&#x3059;" category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rzBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.generate.constructor.using.fields" commandName="&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x751f;&#x6210;" description="&#x521d;&#x671f;&#x5316;&#x3059;&#x308b;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x304a;&#x3088;&#x3073;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x547c;&#x3073;&#x51fa;&#x3059;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059; " category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rzRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.ui.disable.grammar.constraints" commandName="&#x6587;&#x6cd5;&#x5236;&#x7d04;&#x3092;&#x30aa;&#x30d5;&#x306b;&#x3059;&#x308b;" description="&#x6587;&#x6cd5;&#x5236;&#x7d04;&#x3092;&#x30aa;&#x30d5;&#x306b;&#x3059;&#x308b;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_rzhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Java &#x8981;&#x7d20;&#x578b;&#x968e;&#x5c64;&#x3092;&#x8868;&#x793a;" description="&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3067; Java &#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_rzxpjEemUxekpZrI8ww" elementId="elementRef" name="Java &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_r0BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.goToResource" commandName="&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306e;&#x7279;&#x5b9a;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r0RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x3067;&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r0hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.resetPerspective" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306e;&#x30ea;&#x30bb;&#x30c3;&#x30c8;" description="&#x73fe;&#x5728;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x72b6;&#x614b;&#x306b;&#x30ea;&#x30bb;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r0xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.quickOutlineCommand" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30dd;&#x30c3;&#x30d7;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x73fe;&#x5728;&#x306e;&#x6587;&#x66f8;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r1BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r1RpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.MembersView" commandName="JavaScript &#x30e1;&#x30f3;&#x30d0;&#x30fc;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r1hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.buildLast" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x30fb;&#x30d3;&#x30eb;&#x30c9;&#x306e;&#x53cd;&#x5fa9;" description="&#x6700;&#x5f8c;&#x306e;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x30d3;&#x30eb;&#x30c9;&#x3092;&#x7e70;&#x308a;&#x8fd4;&#x3057;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r1xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.buildProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30d3;&#x30eb;&#x30c9;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x30d3;&#x30eb;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r2BpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowser" commandName="Open a Web browser" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_r2RpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_r2hpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CopyCommand" commandName="&#x6b21;&#x3078;&#x30b3;&#x30d4;&#x30fc;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r2xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.discoveryWizardCommand" commandName="&#x691c;&#x51fa;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;" description="&#x30b3;&#x30cd;&#x30af;&#x30bf;&#x30fc;&#x691c;&#x51fa;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r3BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x5148;&#x982d;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x5148;&#x982d;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r3RpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.localJavaShortcut.coverage" commandName="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r3hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.paste" commandName="&#x8cbc;&#x308a;&#x4ed8;&#x3051;" description="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x304b;&#x3089;&#x8cbc;&#x308a;&#x4ed8;&#x3051;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r3xpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r4BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.qualifyField" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x5909;&#x6570;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306e;&#x4fee;&#x98fe;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306e;&#x4fee;&#x98fe;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r4RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Java &#x30a2;&#x30d7;&#x30ec;&#x30c3;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="Java &#x30a2;&#x30d7;&#x30ec;&#x30c3;&#x30c8;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r4hpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.exportSession" commandName="&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;..." category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r4xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.previous" commandName="&#x524d;&#x3078;" description="&#x524d;&#x306e;&#x9805;&#x76ee;&#x306b;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r5BpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.scalaShortcut.coverage" commandName="Scala &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="Scala &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r5RpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.clean" commandName="&#x30af;&#x30ea;&#x30fc;&#x30f3;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r5hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.rename" commandName="&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x3092;&#x540d;&#x524d;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r5xpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CompareTwoSelectedRepositoryResourcesCommand" commandName="&#x6bd4;&#x8f03;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r6BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.buildAll" commandName="&#x3059;&#x3079;&#x3066;&#x30d3;&#x30eb;&#x30c9;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x30d3;&#x30eb;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r6RpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r6hpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.dumpExecutionData" commandName="&#x5b9f;&#x884c;&#x30c7;&#x30fc;&#x30bf;&#x306e;&#x30c0;&#x30f3;&#x30d7;" category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r6xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.cut.line.to.beginning" commandName="&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x5207;&#x308a;&#x53d6;&#x308a;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x5207;&#x308a;&#x53d6;&#x308a;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r7BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing" commandName="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x306e;&#x9078;&#x629e;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r7RpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.commands.runtasks" commandName="Gradle &#x30bf;&#x30b9;&#x30af;&#x306e;&#x5b9f;&#x884c;" description="Runs all the selected Gradle tasks" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r7hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r7xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x306e;&#x8272;&#x6307;&#x5b9a;&#x30e2;&#x30fc;&#x30c9;&#x306e;&#x5faa;&#x74b0;" description="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x306e;&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a;&#x8272;&#x6307;&#x5b9a;&#x30e2;&#x30fc;&#x30c9;&#x3092;&#x5faa;&#x74b0;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r8BpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.renameInFile" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x540c;&#x3058;&#x30d3;&#x30eb;&#x30c9;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306b;&#x3042;&#x308b;&#x3059;&#x3079;&#x3066;&#x306e;&#x53c2;&#x7167;&#x3092;&#x30ea;&#x30cd;&#x30fc;&#x30e0;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r8RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy" commandName="&#x578b;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x578b;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r8hpjEemUxekpZrI8ww" elementId="AnyEdit.replaceWith.external" commandName="&#x5916;&#x90e8;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7f6e;&#x63db;..." category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r8xpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.debug.ui.script.opensource" commandName="&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304f;" description="Shows the JavaScript source for the selected script element" category="_d1_xhxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r9BpjEemUxekpZrI8ww" elementId="AnyEdit.saveToFile.command" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3078;&#x4fdd;&#x5b58;..." category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r9RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.extract.interface" commandName="&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x62bd;&#x51fa;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x305d;&#x306e;&#x65b0;&#x898f;&#x306e;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x4f7f;&#x7528;&#x3092;&#x8a66;&#x307f;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r9hpjEemUxekpZrI8ww" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x79fb;&#x52d5;&#x3059;&#x308b;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x79fb;&#x52d5;&#x3057;&#x3001;LTK &#x30d1;&#x30fc;&#x30c6;&#x30a3;&#x30b7;&#x30d1;&#x30f3;&#x30c8;&#x306b;&#x901a;&#x77e5;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xmBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r9xpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CompareRepositoryWithTagCommand" commandName="&#x30bf;&#x30b0;&#x3068;&#x6bd4;&#x8f03;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r-BpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.actions.LifeCycleGenerateSources.run" commandName="Maven &#x30bd;&#x30fc;&#x30b9;&#x751f;&#x6210;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30bd;&#x30fc;&#x30b9;&#x751f;&#x6210;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r-RpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30a4;&#x30f3;" description="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30a4;&#x30f3;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r-hpjEemUxekpZrI8ww" elementId="org.eclipse.jst.ws.jaxws.ui.configure.handlers" commandName="&#x30cf;&#x30f3;&#x30c9;&#x30e9;&#x30fc;&#x306e;&#x69cb;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r-xpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.importer.openDirectory" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x304b;&#x3089;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304f;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r_BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.structure.select.previous" commandName="&#x524d;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r_RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Java &#x4f8b;&#x5916;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="Java &#x4f8b;&#x5916;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r_hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.open.call.hierarchy" commandName="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_r_xpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="&#x8a3c;&#x660e;&#x66f8;&#x306e;&#x30af;&#x30ea;&#x30a2;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sABpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.import" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x9078;&#x629e;&#x9805;&#x76ee;&#x4e0a;&#x3067;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sARpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.ToggleTracepoint" commandName="&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Creates or removes a tracepoint  " category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sAhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.convertToMarkupCommand" commandName="Generate Markup" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_sAxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.targetLanguage" name="TargetLanguage" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_sBBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.unimplemented.constructors" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x306e;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x306e;&#x751f;&#x6210;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x306e;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x3066;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sBRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.showToolTip" commandName="&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;&#x8aac;&#x660e;&#x306e;&#x8868;&#x793a;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sBhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.debug.ui.breakpoint.properties" commandName="JavaScript &#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" description="View and edit the properties for a given JavaScript breakpoint" category="_d1_xhxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sBxpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.junitShortcut.coverage" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sCBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.task.copyContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30b3;&#x30d4;&#x30fc;" category="_d1_xYhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sCRpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.view.ui.command.launchToolbar" commandName="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_d1_xiRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sChpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.showViewMenu" commandName="&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sCxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Commit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sDBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;" description="&#x5b9a;&#x6570;&#x3001;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3001;&#x307e;&#x305f;&#x306f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x306b;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sDRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="&#x53f3;&#x3078;&#x30b7;&#x30d5;&#x30c8;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x53f3;&#x3078;&#x30b7;&#x30d5;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sDhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x623b;&#x308b;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3067;&#x5f8c;&#x308d;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sDxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sEBpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.workbenchShortcut.coverage" commandName="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sERpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="&#x672b;&#x5c3e;&#x306e;&#x7a7a;&#x767d;&#x3092;&#x9664;&#x53bb;" description="&#x5404;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x306b;&#x3042;&#x308b;&#x7a7a;&#x767d;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sEhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.findIncremental" commandName="&#x30a4;&#x30f3;&#x30af;&#x30ea;&#x30e1;&#x30f3;&#x30bf;&#x30eb;&#x691c;&#x7d22;" description="&#x30a4;&#x30f3;&#x30af;&#x30ea;&#x30e1;&#x30f3;&#x30bf;&#x30eb;&#x691c;&#x7d22;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sExpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.inlineLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sFBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="&#x533f;&#x540d;&#x30af;&#x30e9;&#x30b9;&#x3092;&#x30cd;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;" description="&#x533f;&#x540d;&#x30af;&#x30e9;&#x30b9;&#x3092;&#x30cd;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sFRpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.newEntity" commandName="JPA &#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sFhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.assignToLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sFxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.ImportChangedProjectsCommandId" commandName="&#x5909;&#x66f4;&#x3055;&#x308c;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x306e; Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306b;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x307e;&#x305f;&#x306f;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sGBpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.commands.OpenCoverageConfiguration" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;&#x69cb;&#x6210;..." description="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;&#x69cb;&#x6210;..." category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sGRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e; break/continue &#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x540d;&#x306e; break/continue &#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sGhpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.dash.ToggleLineNumbers" commandName="Toggle Line Numbers" description="Toggle Line Numbers" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sGxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.format" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sHBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.change.type" commandName="&#x5ba3;&#x8a00;&#x3055;&#x308c;&#x305f;&#x578b;&#x306e;&#x4e00;&#x822c;&#x5316;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5909;&#x6570;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x4f7f;&#x7528;&#x6cd5;&#x306b;&#x5408;&#x3063;&#x305f;&#x3088;&#x308a;&#x4e00;&#x822c;&#x7684;&#x306a;&#x578b;&#x306b;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sHRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.create.getter.setter" commandName="getter &#x304a;&#x3088;&#x3073; setter &#x306e;&#x751f;&#x6210;" description="&#x578b;&#x306e;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x3064;&#x3044;&#x3066; getter &#x304a;&#x3088;&#x3073; setter &#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sHhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.edit.text.format" commandName="&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="PDE &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30da;&#x30fc;&#x30b8;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_d1_xdxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sHxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.ShowResourceHistoryCommand" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sIBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.result.terminate" commandName="&#x7d50;&#x679c;&#x306e;&#x7d42;&#x4e86;" category="_d1_xbBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sIRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="&#x6b21;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sIhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput" commandName="&#x30d3;&#x30eb;&#x30c9;&#x51fa;&#x529b;&#x306e;&#x8868;&#x793a;" category="_d1_xXhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sIxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x306e;&#x4f5c;&#x6210;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sJBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.hashcode.equals" commandName="hashCode() &#x304a;&#x3088;&#x3073; equals() &#x306e;&#x751f;&#x6210;" description="&#x305d;&#x306e;&#x578b;&#x306e; hashCode() &#x304a;&#x3088;&#x3073; equals() &#x95a2;&#x6570;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sJRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.Restart" commandName="&#x518d;&#x958b;" description="&#x7d42;&#x4e86;&#x304a;&#x3088;&#x3073;&#x518d;&#x8d77;&#x52d5;&#x306a;&#x3057;&#x3067;&#x30d7;&#x30ed;&#x30bb;&#x30b9;&#x307e;&#x305f;&#x306f;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x3092;&#x518d;&#x958b;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sJhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.delete.line" commandName="&#x884c;&#x524a;&#x9664;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x4e00;&#x884c;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sJxpjEemUxekpZrI8ww" elementId="FindBugs.command.copy" commandName="&#x30d0;&#x30b0;&#x8a73;&#x7d30;&#x306e;&#x30b3;&#x30d4;&#x30fc; (&#x30d0;&#x30b0;&#x30fb;&#x30b0;&#x30eb;&#x30fc;&#x30d7;)" category="_d1_xhBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sKBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.organize.imports" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x7de8;&#x6210;" description="&#x5fc5;&#x8981;&#x306a;&#x3059;&#x3079;&#x3066;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x3066;&#x73fe;&#x884c;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3092;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sKRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x9664;&#x53bb;" description="&#x9078;&#x629e;&#x3092;&#x56f2;&#x3080;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sKhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.open.implementation" commandName="&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" description="Opens the Implementations of a method or a type in its hierarchy" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sKxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.junit.gotoTest" commandName="&#x53c2;&#x7167;&#x30c6;&#x30b9;&#x30c8;" description="&#x53c2;&#x7167;&#x30c6;&#x30b9;&#x30c8;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sLBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.find.broken.nls.keys" commandName="&#x58ca;&#x308c;&#x305f;&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x305f;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x691c;&#x7d22;" description="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x672a;&#x5b9a;&#x7fa9;&#x3001;&#x91cd;&#x8907;&#x3001;&#x304a;&#x3088;&#x3073;&#x672a;&#x4f7f;&#x7528;&#x306e;&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x305f;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x30ad;&#x30fc;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sLRpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.openSessionExecutionData" commandName="&#x5b9f;&#x884c;&#x30c7;&#x30fc;&#x30bf;&#x3092;&#x958b;&#x304f;" category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sLhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067; Java &#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;" description="&#x300c;&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x300d;&#x30d3;&#x30e5;&#x30fc;&#x3067; Java &#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_sLxpjEemUxekpZrI8ww" elementId="elementRef" name="Java &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_sMBpjEemUxekpZrI8ww" elementId="AnyEdit.CnvrtTabToSpaces.command" commandName="&#x30bf;&#x30d6;&#x3092;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x306b;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sMRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.InstanceCount" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30bf;&#x30f3;&#x30b9;&#x6570;" description="View the instance count of the selected type loaded in the target VM" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sMhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.getter.setter" commandName="getter &#x304a;&#x3088;&#x3073; setter &#x306e;&#x751f;&#x6210;" description="&#x578b;&#x306e;&#x5909;&#x6570;&#x306b;&#x3064;&#x3044;&#x3066; Getter &#x304a;&#x3088;&#x3073; Setter &#x95a2;&#x6570;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sMxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.findReplace" commandName="&#x691c;&#x7d22;&#x3068;&#x7f6e;&#x63db;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x3066;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sNBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="&#x30de;&#x30fc;&#x30b8;&#x30fb;&#x30c4;&#x30fc;&#x30eb;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sNRpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.addAllPluginsToJavaSearch" commandName="Java &#x691c;&#x7d22;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x3092;&#x8ffd;&#x52a0;" description="Java &#x691c;&#x7d22;&#x3078;&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x5185;&#x306e;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sNhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Git &#x3067;&#x5171;&#x7528;" description="Git &#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x5171;&#x7528;" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_sNxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_sOBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="&#x533f;&#x540d;&#x30af;&#x30e9;&#x30b9;&#x3092;&#x30cd;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;" description="&#x533f;&#x540d;&#x30af;&#x30e9;&#x30b9;&#x3092;&#x30cd;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sORpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.quickOutline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x6307;&#x5b9a;&#x3055;&#x308c;&#x305f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x30fb;&#x30dd;&#x30c3;&#x30d7;&#x30a2;&#x30c3;&#x30d7;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sOhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.fullscreenmode" commandName="&#x30d5;&#x30eb;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30d5;&#x30eb;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x3068;&#x901a;&#x5e38;&#x306e;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sOxpjEemUxekpZrI8ww" elementId="org.eclipse.equinox.p2.ui.sdk.installationDetails" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x8a73;&#x7d30;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sPBpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.synchronizeAll" commandName="&#x540c;&#x671f;&#x5316;..." description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x5225;&#x306e;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3068;&#x540c;&#x671f;&#x5316;&#x3057;&#x307e;&#x3059;" category="_d1_xfBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sPRpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand" commandName="Maven &#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x9078;&#x629e;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sPhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.nextEditor" commandName="&#x6b21;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="&#x6b21;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sPxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy Commit Id" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sQBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.new.subtask" commandName="&#x65b0;&#x898f;&#x30b5;&#x30d6;&#x30bf;&#x30b9;&#x30af;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sQRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective" commandName="JavaScript &#x53c2;&#x7167;" description="JavaScript &#x53c2;&#x7167;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xlxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sQhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.help.helpContents" commandName="&#x30d8;&#x30eb;&#x30d7;&#x76ee;&#x6b21;" description="&#x30d8;&#x30eb;&#x30d7;&#x76ee;&#x6b21;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sQxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x9664;&#x53bb;" description="&#x9078;&#x629e;&#x3092;&#x56f2;&#x3080;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sRBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Reset" commandName="&#x30ea;&#x30bb;&#x30c3;&#x30c8;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sRRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.delete" commandName="&#x524a;&#x9664;" description="&#x9078;&#x629e;&#x7bc4;&#x56f2;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sRhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.delete.line.to.beginning" commandName="&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x524a;&#x9664;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sRxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sSBpjEemUxekpZrI8ww" elementId="AnyEdit.replaceWith.clipboard" commandName="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3067;&#x7f6e;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sSRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="&#x540c;&#x671f;&#x5316;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sShpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.debugMode" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb;" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sSxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sTBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.refactor.quickMenu" commandName="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sTRpjEemUxekpZrI8ww" elementId="junit.extensions.eclipse.quick.pde.command.PDEJUnitRunAction" commandName="JUnit Plug-in &#x30c6;&#x30b9;&#x30c8;" description="PDE JUnit&#x3067;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;&#xff0e;" category="_d1_xghpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sThpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.findPrevious" commandName="&#x524d;&#x3092;&#x691c;&#x7d22;" description="&#x524d;&#x306e;&#x9805;&#x76ee;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sTxpjEemUxekpZrI8ww" elementId="com.xored.glance.commands.close" commandName="Glance &#x3092;&#x9589;&#x3058;&#x308b;" description="Close Glance search panel" category="_d1_xZBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sUBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x307e;&#x305f;&#x306f;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sURpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.Revert" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x623b;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sUhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.StashDrop" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;&#x3055;&#x308c;&#x305f;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x524a;&#x9664;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sUxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.openTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x958b;&#x304f;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sVBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="&#x884c;&#x306e;&#x30b9;&#x30af;&#x30ed;&#x30fc;&#x30eb;&#x30a2;&#x30c3;&#x30d7;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; 1 &#x884c;&#x30b9;&#x30af;&#x30ed;&#x30fc;&#x30eb;&#x30a2;&#x30c3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sVRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" description="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sVhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.java.ui.editor.folding.auto" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xhhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sVxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.runtime.spy.commands.spyCommand" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x9078;&#x629e;&#x30b9;&#x30d1;&#x30a4;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30b9;&#x30d1;&#x30a4;&#x306e;&#x8868;&#x793a;" category="_d1_xmxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sWBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.clean.up" commandName="&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" description="&#x554f;&#x984c;&#x3092;&#x89e3;&#x6c7a;&#x3057;&#x3001;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30b9;&#x30bf;&#x30a4;&#x30eb;&#x3092;&#x6539;&#x5584;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sWRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x73fe;&#x5728;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sWhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="&#x7a7a;&#x767d;&#x6587;&#x5b57;&#x3092;&#x8868;&#x793a;" description="&#x73fe;&#x5728;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x7a7a;&#x767d;&#x6587;&#x5b57;&#x3092;&#x8868;&#x793a;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sWxpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.commands.openBean" commandName="Spring Bean &#x3092;&#x958b;&#x304f;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sXBpjEemUxekpZrI8ww" elementId="org.eclipse.lsp4e.symbolinworkspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x30b7;&#x30f3;&#x30dc;&#x30eb;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xiBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sXRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.revert" commandName="&#x524d;&#x56de;&#x4fdd;&#x5b58;&#x3057;&#x305f;&#x72b6;&#x614b;&#x306b;&#x623b;&#x3059;" description="&#x524d;&#x56de;&#x4fdd;&#x5b58;&#x3057;&#x305f;&#x72b6;&#x614b;&#x306b;&#x623b;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sXhpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.EditConflictsCommand" commandName="&#x7af6;&#x5408;&#x306e;&#x7de8;&#x96c6;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sXxpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.decompile.jad" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (Jad)" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sYBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.buildAutomatically" commandName="&#x81ea;&#x52d5;&#x7684;&#x306b;&#x30d3;&#x30eb;&#x30c9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d3;&#x30eb;&#x30c9;&#x81ea;&#x52d5;&#x6a5f;&#x80fd;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sYRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.import" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" description="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" category="_d1_xahpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_sYhpjEemUxekpZrI8ww" elementId="importWizardId" name="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_sYxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.Merge" commandName="&#x30de;&#x30fc;&#x30b8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sZBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.switchToEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sZRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.find.broken.nls.keys" commandName="&#x58ca;&#x308c;&#x305f;&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x305f;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x691c;&#x7d22;" description="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x672a;&#x5b9a;&#x7fa9;&#x3001;&#x91cd;&#x8907;&#x3001;&#x304a;&#x3088;&#x3073;&#x672a;&#x4f7f;&#x7528;&#x306e;&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x305f;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x30ad;&#x30fc;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sZhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.help.dynamicHelp" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30d8;&#x30eb;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30d8;&#x30eb;&#x30d7;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sZxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x884c;&#x3092; Java &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306b;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_saBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.DisconnectCommand" commandName="&#x5207;&#x65ad;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_saRpjEemUxekpZrI8ww" elementId="com.springsource.sts.ide.ui.configure.namespaces" commandName="Configure Namespaces..." description="Configure namespaces" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sahpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.activateTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_saxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CreateTag" commandName="&#x30bf;&#x30b0;&#x306e;&#x4f5c;&#x6210;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sbBpjEemUxekpZrI8ww" elementId="org.eclipse.rap.tools.intro.installTarget" commandName="RAP &#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x306e;&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sbRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x8868;&#x793a;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sbhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.next.member" commandName="&#x6b21;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="JavaScript &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x6b21;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306b;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x79fb;&#x52d5;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sbxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="&#x633f;&#x5165;&#x30e2;&#x30fc;&#x30c9;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" description="&#x633f;&#x5165;&#x30e2;&#x30fc;&#x30c9;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_scBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x524a;&#x9664;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_scRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.closePart" commandName="&#x30d1;&#x30fc;&#x30c4;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x30ef;&#x30fc;&#x30af;&#x30d9;&#x30f3;&#x30c1;&#x30fb;&#x30d1;&#x30fc;&#x30c4;&#x3092;&#x9589;&#x3058;&#x308b;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_schpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3; Id &#x8868;&#x793a;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3; id &#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x308b;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_scxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.cleanAction" commandName="&#x30d3;&#x30eb;&#x30c9;&#x3092;&#x30af;&#x30ea;&#x30fc;&#x30f3;" description="&#x65e7;&#x30d3;&#x30eb;&#x30c9;&#x72b6;&#x614b;&#x3092;&#x7834;&#x68c4;&#x3057;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sdBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.back" commandName="&#x623b;&#x308b;" description="&#x5f8c;&#x308d;&#x3078;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sdRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sdhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java &#x53c2;&#x7167;" description="Java &#x53c2;&#x7167;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3067;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xlxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sdxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="&#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30c0;&#x30a6;&#x30f3;" description="1 &#x30da;&#x30fc;&#x30b8;&#x4e0b;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_seBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_seRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElement" commandName="&#x30d3;&#x30eb;&#x30c9;&#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" category="_d1_xXhpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_sehpjEemUxekpZrI8ww" elementId="element" name="Element"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_sexpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.team.ui.commands.CopyCommitMessage" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x30fb;&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x3092;&#x30b3;&#x30d4;&#x30fc;" description="&#x73fe;&#x5728;&#x3001;&#x9078;&#x629e;&#x3055;&#x308c;&#x3066;&#x3044;&#x308b;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x30fb;&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sfBpjEemUxekpZrI8ww" elementId="com.xored.glance.commands.clearHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x30af;&#x30ea;&#x30a2;" description="Clear Glance search history" category="_d1_xZBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sfRpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.relaunchSession" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;&#x30fb;&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x518d;&#x8d77;&#x52d5;" category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sfhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="&#x30ac;&#x30fc;&#x30d9;&#x30c3;&#x30b8;&#x30fb;&#x30b3;&#x30ec;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sfxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="&#x4f5c;&#x696d;&#x4e2d;&#x30c4;&#x30ea;&#x30fc;&#x3067;&#x6bd4;&#x8f03;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sgBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Branch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sgRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.ProjectsView" commandName="JavaScript &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" description="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sghpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.ui.previousSibling" commandName="&#x524d;&#x306e;&#x5144;&#x5f1f;" description="&#x524d;&#x306e;&#x5144;&#x5f1f;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sgxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x69cb;&#x6210;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_shBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="&#x9006;&#x30a4;&#x30f3;&#x30af;&#x30ea;&#x30e1;&#x30f3;&#x30bf;&#x30eb;&#x691c;&#x7d22;" description="&#x9006;&#x30a4;&#x30f3;&#x30af;&#x30ea;&#x30e1;&#x30f3;&#x30bf;&#x30eb;&#x691c;&#x7d22;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_shRpjEemUxekpZrI8ww" elementId="org.eclipse.epp.mpc.ui.command.importFavoritesWizard" commandName="Import Marketplace Favorites" description="Import another user's Marketplace Favorites List" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_shhpjEemUxekpZrI8ww" elementId="favoritesUrl" name="favoritesUrl"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_shxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory" commandName="&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;&#x3059;&#x308b;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x30ea;&#x30fc;&#x95a2;&#x6570;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_siBpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Ant &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x5b9f;&#x884c;" description="Ant &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_siRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.convertAnonymousToLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x533f;&#x540d;&#x3092;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x533f;&#x540d;&#x3092;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sihpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.AddRevisionLinkCommand" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x30fb;&#x30ea;&#x30f3;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sixpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;&#x3055;&#x308c;&#x305f;&#x5909;&#x66f4;&#x3092;&#x9069;&#x7528;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sjBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sjRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="&#x6b21;&#x306e;&#x5217;" description="&#x6b21;&#x306e;&#x5217;&#x306b;&#x9032;&#x307f;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sjhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.Squash" commandName="&#x30b9;&#x30ab;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sjxpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7279;&#x5b9a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_skBpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.dash.boot.dash.OpenLaunchConfigAction" commandName="&#x69cb;&#x6210;&#x3092;&#x958b;&#x304f;" description="&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x3092;&#x958b;&#x304f;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_skRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x8868;&#x793a;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_skhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="&#x6b21;&#x306e;&#x5358;&#x8a9e;" description="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x306b;&#x9032;&#x307f;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_skxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.convertLocalToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x5909;&#x6570;&#x306b;&#x5909;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x5909;&#x6570;&#x306b;&#x5909;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_slBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.element" commandName="&#x79fb;&#x52d5; - &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; " description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_slRpjEemUxekpZrI8ww" elementId="AnyEdit.CnvrtSpacesToTabs.command" commandName="&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x3092;&#x30bf;&#x30d6;&#x306b;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_slhpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.UnlockCommand" commandName="&#x30a2;&#x30f3;&#x30ed;&#x30c3;&#x30af;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_slxpjEemUxekpZrI8ww" elementId="org.eclipse.quickdiff.toggle" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af; Diff &#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x884c;&#x756a;&#x53f7;&#x8868;&#x793a;&#x57df;&#x4e0a;&#x3067;&#x30af;&#x30a4;&#x30c3;&#x30af; Diff &#x60c5;&#x5831;&#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_smBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="&#x6b21;&#x3092;&#x524a;&#x9664;" description="&#x6b21;&#x306e;&#x6587;&#x5b57;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_smRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Gerrit &#x304b;&#x3089;&#x30d5;&#x30a7;&#x30c3;&#x30c1;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_smhpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.junitRAPShortcut.coverage" commandName="RAP JUnit &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="RAP JUnit &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_smxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.SynchronizeAll" commandName="&#x5909;&#x66f4;&#x3092;&#x540c;&#x671f;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_snBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="&#x76e3;&#x8996;" description="&#x76e3;&#x8996;&#x5f0f;&#x306e;&#x65b0;&#x898f;&#x4f5c;&#x6210;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_snRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.Reword" commandName="&#x30ea;&#x30ef;&#x30fc;&#x30c9;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_snhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.context.ui.editor.folding.auto" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xZxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_snxpjEemUxekpZrI8ww" elementId="junit.extensions.eclipse.quick.command.OpenTestingPairAction" commandName="&#x30c6;&#x30b9;&#x30c6;&#x30a3;&#x30f3;&#x30b0;&#x30da;&#x30a2;&#x3092;&#x958b;&#x304f;" description="&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x5b9f;&#x88c5;&#x30b3;&#x30fc;&#x30c9;&#x307e;&#x305f;&#x306f;&#x30c6;&#x30b9;&#x30c8;&#x30b3;&#x30fc;&#x30c9;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;&#xff0e;" category="_d1_xghpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_soBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Git &#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x958b;&#x304f;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_soRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.stop" commandName="&#x505c;&#x6b62;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x3092;&#x505c;&#x6b62;" category="_d1_xZhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sohpjEemUxekpZrI8ww" elementId="org.eclipse.ui.help.displayHelp" commandName="&#x30d8;&#x30eb;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30d8;&#x30eb;&#x30d7;&#x30fb;&#x30c8;&#x30d4;&#x30c3;&#x30af;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xjxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_soxpjEemUxekpZrI8ww" elementId="href" name="&#x30d8;&#x30eb;&#x30d7;&#x30fb;&#x30c8;&#x30d4;&#x30c3;&#x30af;&#x306e;&#x30ea;&#x30f3;&#x30af;&#x5148;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_spBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="&#x30da;&#x30fc;&#x30b8;&#x306e;&#x4e0b;&#x90e8;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30da;&#x30fc;&#x30b8;&#x306e;&#x4e0b;&#x90e8;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_spRpjEemUxekpZrI8ww" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x306e;&#x4f5c;&#x6210;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x4e0a;&#x3067;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sphpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.join.lines" commandName="&#x884c;&#x306e;&#x7d50;&#x5408;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x884c;&#x3092;&#x7d50;&#x5408;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_spxpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.saveAsTemplateAction" commandName="&#x30c6;&#x30f3;&#x30d7;&#x30ec;&#x30fc;&#x30c8;&#x3068;&#x3057;&#x3066;&#x4fdd;&#x5b58;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sqBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="&#x5ba3;&#x8a00;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sqRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.showContextMenu" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sqhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.extract.local.variable" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x5f0f;&#x3092;&#x65b0;&#x3057;&#x3044;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3001;&#x305d;&#x306e;&#x65b0;&#x3057;&#x3044;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sqxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.InstallLfsLocal" commandName="Enable LFS locally" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_srBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.ReplaceWithRevisionCommand" commandName="URL..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_srRpjEemUxekpZrI8ww" elementId="org.dadacoalition.yedit.commands.toggleCollapse" commandName="Toggle Collapse" description="Toggle if the outline should be collapse or not" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_srhpjEemUxekpZrI8ww" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x958b;&#x304f; " description="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_srxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ssBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;" description="&#x554f;&#x984c;&#x306b;&#x3064;&#x3044;&#x3066;&#x8003;&#x3048;&#x3089;&#x308c;&#x308b;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x3092;&#x63d0;&#x6848;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ssRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CreatePatchCommand" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sshpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.log.jdt.showinconsole" commandName="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x306b;&#x8868;&#x793a;(&amp;S)" description="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306b;&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x3092;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ssxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30c0;&#x30a6;&#x30f3;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30b5;&#x30d6;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_stBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.nextPerspective" commandName="&#x6b21;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;" description="&#x6b21;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_stRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.UpdateRepositoryConfiguration" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x69cb;&#x6210;&#x306e;&#x66f4;&#x65b0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sthpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.StashApply" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;&#x3055;&#x308c;&#x305f;&#x5909;&#x66f4;&#x3092;&#x9069;&#x7528;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_stxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_suBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="&#x3053;&#x306e;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x3092;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_suRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CompareMode" name="&#x6bd4;&#x8f03;&#x30e2;&#x30fc;&#x30c9;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_suhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.nextTab" commandName="&#x6b21;&#x306e;&#x30bf;&#x30d6;" description="&#x6b21;&#x306e;&#x30bf;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_suxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.quickAccess" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="UI &#x8981;&#x7d20;&#x306b;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_svBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.showInformation" commandName="&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;&#x8aac;&#x660e;&#x306e;&#x8868;&#x793a;" description="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3055;&#x308c;&#x305f;&#x30db;&#x30d0;&#x30fc;&#x306b;&#x73fe;&#x5728;&#x306e;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x30fb;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_svRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CompareTwoRepositoryResourcesCommand" commandName="URL &#x3068;&#x6bd4;&#x8f03;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_svhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x9078;&#x629e;&#x9805;&#x76ee;&#x4e0a;&#x3067;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_svxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.attachment.open" commandName="&#x6dfb;&#x4ed8;&#x3092;&#x958b;&#x304f;" category="_d1_xgBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_swBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.extractLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_swRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.renameInFile.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_swhpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x306e;&#x8868;&#x793a;/&#x975e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_swxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.ConfigureUpstreamFetch" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x30fb;&#x30d5;&#x30a7;&#x30c3;&#x30c1;&#x306e;&#x69cb;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sxBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sxRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Discard" commandName="&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7f6e;&#x63db;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sxhpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.refreshFromDatabaseAction" commandName="&#x30c7;&#x30fc;&#x30bf;&#x30d9;&#x30fc;&#x30b9;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_sxxpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteAsOneStatementAction" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; 1 &#x3064;&#x306e;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x3068;&#x3057;&#x3066;&#x5b9f;&#x884c;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_syBpjEemUxekpZrI8ww" elementId="org.eclipse.ajdt.ui.pushin" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30a4;&#x30f3;" description="Pushes an intertypePush In declaration into its target type/" category="_d1_xeBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_syRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_syhpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.aop.ui.inplace.show" commandName="Bean &#x30af;&#x30a4;&#x30c3;&#x30af;&#x76f8;&#x4e92;&#x53c2;&#x7167;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x306e;&#x305f;&#x3081;&#x306e; Bean &#x76f8;&#x4e92;&#x53c2;&#x7167;&#x3092;&#x8868;&#x793a;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_syxpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.internal.actions.pushcommand" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;" description="Push application" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_szBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.commands.addrepository" commandName="&#x65b0;&#x898f;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x65b0;&#x898f;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x4f5c;&#x6210;&#x3059;&#x308b;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_szRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="&#x30d1;&#x30b9;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_szhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromTest" commandName="&#x30c6;&#x30b9;&#x30c8;&#x304b;&#x3089;&#x306e;&#x65b0;&#x898f;&#x30bf;&#x30b9;&#x30af;" category="_d1_xXhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_szxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.JavaPerspective" commandName="JavaScript" description="JavaScript &#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xlxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s0BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.showRulerAnnotationInformation" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x6ce8;&#x91c8;&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3055;&#x308c;&#x305f;&#x30db;&#x30d0;&#x30fc;&#x5185;&#x306e;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x884c;&#x306b;&#x5bfe;&#x3059;&#x308b;&#x6ce8;&#x91c8;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s0RpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsp.ui.add.imports" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;(&amp;P)" description="Create import declaration for selection" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s0hpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters" commandName="&#x95a2;&#x6570;&#x30b7;&#x30b0;&#x30cd;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x5909;&#x66f4;" description="&#x95a2;&#x6570;&#x30b7;&#x30b0;&#x30cd;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x5909;&#x66f4;&#x306b;&#x306f;&#x3001;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x540d;&#x3068;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x9806;&#x5e8f;&#x304c;&#x542b;&#x307e;&#x308c;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s0xpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.eclipselink.ui.upgradeToEclipseLinkMappingFile" commandName="EclipseLink &#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3078;&#x30a2;&#x30c3;&#x30d7;&#x30b0;&#x30ec;&#x30fc;&#x30c9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s1BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.browser.openBrowser" commandName="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3092;&#x958b;&#x304f;" description="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8; Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;&#x3002;" category="_d1_xaxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_s1RpjEemUxekpZrI8ww" elementId="url" name="URL"/>\r
+    <parameters xmi:id="_d1_s1hpjEemUxekpZrI8ww" elementId="browserId" name="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc; ID"/>\r
+    <parameters xmi:id="_d1_s1xpjEemUxekpZrI8ww" elementId="name" name="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x540d;"/>\r
+    <parameters xmi:id="_d1_s2BpjEemUxekpZrI8ww" elementId="tooltip" name="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_s2RpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.constant" commandName="&#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x5b9a;&#x6570;&#x3092;&#x65b0;&#x3057;&#x3044; static &#x5909;&#x6570;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3001;&#x305d;&#x306e;&#x65b0;&#x3057;&#x3044; static &#x5909;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s2hpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.result.removeAllInstances" commandName="&#x8868;&#x793a;&#x3055;&#x308c;&#x3066;&#x3044;&#x308b;&#x7d50;&#x679c;&#x3092;&#x3059;&#x3079;&#x3066;&#x9664;&#x53bb;" category="_d1_xbBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s2xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x5b9f;&#x88c5;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x578b;&#x306e;&#x5b9f;&#x88c5;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s3BpjEemUxekpZrI8ww" elementId="org.eclipse.contribution.xref.show.xref.view" commandName="&#x76f8;&#x4e92;&#x53c2;&#x7167;" description="Shows the cross references for the editor input" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s3RpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x524a;&#x9664;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s3hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x60c5;&#x5831;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s3xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.saveAs" commandName="&#x5225;&#x540d;&#x4fdd;&#x5b58;" description="&#x73fe;&#x5728;&#x306e;&#x5185;&#x5bb9;&#x3092;&#x5225;&#x306e;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306b;&#x4fdd;&#x5b58;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s4BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s4RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.previousPerspective" commandName="&#x524d;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;" description="&#x524d;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s4hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.splitEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5206;&#x5272;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x73fe;&#x5728;&#x306e;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x5206;&#x5272;&#x307e;&#x305f;&#x306f;&#x7d50;&#x5408;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xaxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_s4xpjEemUxekpZrI8ww" elementId="Splitter.isHorizontal" name="&#x5411;&#x304d;" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_s5BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.collapseAll" commandName="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x73fe;&#x5728;&#x306e;&#x30c4;&#x30ea;&#x30fc;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s5RpjEemUxekpZrI8ww" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="&#x53f3;&#x304b;&#x3089;&#x5de6;&#x306b;&#x3059;&#x3079;&#x3066;&#x30b3;&#x30d4;&#x30fc;" description="&#x53f3;&#x304b;&#x3089;&#x5de6;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x5909;&#x66f4;&#x3092;&#x30b3;&#x30d4;&#x30fc;" category="_d1_xihpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s5hpjEemUxekpZrI8ww" elementId="org.eclipse.lsp4e.togglelinkwitheditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x306e;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xiBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s5xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateSelectedTask" commandName="&#x9078;&#x629e;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x975e;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x5316;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s6BpjEemUxekpZrI8ww" elementId="org.eclipse.swtbot.eclipse.ui.junitShortcut.debug" commandName="SWTBot &#x30c6;&#x30b9;&#x30c8;" description="SWTBot &#x30c6;&#x30b9;&#x30c8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s6RpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.AddToSVNIgnoreCommand" commandName="svn:ignore &#x306b;&#x8ffd;&#x52a0;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s6hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.lockToolBar" commandName="&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x30fb;&#x30ed;&#x30c3;&#x30af;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x306e;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s6xpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="&#x5207;&#x65ad;" description="&#x5207;&#x65ad;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s7BpjEemUxekpZrI8ww" elementId="org.eclipse.lsp4e.format" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_d1_xiBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s7RpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.interface" commandName="&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x62bd;&#x51fa;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x305d;&#x306e;&#x65b0;&#x898f;&#x306e;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x4f7f;&#x7528;&#x3092;&#x8a66;&#x307f;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s7hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s7xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x304b;&#x3089;&#x9664;&#x53bb;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x304b;&#x3089;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s8BpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.createAntBuildFile" commandName="Ant &#x30d3;&#x30eb;&#x30c9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x4f5c;&#x6210;" description="Creates an Ant build file for the current project" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s8RpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.openSelectedTask" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x958b;&#x304f;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s8hpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.changeToStatic" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x9759;&#x7684;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x3078;&#x306e;&#x5909;&#x66f4;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x9759;&#x7684;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x3078;&#x306e;&#x5909;&#x66f4;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s8xpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.copycolumn" commandName="&#x30b3;&#x30d4;&#x30fc;" category="_d1_xjBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s9BpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="&#x9078;&#x629e;&#x306b;&#x30ea;&#x30f3;&#x30af;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s9RpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.toggle.focus.active.view" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="Toggle the focus on active task for the active view" category="_d1_xYhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s9hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="&#x5b8c;&#x4e86;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x524a;&#x9664;" description="&#x5b8c;&#x4e86;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;&#x3055;&#x308c;&#x305f;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x524a;&#x9664;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s9xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.goToNextUnread" commandName="&#x6b21;&#x306e;&#x672a;&#x8aad;&#x30bf;&#x30b9;&#x30af;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s-BpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.debugAction" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s-RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment" commandName="Javadoc &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="Javadoc &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x30fb;&#x30b9;&#x30bf;&#x30d6;&#x3092;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x8981;&#x7d20;&#x306b;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s-hpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.cloneservercommand" commandName="Clone Server" description="Clone Server" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s-xpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="&#x5bfe;&#x8a71;&#x5f0f;&#x30ea;&#x30d9;&#x30fc;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s_BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.addCast" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s_RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x5373;&#x6642;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30c9;&#x30ed;&#x30c3;&#x30d7;&#x30c0;&#x30a6;&#x30f3;&#x30fb;&#x30ea;&#x30b9;&#x30c8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s_hpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jaxb.ui.generateJaxbClasses" commandName="JAXB Classes..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_s_xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x524a;&#x9664;" description="&#x6b21;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tABpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.properties.editor.convertPropertiesToYaml" commandName="Convert .properties to .yaml" category="_d1_xfhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tARpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.openDependencies" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x3092;&#x958b;&#x304f;" description="&#x73fe;&#x5728;&#x306e;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tAhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x306e;&#x30c8;&#x30b0;&#x30eb;" description="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x306e;&#x6709;&#x7121;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tAxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CopyUrlCommand" commandName="URL &#x3092;&#x30b3;&#x30d4;&#x30fc;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tBBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.SkipRebase" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x30b9;&#x30ad;&#x30c3;&#x30d7;&#x3057;&#x3066;&#x7d9a;&#x884c;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tBRpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.search.actions.openBeansSearchPage" commandName="Spring Bean &#x691c;&#x7d22;" description="Spring bean &#x691c;&#x7d22;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tBhpjEemUxekpZrI8ww" elementId="com.vaadin.integration.eclipse.commands.compileWidgetsetCommand" commandName="Compile Widgetset Command" category="_d1_xXxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tBxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="&#x547c;&#x3073;&#x51fa;&#x3057;&#x306e;&#x7f6e;&#x63db;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tCBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tCRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tChpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.undo" commandName="&#x5143;&#x306b;&#x623b;&#x3059;" description="&#x6700;&#x5f8c;&#x306e;&#x64cd;&#x4f5c;&#x3092;&#x5143;&#x306b;&#x623b;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tCxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.newQuickMenu" commandName="&#x65b0;&#x898f;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" description="&#x300c;&#x65b0;&#x898f;&#x300d;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x30aa;&#x30fc;&#x30d7;&#x30f3;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tDBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.addSuppressWarnings" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - @SuppressWarnings &#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;@SuppressWarnings &#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059; " category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tDRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.actions.WatchCommand" commandName="&#x76e3;&#x8996;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x304b;&#x3089;&#x76e3;&#x8996;&#x5f0f;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x3066;&#x5f0f;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tDhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.openWorkspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x300c;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x9078;&#x629e;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tDxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations" commandName="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x6ce8;&#x91c8;&#x306e;&#x9664;&#x53bb;" description="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x6ce8;&#x91c8;&#x3092;&#x73fe;&#x5728;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x304b;&#x3089;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tEBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.closeAll" commandName="&#x3059;&#x3079;&#x3066;&#x9589;&#x3058;&#x308b;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x9589;&#x3058;&#x308b;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tERpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="&#x578b;&#x3092;&#x958b;&#x304f;" description="&#x578b;&#x3092; Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tEhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.cut" commandName="&#x5207;&#x308a;&#x53d6;&#x308a;" description="&#x9078;&#x629e;&#x5185;&#x5bb9;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x5207;&#x308a;&#x53d6;&#x308a;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tExpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.indirection" commandName="&#x9593;&#x63a5;&#x53c2;&#x7167;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;&#x3059;&#x308b;&#x305f;&#x3081;&#x306b;&#x9593;&#x63a5;&#x53c2;&#x7167;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tFBpjEemUxekpZrI8ww" elementId="AnyEdit.compareWith.file" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3068;&#x6bd4;&#x8f03;..." category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tFRpjEemUxekpZrI8ww" elementId="com.xored.glance.ui.nextResult" commandName="&#x6b21;&#x306e;&#x4e00;&#x81f4;" description="Show next Glance match" category="_d1_xZBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tFhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Merge" commandName="&#x30de;&#x30fc;&#x30b8;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tFxpjEemUxekpZrI8ww" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x306e;&#x9069;&#x7528;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x4e0a;&#x3067;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tGBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x3001;&#x30bf;&#x30b0;&#x307e;&#x305f;&#x306f;&#x30ea;&#x30d5;&#x30a1;&#x30ec;&#x30f3;&#x30b9;&#x3068;&#x7f6e;&#x63db;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tGRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.submitTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x30b5;&#x30d6;&#x30df;&#x30c3;&#x30c8;" description="&#x73fe;&#x5728;&#x958b;&#x3044;&#x3066;&#x3044;&#x308b;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30b5;&#x30d6;&#x30df;&#x30c3;&#x30c8;" category="_d1_xgBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tGhpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.testNgSuiteShortcut.coverage" commandName="TestNG &#x30b9;&#x30a4;&#x30fc;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="TestNG &#x30b9;&#x30a4;&#x30fc;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tGxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.extract.superclass" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x62bd;&#x51fa;" description="&#x4e00;&#x9023;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x305d;&#x306e;&#x65b0;&#x898f;&#x306e;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x4f7f;&#x7528;&#x3092;&#x8a66;&#x307f;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tHBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.ui.reload.dependencies" commandName="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" description="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tHRpjEemUxekpZrI8ww" elementId="AnyEdit.replaceWith.file" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7f6e;&#x63db;..." category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tHhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.generate.xml" commandName="XML &#x30d5;&#x30a1;&#x30a4;&#x30eb;(&amp;X)..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tHxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x8981;&#x7d20;&#x306e;&#x307f;&#x3092;&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x8981;&#x7d20;&#x306e;&#x307f;&#x3092;&#x8868;&#x793a;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tIBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.AddToSVNCommand" commandName="&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x7ba1;&#x7406;&#x306b;&#x8ffd;&#x52a0;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tIRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.addImport" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tIhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x518d;&#x5b9f;&#x884c; - &#x6700;&#x521d;&#x306e;&#x5931;&#x6557;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x518d;&#x5b9f;&#x884c; - &#x6700;&#x521d;&#x306e;&#x5931;&#x6557;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tIxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.MergeCommand" commandName="&#x30de;&#x30fc;&#x30b8;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tJBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.export" commandName="&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;" description="&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;" category="_d1_xahpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_tJRpjEemUxekpZrI8ww" elementId="exportWizardId" name="&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_tJhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal" commandName="anonymous &#x578b;&#x306e;&#x30b0;&#x30ed;&#x30fc;&#x30d0;&#x30eb;&#x5316;(&amp;A)" description="anonymous &#x578b;&#x3092;&#x30b0;&#x30ed;&#x30fc;&#x30d0;&#x30eb;&#x30fb;&#x30ec;&#x30d9;&#x30eb;&#x306b;&#x30d7;&#x30ed;&#x30e2;&#x30fc;&#x30c8;&#x3057;&#x3001;&#x305d;&#x306e;&#x53c2;&#x7167;&#x3092;&#x7f6e;&#x63db;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tJxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tKBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x9069;&#x7528;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tKRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.UpgradeProjectsCommand" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30a2;&#x30c3;&#x30d7;&#x30b0;&#x30ec;&#x30fc;&#x30c9;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tKhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Java &#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3067;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xlxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tKxpjEemUxekpZrI8ww" elementId="egradle.editor.commands.source.toggleComment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Toggle comment in selected line(s)" category="_d1_xlBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tLBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="&#x30a4;&#x30f3;&#x30c7;&#x30f3;&#x30c8;&#x306e;&#x8a02;&#x6b63;" description="&#x9078;&#x629e;&#x884c;&#x306e;&#x30a4;&#x30f3;&#x30c7;&#x30f3;&#x30c8;&#x3092;&#x8a02;&#x6b63;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tLRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.LockCommand" commandName="&#x30ed;&#x30c3;&#x30af;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tLhpjEemUxekpZrI8ww" elementId="AnyEdit.sortAlphabeticallyCaseSensitiveAscending.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x533a;&#x5225;&#x3057;&#x3066;&#x30bd;&#x30fc;&#x30c8; A-z" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tLxpjEemUxekpZrI8ww" elementId="org.eclipse.rap.tools.launch.rwt.rwtLaunchShortcut.debug" commandName="RWT &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="RWT &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tMBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.copyConfigCommand" commandName="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3078;&#x69cb;&#x6210;&#x30c7;&#x30fc;&#x30bf;&#x3092;&#x30b3;&#x30d4;&#x30fc;" description="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3078;&#x69cb;&#x6210;&#x30c7;&#x30fc;&#x30bf; (&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x3001;&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x6e08;&#x307f;&#x306e;&#x30d0;&#x30f3;&#x30c9;&#x30eb;&#x3001;&#x4ed6;) &#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tMRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x9032;&#x3080;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x3067;&#x9806;&#x65b9;&#x5411;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tMhpjEemUxekpZrI8ww" elementId="AnyEdit.toUpperCase.command" commandName="&#x5927;&#x6587;&#x5b57;&#x306b;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tMxpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;" description="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7279;&#x5b9a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tNBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.rebuildAll" commandName="&#x3059;&#x3079;&#x3066;&#x518d;&#x30d3;&#x30eb;&#x30c9;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x518d;&#x30d3;&#x30eb;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tNRpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands.refresh" commandName="&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_d1_xbhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tNhpjEemUxekpZrI8ww" elementId="org.eclipse.gef.zoom_in" commandName="&#x30ba;&#x30fc;&#x30e0;&#x30a4;&#x30f3;" description="&#x30ba;&#x30fc;&#x30e0;&#x30a4;&#x30f3;" category="_d1_xmRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tNxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="&#x8981;&#x7d20;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x8981;&#x7d20;&#x3092;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tOBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;..." description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tORpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="&#x5207;&#x65ad;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tOhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="&#x524d;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tOxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.externalizeStrings" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x5916;&#x90e8;&#x5316;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x304b;&#x3089;&#x7ffb;&#x8a33;&#x53ef;&#x80fd;&#x306a;&#x6587;&#x5b57;&#x5217;&#x3092;&#x62bd;&#x51fa;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tPBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.refresh" commandName="&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x3092;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tPRpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.commands.showcategory" commandName="&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tPhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="&#x8a3c;&#x660e;&#x66f8;&#x306e;&#x5909;&#x66f4;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tPxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.extractMethodInplace.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tQBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x958b;&#x3044;&#x3066;&#x3044;&#x308b;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tQRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.addThrowsDecl" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30b9;&#x30ed;&#x30fc;&#x5ba3;&#x8a00;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30b9;&#x30ed;&#x30fc;&#x5ba3;&#x8a00;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tQhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.disconnected" commandName="&#x5207;&#x65ad;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tQxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.SwitchCommand" commandName="&#x5207;&#x308a;&#x66ff;&#x3048;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tRBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tRRpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.refactoring.command.refactorPropertyElement" commandName="Refactor Property Element" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tRhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.Reword" commandName="&#x30ea;&#x30ef;&#x30fc;&#x30c9;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tRxpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.decompile.jdcore" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (JD-Core)" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tSBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences" commandName="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x306e;&#x30c8;&#x30b0;&#x30eb;" description="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x30de;&#x30fc;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tSRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="&#x884c;&#x756a;&#x53f7;&#x306e;&#x8868;&#x793a;" description="&#x884c;&#x756a;&#x53f7;&#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tShpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments" commandName="&#x7dcf;&#x79f0;&#x578b;&#x5f15;&#x6570;&#x306e;&#x63a8;&#x6e2c;" description="&#x7dcf;&#x79f0;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x53c2;&#x7167;&#x306e;&#x578b;&#x5f15;&#x6570;&#x3092;&#x63a8;&#x6e2c;&#x3057;&#x3001;&#x4e0d;&#x8981;&#x306a;&#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tSxpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeMapAs" commandName="&#x6b21;&#x3067;&#x30de;&#x30c3;&#x30d7;" category="_d1_xdRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_tTBpjEemUxekpZrI8ww" elementId="specifiedPersistentAttributeMappingKey" name="&#x6307;&#x5b9a;&#x3055;&#x308c;&#x305f;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30ad;&#x30fc;" optional="false"/>\r
+    <parameters xmi:id="_d1_tTRpjEemUxekpZrI8ww" elementId="defaultPersistentAttributeMappingKey" name="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30ad;&#x30fc;" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_tThpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.index.ui.command.ResetIndex" commandName="&#x691c;&#x7d22;&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tTxpjEemUxekpZrI8ww" elementId="org.thymeleaf.extras.eclipse.menus.RemoveThymeleafNature" commandName="Thymeleaf &#x30cd;&#x30fc;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x9664;&#x53bb;" category="_d1_xnBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tUBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="&#x6700;&#x65b0;&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tURpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.paste" commandName="&#x8cbc;&#x308a;&#x4ed8;&#x3051;" category="_d1_xkhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tUhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tUxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.ReplaceWithLatestRevisionCommand" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x6700;&#x65b0;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tVBpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands.removeivynature" commandName="Ivy &#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x7ba1;&#x7406;&#x306e;&#x9664;&#x53bb;..." category="_d1_xbhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tVRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.assignToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tVhpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.convertJavaGenerators" commandName="Java &#x30b8;&#x30a7;&#x30cd;&#x30ec;&#x30fc;&#x30bf;&#x30fc;&#x3092; XML &#x3078;&#x79fb;&#x52d5;..." category="_d1_xcxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tVxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.showInSystemExplorer" commandName="&#x8868;&#x793a; (&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;)" description="Show in system's explorer (file manager)" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_tWBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.showInSystemExplorer.path" name="Resource System Path Parameter"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_tWRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.new.local.task" commandName="&#x65b0;&#x898f;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30bf;&#x30b9;&#x30af;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tWhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="&#x884c;&#x3092;&#x4e0b;&#x306b;&#x9078;&#x629e;" description="&#x9078;&#x629e;&#x3092;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x6b21;&#x306e;&#x884c;&#x306b;&#x5c55;&#x958b;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tWxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x30bd;&#x30fc;&#x30c8;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x9806;&#x5e8f;&#x8a2d;&#x5b9a;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x3001;&#x3059;&#x3079;&#x3066;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30bd;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tXBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="&#x5c0f;&#x6587;&#x5b57;&#x306b;&#x5909;&#x66f4;" description="&#x9078;&#x629e;&#x884c;&#x3092;&#x5c0f;&#x6587;&#x5b57;&#x306b;&#x5909;&#x66f4;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tXRpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.commands.addprofile" commandName="&#x65b0;&#x898f;&#x63a5;&#x7d9a;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x65b0;&#x898f;&#x63a5;&#x7d9a;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x4f5c;&#x6210;&#x3059;&#x308b;&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x3067;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_tXhpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.ui.ignoreCategory" name="ignoreCategory"/>\r
+    <parameters xmi:id="_d1_tXxpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.ui.useSelection" name="useSelection"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_tYBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x3068;&#x6bd4;&#x8f03;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tYRpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.discovery.ui" commandName="m2e &#x30de;&#x30fc;&#x30b1;&#x30c3;&#x30c8;&#x30d7;&#x30ec;&#x30fc;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tYhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.zoomOut" commandName="&#x30ba;&#x30fc;&#x30e0;&#x30a2;&#x30a6;&#x30c8;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30ba;&#x30fc;&#x30e0;&#x30fb;&#x30a2;&#x30a6;&#x30c8; - &#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30d5;&#x30a9;&#x30f3;&#x30c8;&#x30fb;&#x30b5;&#x30a4;&#x30ba;&#x3092;&#x5c0f;&#x3055;&#x304f;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tYxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskIncomplete" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x672a;&#x5b8c;&#x4e86;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tZBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.save" commandName="&#x4fdd;&#x5b58;" description="&#x73fe;&#x5728;&#x306e;&#x5185;&#x5bb9;&#x3092;&#x4fdd;&#x5b58;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tZRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.assignAllParamsToNewFields.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x65b0;&#x898f;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x3092;&#x5272;&#x308a;&#x5f53;&#x3066;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x65b0;&#x898f;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x3092;&#x5272;&#x308a;&#x5f53;&#x3066;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tZhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tZxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.indirection" commandName="&#x9593;&#x63a5;&#x53c2;&#x7167;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x95a2;&#x6570;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;&#x3059;&#x308b;&#x305f;&#x3081;&#x306b;&#x9593;&#x63a5;&#x53c2;&#x7167;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_taBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CompareWithBranchCommand" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_taRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x3059;&#x3079;&#x3066;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x5ba3;&#x8a00;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x3059;&#x3079;&#x3066;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tahpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.command" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;" description="&#x5358;&#x4e00;&#x306e;&#x88dc;&#x5b8c;&#x5019;&#x88dc;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3067;&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x547c;&#x3073;&#x51fa;&#x3059;&#x3001;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x5316;&#x53ef;&#x80fd;&#x306a;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_d1_xWxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_taxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.category_id" name="&#x578b;" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_tbBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToNextUnread" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x65e2;&#x8aad;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;&#x3057;&#x3001;&#x6b21;&#x306e;&#x672a;&#x8aad;&#x30bf;&#x30b9;&#x30af;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tbRpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.applyPatch" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x9069;&#x7528;..." description="1 &#x3064;&#x4ee5;&#x4e0a;&#x306e;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306b;&#x30d1;&#x30c3;&#x30c1;&#x3092;&#x9069;&#x7528;&#x3002;" category="_d1_xfBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tbhpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.commands.rundefaulttasks" commandName="Gradle &#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x5b9f;&#x884c;" description="Runs the default tasks of the selected Gradle project" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tbxpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.generateEntities" commandName="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x304b;&#x3089;&#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x751f;&#x6210;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tcBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tcRpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.removeActiveSession" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x9664;&#x53bb;" category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tchpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskRead" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x65e2;&#x8aad;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tcxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="&#x79fb;&#x52d5; - &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; " description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tdBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tdRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.indent" commandName="&#x884c;&#x306e;&#x30a4;&#x30f3;&#x30c7;&#x30f3;&#x30c8;" description="&#x73fe;&#x5728;&#x884c;&#x3092;&#x30a4;&#x30f3;&#x30c7;&#x30f3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tdhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.quick.format" commandName="&#x8981;&#x7d20;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x8981;&#x7d20;&#x3092;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tdxpjEemUxekpZrI8ww" elementId="org.eclipse.jst.pagedesigner.vertical" commandName="&#x5782;&#x76f4;&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;" category="_d1_xfxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_teBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30aa;&#x30fc;&#x30d0;&#x30fc;" description="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30aa;&#x30fc;&#x30d0;&#x30fc;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_teRpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.addToPersistenceUnit" commandName="&#x6c38;&#x7d9a;&#x5316;&#x5358;&#x4f4d;&#x306b;&#x8ffd;&#x52a0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tehpjEemUxekpZrI8ww" elementId="org.eclipse.compare.selectPreviousChange" commandName="&#x76f4;&#x524d;&#x306e;&#x5909;&#x66f4;&#x306e;&#x9078;&#x629e;" description="&#x76f4;&#x524d;&#x306e;&#x5909;&#x66f4;&#x306e;&#x9078;&#x629e;" category="_d1_xihpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_texpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.exit" commandName="&#x7d42;&#x4e86;" description="&#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x7d42;&#x4e86;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_tfBpjEemUxekpZrI8ww" elementId="mayPrompt" name="may prompt"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_tfRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="HEAD &#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x6bd4;&#x8f03;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tfhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.CompareWithCommit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3068;&#x6bd4;&#x8f03;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tfxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="&#x958b;&#x304f;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tgBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateAllTasks" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x975e;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x5316;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tgRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306b;&#x8868;&#x793a;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tghpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.quickMenu" commandName="&#x300c;&#x56f2;&#x3080;&#x300d;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" description="&#x300c;&#x56f2;&#x3080;&#x300d;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tgxpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.core.ui.command.updateProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x66f4;&#x65b0;" description="Maven &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x69cb;&#x6210;&#x304a;&#x3088;&#x3073;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x3092;&#x66f4;&#x65b0;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_thBpjEemUxekpZrI8ww" elementId="org.eclipse.tools.layout.spy.commands.layoutSpyCommand" commandName="&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;&#x30fb;&#x30b9;&#x30d1;&#x30a4;" description="&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;&#x30fb;&#x30b9;&#x30d1;&#x30a4;&#x306e;&#x8868;&#x793a;" category="_d1_xmxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_thRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x3078;&#x30d7;&#x30c3;&#x30b7;&#x30e5;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_thhpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands.addivynature" commandName="Ivy &#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x7ba1;&#x7406;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xbhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_thxpjEemUxekpZrI8ww" elementId="refresh.schema.editor.action.id" commandName="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tiBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tiRpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.organizeManifest" commandName="&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x306e;&#x7de8;&#x6210;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30fb;&#x30a2;&#x30c3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tihpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.navigate.gototype" commandName="&#x578b;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x578b;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tixpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tjBpjEemUxekpZrI8ww" elementId="AnyEdit.base64encode.command" commandName="Base64 &#x306b;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tjRpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.convertJavaQueries" commandName="Java &#x30af;&#x30a8;&#x30ea;&#x30fc;&#x3092; XML &#x3078;&#x79fb;&#x52d5;..." category="_d1_xcxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tjhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Gerrit &#x3078;&#x73fe;&#x5728;&#x306e; Head &#x3092;&#x30d7;&#x30c3;&#x30b7;&#x30e5;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tjxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.selectAll" commandName="&#x3059;&#x3079;&#x3066;&#x9078;&#x629e;" description="&#x3059;&#x3079;&#x3066;&#x9078;&#x629e;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tkBpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.swtBotJunitShortcut.coverage" commandName="SWTBot &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="SWTBot &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tkRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tkhpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsp.ui.refactor.move" commandName="&#x79fb;&#x52d5;" description="Java &#x8981;&#x7d20;&#x3092;&#x3082;&#x3046; 1 &#x3064;&#x306e;&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x3078;&#x79fb;&#x52d5;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tkxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.goto.next.member" commandName="&#x6b21;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb;&#x5358;&#x4f4d;&#x306e;&#x6b21;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306b;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x79fb;&#x52d5;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tlBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.rebuildProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x518d;&#x30d3;&#x30eb;&#x30c9;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x518d;&#x30d3;&#x30eb;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tlRpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.pastecolumn" commandName="&#x8cbc;&#x308a;&#x4ed8;&#x3051;" category="_d1_xjBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tlhpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.core.pomFileAction.run" commandName="Maven &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tlxpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.linkWithSelection" commandName="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x306b;&#x30ea;&#x30f3;&#x30af;" category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tmBpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.sourcecode" commandName="Show Source Code" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tmRpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.actions.LifeCycleInstall.run" commandName="Maven &#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tmhpjEemUxekpZrI8ww" elementId="AnyEdit.toLowerCase.command" commandName="&#x5c0f;&#x6587;&#x5b57;&#x306b;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tmxpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteCurrentAction" commandName="&#x73fe;&#x5728;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tnBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="&#x884c;&#x3092;&#x30b3;&#x30d4;&#x30fc;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x884c;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x3066;&#x3001;&#x9078;&#x629e;&#x884c;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x5148;&#x306b;&#x79fb;&#x52d5;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tnRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.help.installationDialog" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x60c5;&#x5831;" description="&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tnhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.refactor.create.refactoring.script" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x306e;&#x4f5c;&#x6210;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x4e0a;&#x3067;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tnxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy" commandName="&#x578b;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x578b;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_toBpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.decompile.cfr" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (CFR)" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_toRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x306e;&#x4f7f;&#x7528;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x306e;&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x6027;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tohpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="1 &#x884c;&#x4e0a;&#x3078;" description="1 &#x884c;&#x4e0a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_toxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x5148;&#x982d;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x5148;&#x982d;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tpBpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.updatepasswordcommand" commandName="&#x30d1;&#x30b9;&#x30ef;&#x30fc;&#x30c9;&#x306e;&#x66f4;&#x65b0;..." description="&#x30d1;&#x30b9;&#x30ef;&#x30fc;&#x30c9;&#x306e;&#x66f4;&#x65b0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tpRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.addBlock.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x306b;&#x3088;&#x308b;&#x7f6e;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x306b;&#x3088;&#x308b;&#x7f6e;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tphpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.commons.ui.command.AddRepository" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xdhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tpxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x306e;&#x9078;&#x629e;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tqBpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Ant &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Ant &#x30d3;&#x30eb;&#x30c9;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tqRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.revision.graph.command.ShowRevisionGraphCommand" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x30fb;&#x30b0;&#x30e9;&#x30d5;&#x306e;&#x8868;&#x793a;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tqhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.addNonNLS" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x975e; NLS &#x30bf;&#x30b0;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x975e; NLS &#x30bf;&#x30b0;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tqxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="&#x5909;&#x66f4;&#x306a;&#x3057;&#x3092;&#x60f3;&#x5b9a;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_trBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.closePerspective" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x73fe;&#x5728;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_trRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6; Id"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_trhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x9078;&#x629e;&#x3092;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_trxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.ui.nextSibling" commandName="&#x6b21;&#x306e;&#x5144;&#x5f1f;" description="&#x6b21;&#x306e;&#x5144;&#x5f1f;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tsBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x5f0f;&#x3092;&#x65b0;&#x3057;&#x3044;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3001;&#x305d;&#x306e;&#x65b0;&#x3057;&#x3044;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tsRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type" commandName="&#x578b;&#x3092;&#x958b;&#x304f;" description="&#x578b;&#x3092; JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tshpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.dash.ShowBootDashboard" commandName="Boot &#x30c0;&#x30c3;&#x30b7;&#x30e5;&#x30dc;&#x30fc;&#x30c9;" description="Boot &#x30c0;&#x30c3;&#x30b7;&#x30e5;&#x30dc;&#x30fc;&#x30c9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tsxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="URL &#x304b;&#x3089;&#x864e;&#x306e;&#x5dfb;&#x3092;&#x958b;&#x304f;" description="&#x6307;&#x5b9a;&#x6e08;&#x307f; URL &#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x304b;&#x3089;&#x864e;&#x306e;&#x5dfb;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;&#x3002;" category="_d1_xjxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_ttBpjEemUxekpZrI8ww" elementId="cheatSheetId" name="&#x8b58;&#x5225;&#x5b50;" optional="false"/>\r
+    <parameters xmi:id="_d1_ttRpjEemUxekpZrI8ww" elementId="name" name="&#x540d;&#x524d;" optional="false"/>\r
+    <parameters xmi:id="_d1_tthpjEemUxekpZrI8ww" elementId="url" name="URL" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_ttxpjEemUxekpZrI8ww" elementId="revert.schema.editor.action.id" commandName="&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x5143;&#x306b;&#x623b;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tuBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.debug" commandName="XSLT &#x5909;&#x63db;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="XSLT &#x5909;&#x63db;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3059;&#x308b;&#x305f;&#x3081;&#x306e;&#x69cb;&#x6210;&#x3092;&#x4f5c;&#x6210;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tuRpjEemUxekpZrI8ww" elementId="org.eclipse.contribution.xref.show.xref" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x76f8;&#x4e92;&#x53c2;&#x7167;(&amp;Q)" description="Shows the cross references for the editor input" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tuhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x3078;&#x30d7;&#x30c3;&#x30b7;&#x30e5;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tuxpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.core.ui.command.addDependency" commandName="Maven &#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x8ffd;&#x52a0;" description="Maven &#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tvBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="&#x5b9f;&#x884c;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tvRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x9078;&#x629e;&#x3092;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tvhpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.core.synchronizeClasses" commandName="&#x30af;&#x30e9;&#x30b9;&#x30fb;&#x30ea;&#x30b9;&#x30c8;&#x306e;&#x540c;&#x671f;&#x5316;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tvxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.breakpoint.properties" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;..." description="Modify breakpoint properties" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_twBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.navigate.gotopackage" commandName="&#x30d5;&#x30a9;&#x30eb;&#x30c0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30d5;&#x30a9;&#x30eb;&#x30c0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_twRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_twhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.closeAllSaved" commandName="&#x4fdd;&#x5b58;&#x6e08;&#x307f;&#x3092;&#x3059;&#x3079;&#x3066;&#x9589;&#x3058;&#x308b;" description="Close all saved editors" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_twxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.launchShortcut.run" commandName="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x3067;&#x5b9f;&#x884c;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x4e0a;&#x306e;&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x3092;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_txBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.inner.to.top.level" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x30c8;&#x30c3;&#x30d7;&#x30fb;&#x30ec;&#x30d9;&#x30eb;&#x306b;&#x5909;&#x63db;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x30c8;&#x30c3;&#x30d7;&#x30fb;&#x30ec;&#x30d9;&#x30eb;&#x306b;&#x5909;&#x63db;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_txRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.redo" commandName="&#x3084;&#x308a;&#x76f4;&#x3057;" description="&#x6700;&#x5f8c;&#x306e;&#x64cd;&#x4f5c;&#x3092;&#x3084;&#x308a;&#x76f4;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_txhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.launchShortcut.debug" commandName="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x3067;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x4e0a;&#x306e;&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_txxpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.editor.RenameArtifactAction" commandName="Maven &#x30a2;&#x30fc;&#x30c6;&#x30a3;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tyBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x9078;&#x629e;" description="&#x3053;&#x306e;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306b;&#x9069;&#x7528;&#x3067;&#x304d;&#x308b;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tyRpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSQLAction" commandName="&#x3059;&#x3079;&#x3066;&#x5b9f;&#x884c;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tyhpjEemUxekpZrI8ww" elementId="AnyEdit.compareWith.editor" commandName="&#x958b;&#x3044;&#x305f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3068;&#x6bd4;&#x8f03;..." category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tyxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="&#x540d;&#x524d;&#x5909;&#x66f4; - &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; " description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x3092;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tzBpjEemUxekpZrI8ww" elementId="org.eclipse.pde.api.tools.ui.remove.filters" commandName="API &#x554f;&#x984c;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3092;&#x9664;&#x53bb;(&amp;A)..." description="&#x3053;&#x306e;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e; API &#x554f;&#x984c;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3092;&#x9664;&#x53bb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tzRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CompareWithWorkingCopyCommand" commandName="&#x4f5c;&#x696d;&#x30b3;&#x30d4;&#x30fc;&#x304b;&#x3089; Base" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tzhpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.view.ui.command.newview" commandName="&#x65b0;&#x898f;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" category="_d1_xiRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_tzxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.externalize.strings" commandName="&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x5916;&#x90e8;&#x5316;" description="&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x3066;&#x3044;&#x306a;&#x3044;&#x3059;&#x3079;&#x3066;&#x306e;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x691c;&#x7d22;&#x3057;&#x3001;&#x305d;&#x308c;&#x3089;&#x3092;&#x5225;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t0BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.extractConstant.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t0RpjEemUxekpZrI8ww" elementId="org.eclipse.lsp4e.showkindinoutline" commandName="Show Kind in Outline" category="_d1_xiBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t0hpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CherryPick" commandName="&#x30c1;&#x30a7;&#x30ea;&#x30fc;&#x30fb;&#x30d4;&#x30c3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t0xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.close" commandName="&#x9589;&#x3058;&#x308b;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t1BpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch" commandName="try/catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x3080;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; try/catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t1RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.goto.previous.member" commandName="&#x524d;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb;&#x5358;&#x4f4d;&#x306e;&#x524d;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306b;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x79fb;&#x52d5;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t1hpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.aop.matcher.actions.openPointcutMatcherPage" commandName="Spring &#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30ab;&#x30c3;&#x30c8;&#x4e00;&#x81f4;" description="Spring &#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30ab;&#x30c3;&#x30c8;&#x4e00;&#x81f4;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t1xpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.Reset" commandName="&#x30ea;&#x30bb;&#x30c3;&#x30c8;..." category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_t2BpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_t2RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="&#x524d;&#x306e;&#x30b5;&#x30d6;&#x30fb;&#x30bf;&#x30d6;" description="&#x524d;&#x306e;&#x30b5;&#x30d6;&#x30fb;&#x30bf;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t2hpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.SynchronizeCommand" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x3068;&#x540c;&#x671f;&#x5316;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t2xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.generate.hashcode.equals" commandName="hashCode() &#x304a;&#x3088;&#x3073; equals() &#x306e;&#x751f;&#x6210;" description="&#x305d;&#x306e;&#x578b;&#x306e; hashCode() &#x304a;&#x3088;&#x3073; equals() &#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t3BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.js.gulp.commands.gulpLaunch" commandName="Run as Gulp Task" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t3RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.showIn" commandName="&#x8868;&#x793a;" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_t3hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.showIn.targetId" name="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8; Id &#x3067;&#x8868;&#x793a;" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_t3xpjEemUxekpZrI8ww" elementId="sed.tabletree.collapseAll" commandName="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t4BpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.decompile.procyon" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (Procyon)" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t4RpjEemUxekpZrI8ww" elementId="CheckstylePlugin.ApplyCheckstyleFixes" commandName="Checkstyle &#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x9069;&#x7528;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a; Checkstyle &#x30af;&#x30a4;&#x30c3;&#x30af;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x3092;&#x9069;&#x7528;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t4hpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x306e;&#x524a;&#x9664;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t4xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="&#x5165;&#x529b;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;" description="&#x5165;&#x529b;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xcRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_t5BpjEemUxekpZrI8ww" elementId="title" name="&#x30bf;&#x30a4;&#x30c8;&#x30eb;"/>\r
+    <parameters xmi:id="_d1_t5RpjEemUxekpZrI8ww" elementId="message" name="&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;"/>\r
+    <parameters xmi:id="_d1_t5hpjEemUxekpZrI8ww" elementId="initialValue" name="&#x521d;&#x671f;&#x5024;"/>\r
+    <parameters xmi:id="_d1_t5xpjEemUxekpZrI8ww" elementId="cancelReturns" name="&#x30ad;&#x30e3;&#x30f3;&#x30bb;&#x30eb;&#x6642;&#x306e;&#x623b;&#x308a;&#x5024;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_t6BpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="&#x30ea;&#x30d9;&#x30fc;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t6RpjEemUxekpZrI8ww" elementId="AnyEdit.unescape.command" commandName="HTML &#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x6587;&#x5b57;&#x306b;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t6hpjEemUxekpZrI8ww" elementId="egradle.editor.commands.quickoutline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="Show quick outline dialog" category="_d1_xlBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t6xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x306e;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x306e;&#x751f;&#x6210;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x306e;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x3066;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t7BpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskComplete" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x5b8c;&#x4e86;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t7RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t7hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;" description="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t7xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t8BpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.Revert" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x623b;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t8RpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;..." description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x306e; Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306b;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x307e;&#x305f;&#x306f;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t8hpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.addAsBeanConfig" commandName="Add as Bean Configuration" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t8xpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.commands.CoverageLast" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t9BpjEemUxekpZrI8ww" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="&#x5de6;&#x304b;&#x3089;&#x53f3;&#x306b;&#x3059;&#x3079;&#x3066;&#x30b3;&#x30d4;&#x30fc;" description="&#x5de6;&#x304b;&#x3089;&#x53f3;&#x306b;&#x3059;&#x3079;&#x3066;&#x306e;&#x5909;&#x66f4;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_d1_xihpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t9RpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.EditPropertiesCommand" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t9hpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.cutcolumn" commandName="&#x5207;&#x308a;&#x53d6;&#x308a;" category="_d1_xjBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t9xpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.debug.ui.evaluate.command" commandName="&#x8a55;&#x4fa1;" description="Evaluates the selected text in the JavaScript editor" category="_d1_xhxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t-BpjEemUxekpZrI8ww" elementId="AnyEdit.sortNumericallyAscending.command" commandName="&#x6570;&#x5024; 0-9 &#x3067;&#x30bd;&#x30fc;&#x30c8;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t-RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="&#x300c;&#x56f2;&#x3080;&#x300d;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;" description="&#x300c;&#x56f2;&#x3080;&#x300d;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t-hpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x691c;&#x7d22;" description="&#x300c;&#x691c;&#x7d22;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x691c;&#x7d22;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t-xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t_BpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.removeAsBeanConfig" commandName="Remove as Bean Configuration" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t_RpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x3092;&#x8ffd;&#x52a0;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t_hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java &#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30fb;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" description="&#x6307;&#x5b9a;&#x3055;&#x308c;&#x305f; Java &#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3001;&#x7de8;&#x96c6;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_t_xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.navigate.open.type.in.hierarchy" commandName="&#x968e;&#x5c64;&#x3067;&#x578b;&#x3092;&#x958b;&#x304f;" description="&#x578b;&#x3092;&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uABpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearActiveTime" commandName="&#x4f5c;&#x696d;&#x6642;&#x9593;&#x306e;&#x30af;&#x30ea;&#x30a2;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uARpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="&#x30d3;&#x30eb;&#x30c9; Id &#x60c5;&#x5831;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3078;&#x30b3;&#x30d4;&#x30fc;" description="Copies the build identification information to the clipboard." category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uAhpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.commands.refreshproject" commandName="Gradle &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" description="Synchronizes the Gradle builds of the selected projects with the workspace" category="_d1_xXRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uAxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uBBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.task.attachContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x6dfb;&#x4ed8;" category="_d1_xYhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uBRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor" commandName="XPath Processor" category="_d1_xdBpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_uBhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.commands.radioStateParameter" name="State" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_uBxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CompareWithTagCommand" commandName="&#x30bf;&#x30b0;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uCBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="&#x524d;&#x306e;&#x5358;&#x8a9e;" description="&#x524d;&#x306e;&#x5358;&#x8a9e;&#x306b;&#x623b;&#x308a;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uCRpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.connector.local.command.launch" commandName="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_d1_xiRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uChpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.preferences" commandName="&#x8a2d;&#x5b9a;" description="&#x8a2d;&#x5b9a;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_uCxpjEemUxekpZrI8ww" elementId="preferencePageId" name="&#x8a2d;&#x5b9a;&#x30da;&#x30fc;&#x30b8;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_uDBpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.sourcelookup.ui.openSourceLookupInfoDialog" commandName="Source Lookup Info" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uDRpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.disassembler" commandName="Show Disassembler" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uDhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.Squash" commandName="&#x30b9;&#x30ab;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30b3;&#x30df;&#x30c3;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uDxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.copy" commandName="&#x30b3;&#x30d4;&#x30fc;" description="&#x9078;&#x629e;&#x5185;&#x5bb9;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uEBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.nextView" commandName="&#x6b21;&#x306e;&#x30d3;&#x30e5;&#x30fc;" description="&#x6b21;&#x306e;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uERpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.revertToSaved" commandName="&#x4fdd;&#x5b58;&#x6e08;&#x307f;&#x306b;&#x623b;&#x3059;" description="&#x524d;&#x56de;&#x4fdd;&#x5b58;&#x3057;&#x305f;&#x72b6;&#x614b;&#x306b;&#x623b;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uEhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uExpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="&#x6307;&#x5b9a;&#x884c;&#x307e;&#x3067;&#x5b9f;&#x884c;" description="&#x518d;&#x958b;&#x3057;&#x3001;&#x73fe;&#x5728;&#x884c;&#x307e;&#x3067;&#x5b9f;&#x884c;&#x3059;&#x308b;&#x3068;&#x4e2d;&#x65ad;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uFBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.navigate.java.open.structure" commandName="&#x69cb;&#x9020;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x69cb;&#x9020;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uFRpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.debug" commandName="OSGi &#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x30ef;&#x30fc;&#x30af;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="OSGi &#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x30ef;&#x30fc;&#x30af;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uFhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewPaste" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d1;&#x30b9;&#x307e;&#x305f;&#x306f; URI &#x306e;&#x8cbc;&#x308a;&#x4ed8;&#x3051;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uFxpjEemUxekpZrI8ww" elementId="org.eclipse.lsp4e.symbolinfile" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x30b7;&#x30f3;&#x30dc;&#x30eb;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xiBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uGBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.showChangeRulerInformation" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af; Diff &#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30c1;&#x30c3;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x884c;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af; diff &#x307e;&#x305f;&#x306f;&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;&#x3092;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3057;&#x305f;&#x30db;&#x30d0;&#x30fc;&#x5185;&#x306b;&#x8868;&#x793a;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uGRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.upperCase" commandName="&#x5927;&#x6587;&#x5b57;&#x306b;&#x5909;&#x66f4;" description="&#x9078;&#x629e;&#x884c;&#x3092;&#x5927;&#x6587;&#x5b57;&#x306b;&#x5909;&#x66f4;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uGhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x30fb;&#x30d5;&#x30a7;&#x30c3;&#x30c1;&#x306e;&#x69cb;&#x6210;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uGxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.goInto" commandName="&#x4e2d;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x306b;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uHBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.MarkAsMergedCommand" commandName="&#x30de;&#x30fc;&#x30b8;&#x6e08;&#x307f;&#x3068;&#x30de;&#x30fc;&#x30af;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uHRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.ConfigureUpstreamPush" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x30fb;&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x69cb;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uHhpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x306e;&#x5b9f;&#x884c;..." description="&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x306e;&#x5b9f;&#x884c;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uHxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x7d42;&#x308f;&#x308a;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uIBpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.resetOnDump" commandName="&#x30c0;&#x30f3;&#x30d7;&#x3067;&#x30ea;&#x30bb;&#x30c3;&#x30c8;" category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uIRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.minimizePart" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5c0f;&#x5316;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5c0f;&#x5316;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uIhpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.command1" commandName="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x633f;&#x5165;" category="_d1_xkhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uIxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Untrack" commandName="&#x30a2;&#x30f3;&#x30c8;&#x30e9;&#x30c3;&#x30af;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uJBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.add.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uJRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.showSystemMenu" commandName="&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uJhpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands.revdepexplorer" commandName="&#x30ea;&#x30d0;&#x30fc;&#x30b9;&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067;&#x8868;&#x793a;" category="_d1_xbhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uJxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.AllInstances" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30a4;&#x30f3;&#x30b9;&#x30bf;&#x30f3;&#x30b9;" description="View all instances of the selected type loaded in the target VM" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uKBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30a2;&#x30fc;&#x3067;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uKRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x884c;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uKhpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.actions.LifeCycleTest.run" commandName="Maven &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uKxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.run" commandName="XSLT &#x5909;&#x63db;&#x306e;&#x5b9f;&#x884c;" description="XSLT &#x5909;&#x63db;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3059;&#x308b;&#x305f;&#x3081;&#x306e;&#x69cb;&#x6210;&#x3092;&#x4f5c;&#x6210;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uLBpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.internal.actions.remaptoprojectcommand" commandName="Link with Project" description="Link the cloud application with the project." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uLRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.savePerspective" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306e;&#x5225;&#x540d;&#x4fdd;&#x5b58;" description="&#x73fe;&#x5728;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x4fdd;&#x5b58;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uLhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype" commandName="&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a;&#x5834;&#x5408;&#x306b;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x4f7f;&#x7528;" description="&#x4ee3;&#x308f;&#x308a;&#x306b;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x4f7f;&#x7528;&#x3059;&#x308b;&#x578b;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uLxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.assignParamToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uMBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Git &#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x306e;&#x69cb;&#x6210;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uMRpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.refactoring.command.moveBeanClass" commandName="Bean &#x8981;&#x7d20;&#x306e;&#x79fb;&#x52d5; (&#x30af;&#x30e9;&#x30b9;)(&amp;M)..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uMhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level" commandName="&#x578b;&#x3092;&#x65b0;&#x898f;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306b;&#x79fb;&#x52d5;" description="&#x578b;&#x3092;&#x65b0;&#x898f;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306b;&#x79fb;&#x52d5;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uMxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.TagCommand" commandName="&#x30bf;&#x30b0;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uNBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.linkWithEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x306e;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x9078;&#x629e;&#x3067;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x9078;&#x629e;&#x306e;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uNRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.open.file.from.source" commandName="&#x9078;&#x629e;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30f3;&#x30af;&#x3067;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304f;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uNhpjEemUxekpZrI8ww" elementId="AnyEdit.escape.command" commandName="&#x6587;&#x5b57;&#x3092; HTML &#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x306b;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uNxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x968e;&#x5c64;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x968e;&#x5c64;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uOBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults" commandName="&#x30c6;&#x30b9;&#x30c8;&#x7d50;&#x679c;&#x306e;&#x8868;&#x793a;" category="_d1_xXhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uORpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x9078;&#x629e;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x73fe;&#x5728;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x3001;&#x30d6;&#x30ed;&#x30c3;&#x30af;/&#x5217;&#x9078;&#x629e;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uOhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.goto.matching.bracket" commandName="&#x4e00;&#x81f4;&#x3059;&#x308b;&#x6587;&#x5b57;" description="Go to Matching Character" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uOxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uPBpjEemUxekpZrI8ww" elementId="AnyEdit.countAll.command" commandName="&#x9078;&#x629e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30ab;&#x30a6;&#x30f3;&#x30c8;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uPRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="HEAD &#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3067;&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3068;&#x6bd4;&#x8f03;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uPhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x30aa;&#x30fc;&#x30d0;&#x30fc;&#x30e9;&#x30a4;&#x30c9;/&#x5b9f;&#x88c5;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x30aa;&#x30fc;&#x30d0;&#x30fc;&#x30e9;&#x30a4;&#x30c9;&#x307e;&#x305f;&#x306f;&#x5b9f;&#x88c5;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uPxpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.snipmatch.rcp.commands.completion" commandName="Snipmatch &#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;&#x88dc;&#x5b8c;" description="Open a dialog to search for and insert code snippets" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uQBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uQRpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jaxb.eclipselink.ui.command.addEclipseLinkJaxbProperty" commandName="Add EclipseLink JAXB property" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uQhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.convertToDocbookCommand" commandName="Docbook &#x306e;&#x751f;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uQxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.part.nextPage" commandName="&#x6b21;&#x30da;&#x30fc;&#x30b8;" description="&#x6b21;&#x30da;&#x30fc;&#x30b8;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uRBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.change.type" commandName="&#x5ba3;&#x8a00;&#x3055;&#x308c;&#x305f;&#x578b;&#x306e;&#x4e00;&#x822c;&#x5316;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5909;&#x6570;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x4f7f;&#x7528;&#x6cd5;&#x306b;&#x5408;&#x3063;&#x305f;&#x3088;&#x308a;&#x4e00;&#x822c;&#x7684;&#x306a;&#x578b;&#x306b;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uRRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CreateBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x4f5c;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uRhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uRxpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.restart.commands.restart" commandName="Trigger Restart" description="Restart Spring Boot Application" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uSBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x30af;&#x30ed;&#x30fc;&#x30f3;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uSRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="&#x30de;&#x30fc;&#x30af;&#x306e;&#x30af;&#x30ea;&#x30a2;" description="&#x30de;&#x30fc;&#x30af;&#x3092;&#x30af;&#x30ea;&#x30a2;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uShpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.quick_outline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uSxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.inline" commandName="&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x5316;" description="&#x5b9a;&#x6570;&#x3001;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3001;&#x307e;&#x305f;&#x306f;&#x95a2;&#x6570;&#x3092;&#x30a4;&#x30f3;&#x30e9;&#x30a4;&#x30f3;&#x306b;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uTBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x9664;&#x53bb;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uTRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.PackagesView" commandName="JavaScript &#x30d5;&#x30a9;&#x30eb;&#x30c0;&#x30fc;" description="&#x30d5;&#x30a9;&#x30eb;&#x30c0;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uThpjEemUxekpZrI8ww" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="&#x5916;&#x90e8;&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x958b;&#x304f;" description="&#x73fe;&#x5728;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x306e;&#x5916;&#x90e8;&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x3092; Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uTxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CleanupCommand" commandName="&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uUBpjEemUxekpZrI8ww" elementId="org.eclipse.rap.tools.intro.internal.commands.launchRAPApplication" commandName="&#x30c1;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30fc;&#x30c8;&#x304b;&#x3089; RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x8d77;&#x52d5;" description="&#x30c1;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30fc;&#x30c8;&#x304b;&#x3089; RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x8d77;&#x52d5;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uURpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x4f5c;&#x6210;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uUhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uUxpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.snipmatch.rcp.commands.createSnippet" commandName="&#x30b9;&#x30cb;&#x30da;&#x30c3;&#x30c8;&#x306e;&#x4f5c;&#x6210;..." description="Creates a new Snipmatch code snippet from the current editor&#x2019;s text selection" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uVBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.PushTags" commandName="&#x30bf;&#x30b0;&#x3078;&#x30d7;&#x30c3;&#x30b7;&#x30e5;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uVRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="&#x30ea;&#x30d9;&#x30fc;&#x30b9;&#x3092;&#x7d9a;&#x884c;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uVhpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.disconnectcommand" commandName="&#x5207;&#x65ad;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x306e;&#x5207;&#x65ad;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uVxpjEemUxekpZrI8ww" elementId="org.eclipse.help.ui.closeTray" commandName="&#x30e6;&#x30fc;&#x30b6;&#x30fc;&#x652f;&#x63f4;&#x30c8;&#x30ec;&#x30a4;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30d8;&#x30eb;&#x30d7;&#x60c5;&#x5831;&#x304a;&#x3088;&#x3073;&#x864e;&#x306e;&#x5dfb;&#x3092;&#x542b;&#x3080;&#x30e6;&#x30fc;&#x30b6;&#x30fc;&#x652f;&#x63f4;&#x30c8;&#x30ec;&#x30a4;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;&#x3002;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uWBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uWRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.Resume" commandName="&#x518d;&#x958b;" description="&#x518d;&#x958b;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uWhpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.SetKeywordsCommand" commandName="&#x30ad;&#x30fc;&#x30ef;&#x30fc;&#x30c9;&#x306e;&#x8a2d;&#x5b9a;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uWxpjEemUxekpZrI8ww" elementId="AnyEdit.unicodify.command" commandName="&#x30e6;&#x30cb;&#x30b3;&#x30fc;&#x30c9;&#x8868;&#x8a18;&#x306b;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uXBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x884c;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uXRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.open.context.dialog" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xYhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uXhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.restartWorkbench" commandName="&#x518d;&#x958b;" description="&#x30ef;&#x30fc;&#x30af;&#x30d9;&#x30f3;&#x30c1;&#x306e;&#x518d;&#x8d77;&#x52d5;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uXxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uYBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.CompareWithRef" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x3001;&#x30bf;&#x30b0;&#x307e;&#x305f;&#x306f;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x6bd4;&#x8f03;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uYRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.attachment.retrieveContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x6dfb;&#x4ed8;&#x3092;&#x53d6;&#x5f97;" category="_d1_xYhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uYhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="&#x4e0a;&#x66f8;&#x304d;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x4e0a;&#x66f8;&#x304d;&#x30e2;&#x30fc;&#x30c9;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uYxpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.dash.boot.dash.RestartAction" commandName="(&#x518d;) &#x8d77;&#x52d5;" description="(Re)start Boot App" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uZBpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands.resolve" commandName="&#x89e3;&#x6c7a;" category="_d1_xbhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uZRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="&#x30d7;&#x30eb;&#x30fb;&#x30a2;&#x30c3;&#x30d7;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uZhpjEemUxekpZrI8ww" elementId="AnyEdit.formatStackTrace.command" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uZxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x6298;&#x308a;&#x305f;&#x305f;&#x307e;&#x308c;&#x305f;&#x3059;&#x3079;&#x3066;&#x306e;&#x9818;&#x57df;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uaBpjEemUxekpZrI8ww" elementId="AnyEdit.openFileFromTextEditor.command" commandName="&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x4e0a;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uaRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.try.catch" commandName="try/catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x3080;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; try/catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uahpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.RefreshRepositoryTasks" commandName="&#x5909;&#x66f4;&#x3092;&#x540c;&#x671f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uaxpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="&#x76e3;&#x8996;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x76e3;&#x8996;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x307e;&#x305f;&#x306f;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ubBpjEemUxekpZrI8ww" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30ab;&#x30bf;&#x30ed;&#x30b0;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_ubRpjEemUxekpZrI8ww" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_ubhpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;&#x3002;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ubxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x958b;&#x304f;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ucBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter" commandName="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5f0f;&#x3092;&#x57fa;&#x306b;&#x65b0;&#x898f;&#x95a2;&#x6570;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ucRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="&#x30b5;&#x30d6;&#x30e2;&#x30b8;&#x30e5;&#x30fc;&#x30eb;&#x306e;&#x66f4;&#x65b0;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uchpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" description="Launch in profile mode" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ucxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Pull" commandName="&#x30d7;&#x30eb;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_udBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" commandName="JavaScript &#x578b;&#x968e;&#x5c64;" description="&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_udRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="&#x30de;&#x30fc;&#x30af;&#x306e;&#x4ea4;&#x63db;" description="&#x30de;&#x30fc;&#x30af;&#x3092;&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x4f4d;&#x7f6e;&#x3068;&#x4ea4;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_udhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_udxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.interest.increment" commandName="&#x76ee;&#x5370;&#x306b;&#x3059;&#x308b;" description="&#x76ee;&#x5370;&#x306b;&#x3059;&#x308b;" category="_d1_xYhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ueBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment" commandName="JSdoc &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="Jsdoc &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x30fb;&#x30b9;&#x30bf;&#x30d6;&#x3092;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x8981;&#x7d20;&#x306b;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ueRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x968e;&#x5c64;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x968e;&#x5c64;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uehpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="&#x30d5;&#x30a7;&#x30c3;&#x30c1;&#x69cb;&#x6210;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uexpjEemUxekpZrI8ww" elementId="org.eclipse.pde.api.tools.ui.convert.javadocs" commandName="API &#x30c4;&#x30fc;&#x30eb; Javadoc &#x30bf;&#x30b0;&#x306e;&#x5909;&#x63db;(&amp;J)..." description="&#x65e2;&#x5b58;&#x306e; Javadoc &#x30bf;&#x30b0;&#x3092;&#x6ce8;&#x91c8;&#x3078;&#x5909;&#x63db;&#x3059;&#x308b;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x958b;&#x59cb;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ufBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.ReplaceWithTagCommand" commandName="&#x30bf;&#x30b0;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ufRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.open.external.javadoc" commandName="&#x6dfb;&#x4ed8;&#x3055;&#x308c;&#x305f; Javadoc &#x3092;&#x958b;&#x304f;" description="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x9078;&#x629e;&#x8981;&#x7d20;&#x306e;&#x6dfb;&#x4ed8;&#x3055;&#x308c;&#x305f; Javadoc &#x3092;&#x958b;&#x304f;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ufhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.run" commandName="OSGi &#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x30ef;&#x30fc;&#x30af;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="OSGi &#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x30ef;&#x30fc;&#x30af;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ufxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.UpdateToRevisionCommand" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3078;&#x66f4;&#x65b0;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ugBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="&#x5de6;&#x3078;&#x30b7;&#x30d5;&#x30c8;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3092;&#x5de6;&#x3078;&#x30b7;&#x30d5;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ugRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.structure.select.next" commandName="&#x6b21;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ughpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Push" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ugxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="&#x30af;&#x30e9;&#x30b9;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30e9;&#x30b9;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uhBpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.convertJavaProjectToJpa" commandName="JPA &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3078;&#x5909;&#x63db;..." category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uhRpjEemUxekpZrI8ww" elementId="org.eclipse.emf.codegen.ecore.ui.Generate" commandName="&#x30b3;&#x30fc;&#x30c9;&#x306e;&#x751f;&#x6210;" description="Generate code for the EMF models in the workspace" category="_d1_xjhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uhhpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.ShareProjectsCommand" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8; (1 &#x3064;&#x4ee5;&#x4e0a;) &#x306e;&#x5171;&#x7528;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uhxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.generate.javadoc" commandName="JsDoc &#x306e;&#x751f;&#x6210;" description="JavaScript &#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x9078;&#x629e;&#x53ef;&#x80fd;&#x30bb;&#x30c3;&#x30c8;&#x306b;&#x3064;&#x3044;&#x3066; Jsdoc &#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uiBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;&#x3055;&#x308c;&#x305f;&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3092;&#x524a;&#x9664;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uiRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x958b;&#x304f;" category="_d1_xlxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uihpjEemUxekpZrI8ww" elementId="org.eclipse.tips.ide.command.open" commandName="&#x4eca;&#x65e5;&#x306e;&#x30d2;&#x30f3;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uixpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.source.quickMenu" commandName="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;" description="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ujBpjEemUxekpZrI8ww" elementId="AnyEdit.base64decode.command" commandName="Base64 &#x304b;&#x3089;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ujRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.specific_content_assist.command" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;" description="&#x5358;&#x4e00;&#x306e;&#x88dc;&#x5b8c;&#x5019;&#x88dc;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3067;&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x547c;&#x3073;&#x51fa;&#x3059;&#x3001;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x5316;&#x53ef;&#x80fd;&#x306a;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_d1_xWxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_ujhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="&#x578b;" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_ujxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ukBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.expandAll" commandName="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" description="Expand the current tree" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ukRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.saveAll" commandName="&#x3059;&#x3079;&#x3066;&#x4fdd;&#x5b58;" description="&#x73fe;&#x5728;&#x306e;&#x5185;&#x5bb9;&#x3092;&#x3059;&#x3079;&#x3066;&#x4fdd;&#x5b58;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ukhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.method.exits" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x51fa;&#x53e3;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x623b;&#x308a;&#x578b;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x51fa;&#x53e3;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ukxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.matching.bracket" commandName="&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x89d2;&#x62ec;&#x5f27;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x3092;&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x89d2;&#x62ec;&#x5f27;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ulBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ulRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.closeOthers" commandName="&#x305d;&#x306e;&#x4ed6;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306a;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x4ee5;&#x5916;&#x3092;&#x3059;&#x3079;&#x3066;&#x9589;&#x3058;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ulhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element" commandName="&#x540d;&#x524d;&#x5909;&#x66f4; - &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; " description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x3092;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ulxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="&#x884c;&#x3092;&#x5143;&#x306b;&#x623b;&#x3059;" description="&#x73fe;&#x5728;&#x884c;&#x3092;&#x5143;&#x306b;&#x623b;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_umBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;..." description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_umRpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.eclipselink.ui.generateDynamicEntities" commandName="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x304b;&#x3089;&#x52d5;&#x7684;&#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x751f;&#x6210;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_umhpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.ShowAnnotationCommand" commandName="&#x6ce8;&#x91c8;&#x306e;&#x8868;&#x793a;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_umxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x304b;&#x3089;&#x30d5;&#x30a7;&#x30c3;&#x30c1;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_unBpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.sourcelookup.ui.importBinaryProject" commandName="Import Binary Project" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_unRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.previousEditor" commandName="&#x524d;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;" description="&#x524d;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_unhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.copy.qualified.name" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x30b3;&#x30d4;&#x30fc;" description="&#x5b8c;&#x5168;&#x4fee;&#x98fe;&#x540d;&#x3092;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x306e;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_unxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.promote.local.variable" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x5909;&#x63db;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uoBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.zoomIn" commandName="&#x30ba;&#x30fc;&#x30e0;&#x30a4;&#x30f3;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30ba;&#x30fc;&#x30e0;&#x30fb;&#x30a4;&#x30f3; - &#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30d5;&#x30a9;&#x30f3;&#x30c8;&#x30fb;&#x30b5;&#x30a4;&#x30ba;&#x3092;&#x5927;&#x304d;&#x304f;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uoRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="&#x5225;&#x306b;&#x958b;&#x304f;" description="&#x5225;&#x306e;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uohpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" commandName="JavaScript &#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;" description="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uoxpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands.resolveall" commandName="&#x3059;&#x3079;&#x3066;&#x89e3;&#x6c7a;" category="_d1_xbhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_upBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.changeToStatic" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x9759;&#x7684;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x3078;&#x306e;&#x5909;&#x66f4;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x9759;&#x7684;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x3078;&#x306e;&#x5909;&#x66f4;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_upRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="&#x65b0;&#x898f;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;" description="&#x65b0;&#x898f;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uphpjEemUxekpZrI8ww" elementId="com.xored.glance.commands.open" commandName="Glance &#x3092;&#x958b;&#x304f;" description="Glance &#x691c;&#x7d22;&#x30d1;&#x30cd;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_d1_xZBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_upxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="&#x7121;&#x95a2;&#x4fc2;&#x306a;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x7121;&#x95a2;&#x4fc2;&#x306a;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9589;&#x3058;&#x308b;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uqBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field" commandName="&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306e;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;" description="&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x53d6;&#x5f97;&#x304a;&#x3088;&#x3073;&#x8a2d;&#x5b9a;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x3001;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306b;&#x306f;&#x3053;&#x308c;&#x3089;&#x306e;&#x307f;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uqRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.markers.copyMarkerResourceQualifiedName" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x4fee;&#x98fe;&#x540d;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;" description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x4fee;&#x98fe;&#x540d;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uqhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.run" commandName="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uqxpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x3067;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7279;&#x5b9a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_urBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.superclass" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x62bd;&#x51fa;" description="&#x4e00;&#x9023;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x305d;&#x306e;&#x65b0;&#x898f;&#x306e;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x4f7f;&#x7528;&#x3092;&#x8a66;&#x307f;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_urRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.remove.block.comment" commandName="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x9664;&#x53bb;" description="&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x30fb;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x9664;&#x53bb;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_urhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x30fb;&#x30b9;&#x30d1;&#x30a4;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30b9;&#x30d1;&#x30a4;&#x306e;&#x8868;&#x793a;" category="_d1_xmxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_urxpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.entityMappingsAddPersistentClass" commandName="&#x30af;&#x30e9;&#x30b9;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xdRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_usBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.constructor.using.fields" commandName="&#x5909;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x751f;&#x6210;" description="&#x521d;&#x671f;&#x5316;&#x3059;&#x308b;&#x5909;&#x6570;&#x304a;&#x3088;&#x3073;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30af;&#x30e9;&#x30b9;&#x304b;&#x3089;&#x547c;&#x3073;&#x51fa;&#x3059;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059; " category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_usRpjEemUxekpZrI8ww" elementId="AnyEdit.sortNumericallyDescending.command" commandName="&#x6570;&#x5024; 9-0 &#x3067;&#x30bd;&#x30fc;&#x30c8;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_ushpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="&#x578b;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x578b;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_usxpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.core.ui.command.openPom" commandName="Maven POM &#x3092;&#x958b;&#x304f;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_utBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.index.rebuild" commandName="Java &#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x518d;&#x30d3;&#x30eb;&#x30c9;" description="Rebuilds the Java index database" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_utRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.addBookmark" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;" description="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uthpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsd.ui.refactor.rename.element" commandName="XSD &#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;(&amp;R)" description="XSD &#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_utxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.set.mark" commandName="&#x30de;&#x30fc;&#x30af;&#x306e;&#x8a2d;&#x5b9a;" description="&#x30de;&#x30fc;&#x30af;&#x3092;&#x8a2d;&#x5b9a;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uuBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.goToPreviousUnread" commandName="&#x524d;&#x306e;&#x672a;&#x8aad;&#x30bf;&#x30b9;&#x30af;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uuRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.next" commandName="&#x6b21;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uuhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5909;&#x6570;&#x5ba3;&#x8a00;&#x306e;&#x5206;&#x5272;/&#x7d50;&#x5408;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x5ba3;&#x8a00;&#x306e;&#x5206;&#x5272;/&#x7d50;&#x5408; (Split/Join variable declaration)&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uuxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView" commandName="&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x7279;&#x5b9a;&#x306e;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_uvBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.viewId" name="&#x30d3;&#x30e5;&#x30fc;"/>\r
+    <parameters xmi:id="_d1_uvRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/>\r
+    <parameters xmi:id="_d1_uvhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.views.showView.makeFast" name="&#x9ad8;&#x901f;&#x30d3;&#x30e5;&#x30fc;&#x3068;&#x3057;&#x3066;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_uvxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Ignore" commandName="&#x7121;&#x8996;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uwBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.Edit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x306e;&#x7de8;&#x96c6;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uwRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30bf;&#x30fc;&#x3067;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;" description="&#x30d1;&#x30b9;&#x3092;&#x6307;&#x5b9a;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30bf;&#x30fc;&#x3067;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_uwhpjEemUxekpZrI8ww" elementId="resourcePath" name="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d1;&#x30b9;" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_uwxpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands.reloadsettings" commandName="&#x8a2d;&#x5b9a;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" category="_d1_xbhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uxBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x30b9;&#x30ad;&#x30c3;&#x30d7;" description="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3067;&#x5b9f;&#x884c;&#x3092;&#x4e2d;&#x65ad;&#x3059;&#x308b;&#x304b;&#x3069;&#x3046;&#x304b;&#x3092;&#x8a2d;&#x5b9a;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uxRpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.selectRootElements" commandName="Select Root Elements" category="_d1_xaRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_uxhpjEemUxekpZrI8ww" elementId="type" name="type" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_uxxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.delimiter.windows" commandName="&#x884c;&#x533a;&#x5207;&#x308a;&#x6587;&#x5b57;&#x3092; Windows &#x306b;&#x5909;&#x63db; (CRLF, \r\n, 0D0A, &#xa4;&#xb6;)" description="&#x884c;&#x533a;&#x5207;&#x308a;&#x6587;&#x5b57;&#x3092; Windows &#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059; (CRLF, \r\n, 0D0A, &#xa4;&#xb6;)" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uyBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.findNext" commandName="&#x6b21;&#x3092;&#x691c;&#x7d22;" description="&#x6b21;&#x306e;&#x9805;&#x76ee;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uyRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.hidetrimbars" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x306e;&#x53ef;&#x8996;&#x6027;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x73fe;&#x884c;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x306e;&#x8868;&#x793a;/&#x975e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uyhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uyxpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.commands.editStartersCommand" commandName="&#x30b9;&#x30bf;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x7de8;&#x96c6;" category="_d1_xfhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uzBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.SetPropertyCommand" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x306e;&#x8a2d;&#x5b9a;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uzRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.super.implementation" commandName="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x3067;&#x5b9f;&#x88c5;&#x3092;&#x958b;&#x304f;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uzhpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.refactoring.command.refactorBeanClass" commandName="Bean &#x8981;&#x7d20; (id, class, property &#x540d;) &#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;(&amp;R)..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_uzxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.openPluginArtifact" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30a2;&#x30fc;&#x30c6;&#x30a3;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304f;" description="&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30a2;&#x30fc;&#x30c6;&#x30a3;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304f;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u0BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.debug" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30b5;&#x30fc;&#x30d0;&#x30fc;" category="_d1_xZhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u0RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="&#x6b21;&#x306e;&#x30b5;&#x30d6;&#x30fb;&#x30bf;&#x30d6;" description="&#x6b21;&#x306e;&#x30b5;&#x30d6;&#x30fb;&#x30bf;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u0hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter" commandName="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5f0f;&#x3092;&#x57fa;&#x306b;&#x65b0;&#x898f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u0xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.addTaskRepository" commandName="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xZRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_u1BpjEemUxekpZrI8ww" elementId="connectorKind" name="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_u1RpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.removeAllSessions" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x3092;&#x9664;&#x53bb;" category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u1hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u1xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.addTask" commandName="&#x30bf;&#x30b9;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." description="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u2BpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser" commandName="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x30d3;&#x30eb;&#x30c9;&#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" category="_d1_xXhpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_u2RpjEemUxekpZrI8ww" elementId="element" name="Element"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_u2hpjEemUxekpZrI8ww" elementId="org.eclipse.pde.updateUnitVersions" commandName="Update IU Versions from Repositories" description="Update to latest IU versions" category="_d1_xdxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u2xpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.structure.select.enclosing" commandName="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x306e;&#x9078;&#x629e;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x8981;&#x7d20;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u3BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.wsdl.ui.refactor.rename.element" commandName="WSDL &#x30b3;&#x30f3;&#x30dd;&#x30fc;&#x30cd;&#x30f3;&#x30c8;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="WSDL &#x30b3;&#x30f3;&#x30dd;&#x30fc;&#x30cd;&#x30f3;&#x30c8;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u3RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="&#x864e;&#x306e;&#x5dfb;&#x3092;&#x958b;&#x304f;" description="&#x864e;&#x306e;&#x5dfb;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;&#x3002;" category="_d1_xjxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_u3hpjEemUxekpZrI8ww" elementId="cheatSheetId" name="&#x8b58;&#x5225;&#x5b50;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_u3xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.viewSource.command" commandName="&#x66f8;&#x5f0f;&#x672a;&#x8a2d;&#x5b9a;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x8868;&#x793a;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u4BpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="1 &#x884c;&#x4e0b;&#x3078;&#x79fb;&#x52d5;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x884c;&#x3092;&#x4e0b;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u4RpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.SourceView" commandName="JavaScript &#x5ba3;&#x8a00;" description="&#x5ba3;&#x8a00;&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u4hpjEemUxekpZrI8ww" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="&#x66f4;&#x65b0;&#x306e;&#x78ba;&#x8a8d;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u4xpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.searchTargetRepositories" commandName="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x3078;&#x6210;&#x679c;&#x7269;&#x3092;&#x8ffd;&#x52a0;" description="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x30fb;&#x30d7;&#x30e9;&#x30c3;&#x30c8;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x3078;&#x30a2;&#x30fc;&#x30c6;&#x30a3;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_u5BpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.searchTargetRepositories.term" name="The initial search pattern for the artifact search dialog"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_u5RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x672b;&#x5c3e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x672b;&#x5c3e;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u5hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.goto.matching.bracket" commandName="&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x89d2;&#x62ec;&#x5f27;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x3092;&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x89d2;&#x62ec;&#x5f27;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u5xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.part.previousPage" commandName="&#x524d;&#x30da;&#x30fc;&#x30b8;" description="&#x524d;&#x30da;&#x30fc;&#x30b8;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u6BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.override.methods" commandName="&#x95a2;&#x6570;&#x306e;&#x30aa;&#x30fc;&#x30d0;&#x30fc;&#x30e9;&#x30a4;&#x30c9;/&#x5b9f;&#x88c5;" description="&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x306e;&#x95a2;&#x6570;&#x3092;&#x30aa;&#x30fc;&#x30d0;&#x30fc;&#x30e9;&#x30a4;&#x30c9;&#x307e;&#x305f;&#x306f;&#x5b9f;&#x88c5;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u6RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.closeProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9589;&#x3058;&#x308b;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9589;&#x3058;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u6hpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.PullWithOptions" commandName="&#x30d7;&#x30eb;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u6xpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.refactor.migrate.jar" commandName="Jar &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30de;&#x30a4;&#x30b0;&#x30ec;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="Jar &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x65b0;&#x898f;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x306b;&#x30de;&#x30a4;&#x30b0;&#x30ec;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u7BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.editor" commandName="&#x5ba3;&#x8a00;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u7RpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.publish" commandName="&#x516c;&#x958b;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x3078;&#x516c;&#x958b;" category="_d1_xZhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u7hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.factory" commandName="&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x5c0e;&#x5165;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30b3;&#x30f3;&#x30b9;&#x30c8;&#x30e9;&#x30af;&#x30bf;&#x30fc;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;&#x3059;&#x308b;&#x30d5;&#x30a1;&#x30af;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u7xpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.updateClasspath" commandName="&#x30af;&#x30e9;&#x30b9;&#x30d1;&#x30b9;&#x306e;&#x66f4;&#x65b0;" description="&#x6700;&#x65b0;&#x306e;&#x8a2d;&#x5b9a;&#x304b;&#x3089;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x30d1;&#x30b9;&#x3092;&#x66f4;&#x65b0;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u8BpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.decompile" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb;" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u8RpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.CherryPick" commandName="&#x30c1;&#x30a7;&#x30ea;&#x30fc;&#x30fb;&#x30d4;&#x30c3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u8hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.use.supertype" commandName="&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a;&#x5834;&#x5408;&#x306b;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x4f7f;&#x7528;" description="&#x4ee3;&#x308f;&#x308a;&#x306b;&#x30b9;&#x30fc;&#x30d1;&#x30fc;&#x30bf;&#x30a4;&#x30d7;&#x3092;&#x4f7f;&#x7528;&#x3059;&#x308b;&#x578b;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x5909;&#x66f4;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u8xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskUnread" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x672a;&#x8aad;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u9BpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3067;&#x7279;&#x5b9a;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u9RpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.structure.select.last" commandName="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" description="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u9hpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.sort.members" commandName="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306e;&#x30bd;&#x30fc;&#x30c8;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x9806;&#x5e8f;&#x8a2d;&#x5b9a;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x3001;&#x3059;&#x3079;&#x3066;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30bd;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u9xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.cut.line" commandName="&#x884c;&#x5207;&#x308a;&#x53d6;&#x308a;" description="Cut a line of text, or multiple lines when invoked again without interruption" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u-BpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromBuild" commandName="&#x30d3;&#x30eb;&#x30c9;&#x304b;&#x3089;&#x65b0;&#x898f;&#x30bf;&#x30b9;&#x30af;" category="_d1_xXhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u-RpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.view.ui.command.launch" commandName="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_d1_xiRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u-hpjEemUxekpZrI8ww" elementId="org.springsource.ide.eclipse.commons.ui.stop" commandName="&#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x505c;&#x6b62;" description="Stop last launched application" category="_d1_xkRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u-xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" description="&#x6298;&#x308a;&#x305f;&#x305f;&#x307e;&#x308c;&#x305f;&#x3059;&#x3079;&#x3066;&#x306e;&#x9818;&#x57df;&#x3092;&#x5c55;&#x958b;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u_BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInPackageView" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067; JavaScript &#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;" description="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x3067; JavaScript &#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_u_RpjEemUxekpZrI8ww" elementId="elementRef" name="JavaScript &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_u_hpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x8981;&#x7d20;&#x306e;&#x30b0;&#x30ed;&#x30fc;&#x30d0;&#x30eb;&#x5316;(&amp;G)" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x8981;&#x7d20;&#x3092;&#x30b0;&#x30ed;&#x30fc;&#x30d0;&#x30eb;&#x30fb;&#x30ec;&#x30d9;&#x30eb;&#x306b;&#x30d7;&#x30ed;&#x30e2;&#x30fc;&#x30c8;&#x3057;&#x3001;&#x305d;&#x306e;&#x53c2;&#x7167;&#x3092;&#x7f6e;&#x63db;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_u_xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.encapsulateField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306e; getter/setter &#x4f5c;&#x6210;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306e; getter/setter &#x3092;&#x4f5c;&#x6210;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vABpjEemUxekpZrI8ww" elementId="org.eclipse.ajdt.launching.runShortcut.debug" commandName="AspectJ/Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="AspectJ/Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vARpjEemUxekpZrI8ww" elementId="org.eclipse.ui.help.quickStartAction" commandName="&#x3088;&#x3046;&#x3053;&#x305d;" description="&#x65b0;&#x898f;&#x30e6;&#x30fc;&#x30b6;&#x30fc;&#x7528;&#x306e;&#x30d8;&#x30eb;&#x30d7;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vAhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ReplaceWithPrevious" commandName="&#x524d;&#x306e;&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3067;&#x7f6e;&#x63db;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vAxpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.sourcelookup.ui.openPom" commandName="Open Pom" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vBBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.hideShowEditors" commandName="&#x5171;&#x7528;&#x30a8;&#x30ea;&#x30a2;&#x53ef;&#x8996;&#x6027;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x5171;&#x7528;&#x30a8;&#x30ea;&#x30a2;&#x306e;&#x8868;&#x793a;/&#x975e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vBRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="&#x69cb;&#x9020;&#x306e;&#x30ea;&#x30bb;&#x30c3;&#x30c8;" description="&#x6298;&#x308a;&#x305f;&#x305f;&#x307f;&#x69cb;&#x9020;&#x3092;&#x30ea;&#x30bb;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vBhpjEemUxekpZrI8ww" elementId="org.thymeleaf.extras.eclipse.menus.AddThymeleafNature" commandName="Thymeleaf &#x30cd;&#x30fc;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xnBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vBxpjEemUxekpZrI8ww" elementId="org.eclipse.help.ui.indexcommand" commandName="&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;" description="&#x30ad;&#x30fc;&#x30ef;&#x30fc;&#x30c9;&#x30fb;&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;&#x306e;&#x8868;&#x793a;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vCBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" description="&#x554f;&#x984c;&#x3092;&#x89e3;&#x6c7a;&#x3057;&#x3001;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30b9;&#x30bf;&#x30a4;&#x30eb;&#x3092;&#x6539;&#x5584;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vCRpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.GotoMatchingTokenAction" commandName="&#x4e00;&#x81f4;&#x3059;&#x308b;&#x30c8;&#x30fc;&#x30af;&#x30f3;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vChpjEemUxekpZrI8ww" elementId="org.eclipse.pde.api.tools.ui.setup.projects" commandName="API &#x30c4;&#x30fc;&#x30eb;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x30a2;&#x30c3;&#x30d7;(&amp;T)..." description="API &#x4f7f;&#x7528;&#x304a;&#x3088;&#x3073;&#x4e92;&#x63db;&#x6027;&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x306b;&#x3064;&#x3044;&#x3066;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x69cb;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vCxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.delegate.methods" commandName="&#x59d4;&#x8b72;&#x95a2;&#x6570;&#x306e;&#x751f;&#x6210;" description="&#x578b;&#x306e;&#x5909;&#x6570;&#x306e;&#x59d4;&#x8b72;&#x95a2;&#x6570;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vDBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Java &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vDRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.forward" commandName="&#x9032;&#x3080;" description="&#x6b21;&#x3078;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vDhpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.commands.openbuildscript" commandName="Gradle &#x30d3;&#x30eb;&#x30c9;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x3092;&#x958b;&#x304f;" description="Opens the Gradle build script for the selected Gradle project" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vDxpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.eclipselink.ui.convertJavaConverters" commandName="Java &#x30b3;&#x30f3;&#x30d0;&#x30fc;&#x30bf;&#x30fc;&#x3092; XML &#x3078;&#x79fb;&#x52d5;..." category="_d1_xcxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vEBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.last" commandName="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" description="&#x524d;&#x56de;&#x306e;&#x9078;&#x629e;&#x3092;&#x5fa9;&#x5143;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vERpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.commands.openrunconfiguration" commandName="Gradle &#x5b9f;&#x884c;&#x69cb;&#x6210;&#x3092;&#x958b;&#x304f;" description="Opens the Run Configuration for the selected Gradle tasks" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vEhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.DeleteTag" commandName="&#x30bf;&#x30b0;&#x306e;&#x524a;&#x9664;(&amp;D)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vExpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x6ce8;&#x91c8;&#x306e;&#x9664;&#x53bb;" description="&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x6ce8;&#x91c8;&#x3092;&#x73fe;&#x5728;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x304b;&#x3089;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vFBpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.internal.actions.unmapprojectcommand" commandName="Unlink Project" description="Unlink the cloud application and the project." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vFRpjEemUxekpZrI8ww" elementId="com.xored.glance.commands.focus" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x30fb;&#x30d0;&#x30c3;&#x30af;&#x3067;&#x623b;&#x308b;" description="Return focus back from Glance search panel to control" category="_d1_xZBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vFhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.pinEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d4;&#x30f3;&#x7559;&#x3081;" description="&#x73fe;&#x5728;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x30d4;&#x30f3;&#x7559;&#x3081;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vFxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.in.package.view" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067;&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x3067;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vGBpjEemUxekpZrI8ww" elementId="AnyEdit.compareWith.external" commandName="&#x5916;&#x90e8;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3068;&#x6bd4;&#x8f03;..." category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vGRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="&#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a2;&#x30c3;&#x30d7;" description="1 &#x30da;&#x30fc;&#x30b8;&#x4e0a;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vGhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="&#x30b5;&#x30d6;&#x30e2;&#x30b8;&#x30e5;&#x30fc;&#x30eb;&#x306e;&#x540c;&#x671f;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vGxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x524a;&#x9664;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vHBpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.copy" commandName="&#x30b3;&#x30d4;&#x30fc;" category="_d1_xkhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vHRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="&#x524d;&#x306e;&#x5217;" description="&#x524d;&#x306e;&#x5217;&#x306b;&#x9032;&#x307f;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vHhpjEemUxekpZrI8ww" elementId="AnyEdit.SortLineLengthDescending.command" commandName="&#x884c;&#x9577; &#x9577;&#x3044;-&#x77ed;&#x3044; &#x3067;&#x30bd;&#x30fc;&#x30c8;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vHxpjEemUxekpZrI8ww" elementId="org.eclipse.compare.selectNextChange" commandName="&#x6b21;&#x306e;&#x5909;&#x66f4;&#x306e;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5909;&#x66f4;&#x306e;&#x9078;&#x629e;" category="_d1_xihpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vIBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5909;&#x6570;&#x5ba3;&#x8a00;&#x306e;&#x5206;&#x5272;/&#x7d50;&#x5408;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x5ba3;&#x8a00;&#x306e;&#x5206;&#x5272;/&#x7d50;&#x5408; (Split/Join variable declaration)&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vIRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.assignParamToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5909;&#x6570;&#x3078;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5909;&#x6570;&#x3078;&#x306e;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vIhpjEemUxekpZrI8ww" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x540d;&#x306e;&#x5909;&#x66f4;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x540d;&#x524d;&#x3092;&#x5909;&#x66f4;&#x3057;&#x3001;LTK &#x30d1;&#x30fc;&#x30c6;&#x30a3;&#x30b7;&#x30d1;&#x30f3;&#x30c8;&#x306b;&#x901a;&#x77e5;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xmBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vIxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.importFromRepository" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x3092;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" description="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x3092;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vJBpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.dash.boot.dash.StopAction" commandName="&#x505c;&#x6b62;" description="Stop Boot App" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vJRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Rebase" commandName="&#x30ea;&#x30d9;&#x30fc;&#x30b9;&#x30fb;&#x30aa;&#x30f3;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vJhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.ShowInHistory" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306b;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vJxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.previousTask" commandName="&#x76f4;&#x524d;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vKBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.properties" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vKRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.copy.qualified.name" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x30b3;&#x30d4;&#x30fc;" description="&#x5b8c;&#x5168;&#x4fee;&#x98fe;&#x540d;&#x3092;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x306e;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vKhpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.internal.actions.updaterestartmodulecommand" commandName="&#x66f4;&#x65b0;&#x3057;&#x3066;&#x518d;&#x8d77;&#x52d5;" description="=Update and Restart" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vKxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="HEAD &#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x7f6e;&#x63db;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vLBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vLRpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.utils.rcp.commands.openPreferences" commandName="&#x8a2d;&#x5b9a;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_vLhpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_vLxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vMBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.activeContextInfo" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x60c5;&#x5831;&#x306e;&#x8868;&#x793a;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vMRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToPreviousUnread" commandName="&#x30bf;&#x30b9;&#x30af;&#x3092;&#x65e2;&#x8aad;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;&#x3057;&#x3001;&#x524d;&#x306e;&#x672a;&#x8aad;&#x30bf;&#x30b9;&#x30af;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vMhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy" commandName="&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3067;&#x547c;&#x3073;&#x51fa;&#x3057;&#x968e;&#x5c64;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vMxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.extract.constant" commandName="&#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x5b9a;&#x6570;&#x3092;&#x65b0;&#x3057;&#x3044; static &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3001;&#x305d;&#x306e;&#x65b0;&#x3057;&#x3044; static &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vNBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vNRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.cleanup.document" commandName="&#x6587;&#x66f8;&#x306e;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;..." description="&#x6587;&#x66f8;&#x306e;&#x30af;&#x30ea;&#x30fc;&#x30f3;&#x30a2;&#x30c3;&#x30d7;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vNhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput.url" commandName="&#x30d3;&#x30eb;&#x30c9;&#x51fa;&#x529b;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vNxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="&#x30a2;&#x30c3;&#x30d7;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x30e0;&#x30fb;&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x69cb;&#x6210;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vOBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.command.nextpage" commandName="&#x6b21;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30da;&#x30fc;&#x30b8;" description="&#x6b21;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x306e;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x30ed;&#x30fc;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vORpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="&#x30a2;&#x30c9;&#x30ec;&#x30b9;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30a2;&#x30c9;&#x30ec;&#x30b9;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vOhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.maximizePart" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5927;&#x5316;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x6700;&#x5927;&#x5316;/&#x5143;&#x306e;&#x30b5;&#x30a4;&#x30ba;&#x306e;&#x72b6;&#x614b;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vOxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306e;&#x4fee;&#x98fe;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306e;&#x4fee;&#x98fe;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vPBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.newEditor" commandName="Clone Editor" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x5165;&#x529b;&#x4e0a;&#x3067;&#x5225;&#x306e;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vPRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.format" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vPhpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.openSearchDialog" commandName="&#x300c;&#x691c;&#x7d22;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;" description="&#x300c;&#x691c;&#x7d22;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vPxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;" description="&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vQBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.externalize.strings" commandName="&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x306e;&#x5916;&#x90e8;&#x5316;" description="&#x5916;&#x90e8;&#x5316;&#x3055;&#x308c;&#x3066;&#x3044;&#x306a;&#x3044;&#x3059;&#x3079;&#x3066;&#x306e;&#x30b9;&#x30c8;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x691c;&#x7d22;&#x3057;&#x3001;&#x305d;&#x308c;&#x3089;&#x3092;&#x5225;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vQRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.up" commandName="&#x4e0a;&#x3078;" description="1 &#x30ec;&#x30d9;&#x30eb;&#x4e0a;&#x306b;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vQhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.activateEditor" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vQxpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.core.ui.command.addPlugin" commandName="Maven &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x8ffd;&#x52a0;" description="Maven &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vRBpjEemUxekpZrI8ww" elementId="sed.tabletree.expandAll" commandName="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vRRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.modify.method.parameters" commandName="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30b7;&#x30b0;&#x30cd;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x5909;&#x66f4;" description="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30b7;&#x30b0;&#x30cd;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x5909;&#x66f4;&#x306b;&#x306f;&#x3001;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x540d;&#x3068;&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x9806;&#x5e8f;&#x304c;&#x542b;&#x307e;&#x308c;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vRhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.delete.line.to.end" commandName="&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x524a;&#x9664;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vRxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.CreateBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vSBpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands.openivyfile" commandName="Ivy &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_d1_xbhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vSRpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.inplace.show" commandName="Bean &#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x306e; Bean &#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vShpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.mergeSessions" commandName="&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30de;&#x30fc;&#x30b8;" category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vSxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.extractLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa; (&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x3059;&#x3079;&#x3066;&#x7f6e;&#x63db;)" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa; (&#x3059;&#x3079;&#x3066;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x7f6e;&#x63db;)&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vTBpjEemUxekpZrI8ww" elementId="org.springsource.ide.eclipse.commons.ui.relaunch" commandName="&#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x518d;&#x8d77;&#x52d5;" description="Relaunch last launched application" category="_d1_xkRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vTRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="&#x7d42;&#x4e86;" description="&#x7d42;&#x4e86;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vThpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Git &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vTxpjEemUxekpZrI8ww" elementId="org.eclipse.help.ui.ignoreMissingPlaceholders" commandName="&#x6b20;&#x843d;&#x3057;&#x305f;&#x6587;&#x66f8;&#x306e;&#x8b66;&#x544a;&#x3092;&#x8868;&#x793a;&#x3057;&#x306a;&#x3044;" description="&#x6b20;&#x843d;&#x3057;&#x3066;&#x3044;&#x308b;&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x73fe;&#x5728;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x306b;&#x3064;&#x3044;&#x3066;&#x8b66;&#x544a;&#x3092;&#x5831;&#x544a;&#x3057;&#x306a;&#x3044;&#x305f;&#x3081;&#x306b;&#x30d8;&#x30eb;&#x30d7;&#x306e;&#x8a2d;&#x5b9a;&#x3092;&#x30bb;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vUBpjEemUxekpZrI8ww" elementId="org.eclipse.compare.compareWithOther" commandName="&#x4ed6;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3068;&#x6bd4;&#x8f03;" description="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3001;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x5185;&#x5bb9;&#x307e;&#x305f;&#x306f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3068;&#x6bd4;&#x8f03;" category="_d1_xihpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vURpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc" commandName="&#x5916;&#x90e8; JSDoc &#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e; Jsdoc &#x3092;&#x5916;&#x90e8;&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vUhpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.connectcommand" commandName="&#x63a5;&#x7d9a;" description="Connect to Server" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vUxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.UpdateCommand" commandName="&#x66f4;&#x65b0;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vVBpjEemUxekpZrI8ww" elementId="egradle.editor.commands.gotomatchingbracket" commandName="&#x5bfe;&#x5fdc;&#x3059;&#x308b;&#x62ec;&#x5f27;&#x306b;&#x79fb;&#x52d5;" description="gradle &#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x5185;&#x3067;&#x4e00;&#x81f4;&#x3059;&#x308b;&#x62ec;&#x5f27;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xlBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vVRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="&#x30d1;&#x30c3;&#x30c1;&#x306e;&#x4f5c;&#x6210;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vVhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x8005;&#x8868;&#x793a;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x8005;&#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x308b;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vVxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x7d42;&#x308f;&#x308a;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x306e;&#x672b;&#x5c3e;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vWBpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.eclipselink.ui.persistentTypeAddVirtualAttribute" commandName="&#x4eee;&#x60f3;&#x5c5e;&#x6027;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xdRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vWRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306e;&#x8868;&#x793a;" description="&#x7279;&#x5b9a;&#x306e;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xlxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_vWhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;"/>\r
+    <parameters xmi:id="_d1_vWxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="&#x65b0;&#x898f;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_vXBpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.eclipselink.ui.newDynamicEntity" commandName="EclipseLink &#x52d5;&#x7684;&#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vXRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.line" commandName="&#x6307;&#x5b9a;&#x884c;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x6307;&#x5b9a;&#x884c;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vXhpjEemUxekpZrI8ww" elementId="junit.extensions.eclipse.quick.pde.command.PDEJUnitDebugAction" commandName="JUnit Plug-in &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="PDE JUnit&#x3067;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3057;&#x307e;&#x3059;&#xff0e;" category="_d1_xghpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vXxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="&#x884c;&#x3092;&#x5143;&#x306b;&#x623b;&#x3059;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x9805;&#x76ee;&#x3001;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3001;&#x307e;&#x305f;&#x306f;&#x884c;&#x524a;&#x9664;&#x3092;&#x623b;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vYBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x5b9f;&#x88c5;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x578b;&#x306e;&#x5b9f;&#x88c5;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vYRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Java &#x30a2;&#x30d7;&#x30ec;&#x30c3;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Java &#x30a2;&#x30d7;&#x30ec;&#x30c3;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vYhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.ui.gotoMatchingTag" commandName="&#x4e00;&#x81f4;&#x3059;&#x308b;&#x30bf;&#x30b0;" description="&#x4e00;&#x81f4;&#x3059;&#x308b;&#x30bf;&#x30b0;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vYxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="&#x884c;&#x3092;&#x4e0a;&#x306b;&#x9078;&#x629e;" description="&#x9078;&#x629e;&#x3092;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x524d;&#x306e;&#x884c;&#x306b;&#x5c55;&#x958b;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vZBpjEemUxekpZrI8ww" elementId="AnyEdit.compareWith.clipboard" commandName="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x3068;&#x6bd4;&#x8f03;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vZRpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.saveToDatabaseAction" commandName="&#x30c7;&#x30fc;&#x30bf;&#x30d9;&#x30fc;&#x30b9;&#x3078;&#x4fdd;&#x5b58;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vZhpjEemUxekpZrI8ww" elementId="AnyEdit.deunicode.command" commandName="&#x30e6;&#x30cb;&#x30b3;&#x30fc;&#x30c9;&#x8868;&#x8a18;&#x304b;&#x3089;&#x5909;&#x63db;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vZxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="&#x30b5;&#x30d6;&#x30e2;&#x30b8;&#x30e5;&#x30fc;&#x30eb;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vaBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.cut.line.to.end" commandName="&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x5207;&#x308a;&#x53d6;&#x308a;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x5207;&#x308a;&#x53d6;&#x308a;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vaRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.convertAnonymousToLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x533f;&#x540d;&#x3092;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x533f;&#x540d;&#x3092;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x5909;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vahpjEemUxekpZrI8ww" elementId="org.eclipse.compare.copyLeftToRight" commandName="&#x5de6;&#x304b;&#x3089;&#x53f3;&#x306b;&#x30b3;&#x30d4;&#x30fc;" description="&#x5de6;&#x304b;&#x3089;&#x53f3;&#x3078;&#x73fe;&#x5728;&#x306e;&#x5909;&#x66f4;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3059;&#x308b;" category="_d1_xihpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vaxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.openProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304f;" description="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vbBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vbRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - @SuppressWarnings &#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;@SuppressWarnings &#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059; " category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vbhpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeAddToXml" commandName="XML &#x306b;&#x5c5e;&#x6027;&#x3092;&#x8ffd;&#x52a0;" category="_d1_xdRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vbxpjEemUxekpZrI8ww" elementId="org.eclipse.rap.tools.launch.RAPLaunchShortcut.run" commandName="RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="RAP &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vcBpjEemUxekpZrI8ww" elementId="org.eclipse.tips.ide.command.trim.open" commandName="&#x4eca;&#x65e5;&#x306e;&#x30d2;&#x30f3;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vcRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.push.down" commandName="&#x30d7;&#x30c3;&#x30b7;&#x30e5;&#x30fb;&#x30c0;&#x30a6;&#x30f3;" description="&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3092;&#x30b5;&#x30d6;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vchpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vcxpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.selectCounters" commandName="Select Counters" category="_d1_xaRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_vdBpjEemUxekpZrI8ww" elementId="type" name="type" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_vdRpjEemUxekpZrI8ww" elementId="AnyEdit.capitalize.command" commandName="&#x5148;&#x982d;&#x6587;&#x5b57;&#x306e;&#x307f;&#x5927;&#x6587;&#x5b57;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vdhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.project.properties" commandName="&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x9805;&#x76ee;&#x306e;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x30d7;&#x30ed;&#x30d1;&#x30c6;&#x30a3;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059; " category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vdxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_veBpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.persistentTypeMapAs" commandName="&#x6b21;&#x3067;&#x30de;&#x30c3;&#x30d7;" category="_d1_xdRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_veRpjEemUxekpZrI8ww" elementId="persistentTypeMappingKey" name="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30ad;&#x30fc;" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_vehpjEemUxekpZrI8ww" elementId="org.eclipse.epp.package.common.contribute" commandName="&#x30b3;&#x30f3;&#x30c8;&#x30ea;&#x30d3;&#x30e5;&#x30fc;&#x30c8;" description="Contribute to the development and success of the Eclipse IDE!" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vexpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.DMLDialogSelectionAction" commandName="SQL &#x30af;&#x30a8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30eb;&#x30c0;&#x30fc;&#x3067;&#x7de8;&#x96c6;..." category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vfBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="&#x524d;&#x306e;&#x5217;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5217;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vfRpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.dbws.ui.generateDbws" commandName="Generate Database Web Services" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vfhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.debug" commandName="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vfxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vgBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.attachProfileAction" commandName="&#x63a5;&#x7d9a;&#x60c5;&#x5831;&#x306e;&#x8a2d;&#x5b9a;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vgRpjEemUxekpZrI8ww" elementId="AnyEdit.openTypeFromTextEditor.command" commandName="&#x30ab;&#x30fc;&#x30bd;&#x30eb;&#x4e0a;&#x306e;&#x578b;&#x3092;&#x958b;&#x304f;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vghpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x8868;&#x8a18;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vgxpjEemUxekpZrI8ww" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x524a;&#x9664;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x524a;&#x9664;&#x3057;&#x3001;LTK &#x30d1;&#x30fc;&#x30c6;&#x30a3;&#x30b7;&#x30d1;&#x30f3;&#x30c8;&#x306b;&#x901a;&#x77e5;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xmBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vhBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.file.print" commandName="&#x5370;&#x5237;" description="&#x5370;&#x5237;" category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vhRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x53c2;&#x7167;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3078;&#x306e;&#x3059;&#x3079;&#x3066;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x67fb;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vhhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x518d;&#x5b9f;&#x884c;" description="JUnit &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x518d;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vhxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.format.active.elements" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x8981;&#x7d20;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x8981;&#x7d20;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_viBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.connectivity.commands.import" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x63a5;&#x7d9a;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3059;&#x308b;&#x30b3;&#x30de;&#x30f3;&#x30c9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_viRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vihpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vixpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearOutgoing" commandName="&#x767a;&#x4fe1;&#x5909;&#x66f4;&#x306e;&#x30af;&#x30ea;&#x30a2;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vjBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="&#x7e2e;&#x5c0f;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x9805;&#x76ee;&#x306e;&#x6298;&#x308a;&#x305f;&#x305f;&#x307e;&#x308c;&#x305f;&#x9818;&#x57df;&#x3092;&#x7e2e;&#x5c0f;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vjRpjEemUxekpZrI8ww" elementId="org.eclipse.epp.mpc.ui.command.showFavorites" commandName="Eclipse Marketplace Favorites" description="Marketplace &#x306e;&#x304a;&#x6c17;&#x306b;&#x5165;&#x308a;&#x3092;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vjhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="&#x73fe;&#x5728;&#x884c;&#x306e;&#x4e0a;&#x306b;&#x884c;&#x3092;&#x633f;&#x5165;" description="&#x73fe;&#x5728;&#x884c;&#x306e;&#x4e0a;&#x306b;&#x65b0;&#x3057;&#x3044;&#x884c;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vjxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.spy" commandName="&#x63d0;&#x4f9b;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x8868;&#x793a;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x63d0;&#x4f9b;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vkBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.help.helpSearch" commandName="&#x30d8;&#x30eb;&#x30d7;&#x691c;&#x7d22;" description="&#x30d8;&#x30eb;&#x30d7;&#x691c;&#x7d22;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vkRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.infer.type.arguments" commandName="&#x7dcf;&#x79f0;&#x578b;&#x5f15;&#x6570;&#x306e;&#x63a8;&#x6e2c;" description="&#x7dcf;&#x79f0;&#x30af;&#x30e9;&#x30b9;&#x306e;&#x53c2;&#x7167;&#x306e;&#x578b;&#x5f15;&#x6570;&#x3092;&#x63a8;&#x6e2c;&#x3057;&#x3001;&#x4e0d;&#x8981;&#x306a;&#x30ad;&#x30e3;&#x30b9;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vkhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults.url" commandName="&#x30c6;&#x30b9;&#x30c8;&#x7d50;&#x679c;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vkxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="1 &#x884c;&#x4e0b;&#x3078;" description="1 &#x884c;&#x4e0b;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vlBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.Checkout" commandName="&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x30a2;&#x30a6;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vlRpjEemUxekpZrI8ww" elementId="org.eclipse.m2e.actions.LifeCycleClean.run" commandName="Maven &#x30af;&#x30ea;&#x30fc;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="Maven &#x30af;&#x30ea;&#x30fc;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vlhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="&#x6700;&#x5f8c;&#x306e;&#x7de8;&#x96c6;&#x4f4d;&#x7f6e;" description="&#x6700;&#x5f8c;&#x306e;&#x7de8;&#x96c6;&#x4f4d;&#x7f6e;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vlxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.open.hyperlink" commandName="&#x30cf;&#x30a4;&#x30d1;&#x30fc;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x958b;&#x304f;" description="&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x30fb;&#x30ed;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30cf;&#x30a4;&#x30d1;&#x30fc;&#x30ea;&#x30f3;&#x30af;&#x3092;&#x958b;&#x304f;&#x304b;&#x3001;&#x8907;&#x6570;&#x306e;&#x30cf;&#x30a4;&#x30d1;&#x30fc;&#x30ea;&#x30f3;&#x30af;&#x304c;&#x4f7f;&#x7528;&#x53ef;&#x80fd;&#x306a;&#x5834;&#x5408;&#x306e;&#x9078;&#x629e;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vmBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.convertToEclipseHelpCommand" commandName="Eclipse &#x30d8;&#x30eb;&#x30d7; (*.html &#x304a;&#x3088;&#x3073; *-toc.xml) &#x3092;&#x751f;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vmRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x4f8b;&#x5916;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x4f8b;&#x5916;&#x578b;&#x306e;&#x4f8b;&#x5916;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vmhpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.command.prevpage" commandName="&#x524d;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30da;&#x30fc;&#x30b8;" description="&#x524d;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x306e;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x30ed;&#x30fc;&#x30c9;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vmxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="&#x5f37;&#x5236;&#x30ea;&#x30bf;&#x30fc;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x5f0f;&#x306e;&#x5024;&#x3067;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x304b;&#x3089;&#x5f37;&#x5236;&#x30ea;&#x30bf;&#x30fc;&#x30f3;&#x3057;&#x307e;&#x3059; " category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vnBpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.editor.commands.searchBeanReferences" commandName="Spring Bean &#x53c2;&#x7167;&#x691c;&#x7d22;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vnRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.configureFilters" commandName="&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;..." description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x9069;&#x7528;&#x3059;&#x308b;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x306e;&#x69cb;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vnhpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.importSession" commandName="&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;..." category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vnxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.previousTab" commandName="&#x524d;&#x306e;&#x30bf;&#x30d6;" description="&#x524d;&#x306e;&#x30bf;&#x30d6;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_voBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="&#x968e;&#x5c64;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x968e;&#x5c64;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_voRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;" description="&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xcRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_vohpjEemUxekpZrI8ww" elementId="title" name="&#x30bf;&#x30a4;&#x30c8;&#x30eb;"/>\r
+    <parameters xmi:id="_d1_voxpjEemUxekpZrI8ww" elementId="message" name="&#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;"/>\r
+    <parameters xmi:id="_d1_vpBpjEemUxekpZrI8ww" elementId="imageType" name="&#x30a4;&#x30e1;&#x30fc;&#x30b8;&#x30fb;&#x30bf;&#x30a4;&#x30d7;&#x5b9a;&#x6570;" typeId="org.eclipse.ui.dialogs.Integer"/>\r
+    <parameters xmi:id="_d1_vpRpjEemUxekpZrI8ww" elementId="defaultIndex" name="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30dc;&#x30bf;&#x30f3;&#x30fb;&#x30a4;&#x30f3;&#x30c7;&#x30c3;&#x30af;&#x30b9;" typeId="org.eclipse.ui.dialogs.Integer"/>\r
+    <parameters xmi:id="_d1_vphpjEemUxekpZrI8ww" elementId="buttonLabel0" name="&#x7b2c; 1 &#x30dc;&#x30bf;&#x30f3;&#x306e;&#x30e9;&#x30d9;&#x30eb;"/>\r
+    <parameters xmi:id="_d1_vpxpjEemUxekpZrI8ww" elementId="buttonLabel1" name="&#x7b2c; 2 &#x30dc;&#x30bf;&#x30f3;&#x306e;&#x30e9;&#x30d9;&#x30eb;"/>\r
+    <parameters xmi:id="_d1_vqBpjEemUxekpZrI8ww" elementId="buttonLabel2" name="&#x7b2c; 3 &#x30dc;&#x30bf;&#x30f3;&#x306e;&#x30e9;&#x30d9;&#x30eb;"/>\r
+    <parameters xmi:id="_d1_vqRpjEemUxekpZrI8ww" elementId="buttonLabel3" name="&#x7b2c; 4 &#x30dc;&#x30bf;&#x30f3;&#x306e;&#x30e9;&#x30d9;&#x30eb;"/>\r
+    <parameters xmi:id="_d1_vqhpjEemUxekpZrI8ww" elementId="cancelReturns" name="&#x30ad;&#x30e3;&#x30f3;&#x30bb;&#x30eb;&#x6642;&#x306e;&#x623b;&#x308a;&#x5024;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_vqxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.genericeditor.findReferences" commandName="&#x53c2;&#x7167;&#x306e;&#x691c;&#x7d22;" description="Find other code items referencing the current selected item." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vrBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="&#x884c;&#x306e;&#x672b;&#x5c3e;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x672b;&#x5c3e;&#x307e;&#x3067;&#x9032;&#x307f;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vrRpjEemUxekpZrI8ww" elementId="CheckstylePlugin.PurgeCaches" commandName="Checkstyle &#x30ad;&#x30e3;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x6d88;&#x53bb;" description="Purges internal Checkstyle caches to force reloading of auxiliary configuration files (e.g. suppression.xml)" category="_d1_xbxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vrhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commit.CreateTag" commandName="&#x30bf;&#x30b0;&#x306e;&#x4f5c;&#x6210;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vrxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.method" commandName="&#x95a2;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x307e;&#x305f;&#x306f;&#x5f0f;&#x3092;&#x65b0;&#x898f;&#x306e;&#x95a2;&#x6570;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x65b0;&#x898f;&#x306e;&#x95a2;&#x6570;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vsBpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.generateDDL" commandName="&#x30a8;&#x30f3;&#x30c6;&#x30a3;&#x30c6;&#x30a3;&#x30fc;&#x304b;&#x3089;&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x3092;&#x751f;&#x6210;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vsRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.ui.referencedFileErrors" commandName="&#x8a73;&#x7d30;&#x306e;&#x8868;&#x793a;..." description="&#x8a73;&#x7d30;&#x306e;&#x8868;&#x793a;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vshpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.runAction" commandName="&#x5b9f;&#x884c;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vsxpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="&#x5b9f;&#x884c;" description="&#x5b9f;&#x884c;&#x30e2;&#x30fc;&#x30c9;&#x3067;&#x8d77;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vtBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.ExportCommand" commandName="&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vtRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;..." description="&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vthpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.command.OpenFromClipboard" commandName="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x304b;&#x3089;&#x958b;&#x304f;" description="&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x304b;&#x3089; Java &#x8981;&#x7d20;&#x307e;&#x305f;&#x306f; Java &#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vtxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.internationalize" commandName="&#x56fd;&#x969b;&#x5316;&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x306e;&#x56fd;&#x969b;&#x5316;&#x3092;&#x30bb;&#x30c3;&#x30c8;&#x30a2;&#x30c3;&#x30d7;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vuBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="&#x524d;&#x3092;&#x524a;&#x9664;" description="&#x524d;&#x306e;&#x6587;&#x5b57;&#x3092;&#x524a;&#x9664;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vuRpjEemUxekpZrI8ww" elementId="org.eclipse.swtbot.generator.client.commands.import.code" commandName="SWTBot &#x30b3;&#x30fc;&#x30c9;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;" description="Imports code to editor and removes it from the client recorder view" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vuhpjEemUxekpZrI8ww" elementId="org.eclipse.rap.tools.launch.rwt.rwtLaunchShortcut.run" commandName="RWT &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" description="RWT &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vuxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="&#x524d;&#x306e;&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x6bd4;&#x8f03;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vvBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="&#x6b21;&#x306e;&#x5217;&#x3092;&#x9078;&#x629e;" description="&#x6b21;&#x306e;&#x5217;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vvRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vvhpjEemUxekpZrI8ww" elementId="AnyEdit.replaceWith.editor" commandName="&#x958b;&#x3044;&#x305f;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7f6e;&#x63db;..." category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vvxpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.SetExternalDefinitionCommand" commandName="&#x5916;&#x90e8;&#x5b9a;&#x7fa9;&#x306e;&#x8a2d;&#x5b9a;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vwBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x5b9f;&#x88c5;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x306e;&#x5b9f;&#x88c5;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vwRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CompareRepositoryWithBranchCommand" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x3068;&#x6bd4;&#x8f03;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vwhpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="&#x7d42;&#x4e86;&#x3057;&#x3066;&#x518d;&#x8d77;&#x52d5;" description="&#x7d42;&#x4e86;&#x3057;&#x3066;&#x518d;&#x8d77;&#x52d5;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vwxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java &#x306e;&#x578b;&#x968e;&#x5c64;" description="Java &#x306e;&#x578b;&#x968e;&#x5c64;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xlxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vxBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x5ba3;&#x8a00;" description="&#x30a8;&#x30f3;&#x30af;&#x30ed;&#x30fc;&#x30b8;&#x30f3;&#x30b0;&#x30fb;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x5ba3;&#x8a00;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vxRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.multicatch" commandName="try/&#x30de;&#x30eb;&#x30c1; catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x3080;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; try/&#x30de;&#x30eb;&#x30c1; catch &#x30d6;&#x30ed;&#x30c3;&#x30af;&#x3067;&#x56f2;&#x307f;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vxhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Tag" commandName="&#x30bf;&#x30b0;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vxxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="&#x5909;&#x66f4;&#x306a;&#x3057;&#x3092;&#x60f3;&#x5b9a;&#x3057;&#x306a;&#x3044;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vyBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.JavadocView" commandName="&#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c6;&#x30fc;&#x30b7;&#x30e7;&#x30f3;" description="Show the JavaScript Documentation view" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vyRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vyhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigator.resources.nested.changeProjectPresentation" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x8868;&#x793a;(&amp;R)" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_vyxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigator.resources.nested.enabled" name="&#x968e;&#x5c64;(&amp;H)"/>\r
+    <parameters xmi:id="_d1_vzBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.commands.radioStateParameter" name="Nested Project view - Radio State" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_vzRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.showKeyAssist" commandName="&#x30ad;&#x30fc;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8868;&#x793a;" description="&#x30ad;&#x30fc;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x30fb;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vzhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.genericeditor.togglehighlight" commandName="Toggle Highlight" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_vzxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object" commandName="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x30fb;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x5c0e;&#x5165;" description="&#x30d1;&#x30e9;&#x30e1;&#x30fc;&#x30bf;&#x30fc;&#x30fb;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x9078;&#x629e;&#x3057;&#x305f;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306b;&#x5c0e;&#x5165;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v0BpjEemUxekpZrI8ww" elementId="org.dadacoalition.yedit.command.formatDocument" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="Format the document according to format preferences" category="_d1_xYRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v0RpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands.createcontainer" commandName="Ivy &#x30e9;&#x30a4;&#x30d6;&#x30e9;&#x30ea;&#x30fc;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xbhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v0hpjEemUxekpZrI8ww" elementId="org.eclipse.gef.zoom_out" commandName="&#x30ba;&#x30fc;&#x30e0;&#x30a2;&#x30a6;&#x30c8;" description="&#x30ba;&#x30fc;&#x30e0;&#x30a2;&#x30a6;&#x30c8;" category="_d1_xmRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v0xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Java &#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067; Java &#x8981;&#x7d20;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_v1BpjEemUxekpZrI8ww" elementId="elementRef" name="Java &#x8981;&#x7d20;&#x53c2;&#x7167;" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_v1RpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.uncomment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x89e3;&#x9664;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f; JavaScript &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x884c;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x89e3;&#x9664;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v1hpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.result.removeInstance" commandName="&#x7d50;&#x679c;&#x306e;&#x9664;&#x53bb;" category="_d1_xbBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v1xpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="&#x7d22;&#x5f15;&#x306b;&#x8ffd;&#x52a0;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v2BpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.discovery.ui.discoveryWizardCommand" commandName="&#x691c;&#x51fa;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;" description="&#x30b3;&#x30cd;&#x30af;&#x30bf;&#x30fc;&#x691c;&#x51fa;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v2RpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.working.set" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x8aad;&#x307f;&#x53d6;&#x308a;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v2hpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeAddToXmlAndMap" commandName="XML &#x304a;&#x3088;&#x3073;&#x30de;&#x30c3;&#x30d7;&#x306b;&#x5c5e;&#x6027;&#x3092;&#x8ffd;&#x52a0;..." category="_d1_xdRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v2xpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.commands.refreshtaskview" commandName="&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5; (Gradle &#x30bf;&#x30b9;&#x30af;)" description="Refreshes the Gradle Tasks view" category="_d1_xfRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v3BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.toggle.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v3RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="&#x30d2;&#x30f3;&#x30c8;" description="&#x30d2;&#x30f3;&#x30c8;&#x30fb;&#x30d8;&#x30eb;&#x30d7;&#x30fb;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v3hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v3xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="&#x73fe;&#x5728;&#x884c;&#x306e;&#x4e0b;&#x306b;&#x884c;&#x3092;&#x633f;&#x5165;" description="&#x73fe;&#x5728;&#x884c;&#x306e;&#x4e0b;&#x306b;&#x65b0;&#x3057;&#x3044;&#x884c;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v4BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.previous" commandName="&#x524d;&#x306e;&#x8981;&#x7d20;&#x3092;&#x9078;&#x629e;" description="&#x524d;&#x306e;&#x5144;&#x5f1f;&#x3092;&#x542b;&#x3080;&#x3088;&#x3046;&#x306b;&#x9078;&#x629e;&#x3092;&#x62e1;&#x5f35;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v4RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="&#x884c;&#x306e;&#x5148;&#x982d;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x884c;&#x306e;&#x5148;&#x982d;&#x307e;&#x3067;&#x9032;&#x307f;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v4hpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.ui.cmnd.contentmodel.sych" commandName="Synch" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v4xpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;&#x306e;&#x69cb;&#x6210;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v5BpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="&#x4e2d;&#x65ad;" description="&#x4e2d;&#x65ad;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v5RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="&#x5358;&#x8a9e;&#x88dc;&#x5b8c;" description="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x4f9d;&#x5b58;&#x88dc;&#x5b8c;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v5hpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xsd.ui.refactor.renameTargetNamespace" commandName="&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x540d;&#x524d;&#x7a7a;&#x9593;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" description="&#x30b9;&#x30ad;&#x30fc;&#x30de;&#x306e;&#x30bf;&#x30fc;&#x30b2;&#x30c3;&#x30c8;&#x540d;&#x524d;&#x7a7a;&#x9593;&#x3092;&#x5909;&#x66f4;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v5xpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.command.AbortBuild" commandName="&#x30d3;&#x30eb;&#x30c9;&#x4e2d;&#x65ad;" category="_d1_xXhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v6BpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x7e2e;&#x5c0f;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v6RpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.synchronizeLast" commandName="&#x524d;&#x56de;&#x306e;&#x540c;&#x671f;&#x3092;&#x7e70;&#x308a;&#x8fd4;&#x3059;" description="&#x524d;&#x56de;&#x306e;&#x540c;&#x671f;&#x3092;&#x7e70;&#x308a;&#x8fd4;&#x3057;&#x307e;&#x3059;" category="_d1_xfBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v6hpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Javadoc &#x306e;&#x751f;&#x6210;" description="Java &#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x9078;&#x629e;&#x53ef;&#x80fd;&#x30bb;&#x30c3;&#x30c8;&#x306b;&#x3064;&#x3044;&#x3066; Javadoc &#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xkBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v6xpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit &#x69cb;&#x6210;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v7BpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="&#x9078;&#x629e;&#x9805;&#x76ee;&#x306b;&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30a4;&#x30f3;" description="&#x73fe;&#x5728;&#x9078;&#x629e;&#x3055;&#x308c;&#x3066;&#x3044;&#x308b;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306b;&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30a4;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v7RpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.shortcut.test.run" commandName="Gradle &#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x306b;&#x57fa;&#x3065;&#x3044;&#x3066; Gradle &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v7hpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.configureColumns" commandName="&#x5217;&#x306e;&#x69cb;&#x6210;..." description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306e;&#x5217;&#x3092;&#x69cb;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v7xpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x3067;&#x7f6e;&#x63db;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v8BpjEemUxekpZrI8ww" elementId="org.eclipse.jst.pagedesigner.design" commandName="&#x30b0;&#x30e9;&#x30d5;&#x30a3;&#x30ab;&#x30eb;&#x30fb;&#x30c7;&#x30b6;&#x30a4;&#x30ca;&#x30fc;" category="_d1_xfxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v8RpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.quickaccess" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30af;&#x30bb;&#x30b9;" category="_d1_xkhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v8hpjEemUxekpZrI8ww" elementId="org.eclipse.swtbot.eclipse.ui.junitShortcut.run" commandName="SWTBot &#x30c6;&#x30b9;&#x30c8;" description="SWTBot &#x30c6;&#x30b9;&#x30c8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v8xpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30e2;&#x30fc;&#x30c9;&#x3067;&#x8d77;&#x52d5;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v9BpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.convertToHtmlCommand" commandName="HTML &#x306e;&#x751f;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v9RpjEemUxekpZrI8ww" elementId="AnyEdit.sortAlphabeticallyCaseInsensitiveDescending.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x533a;&#x5225;&#x305b;&#x305a;&#x306b;&#x30bd;&#x30fc;&#x30c8; z-a" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v9hpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.openManifest" commandName="&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x3092;&#x958b;&#x304f;" description="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v9xpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.previousView" commandName="&#x524d;&#x306e;&#x30d3;&#x30e5;&#x30fc;" description="&#x524d;&#x306e;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v-BpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.self.encapsulate.field" commandName="&#x5909;&#x6570;&#x306e;&#x30ab;&#x30d7;&#x30bb;&#x30eb;&#x5316;" description="&#x5909;&#x6570;&#x306b;&#x53d6;&#x5f97;&#x304a;&#x3088;&#x3073;&#x8a2d;&#x5b9a;&#x95a2;&#x6570;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x3001;&#x5909;&#x6570;&#x3078;&#x306e;&#x30a2;&#x30af;&#x30bb;&#x30b9;&#x306b;&#x306f;&#x3053;&#x308c;&#x3089;&#x306e;&#x307f;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v-RpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="toString() &#x751f;&#x6210;" description="&#x578b;&#x306e; toString() &#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x751f;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v-hpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CompareWithHead" commandName="HEAD &#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x3068;&#x6bd4;&#x8f03;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v-xpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x306e;&#x7de8;&#x6210;" description="&#x5fc5;&#x8981;&#x306a;&#x3059;&#x3079;&#x3066;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3092;&#x8a55;&#x4fa1;&#x3057;&#x3066;&#x73fe;&#x884c;&#x306e;&#x30a4;&#x30f3;&#x30dd;&#x30fc;&#x30c8;&#x3092;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v_BpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.BranchCommand" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v_RpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.markers.copyDescription" commandName="&#x8aac;&#x660e;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;" description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x306e;&#x8aac;&#x660e;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3092;&#x30af;&#x30ea;&#x30c3;&#x30d7;&#x30dc;&#x30fc;&#x30c9;&#x306b;&#x30b3;&#x30d4;&#x30fc;&#x3057;&#x307e;&#x3059;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v_hpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="&#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x306b;&#x30c9;&#x30ed;&#x30c3;&#x30d7;" description="&#x30d5;&#x30ec;&#x30fc;&#x30e0;&#x306b;&#x30c9;&#x30ed;&#x30c3;&#x30d7;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_v_xpjEemUxekpZrI8ww" elementId="org.springsource.ide.eclipse.boot.BootLaunchShortcut.debug" commandName="Spring Boot &#x30a2;&#x30d7;&#x30ea;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Spring Boot &#x30a2;&#x30d7;&#x30ea;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wABpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.promote.local.variable" commandName="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x5909;&#x6570;&#x306b;&#x5909;&#x63db;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3092;&#x5909;&#x6570;&#x306b;&#x5909;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wARpjEemUxekpZrI8ww" elementId="org.eclipse.pde.api.tools.ui.compare.to.baseline" commandName="API &#x30d9;&#x30fc;&#x30b9;&#x30e9;&#x30a4;&#x30f3;..." description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x73fe;&#x5728;&#x306e;&#x30d9;&#x30fc;&#x30b9;&#x30e9;&#x30a4;&#x30f3;&#x3068;&#x6bd4;&#x8f03;&#x3067;&#x304d;&#x308b;&#x3088;&#x3046;&#x306b;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wAhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.imagebrowser.saveToWorkspace" commandName="Save Image" description="Save the selected image into a project in the workspace" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wAxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x8868;&#x793a;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wBBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x4f8b;&#x5916;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x4f8b;&#x5916;&#x578b;&#x306e;&#x4f8b;&#x5916;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wBRpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.view.ui.command.disconnect" commandName="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x306e;&#x5207;&#x65ad;" category="_d1_xiRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wBhpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.dash.boot.dash.RedebugAction" commandName="(&#x518d;) &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="(Re)debug Boot App" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wBxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="&#x30ea;&#x30d3;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;&#x306e;&#x8868;&#x793a;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wCBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3078;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wCRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="&#x5c55;&#x958b;" description="&#x73fe;&#x5728;&#x306e;&#x9078;&#x629e;&#x9805;&#x76ee;&#x306e;&#x6298;&#x308a;&#x305f;&#x305f;&#x307e;&#x308c;&#x305f;&#x9818;&#x57df;&#x3092;&#x5c55;&#x958b;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wChpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.extract.method" commandName="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306e;&#x62bd;&#x51fa;" description="&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30bb;&#x30c3;&#x30c8;&#x307e;&#x305f;&#x306f;&#x5f0f;&#x3092;&#x65b0;&#x898f;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x306b;&#x62bd;&#x51fa;&#x3057;&#x3066;&#x3001;&#x65b0;&#x898f;&#x306e;&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x307e;&#x3059;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wCxpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.eclipselink.ui.newEclipseLinkMappingFile" commandName="EclipseLink ORM &#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wDBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.openRemoteTask" commandName="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x958b;&#x304f;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wDRpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="&#x6b21;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;" description="&#x6b21;&#x306e;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x304b;&#x3089;&#x306e;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wDhpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30a2;&#x30fc;&#x3067;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wDxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.task.retrieveContext" commandName="&#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x53d6;&#x5f97;" category="_d1_xYhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wEBpjEemUxekpZrI8ww" elementId="org.eclipse.jst.jsp.ui.refactor.rename" commandName="&#x540d;&#x524d;&#x5909;&#x66f4;" description="Java &#x8981;&#x7d20;&#x306e;&#x540d;&#x524d;&#x5909;&#x66f4;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wERpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.Fetch" commandName="&#x30d5;&#x30a7;&#x30c3;&#x30c1;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wEhpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.run" commandName="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" description="JUnit &#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;&#x30fb;&#x30c6;&#x30b9;&#x30c8;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wExpjEemUxekpZrI8ww" elementId="AnyEdit.SortLineLengthAscending.command" commandName="&#x884c;&#x9577; &#x77ed;&#x3044;-&#x9577;&#x3044; &#x3067;&#x30bd;&#x30fc;&#x30c8;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wFBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wFRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.togglestatusbar" commandName="&#x30b9;&#x30c6;&#x30fc;&#x30bf;&#x30b9;&#x30d0;&#x30fc;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x4e0b;&#x90e8;&#x306e;&#x30b9;&#x30c6;&#x30fc;&#x30bf;&#x30b9;&#x30d0;&#x30fc;&#x306e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wFhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.chromium.debug.ui.commands.Inspect" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wFxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.task.ui.editor.QuickOutline" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;" description="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x5165;&#x529b;&#x7528;&#x306e;&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30a6;&#x30c8;&#x30e9;&#x30a4;&#x30f3;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xZRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wGBpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.commands.addbuildshipnature" commandName="Gradle &#x30cd;&#x30fc;&#x30c1;&#x30e3;&#x30fc;&#x306e;&#x8ffd;&#x52a0;" description="Adds the Gradle nature and synchronizes this project as if the Gradle Import wizard had been run on its location." category="_d1_xXRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wGRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.ScanLocksCommand" commandName="&#x30ed;&#x30c3;&#x30af;&#x306e;&#x30b9;&#x30ad;&#x30e3;&#x30f3;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wGhpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x7d42;&#x308f;&#x308a;&#x3092;&#x9001;&#x4fe1;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wGxpjEemUxekpZrI8ww" elementId="org.eclipse.jst.pagedesigner.horizotal" commandName="&#x6c34;&#x5e73;&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;" category="_d1_xfxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wHBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.AbortRebase" commandName="&#x30ea;&#x30d9;&#x30fc;&#x30b9;&#x3092;&#x4e2d;&#x65ad;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wHRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="&#x8868;&#x793a;..." description="&#x8868;&#x793a;&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x3092;&#x30aa;&#x30fc;&#x30d7;&#x30f3;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wHhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="&#x884c;&#x3092;&#x8907;&#x5199;" description="&#x9078;&#x629e;&#x884c;&#x3092;&#x5909;&#x66f4;&#x305b;&#x305a;&#x306b;&#x9078;&#x629e;&#x884c;&#x3092;&#x8907;&#x5199;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wHxpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30e1;&#x30bd;&#x30c3;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x307e;&#x305f;&#x306f;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wIBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="&#x69cb;&#x9020;&#x3092;&#x958b;&#x304f;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x69cb;&#x9020;&#x3092;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wIRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.chromium.debug.js.command" commandName="Chrome / Chromium &#x30c7;&#x30d0;&#x30c3;&#x30ac;&#x30fc;" category="_d1_xchpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wIhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.assignToLocal.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x5909;&#x6570;&#x3078;&#x306e;&#x4ee3;&#x5165;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wIxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.next" commandName="&#x6b21;&#x3078;" description="&#x6b21;&#x306e;&#x9805;&#x76ee;&#x306b;&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wJBpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler.decompile.fernflower" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30eb; (FernFlower)" category="_d1_xeRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wJRpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.utils.rcp.commands.openHelp" commandName="Open a help page resource" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_wJhpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_wJxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.bugs.commands.newTaskFromMarker" commandName="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x304b;&#x3089;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x4f5c;&#x6210;..." description="&#x30de;&#x30fc;&#x30ab;&#x30fc;&#x304b;&#x3089;&#x30d0;&#x30b0;&#x3092;&#x30ec;&#x30dd;&#x30fc;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wKBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CommitCommand" commandName="&#x30b3;&#x30df;&#x30c3;&#x30c8;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wKRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.refactor.apply.refactoring.script" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x306e;&#x9069;&#x7528;" description="&#x30ed;&#x30fc;&#x30ab;&#x30eb;&#x30fb;&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x4e0a;&#x3067;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x304b;&#x3089;&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wKhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.run" commandName="&#x5b9f;&#x884c;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x306e;&#x5b9f;&#x884c;" category="_d1_xZhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wKxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.focus.view" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_wLBpjEemUxekpZrI8ww" elementId="viewId" name="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3059;&#x308b;&#x30d3;&#x30e5;&#x30fc; ID" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_wLRpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.testNgShortcut.coverage" commandName="TestNG &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" description="TestNG &#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wLhpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30ea;&#x30bf;&#x30fc;&#x30f3;" description="&#x30b9;&#x30c6;&#x30c3;&#x30d7;&#x30fb;&#x30ea;&#x30bf;&#x30fc;&#x30f3;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wLxpjEemUxekpZrI8ww" elementId="FindBugs.command.copy2" commandName="&#x30d0;&#x30b0;&#x8a73;&#x7d30;&#x306e;&#x30b3;&#x30d4;&#x30fc; (&#x30d0;&#x30b0;)" category="_d1_xhBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wMBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.browser.openBundleResource" commandName="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304f;" description="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8; web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x30d0;&#x30f3;&#x30c9;&#x30eb;&#x30fb;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304f;&#x3002;" category="_d1_xaxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_wMRpjEemUxekpZrI8ww" elementId="plugin" name="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;"/>\r
+    <parameters xmi:id="_d1_wMhpjEemUxekpZrI8ww" elementId="path" name="&#x30d1;&#x30b9;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_wMxpjEemUxekpZrI8ww" elementId="org.eclipse.jst.pagedesigner.source" commandName="&#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30fc;&#x30c9;" category="_d1_xfxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wNBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.RevertCommand" commandName="&#x623b;&#x3059;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wNRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.help.aboutAction" commandName="&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;" description="&#x300c;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x60c5;&#x5831;&#x300d;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xjxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wNhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.common.project.facet.ui.ConvertProjectToFacetedForm" commandName="&#x30d5;&#x30a1;&#x30bb;&#x30c3;&#x30c8;&#x30fb;&#x30d5;&#x30a9;&#x30fc;&#x30e0;&#x3078;&#x5909;&#x63db;..." category="_d1_xahpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wNxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.annotate.classFile" commandName="&#x30af;&#x30e9;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x6ce8;&#x91c8;" description="Externally add Annotations to a Class File." category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wOBpjEemUxekpZrI8ww" elementId="org.eclipse.cft.server.ui.internal.actions.openhomepagecommand" commandName="Open Home Page" description="Open Home Page" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wORpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.stash.create" commandName="&#x5909;&#x66f4;&#x3092;&#x30b9;&#x30bf;&#x30c3;&#x30b7;&#x30e5;..." category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wOhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations" commandName="&#x547c;&#x3073;&#x51fa;&#x3057;&#x306e;&#x7f6e;&#x63db;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x95a2;&#x6570;&#x306e;&#x547c;&#x3073;&#x51fa;&#x3057;&#x3092;&#x7f6e;&#x63db;&#x3057;&#x307e;&#x3059;" category="_d1_xexpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wOxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CheckoutCommand" commandName="&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x30a2;&#x30a6;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wPBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.command.activateSelectedTask" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wPRpjEemUxekpZrI8ww" elementId="com.xored.glance.ui.prevResult" commandName="&#x76f4;&#x524d;&#x306e;&#x4e00;&#x81f4;" description="Show previous Glance match" category="_d1_xZBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wPhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x53c2;&#x7167;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wPxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.format.document" commandName="&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" description="&#x9078;&#x629e;&#x306e;&#x30d5;&#x30a9;&#x30fc;&#x30de;&#x30c3;&#x30c8;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wQBpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.addNonNLS" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30d5;&#x30a3;&#x30c3;&#x30af;&#x30b9; - &#x975e; NLS &#x30bf;&#x30b0;&#x306e;&#x8ffd;&#x52a0;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x975e; NLS &#x30bf;&#x30b0;&#x306e;&#x8ffd;&#x52a0;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wQRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CompareWithLatestRevisionCommand" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x6700;&#x65b0;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wQhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.workspace" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x30a2;&#x30af;&#x30bb;&#x30b9;" description="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x66f8;&#x304d;&#x8fbc;&#x307f;&#x53c2;&#x7167;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wQxpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="&#x7d22;&#x5f15;&#x304b;&#x3089;&#x9664;&#x53bb;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wRBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.newWizard" commandName="&#x65b0;&#x898f;" description="&#x65b0;&#x898f;&#x9805;&#x76ee;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xahpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_wRRpjEemUxekpZrI8ww" elementId="newWizardId" name="&#x65b0;&#x898f;&#x30a6;&#x30a3;&#x30b6;&#x30fc;&#x30c9;"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_wRhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.window.newWindow" commandName="&#x65b0;&#x898f;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;" description="&#x5225;&#x306e;&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wRxpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x89e3;&#x9664;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f; Java &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x884c;&#x306e;&#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x89e3;&#x9664;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wSBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.commands.CopyDetails" commandName="&#x8a73;&#x7d30;&#x306e;&#x30b3;&#x30d4;&#x30fc;" category="_d1_xXhpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_wSRpjEemUxekpZrI8ww" elementId="kind" name="Kind"/>\r
+    <parameters xmi:id="_d1_wShpjEemUxekpZrI8ww" elementId="element" name="Element"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_wSxpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.importer.configureProject" commandName="&#x30cd;&#x30b9;&#x30c8;&#x3055;&#x308c;&#x305f;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x691c;&#x51fa;&#x304a;&#x3088;&#x3073;&#x69cb;&#x6210;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wTBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.command.RunBuild" commandName="&#x30d3;&#x30eb;&#x30c9;&#x5b9f;&#x884c;" category="_d1_xXhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wTRpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui.selectActiveSession" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bb;&#x30c3;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x9078;&#x629e;..." category="_d1_xaRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wThpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="&#x76f8;&#x4e92;&#x6bd4;&#x8f03;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wTxpjEemUxekpZrI8ww" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="&#x65b0;&#x898f;&#x30bd;&#x30d5;&#x30c8;&#x30a6;&#x30a7;&#x30a2;&#x306e;&#x30a4;&#x30f3;&#x30b9;&#x30c8;&#x30fc;&#x30eb;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wUBpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.beans.ui.addToNewConfigSet" commandName="Add To New Config Set..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wURpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands.interest.decrement" commandName="&#x95a2;&#x5fc3;&#x3042;&#x308a;&#x306b;&#x3059;&#x308b;" description="&#x95a2;&#x5fc3;&#x3042;&#x308a;&#x306b;&#x3059;&#x308b;" category="_d1_xYhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wUhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="&#x6700;&#x5f8c;&#x306b;&#x8d77;&#x52d5;&#x3055;&#x308c;&#x305f;&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;&#x3092;&#x5b9f;&#x884c;" description="&#x6700;&#x5f8c;&#x306b;&#x8d77;&#x52d5;&#x3055;&#x308c;&#x305f;&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;&#x3092;&#x5b9f;&#x884c;&#x3057;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wUxpjEemUxekpZrI8ww" elementId="AnyEdit.invertCase.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x9006;&#x8ee2;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wVBpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="&#x30c1;&#x30a7;&#x30c3;&#x30af;&#x30a2;&#x30a6;&#x30c8;" category="_d1_xlRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wVRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x3059;&#x3079;&#x3066;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x306e;&#x691c;&#x7d22;" description="&#x5ba3;&#x8a00;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x3059;&#x3079;&#x3066;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;" category="_d1_xkxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wVhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="1 &#x884c;&#x4e0a;&#x3078;&#x79fb;&#x52d5;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x884c;&#x3092;&#x4e0a;&#x306b;&#x79fb;&#x52d5;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wVxpjEemUxekpZrI8ww" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="&#x30d0;&#x30f3;&#x30c9;&#x30eb;&#x30fb;&#x30ab;&#x30bf;&#x30ed;&#x30b0;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_wWBpjEemUxekpZrI8ww" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="&#x30c7;&#x30a3;&#x30ec;&#x30af;&#x30c8;&#x30ea;&#x30fc; URL"/>\r
+    <parameters xmi:id="_d1_wWRpjEemUxekpZrI8ww" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_wWhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb" commandName="&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x3067;&#x8868;&#x793a;" description="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d1;&#x30f3;&#x304f;&#x305a;&#x30ea;&#x30b9;&#x30c8;&#x3092;&#x8868;&#x793a;&#x3057;&#x3001;&#x30ad;&#x30fc;&#x30dc;&#x30fc;&#x30c9;&#x30fb;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x3092;&#x30bb;&#x30c3;&#x30c8;&#x3057;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wWxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.debug" commandName="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Eclipse &#x30a2;&#x30d7;&#x30ea;&#x30b1;&#x30fc;&#x30b7;&#x30e7;&#x30f3;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wXBpjEemUxekpZrI8ww" elementId="org.eclipse.userstorage.ui.showPullDown" commandName="Show Pull Down Menu" category="_d1_xjxpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_wXRpjEemUxekpZrI8ww" elementId="intoolbar" name="In Tool Bar" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_wXhpjEemUxekpZrI8ww" elementId="AnyEdit.ShowWhiteSpace.command" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3067;&#x7a7a;&#x767d;&#x3092;&#x8272;&#x3065;&#x3051;" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wXxpjEemUxekpZrI8ww" elementId="AnyEdit.sortAlphabeticallyCaseInsensitiveAscending.command" commandName="&#x5927;/&#x5c0f;&#x6587;&#x5b57;&#x3092;&#x533a;&#x5225;&#x305b;&#x305a;&#x306b;&#x30bd;&#x30fc;&#x30c8; a-z" category="_d1_xgxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wYBpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.makePersistent" commandName="&#x6c38;&#x7d9a;&#x5316;&#x306e;&#x4f5c;&#x6210;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wYRpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSelectionAction" commandName="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;" category="_d1_xlhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wYhpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jaxb.ui.command.createPackageInfo" commandName="package-info.java &#x3092;&#x4f5c;&#x6210;&#x3059;&#x308b;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wYxpjEemUxekpZrI8ww" elementId="junit.extensions.eclipse.quick.command.JUnitDebugAction" commandName="JUnit &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="JUnit&#x3067;&#x30c6;&#x30b9;&#x30c8;&#x3092;&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x3057;&#x307e;&#x3059;&#xff0e;" category="_d1_xghpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wZBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.ReplaceWithBranchCommand" commandName="&#x30d6;&#x30e9;&#x30f3;&#x30c1;..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wZRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="&#x30af;&#x30e9;&#x30b9;&#x306e;&#x62bd;&#x51fa;..." description="&#x30d5;&#x30a3;&#x30fc;&#x30eb;&#x30c9;&#x3092;&#x65b0;&#x898f;&#x30af;&#x30e9;&#x30b9;&#x306b;&#x62bd;&#x51fa;" category="_d1_xjRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wZhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x5b9a;&#x6570;&#x306e;&#x62bd;&#x51fa;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xmhpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wZxpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.rcp.commands.extensionDiscovery" commandName="Discover New Extensions" category="_d1_xehpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_waBpjEemUxekpZrI8ww" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_waRpjEemUxekpZrI8ww" elementId="org.eclipse.compare.copyRightToLeft" commandName="&#x53f3;&#x304b;&#x3089;&#x5de6;&#x306b;&#x30b3;&#x30d4;&#x30fc;" description="&#x53f3;&#x304b;&#x3089;&#x5de6;&#x3078;&#x73fe;&#x5728;&#x306e;&#x5909;&#x66f4;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3059;&#x308b;" category="_d1_xihpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wahpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;..." description="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x8d77;&#x52d5;&#x69cb;&#x6210;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_waxpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.newMappingFile" commandName="JPA ORM &#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wbBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.markCompleted" commandName="&#x5b8c;&#x4e86;&#x306e;&#x30de;&#x30fc;&#x30af;&#x3092;&#x4ed8;&#x3051;&#x308b;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x5b8c;&#x4e86;&#x3068;&#x3057;&#x3066;&#x30de;&#x30fc;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wbRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.comment" commandName="&#x30b3;&#x30e1;&#x30f3;&#x30c8;" description="&#x9078;&#x629e;&#x884c;&#x3092; JavaScript &#x30b3;&#x30e1;&#x30f3;&#x30c8;&#x306b;&#x5909;&#x3048;&#x308b;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wbhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.recenter" commandName="&#x4e2d;&#x592e;&#x306b;&#x518d;&#x8abf;&#x6574;" description="Scroll cursor line to center, top and bottom" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wbxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser.url" commandName="&#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3067;&#x30d3;&#x30eb;&#x30c9;&#x8981;&#x7d20;&#x3092;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wcBpjEemUxekpZrI8ww" elementId="org.springsource.ide.eclipse.boot.BootLaunchShortcut.run" commandName="Spring Boot &#x30a2;&#x30d7;&#x30ea;&#x306e;&#x5b9f;&#x884c;" description="Spring Boot &#x30a2;&#x30d7;&#x30ea;&#x306e;&#x5b9f;&#x884c;" category="_d1_xcBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wcRpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.xmlFileUpgradeToLatestVersion" commandName="JPA &#x30c9;&#x30ad;&#x30e5;&#x30e1;&#x30f3;&#x30c8;&#x30fb;&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x306e;&#x30a2;&#x30c3;&#x30d7;&#x30b0;&#x30ec;&#x30fc;&#x30c9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wchpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.CompareWithRevisionCommand" commandName="URL..." category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wcxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="&#x884c;&#x306e;&#x30b9;&#x30af;&#x30ed;&#x30fc;&#x30eb;&#x30c0;&#x30a6;&#x30f3;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092; 1 &#x884c;&#x30b9;&#x30af;&#x30ed;&#x30fc;&#x30eb;&#x30c0;&#x30a6;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_d1_xYBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wdBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.search.find.occurrences" commandName="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x3067;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x5185;&#x306e;&#x9078;&#x629e;&#x306e;&#x51fa;&#x73fe;&#x7b87;&#x6240;&#x3092;&#x691c;&#x7d22;" category="_d1_xWxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wdRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="&#x30e1;&#x30a4;&#x30f3;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x53ef;&#x8996;&#x6027;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;&#x30fb;&#x30c4;&#x30fc;&#x30eb;&#x30d0;&#x30fc;&#x306e;&#x8868;&#x793a;&#x3068;&#x975e;&#x8868;&#x793a;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;&#x308b;" category="_d1_xaxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wdhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type.in.hierarchy" commandName="&#x968e;&#x5c64;&#x3067;&#x578b;&#x3092;&#x958b;&#x304f;" description="&#x578b;&#x3092;&#x578b;&#x968e;&#x5c64;&#x30d3;&#x30e5;&#x30fc;&#x3067;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wdxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.sse.ui.outline.customFilter" commandName="&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;(&amp;F)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_weBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.commands.openscrapbook" commandName="SQL &#x30b9;&#x30af;&#x30e9;&#x30c3;&#x30d7;&#x30d6;&#x30c3;&#x30af;&#x3092;&#x958b;&#x304f;(&amp;K)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_weRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.navigate.openResource" commandName="&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3092;&#x958b;&#x304f;" description="&#x7279;&#x5b9a;&#x306e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x3067;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xhRpjEemUxekpZrI8ww">\r
+    <parameters xmi:id="_d1_wehpjEemUxekpZrI8ww" elementId="filePath" name="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x30fb;&#x30d1;&#x30b9;" typeId="org.eclipse.ui.ide.resourcePath"/>\r
+  </commands>\r
+  <commands xmi:id="_d1_wexpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.correction.addBlock.assist" commandName="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8; - &#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x306b;&#x3088;&#x308b;&#x7f6e;&#x63db;" description="&#x30af;&#x30a4;&#x30c3;&#x30af;&#x30fb;&#x30a2;&#x30b7;&#x30b9;&#x30c8;&#x3092;&#x8d77;&#x52d5;&#x3057;&#x3066;&#x3001;&#x300c;&#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x306e;&#x30d6;&#x30ed;&#x30c3;&#x30af;&#x306b;&#x3088;&#x308b;&#x7f6e;&#x63db;&#x300d;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xYxpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wfBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.previous.member" commandName="&#x524d;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x3078;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="JavaScript &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x524d;&#x306e;&#x30e1;&#x30f3;&#x30d0;&#x30fc;&#x306b;&#x30ad;&#x30e3;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x79fb;&#x52d5;" category="_d1_xhRpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wfRpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.EditTreeConflictsCommand" commandName="&#x30c4;&#x30ea;&#x30fc;&#x7af6;&#x5408;&#x306e;&#x7de8;&#x96c6;" category="_d1_xaBpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wfhpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.command.mark_duplicate_ids" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Mark Duplicate Model Element Ids" description="Marks Duplicate Model Element Ids"/>\r
+  <commands xmi:id="_d1_wfxpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.command.mark_duplicate_labels" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Mark Duplicate Model Labels" description="Marks Duplicate Model Labels"/>\r
+  <commands xmi:id="_d1_wgBpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.command.mark_duplicate_attributes" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Mark Duplicate Model Attributes..." description="Marks Duplicate Model Attributes"/>\r
+  <commands xmi:id="_d1_wgRpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.command.repair_duplicate_ids" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Repair Duplicate Model Element IDs" description="Repairs Duplicate Model Element IDs"/>\r
+  <commands xmi:id="_d1_wghpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.command.unmark" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Unmark Model Items" description="Unmarks All Model Items"/>\r
+  <commands xmi:id="_d1_wgxpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.command.autosizeColumns" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Autosize Columns" description="Autosizes all columns to their content"/>\r
+  <commands xmi:id="_d1_whBpjEemUxekpZrI8ww" elementId="org.eclipse.e4.tools.emf.ui.command.resetToDefault" contributorURI="platform:/plugin/org.eclipse.e4.tools.emf.ui" commandName="Reset To Default" description="Resets the table to default values"/>\r
+  <commands xmi:id="_d1_whRpjEemUxekpZrI8ww" elementId="com.vaadin.integration.eclipse.nothing" commandName="com.vaadin.integration.eclipse.nothing"/>\r
+  <commands xmi:id="_d1_whhpjEemUxekpZrI8ww" elementId="AUTOGEN:::AnyEdit.actionSet/org.eclipse.ui.OpenWorkspaceFile2" commandName="&#x30ef;&#x30fc;&#x30af;&#x30b9;&#x30da;&#x30fc;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;" description="&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x3092;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_whxpjEemUxekpZrI8ww" elementId="AUTOGEN:::AnyEdit.actionSet/de.loskutov.anyedit.convertAllInFolder" commandName="&#x30bf;&#x30d6; &lt;-> &#x30b9;&#x30da;&#x30fc;&#x30b9;&#x306e;&#x5909;&#x63db;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wiBpjEemUxekpZrI8ww" elementId="AUTOGEN:::AnyEdit.actionSet/de.loskutov.anyedit.countAllInFolder" commandName="&#x9078;&#x629e;&#x30ea;&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30ab;&#x30a6;&#x30f3;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wiRpjEemUxekpZrI8ww" elementId="AUTOGEN:::net.sf.eclipsecs.ui.actionSet/net.sf.eclipsecs.action.purgecaches" commandName="Checkstyle &#x30ad;&#x30e3;&#x30c3;&#x30b7;&#x30e5;&#x306e;&#x6d88;&#x53bb;" description="Purges internal Checkstyle caches to force reloading of auxiliary configuration files (e.g. suppression.xml)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wihpjEemUxekpZrI8ww" elementId="AUTOGEN:::ajelementCreation/openajprojectwizard" commandName="AspectJ &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;..." description="&#x65b0;&#x898f; AspectJ &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wixpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ant.ui.actionSet.presentation/org.eclipse.ant.ui.toggleAutoReconcile" commandName="Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x81ea;&#x52d5;&#x8abf;&#x6574;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="Ant &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x81ea;&#x52d5;&#x8abf;&#x6574;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wjBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.datatools.sqltools.sqlscrapbook.actionSet/org.eclipse.datatools.sqltools.sqlscrapbook.actions.OpenScrapbookAction" commandName="SQL &#x30b9;&#x30af;&#x30e9;&#x30c3;&#x30d7;&#x30d6;&#x30c3;&#x30af;&#x3092;&#x958b;&#x304f;" description="SQL &#x30b9;&#x30c6;&#x30fc;&#x30c8;&#x30e1;&#x30f3;&#x30c8;&#x3092;&#x7de8;&#x96c6;&#x3059;&#x308b;&#x30b9;&#x30af;&#x30e9;&#x30c3;&#x30d7;&#x30d6;&#x30c3;&#x30af;&#x3092;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wjRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunWithConfigurationAction" commandName="&#x5b9f;&#x884c;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wjhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunHistoryMenuAction" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x5b9f;&#x884c;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wjxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunDropDownAction" commandName="&#x5b9f;&#x884c;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wkBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugWithConfigurationAction" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wkRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugHistoryMenuAction" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wkhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugDropDownAction" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wkxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileDropDownAction" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wlBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileWithConfigurationAction" commandName="&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wlRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x30d7;&#x30ed;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wlhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageDropDownAction" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wlxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageAsAction" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wmBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageHistoryAction" commandName="&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;&#x30fb;&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wmRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.NewTypeDropDown" commandName="&#x30af;&#x30e9;&#x30b9;..." description="&#x65b0;&#x898f; Java &#x30af;&#x30e9;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wmhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenPackageWizard" commandName="&#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;..." description="&#x65b0;&#x898f; Java &#x30d1;&#x30c3;&#x30b1;&#x30fc;&#x30b8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wmxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenProjectWizard" commandName="Java &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;..." description="&#x65b0;&#x898f; Java &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wnBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.ui.SearchActionSet/org.eclipse.jdt.ui.actions.OpenJavaSearchPage" commandName="Java..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wnRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jst.j2ee.J2eeMainActionSet/org.eclipse.jst.j2ee.internal.actions.NewJavaEEArtifact" commandName="&#x30b5;&#x30fc;&#x30d6;&#x30ec;&#x30c3;&#x30c8;" description="&#x65b0;&#x898f;&#x30b5;&#x30fc;&#x30d6;&#x30ec;&#x30c3;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wnhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jst.j2ee.J2eeMainActionSet/org.eclipse.jst.j2ee.internal.actions.NewJavaEEProject" commandName="&#x52d5;&#x7684; Web &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" description="&#x52d5;&#x7684; Web &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wnxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.java.actionSet.browsing/org.eclipse.mylyn.java.ui.actions.ApplyMylynToBrowsingPerspectiveAction" commandName="&#x53c2;&#x7167;&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x3067; Java &#x53c2;&#x7167;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_woBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.doc.actionSet/org.eclipse.mylyn.tasks.ui.bug.report" commandName="&#x30d0;&#x30b0;&#x307e;&#x305f;&#x306f;&#x62e1;&#x5f35;&#x306e;&#x5831;&#x544a;..." description="&#x30d0;&#x30b0;&#x307e;&#x305f;&#x306f;&#x62e1;&#x5f35;&#x3092;&#x5831;&#x544a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_woRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.navigation.additions/org.eclipse.mylyn.tasks.ui.navigate.task.history" commandName="&#x524d;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" description="&#x524d;&#x306e;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x306b;&#x3059;&#x308b;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wohpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.pde.ui.SearchActionSet/org.eclipse.pde.ui.actions.OpenPluginSearchPage" commandName="&#x30d7;&#x30e9;&#x30b0;&#x30a4;&#x30f3;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_woxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" commandName="&#x864e;&#x306e;&#x5dfb;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wpBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.rse.core.search.searchActionSet/org.eclipse.rse.core.search.searchAction" commandName="&#x30ea;&#x30e2;&#x30fc;&#x30c8;..." description="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x306e;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x304a;&#x3088;&#x3073;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x691c;&#x7d22;&#x306e;&#x305f;&#x3081;&#x306b;&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x691c;&#x7d22;&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x30fb;&#x30da;&#x30fc;&#x30b8;&#x3092;&#x958b;&#x304d;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wpRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.search.searchActionSet/org.eclipse.search.OpenSearchDialogPage" commandName="&#x691c;&#x7d22;..." description="&#x691c;&#x7d22;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wphpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.team.svn.ui.action.shortcuts/org.eclipse.team.svn.ui.action.local.management.DisconnectAction" commandName="&#x5207;&#x65ad;" description="SVN &#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x304b;&#x3089;&#x5207;&#x65ad;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wpxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.synchronizeAll" commandName="&#x540c;&#x671f;&#x5316;..." description="&#x540c;&#x671f;&#x5316;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wqBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.ConfigureProject" commandName="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x5171;&#x7528;..." description="&#x30d0;&#x30fc;&#x30b8;&#x30e7;&#x30f3;&#x304a;&#x3088;&#x3073;&#x69cb;&#x6210;&#x7ba1;&#x7406;&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x3092;&#x4f7f;&#x7528;&#x3057;&#x3066;&#x3001;&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3092;&#x4ed6;&#x3068;&#x5171;&#x7528;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wqRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ui.externaltools.ExternalToolsSet/org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu" commandName="&#x5916;&#x90e8;&#x30c4;&#x30fc;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wqhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.chromium.debug.ui.actionSets/org.eclipse.wst.jsdt.chromium.debug.ui.actions.AddExceptionBreakpointAction" commandName="V8/Chrome JavaScript &#x62e1;&#x5f35;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x8ffd;&#x52a0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wqxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenFileWizard" commandName="JavaScript &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;" description="&#x65b0;&#x898f; Javascript &#x30d5;&#x30a1;&#x30a4;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wrBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenProjectWizard" commandName="JavaScript &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;..." description="&#x65b0;&#x898f; JavaScript &#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wrRpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.refactor.show.refactoring.history" commandName="&#x30d2;&#x30b9;&#x30c8;&#x30ea;&#x30fc;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wrhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.SearchActionSet/org.eclipse.wst.jsdt.ui.actions.OpenJavaSearchPage" commandName="JavaScript..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wrxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.server.ui.new.actionSet/org.eclipse.wst.server.ui.action.new.server" commandName="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x306e;&#x4f5c;&#x6210;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;&#x306e;&#x4f5c;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wsBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.server.ui.internal.webbrowser.actionSet/org.eclipse.wst.server.ui.internal.webbrowser.action.open" commandName="Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3092;&#x958b;&#x304f;" description="Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;&#x3092;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wsRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.server.ui.internal.webbrowser.actionSet/org.eclipse.wst.server.ui.internal.webbrowser.action.switch" commandName="Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;" description="Web &#x30d6;&#x30e9;&#x30a6;&#x30b6;&#x30fc;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wshpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newCSSFile" commandName="CSS" description="&#x65b0;&#x898f;&#x30ab;&#x30b9;&#x30b1;&#x30fc;&#x30c7;&#x30a3;&#x30f3;&#x30b0;&#x30fb;&#x30b9;&#x30bf;&#x30a4;&#x30eb;&#x30fb;&#x30b7;&#x30fc;&#x30c8;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wsxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newJSFile" commandName="JavaScript" description="&#x65b0;&#x898f; javascript &#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x4f5c;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wtBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newHTMLFile" commandName="HTML" description="&#x65b0;&#x898f; HTML &#x30da;&#x30fc;&#x30b8;&#x306e;&#x4f5c;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wtRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.ws.explorer.explorer/org.eclipse.wst.ws.internal.explorer.action.LaunchWSEAction" commandName="Web &#x30b5;&#x30fc;&#x30d3;&#x30b9;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x8d77;&#x52d5;" description="Web &#x30b5;&#x30fc;&#x30d3;&#x30b9;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x8d77;&#x52d5;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wthpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.DecompilerToolbarMenu" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30e9;&#x30fc;" description="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30e9;&#x30fc;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wtxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.ExportSourceMenu" commandName="&#x30bd;&#x30fc;&#x30b9;&#x306e;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wuBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.DecompilerMenu" commandName="&#x9006;&#x30b3;&#x30f3;&#x30d1;&#x30a4;&#x30e9;&#x30fc;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wuRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.preferenceMenu" commandName="&#x8a2d;&#x5b9a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wuhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.debugModeMenu" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30e2;&#x30fc;&#x30c9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wuxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.disassemblerMenu" commandName="Show Disassembler" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wvBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.byteCodeMenu" commandName="Show Byte Code" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wvRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.decompilerActionSet/org.sf.feeling.decompiler.actions.sourceCodeMenu" commandName="Show Source Code" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wvhpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.aop.ui.matcher.actions.opePointcutMatcherPage" commandName="&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x30ab;&#x30c3;&#x30c8;&#x4e00;&#x81f4;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wvxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.springsource.ide.eclipse.commons.launch.actionSet/org.springsource.ide.eclipse.commons.launch.relaunch.action" commandName="&#x518d;&#x8d77;&#x52d5;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wwBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.springsource.ide.eclipse.commons.launch.actionSet/org.springsource.ide.eclipse.commons.launch.stop.action" commandName="&#x7d42;&#x4e86;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wwRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ajdt.ui.AJEditor.BreakpointRulerActions/org.eclipse.ajdt.ui.actions.ManageBreakpointRulerAction" commandName="AspectJ editor action" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wwhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ajdt.ui.AJEditor.AdviceRulerActions/org.eclipse.ajdt.ui.actions.AdviceActionDelegate" commandName="AspectJ editor action" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wwxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="AspectJ editor action" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wxBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ant.ui.BreakpointRulerActions/org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wxRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.datatools.sqltools.rullerDoubleClick/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wxhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.emf.exporter.genModelEditorContribution/org.eclipse.emf.exporter.ui.GenModelExportActionDelegate.Editor" commandName="&#x30e2;&#x30c7;&#x30eb;&#x306e;&#x30a8;&#x30af;&#x30b9;&#x30dd;&#x30fc;&#x30c8;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wxxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.emf.importer.genModelEditorContribution/org.eclipse.emf.importer.ui.GenModelReloadActionDelegate.Editor" commandName="&#x518d;&#x30ed;&#x30fc;&#x30c9;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wyBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.RemoveMappingActionID" commandName="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x306e;&#x9664;&#x53bb;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306b;&#x95a2;&#x9023;&#x3057;&#x305f;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x9664;&#x53bb;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wyRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.TypeMatchMappingActionID" commandName="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x578b;&#x3067;&#x7a81;&#x304d;&#x5408;&#x308f;&#x305b;" description="&#x5b50;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x578b;&#x9806;&#x306b;&#x81ea;&#x52d5;&#x7684;&#x306b;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wyhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.NameMatchMappingActionID" commandName="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x540d;&#x524d;&#x3067;&#x7a81;&#x304d;&#x5408;&#x308f;&#x305b;" description="&#x5b50;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x540d;&#x524d;&#x9806;&#x306b;&#x81ea;&#x52d5;&#x7684;&#x306b;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wyxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateOneSidedMappingActionID" commandName="&#x30ef;&#x30f3;&#x30b5;&#x30a4;&#x30c9;&#x30fb;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x306e;&#x4f5c;&#x6210;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306b;&#x65b0;&#x898f;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wzBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateMappingActionID" commandName="&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x306e;&#x4f5c;&#x6210;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x9593;&#x3067;&#x65b0;&#x898f;&#x30de;&#x30c3;&#x30d4;&#x30f3;&#x30b0;&#x3092;&#x4f5c;&#x6210;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wzRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddOuputRootActionID" commandName="&#x51fa;&#x529b;&#x30eb;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;..." description="&#x65b0;&#x898f;&#x51fa;&#x529b;&#x30eb;&#x30fc;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wzhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootActionID" commandName="&#x5165;&#x529b;&#x30eb;&#x30fc;&#x30c8;&#x306e;&#x8ffd;&#x52a0;..." description="&#x65b0;&#x898f;&#x5165;&#x529b;&#x30eb;&#x30fc;&#x30c8;&#x3092;&#x8ffd;&#x52a0;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_wzxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w0BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w0RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="&#x5b9f;&#x884c;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w0hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w0xpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w1BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w1RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w1hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w1xpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w2BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="Java &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w2RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jst.jsp.core.jspsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w2hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jst.jsp.core.jspsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w2xpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution/org.eclipse.m2e.jdt.ui.downloadSourcesAction" commandName="&#x30e9;&#x30d9;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w3BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution_38/org.eclipse.m2e.jdt.ui.downloadSourcesAction_38" commandName="&#x30e9;&#x30d9;&#x30eb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w3RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w3hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w3xpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.css.core.csssource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w4BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.css.core.csssource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w4RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w4hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w4xpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.html.core.htmlsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w5BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.html.core.htmlsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w5RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor.editorActions/org.eclipse.wst.jsdt.chromium.debug.ui.editor.ruler.doubleClickBreakpointAction" commandName="&#x672a;&#x4f7f;&#x7528;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w5hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.debug.ui.togglebreakpoint/org.eclipse.wst.jsdt.debug.ui.RulerToggleBreakpoint" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w5xpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w6BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w6RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w6hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x30fb;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w6xpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="JavaScript &#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306e;&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b7;&#x30f3;&#x30b0;&#x30eb;&#x30af;&#x30ea;&#x30c3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w7BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.json.core.jsonsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="%AddBookmark.label" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w7RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.json.core.jsonsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="%SelectRuler.label" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w7hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ui.articles.action.contribution.editor/org.eclipse.wst.wsdl.ui.actions.ReloadDependenciesActionDelegate" commandName="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" description="&#x4f9d;&#x5b58;&#x95a2;&#x4fc2;&#x306e;&#x518d;&#x30ed;&#x30fc;&#x30c9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w7xpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.wsdl.wsdlsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w8BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.wsdl.wsdlsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w8RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w8hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w8xpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="&#x30d6;&#x30c3;&#x30af;&#x30de;&#x30fc;&#x30af;&#x306e;&#x8ffd;&#x52a0;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w9BpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="&#x30eb;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x9078;&#x629e;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w9RpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w9hpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.sf.feeling.decompiler.source.attach.m2e.downloadSourcesContribution/org.sf.feeling.decompiler.source.attach.m2e.downloadSourcesAction" commandName="Download Source" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w9xpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.action3" commandName="&#x4e0a;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x4e0a;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w-BpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.action4" commandName="&#x4e2d;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" description="&#x4e2d;&#x306b;&#x30b8;&#x30e3;&#x30f3;&#x30d7;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w-RpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.action1" commandName="&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" description="&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x306e;&#x30ea;&#x30d5;&#x30ec;&#x30c3;&#x30b7;&#x30e5;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w-hpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.Confidence.Project.Pattern.Marker" commandName="Confidence->Project->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w-xpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.Confidence.BugRank.Pattern.Marker" commandName="Confidence->Rank->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w_BpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.BugRank.Project.Pattern.Marker" commandName="Rank->Project->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w_RpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.BugRank.Confidence.Pattern.Marker" commandName="Rank->Confidence->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w_hpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.Project.Confidence.BugRank.Pattern.Marker" commandName="Project->Confidence->Rank->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_w_xpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.Project.BugRank.Confidence.Pattern.Marker" commandName="Project->Rank->Confidence->Pattern" description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xABpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.toggleGrouping.groupDialog" commandName="&#x30b0;&#x30eb;&#x30fc;&#x30d7;..." description="&#x30d0;&#x30b0;&#x30fb;&#x30a8;&#x30af;&#x30b9;&#x30d7;&#x30ed;&#x30fc;&#x30e9;&#x30fc;&#x306e;&#x30b0;&#x30eb;&#x30fc;&#x30d4;&#x30f3;&#x30b0;&#x5909;&#x66f4;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xARpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.actionCollapse" commandName="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" description="&#x3059;&#x3079;&#x3066;&#x7e2e;&#x5c0f;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xAhpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.actionExpand" commandName="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" description="&#x3059;&#x3079;&#x3066;&#x5c55;&#x958b;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xAxpjEemUxekpZrI8ww" elementId="AUTOGEN:::findBugsEclipsePlugin.viewContribution1/findBugsEclipsePlugin.filterBugs" commandName="&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x306e;&#x69cb;&#x6210;..." description="Id &#x3067;&#x30d0;&#x30b0;&#x3092;&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xBBpjEemUxekpZrI8ww" elementId="AUTOGEN:::mnita.ansiconsole.viewConsoleClickableIcon/mnita.ansiconsole.AnsiConsoleClickIconAction" commandName="Ansi &#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x3092;&#x4f7f;&#x7528;&#x53ef;&#x80fd;/&#x4f7f;&#x7528;&#x4e0d;&#x53ef;&#x306b;&#x3059;&#x308b;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xBRpjEemUxekpZrI8ww" elementId="AUTOGEN:::mnita.ansiconsole.copyPlainTextConsoleClickableIcon/mnita.ansiconsole.AnsiConsoleCopyIconAction" commandName="&#x30a8;&#x30b9;&#x30b1;&#x30fc;&#x30d7;&#x4ed8;&#x304d;&#x3067;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x30b3;&#x30d4;&#x30fc;&#x3059;&#x308b;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xBhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.PulldownActions/org.eclipse.debug.ui.debugview.pulldown.ViewManagementAction" commandName="&#x30d3;&#x30e5;&#x30fc;&#x7ba1;&#x7406;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xBxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.debugview.toolbar/org.eclipse.debug.ui.debugview.toolbar.removeAllTerminated" commandName="&#x7d42;&#x4e86;&#x3057;&#x305f;&#x3059;&#x3079;&#x3066;&#x3092;&#x9664;&#x53bb;" description="&#x7d42;&#x4e86;&#x3057;&#x305f;&#x3059;&#x3079;&#x3066;&#x306e;&#x8d77;&#x52d5;&#x3092;&#x9664;&#x53bb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xCBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.removeAll" commandName="&#x3059;&#x3079;&#x3066;&#x9664;&#x53bb;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x3092;&#x9664;&#x53bb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xCRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.linkWithDebugView" commandName="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x30ea;&#x30f3;&#x30af;" description="&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x30ea;&#x30f3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xChpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.workingSets" commandName="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;..." description="&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x7ba1;&#x7406;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xCxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.clearDefaultBreakpointGroup" commandName="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x306e;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x9078;&#x629e;&#x89e3;&#x9664;" description="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x306e;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x9078;&#x629e;&#x89e3;&#x9664;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xDBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.setDefaultBreakpointGroup" commandName="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x30fb;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x306e;&#x9078;&#x629e;..." description="&#x30c7;&#x30d5;&#x30a9;&#x30eb;&#x30c8;&#x306e;&#x30ef;&#x30fc;&#x30ad;&#x30f3;&#x30b0;&#x30fb;&#x30bb;&#x30c3;&#x30c8;&#x3092;&#x9078;&#x629e;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xDRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.sortByAction" commandName="&#x30bd;&#x30fc;&#x30c8;&#x9806;" description="&#x30bd;&#x30fc;&#x30c8;&#x9806;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xDhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.groupByAction" commandName="&#x30b0;&#x30eb;&#x30fc;&#x30d7;" description="&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xDxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.removeAll" commandName="&#x3059;&#x3079;&#x3066;&#x9664;&#x53bb;" description="&#x3059;&#x3079;&#x3066;&#x306e;&#x5f0f;&#x3092;&#x9664;&#x53bb;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xEBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.AddWatchExpression" commandName="&#x76e3;&#x8996;&#x5f0f;&#x3092;&#x8ffd;&#x52a0;..." description="&#x65b0;&#x898f;&#x76e3;&#x8996;&#x5f0f;&#x3092;&#x4f5c;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xERpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.PinMemoryBlockAction" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x3092;&#x30d4;&#x30f3;&#x7559;&#x3081;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x3092;&#x30d4;&#x30f3;&#x7559;&#x3081;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xEhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.NewMemoryViewAction" commandName="&#x65b0;&#x898f;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" description="&#x65b0;&#x898f;&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xExpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglemonitors" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xFBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.linkrenderingpanes" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x30ea;&#x30f3;&#x30af;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x30ea;&#x30f3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xFRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.tablerendering.preferencesaction" commandName="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x8a2d;&#x5b9a;..." description="&#x30c6;&#x30fc;&#x30d6;&#x30eb;&#x30fb;&#x30ec;&#x30f3;&#x30c0;&#x30ea;&#x30f3;&#x30b0;&#x8a2d;&#x5b9a;(&amp;T)..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xFhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglesplitpane" commandName="&#x5206;&#x5272;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x5206;&#x5272;&#x30da;&#x30a4;&#x30f3;&#x3092;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xFxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.switchMemoryBlock" commandName="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" description="&#x30e1;&#x30e2;&#x30ea;&#x30fc;&#x30fb;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x306e;&#x5207;&#x308a;&#x66ff;&#x3048;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xGBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.memoryViewPreferencesAction" commandName="&#x8a2d;&#x5b9a;..." description="&#x8a2d;&#x5b9a;(&amp;P)..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xGRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java &#x8a2d;&#x5b9a;..." description="Java &#x5909;&#x6570;&#x306e;&#x8a2d;&#x5b9a;&#x3092;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xGhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variablesViewActions.AllReferencesInView" commandName="&#x53c2;&#x7167;&#x306e;&#x8868;&#x793a;" description="&#x5404;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x3078;&#x306e;&#x53c2;&#x7167;&#x3092;&#x5909;&#x6570;&#x30d3;&#x30e5;&#x30fc;&#x306b;&#x30aa;&#x30d6;&#x30b8;&#x30a7;&#x30af;&#x30c8;&#x306e;&#x914d;&#x5217;&#x3068;&#x3057;&#x3066;&#x8868;&#x793a;&#x3057;&#x307e;&#x3059;&#x3002;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xGxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="null &#x914d;&#x5217;&#x30a8;&#x30f3;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" description="null &#x914d;&#x5217;&#x30a8;&#x30f3;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xHBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowQualified" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" description="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xHRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic" commandName="static &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="static &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xHhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowConstants" commandName="&#x5b9a;&#x6570;&#x306e;&#x8868;&#x793a;" description="&#x5b9a;&#x6570;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xHxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java &#x8a2d;&#x5b9a;..." description="Java &#x5909;&#x6570;&#x306e;&#x8a2d;&#x5b9a;&#x3092;&#x958b;&#x304f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xIBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.AllReferencesInView" commandName="&#x53c2;&#x7167;&#x306e;&#x8868;&#x793a;" description="&#x53c2;&#x7167;&#x306e;&#x8868;&#x793a;(&amp;R)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xIRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="null &#x914d;&#x5217;&#x30a8;&#x30f3;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" description="null &#x914d;&#x5217;&#x30a8;&#x30f3;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xIhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowQualified" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" description="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xIxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowStatic" commandName="static &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="static &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xJBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowConstants" commandName="&#x5b9a;&#x6570;&#x306e;&#x8868;&#x793a;" description="&#x5b9a;&#x6570;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xJRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.actions.AddException" commandName="Java &#x4f8b;&#x5916;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="Java &#x4f8b;&#x5916;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xJhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" description="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xJxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowThreadGroups" commandName="&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x30fb;&#x30b0;&#x30eb;&#x30fc;&#x30d7;&#x306e;&#x8868;&#x793a;" description="&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x30fb;&#x30b0;&#x30eb;&#x30fc;&#x30d7;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xKBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowQualified" commandName="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" description="&#x4fee;&#x98fe;&#x540d;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xKRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowSystemThreads" commandName="&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x306e;&#x8868;&#x793a;" description="&#x30b7;&#x30b9;&#x30c6;&#x30e0;&#x30fb;&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xKhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowRunningThreads" commandName="Show Running Threads" description="Show Running Threads" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xKxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowMonitorThreadInfo" commandName="&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30b9;&#x30ec;&#x30c3;&#x30c9;&#x304a;&#x3088;&#x3073;&#x30e2;&#x30cb;&#x30bf;&#x30fc;&#x60c5;&#x5831;&#x3092;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xLBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Watch" commandName="&#x76e3;&#x8996;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x304b;&#x3089;&#x76e3;&#x8996;&#x5f0f;&#x3092;&#x4f5c;&#x6210;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xLRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Execute" commandName="&#x5b9f;&#x884c;" description="&#x9078;&#x629e;&#x3057;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x3092;&#x5b9f;&#x884c;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xLhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Display" commandName="&#x8868;&#x793a;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xLxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Inspect" commandName="&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;" description="&#x9078;&#x629e;&#x3055;&#x308c;&#x305f;&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x306e;&#x8a55;&#x4fa1;&#x306e;&#x7d50;&#x679c;&#x3092;&#x30a4;&#x30f3;&#x30b9;&#x30da;&#x30af;&#x30b7;&#x30e7;&#x30f3;&#x3057;&#x307e;&#x3059;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xMBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.context.ui.outline.contribution/org.eclipse.mylyn.context.ui.contentOutline.focus" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xMRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.java.ui.markers.breakpoints.contribution/org.eclipse.mylyn.java.ui.actions.focus.markers.breakpoints" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xMhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.ui.debug.view.contribution/org.eclipse.mylyn.ui.actions.FilterResourceNavigatorAction" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x5b9f;&#x9a13;&#x7528;)" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x5b9f;&#x9a13;&#x7528;)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xMxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.ui.projectexplorer.filter/org.eclipse.mylyn.ide.ui.actions.focus.projectExplorer" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xNBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.ui.search.contribution/org.eclipse.mylyn.ide.ui.actions.focus.search.results" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xNRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.ui.resource.navigator.filter/org.eclipse.mylyn.ide.ui.actions.focus.resourceNavigator" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xNhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.problems.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.problems" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xNxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.markers.all.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.all" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xOBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.markers.tasks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.tasks" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xORpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.markers.bookmarks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.bookmarks" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xOhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.java.explorer.contribution/org.eclipse.mylyn.java.actions.focus.packageExplorer" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xOxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.search.open" commandName="&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x306e;&#x691c;&#x7d22;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xPBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.synchronize.changed" commandName="&#x5909;&#x66f4;&#x3092;&#x540c;&#x671f;" description="&#x5909;&#x66f4;&#x3092;&#x540c;&#x671f;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xPRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.tasks.restore" commandName="&#x5c65;&#x6b74;&#x304b;&#x3089;&#x30bf;&#x30b9;&#x30af;&#x3092;&#x5fa9;&#x5143;..." category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xPhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.open.repositories.view" commandName="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" description="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xPxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.doc.legend.show.action" commandName="UI &#x51e1;&#x4f8b;&#x306e;&#x8868;&#x793a;" description="&#x30bf;&#x30b9;&#x30af; UI &#x51e1;&#x4f8b;&#x306e;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xQBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.context.ui.actions.tasklist.focus" commandName="&#x4f5c;&#x696d;&#x9031;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x4f5c;&#x696d;&#x9031;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xQRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.pde.ui.logViewActions/org.eclipse.jdt.debug.ui.LogViewActions.showStackTrace" commandName="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306b;&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x3092;&#x8868;&#x793a;" description="&#x30b3;&#x30f3;&#x30bd;&#x30fc;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x5185;&#x306b;&#x30b9;&#x30bf;&#x30c3;&#x30af;&#x30fb;&#x30c8;&#x30ec;&#x30fc;&#x30b9;&#x3092;&#x8868;&#x793a;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xQhpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.rse.ui.view.systemView.toolbar/org.eclipse.rse.ui.view.systemView.toolbar.linkWithSystemView" commandName="&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x306b;&#x30ea;&#x30f3;&#x30af;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xQxpjEemUxekpZrI8ww" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.wst.jsdt.debug.ui.add.scriptload.breakpoint" commandName="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" description="&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x30fb;&#x30d6;&#x30ec;&#x30fc;&#x30af;&#x30dd;&#x30a4;&#x30f3;&#x30c8;&#x306e;&#x8ffd;&#x52a0;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xRBpjEemUxekpZrI8ww" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x30fb;&#x30ed;&#x30fc;&#x30c9;&#x3067;&#x4e2d;&#x65ad;" description="Suspends when any script is loaded" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xRRpjEemUxekpZrI8ww" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.wst.jsdt.debug.ui.suspend.on.exceptions" commandName="JavaScript &#x4f8b;&#x5916;&#x6642;&#x306b;&#x4e2d;&#x65ad;" description="Suspend on all JavaScript exceptions" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xRhpjEemUxekpZrI8ww" elementId="AUTOGEN:::debugViewActions/org.eclipse.wst.jsdt.debug.ui.show.all.scripts" commandName="&#x3059;&#x3079;&#x3066;&#x306e;&#x30b9;&#x30af;&#x30ea;&#x30d7;&#x30c8;&#x3092;&#x8868;&#x793a;" description="Shows or hides all scripts loaded in the visible targets" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xRxpjEemUxekpZrI8ww" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.functions" commandName="function &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="Show or hide function variables" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xSBpjEemUxekpZrI8ww" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.this" commandName="'this' &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="Show or hide the this variable" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xSRpjEemUxekpZrI8ww" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.prototypes" commandName="proto &#x5909;&#x6570;&#x306e;&#x8868;&#x793a;" description="Show or hide proto variables" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xShpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.ui.articles.action.contribution.view/org.eclipse.wst.wsi.ui.internal.actions.actionDelegates.ValidateWSIProfileActionDelegate" commandName="WS-I Profile Validator" description="WS-I &#x30e1;&#x30c3;&#x30bb;&#x30fc;&#x30b8;&#x30fb;&#x30ed;&#x30b0;&#x30fb;&#x30d5;&#x30a1;&#x30a4;&#x30eb;&#x306e;&#x691c;&#x8a3c;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xSxpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.springframework.ide.eclipse.aop.mylyn.ui.filter/org.springframework.ide.eclipse.beans.mylyn.ui.actions.filterSpringExplorerAction" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xTBpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.eclipse.mylyn.ui.projectexplorer.filter/org.springframework.ide.eclipse.beans.mylyn.ui.actions.filterSpringExplorerAction" commandName="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;" description="&#x30a2;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x30fb;&#x30bf;&#x30b9;&#x30af;&#x306b;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; (&#x30d5;&#x30a3;&#x30eb;&#x30bf;&#x30fc;&#x3055;&#x308c;&#x305f;&#x8981;&#x7d20;&#x3092;&#x8868;&#x793a;&#x3059;&#x308b;&#x306b;&#x306f; Alt+&#x30af;&#x30ea;&#x30c3;&#x30af;)" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <commands xmi:id="_d1_xTRpjEemUxekpZrI8ww" elementId="AUTOGEN:::org.springframework.ide.eclipse.ui.navigator.springExplorer.sorting/org.springframework.ide.eclipse.ui.navigator.springExplorer.sortingAction" commandName="&#x30bd;&#x30fc;&#x30c8;" description="&#x30bd;&#x30fc;&#x30c8;" category="_d1_xehpjEemUxekpZrI8ww"/>\r
+  <addons xmi:id="_d1_xThpjEemUxekpZrI8ww" elementId="org.eclipse.e4.core.commands.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.core.commands/org.eclipse.e4.core.commands.CommandServiceAddon"/>\r
+  <addons xmi:id="_d1_xTxpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.contexts.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.services/org.eclipse.e4.ui.services.ContextServiceAddon"/>\r
+  <addons xmi:id="_d1_xUBpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.bindings.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.bindings/org.eclipse.e4.ui.bindings.BindingServiceAddon"/>\r
+  <addons xmi:id="_d1_xURpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.workbench.commands.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon"/>\r
+  <addons xmi:id="_d1_xUhpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.workbench.contexts.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon"/>\r
+  <addons xmi:id="_d1_xUxpjEemUxekpZrI8ww" elementId="org.eclipse.e4.ui.workbench.bindings.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.swt/org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon"/>\r
+  <addons xmi:id="_d1_xVBpjEemUxekpZrI8ww" elementId="Cleanup Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon"/>\r
+  <addons xmi:id="_d1_xVRpjEemUxekpZrI8ww" elementId="DnD Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.dndaddon.DnDAddon"/>\r
+  <addons xmi:id="_d1_xVhpjEemUxekpZrI8ww" elementId="MinMax Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon"/>\r
+  <addons xmi:id="_d1_xVxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.workbench.addon.0" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.HandlerProcessingAddon"/>\r
+  <addons xmi:id="_d1_xWBpjEemUxekpZrI8ww" elementId="SplitterAddon" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitterAddon"/>\r
+  <addons xmi:id="_d1_xWRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.addon.0" contributionURI="bundleclass://org.eclipse.ui.ide/org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon"/>\r
+  <addons xmi:id="_d1_xWhpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.application.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.ui.ide.application/org.eclipse.ui.internal.ide.application.addons.ModelCleanupAddon"/>\r
+  <categories xmi:id="_d1_xWxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.edit" name="&#x7de8;&#x96c6;"/>\r
+  <categories xmi:id="_d1_xXBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.ui.editor.category" name="WikiText &#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x7de8;&#x96c6;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x30e9;&#x30a4;&#x30c8;&#x30a6;&#x30a7;&#x30a4;&#x30c8;&#x30fb;&#x30de;&#x30fc;&#x30af;&#x30a2;&#x30c3;&#x30d7;&#x7de8;&#x96c6;&#x7528;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xXRpjEemUxekpZrI8ww" elementId="org.eclipse.buildship.ui.project" name="Buildship" description="Contains the Buildship specific commands"/>\r
+  <categories xmi:id="_d1_xXhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.builds.ui.category.Commands" name="&#x30d3;&#x30eb;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xXxpjEemUxekpZrI8ww" elementId="com.vaadin.integration.eclipse.commands.category" name="Vaadin Category"/>\r
+  <categories xmi:id="_d1_xYBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.textEditor" name="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x7de8;&#x96c6;" description="&#x30c6;&#x30ad;&#x30b9;&#x30c8;&#x7de8;&#x96c6;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xYRpjEemUxekpZrI8ww" elementId="org.dadacoalition.yedit.commands.category" name="YEdit" description="Commands related to the YEdit plugin"/>\r
+  <categories xmi:id="_d1_xYhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.context.ui.commands" name="&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9; UI" description="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x30fb;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;"/>\r
+  <categories xmi:id="_d1_xYxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.category.source" name="&#x30bd;&#x30fc;&#x30b9;" description="JavaScript &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>\r
+  <categories xmi:id="_d1_xZBpjEemUxekpZrI8ww" elementId="com.xored.glance.ui.commands" name="Glance" description="Glance &#x691c;&#x7d22;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xZRpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.commands" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30ea;&#x30dd;&#x30b8;&#x30c8;&#x30ea;&#x30fc;"/>\r
+  <categories xmi:id="_d1_xZhpjEemUxekpZrI8ww" elementId="org.eclipse.wst.server.ui" name="&#x30b5;&#x30fc;&#x30d0;&#x30fc;" description="&#x30b5;&#x30fc;&#x30d0;&#x30fc;"/>\r
+  <categories xmi:id="_d1_xZxpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.wikitext.context.ui.commands" name="Mylyn WikiText" description="Commands used for Mylyn WikiText"/>\r
+  <categories xmi:id="_d1_xaBpjEemUxekpZrI8ww" elementId="org.eclipse.team.svn.ui.command.category" name="SVN"/>\r
+  <categories xmi:id="_d1_xaRpjEemUxekpZrI8ww" elementId="org.eclipse.eclemma.ui" name="EclEmma &#x30b3;&#x30fc;&#x30c9;&#x30fb;&#x30ab;&#x30d0;&#x30ec;&#x30c3;&#x30b8;"/>\r
+  <categories xmi:id="_d1_xahpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.file" name="&#x30d5;&#x30a1;&#x30a4;&#x30eb;"/>\r
+  <categories xmi:id="_d1_xaxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.window" name="&#x30a6;&#x30a3;&#x30f3;&#x30c9;&#x30a6;"/>\r
+  <categories xmi:id="_d1_xbBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.result.category" name="SQL &#x306e;&#x7d50;&#x679c;&#x30d3;&#x30e5;&#x30fc;"/>\r
+  <categories xmi:id="_d1_xbRpjEemUxekpZrI8ww" elementId="org.eclipse.pde.genericeditor.extension.category.source" name="Target Definition Source" description="Target Definition Source Page actions"/>\r
+  <categories xmi:id="_d1_xbhpjEemUxekpZrI8ww" elementId="org.apache.ivyde.commands" name="IvyDE &#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xbxpjEemUxekpZrI8ww" elementId="net.sf.eclipsecs.ui" name="Checkstyle"/>\r
+  <categories xmi:id="_d1_xcBpjEemUxekpZrI8ww" elementId="org.eclipse.debug.ui.category.run" name="&#x5b9f;&#x884c;/&#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x5b9f;&#x884c;/&#x30c7;&#x30d0;&#x30c3;&#x30b0;&#x306e;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;"/>\r
+  <categories xmi:id="_d1_xcRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.dialogs" name="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;" description="&#x30c0;&#x30a4;&#x30a2;&#x30ed;&#x30b0;&#x3092;&#x958b;&#x304f;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xchpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.chromium.debug.js.category" name="Chrome / Chromium"/>\r
+  <categories xmi:id="_d1_xcxpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.jpaMetadataConversionCommands" name="JPA &#x30e1;&#x30bf;&#x30c7;&#x30fc;&#x30bf;&#x5909;&#x63db;"/>\r
+  <categories xmi:id="_d1_xdBpjEemUxekpZrI8ww" elementId="org.eclipse.wst.xml.views.XPathView" name="XPath"/>\r
+  <categories xmi:id="_d1_xdRpjEemUxekpZrI8ww" elementId="org.eclipse.jpt.jpa.ui.jpaStructureViewCommands" name="JPA &#x69cb;&#x9020;&#x30d3;&#x30e5;&#x30fc;"/>\r
+  <categories xmi:id="_d1_xdhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.commons.repositories.ui.category.Team" name="&#x30c1;&#x30fc;&#x30e0;"/>\r
+  <categories xmi:id="_d1_xdxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.ui.category.source" name="&#x30de;&#x30cb;&#x30d5;&#x30a7;&#x30b9;&#x30c8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30bd;&#x30fc;&#x30b9;" description="PDE &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>\r
+  <categories xmi:id="_d1_xeBpjEemUxekpZrI8ww" elementId="org.eclipse.ajdt.refactoring.category" name="AspectJ &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;" description="Refactorings specific to AspectJ"/>\r
+  <categories xmi:id="_d1_xeRpjEemUxekpZrI8ww" elementId="org.sf.feeling.decompiler" name="Enhanced Class Decompiler"/>\r
+  <categories xmi:id="_d1_xehpjEemUxekpZrI8ww" elementId="org.eclipse.core.commands.categories.autogenerated" name="&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x306a;&#x3057;" description="&#x81ea;&#x52d5;&#x751f;&#x6210;&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x304b;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3092;&#x6301;&#x305f;&#x306a;&#x3044;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xexpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.ui.category.refactoring" name="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; - JavaScript" description="JavaScript &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>\r
+  <categories xmi:id="_d1_xfBpjEemUxekpZrI8ww" elementId="org.eclipse.team.ui.category.team" name="&#x30c1;&#x30fc;&#x30e0;" description="&#x30c1;&#x30fc;&#x30e0;&#x306e;&#x64cd;&#x4f5c;&#x6642;&#x306b;&#x9069;&#x7528;&#x3059;&#x308b;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>\r
+  <categories xmi:id="_d1_xfRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.views" name="&#x30d3;&#x30e5;&#x30fc;" description="&#x30d3;&#x30e5;&#x30fc;&#x3092;&#x958b;&#x304f;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xfhpjEemUxekpZrI8ww" elementId="org.springframework.ide.eclipse.boot.commands.category" name="Spring Boot"/>\r
+  <categories xmi:id="_d1_xfxpjEemUxekpZrI8ww" elementId="org.eclipse.jst.pagedesigner.pagelayout" name="Web &#x30da;&#x30fc;&#x30b8;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;&#x30fb;&#x30ec;&#x30a4;&#x30a2;&#x30a6;&#x30c8;"/>\r
+  <categories xmi:id="_d1_xgBpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.tasks.ui.category.editor" name="&#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30a8;&#x30c7;&#x30a3;&#x30bf;&#x30fc;"/>\r
+  <categories xmi:id="_d1_xgRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.ide.markerContents" name="&#x5185;&#x5bb9;" description="&#x30e1;&#x30cb;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30f3;&#x30c6;&#x30f3;&#x30c4;&#x306e;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;"/>\r
+  <categories xmi:id="_d1_xghpjEemUxekpZrI8ww" elementId="junit.extensions.eclipse.quick.command.category" name="Quick JUnit" description="Quick JUnit&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>\r
+  <categories xmi:id="_d1_xgxpjEemUxekpZrI8ww" elementId="AnyEdit.category" name="AnyEdit &#x30c4;&#x30fc;&#x30eb;" description="AnyEdit &#x30c4;&#x30fc;&#x30eb;&#x30fb;&#x30ad;&#x30fc;&#x30fb;&#x30d0;&#x30a4;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xhBpjEemUxekpZrI8ww" elementId="FindBugs.category" name="SpotBugs commands" description="SpotBugs commands"/>\r
+  <categories xmi:id="_d1_xhRpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.navigate" name="&#x30ca;&#x30d3;&#x30b2;&#x30fc;&#x30c8;"/>\r
+  <categories xmi:id="_d1_xhhpjEemUxekpZrI8ww" elementId="org.eclipse.mylyn.java.ui.commands" name="Java &#x30b3;&#x30f3;&#x30c6;&#x30ad;&#x30b9;&#x30c8;" description="Java &#x30bf;&#x30b9;&#x30af;&#x30fb;&#x30d5;&#x30a9;&#x30fc;&#x30ab;&#x30b9;&#x30fb;&#x30a4;&#x30f3;&#x30bf;&#x30fc;&#x30d5;&#x30a7;&#x30fc;&#x30b9;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xhxpjEemUxekpZrI8ww" elementId="org.eclipse.wst.jsdt.debug.ui.category" name="JavaScript &#x30c7;&#x30d0;&#x30c3;&#x30b0;" description="Tooling for debugging JavaScript"/>\r
+  <categories xmi:id="_d1_xiBpjEemUxekpZrI8ww" elementId="org.eclipse.lsp4e.category" name="&#x8a00;&#x8a9e;&#x30b5;&#x30fc;&#x30d0;&#x30fc;"/>\r
+  <categories xmi:id="_d1_xiRpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.view.ui.commands.category" name="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xihpjEemUxekpZrI8ww" elementId="org.eclipse.compare.ui.category.compare" name="&#x6bd4;&#x8f03;" description="&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x30fb;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3092;&#x6bd4;&#x8f03;&#x3057;&#x307e;&#x3059;"/>\r
+  <categories xmi:id="_d1_xixpjEemUxekpZrI8ww" elementId="org.eclipse.rse.ui.commands.category" name="&#x30ea;&#x30e2;&#x30fc;&#x30c8;&#x30fb;&#x30b7;&#x30b9;&#x30c6;&#x30e0;"/>\r
+  <categories xmi:id="_d1_xjBpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" name="ASA 9.x table schema editor"/>\r
+  <categories xmi:id="_d1_xjRpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.category.refactoring" name="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0; - Java" description="Java &#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>\r
+  <categories xmi:id="_d1_xjhpjEemUxekpZrI8ww" elementId="org.eclipse.emf.codegen.ecore.ui.Commands" name="EMF &#x30b3;&#x30fc;&#x30c9;&#x751f;&#x6210;" description="Commands for the EMF code generation tools"/>\r
+  <categories xmi:id="_d1_xjxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.help" name="&#x30d8;&#x30eb;&#x30d7;"/>\r
+  <categories xmi:id="_d1_xkBpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.project" name="&#x30d7;&#x30ed;&#x30b8;&#x30a7;&#x30af;&#x30c8;"/>\r
+  <categories xmi:id="_d1_xkRpjEemUxekpZrI8ww" elementId="org.springsource.ide.eclipse.common.ui.commands" name="SpringSource Tools"/>\r
+  <categories xmi:id="_d1_xkhpjEemUxekpZrI8ww" elementId="org.eclipse.tm.terminal.category1" name="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;" description="&#x30bf;&#x30fc;&#x30df;&#x30ca;&#x30eb;&#x30fb;&#x30d3;&#x30e5;&#x30fc;&#x30fb;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xkxpjEemUxekpZrI8ww" elementId="org.eclipse.search.ui.category.search" name="&#x691c;&#x7d22;" description="&#x30b3;&#x30de;&#x30f3;&#x30c9;&#x30fb;&#x30ab;&#x30c6;&#x30b4;&#x30ea;&#x30fc;&#x3092;&#x691c;&#x7d22;&#x3057;&#x307e;&#x3059;"/>\r
+  <categories xmi:id="_d1_xlBpjEemUxekpZrI8ww" elementId="egradle.commands.category" name="EGradle" description="EGradle"/>\r
+  <categories xmi:id="_d1_xlRpjEemUxekpZrI8ww" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/>\r
+  <categories xmi:id="_d1_xlhpjEemUxekpZrI8ww" elementId="org.eclipse.datatools.sqltools.sqleditor.category" name="&#x30c7;&#x30fc;&#x30bf;&#x30d9;&#x30fc;&#x30b9;&#x30fb;&#x30c4;&#x30fc;&#x30eb;" description="&#x30c7;&#x30fc;&#x30bf;&#x30d9;&#x30fc;&#x30b9;&#x958b;&#x767a;&#x30c4;&#x30fc;&#x30eb;"/>\r
+  <categories xmi:id="_d1_xlxpjEemUxekpZrI8ww" elementId="org.eclipse.ui.category.perspectives" name="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;" description="&#x30d1;&#x30fc;&#x30b9;&#x30da;&#x30af;&#x30c6;&#x30a3;&#x30d6;&#x3092;&#x958b;&#x304f;&#x30b3;&#x30de;&#x30f3;&#x30c9;"/>\r
+  <categories xmi:id="_d1_xmBpjEemUxekpZrI8ww" elementId="org.eclipse.ltk.ui.category.refactoring" name="&#x30ea;&#x30d5;&#x30a1;&#x30af;&#x30bf;&#x30ea;&#x30f3;&#x30b0;"/>\r
+  <categories xmi:id="_d1_xmRpjEemUxekpZrI8ww" elementId="org.eclipse.gef.category.view" name="&#x30d3;&#x30e5;&#x30fc;" description="&#x30d3;&#x30e5;&#x30fc;"/>\r
+  <categories xmi:id="_d1_xmhpjEemUxekpZrI8ww" elementId="org.eclipse.jdt.ui.category.source" name="&#x30bd;&#x30fc;&#x30b9;" description="Java &#x30bd;&#x30fc;&#x30b9;&#x30fb;&#x30a2;&#x30af;&#x30b7;&#x30e7;&#x30f3;"/>\r
+  <categories xmi:id="_d1_xmxpjEemUxekpZrI8ww" elementId="org.eclipse.pde.runtime.spy.commands.category" name="&#x30b9;&#x30d1;&#x30a4;"/>\r
+  <categories xmi:id="_d1_xnBpjEemUxekpZrI8ww" elementId="org.thymeleaf.extras.eclipse.menus.actions" name="Thymeleaf" description="Thymeleaf main menu category"/>\r
+</application:Application>\r
index 5b57b18..44b79bb 100644 (file)
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<workingSetManager>
-<workingSet editPageId="org.eclipse.jdt.internal.ui.DynamicSourcesWorkingSet" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1547733578254_0" label="Java Main Sources" name="main"/>
-<workingSet editPageId="org.eclipse.jdt.internal.ui.DynamicSourcesWorkingSet" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1547733578270_1" label="Java Test Sources" name="test"/>
-<workingSet aggregate="true" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1547733587305_2" label="ウィンドウ・ワーキング・セット" name="Aggregate for window 1547733587305"/>
+<?xml version="1.0" encoding="UTF-8"?>\r
+<workingSetManager>\r
+<workingSet editPageId="org.eclipse.jdt.internal.ui.DynamicSourcesWorkingSet" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1547733578254_0" label="Java Main Sources" name="main"/>\r
+<workingSet editPageId="org.eclipse.jdt.internal.ui.DynamicSourcesWorkingSet" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1547733578270_1" label="Java Test Sources" name="test"/>\r
+<workingSet aggregate="true" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1547733587305_2" label="ウィンドウ・ワーキング・セット" name="Aggregate for window 1547733587305"/>\r
 </workingSetManager>
\ No newline at end of file
diff --git a/Vaadin8/workspace_02/multi_module_application/.project b/Vaadin8/workspace_02/multi_module_application/.project
new file mode 100644 (file)
index 0000000..b7a7b1d
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>multi_module_application</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.m2e.core.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.m2e.core.maven2Nature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/.settings/com.vaadin.designer.prefs b/Vaadin8/workspace_02/multi_module_application/.settings/com.vaadin.designer.prefs
new file mode 100644 (file)
index 0000000..83e545c
--- /dev/null
@@ -0,0 +1,2 @@
+applicationTheme=Project structure is not supported.\r
+eclipse.preferences.version=1\r
diff --git a/Vaadin8/workspace_02/multi_module_application/.settings/org.eclipse.core.resources.prefs b/Vaadin8/workspace_02/multi_module_application/.settings/org.eclipse.core.resources.prefs
new file mode 100644 (file)
index 0000000..4824b80
--- /dev/null
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1\r
+encoding/<project>=UTF-8\r
diff --git a/Vaadin8/workspace_02/multi_module_application/.settings/org.eclipse.m2e.core.prefs b/Vaadin8/workspace_02/multi_module_application/.settings/org.eclipse.m2e.core.prefs
new file mode 100644 (file)
index 0000000..14b697b
--- /dev/null
@@ -0,0 +1,4 @@
+activeProfiles=\r
+eclipse.preferences.version=1\r
+resolveWorkspaceProjects=true\r
+version=1\r
diff --git a/Vaadin8/workspace_02/multi_module_application/README.md b/Vaadin8/workspace_02/multi_module_application/README.md
new file mode 100644 (file)
index 0000000..d8cfcd9
--- /dev/null
@@ -0,0 +1,64 @@
+multi_module_application\r
+==============\r
+\r
+Template for a full-blown Vaadin application that only requires a Servlet 3.0 container to run (no other JEE dependencies).\r
+\r
+\r
+Project Structure\r
+=================\r
+\r
+The project consists of the following three modules:\r
+\r
+- parent project: common metadata and configuration\r
+- multi_module_application-addon: addon module, custom server and client side code \r
+- multi_module_application-ui: main application module\r
+- multi_module_application-backend: backend module, contains any server side java code and dependencies\r
+\r
+Workflow\r
+========\r
+\r
+To compile the entire project, run "mvn install" in the parent project.\r
+\r
+Other basic workflow steps:\r
+\r
+- getting started\r
+- compiling the whole project\r
+  - run "mvn install" in parent project\r
+- developing the application\r
+  - edit code in the ui module\r
+  - run "mvn jetty:run" in ui module\r
+  - open http://localhost:8080/\r
+- adding add-ons to the project\r
+  - edit POM in ui module, add add-ons as dependencies\r
+- client side changes\r
+  - edit code in addon module\r
+  - run "mvn install" in addon module\r
+  - if a new add-on has an embedded theme, run "mvn vaadin:update-theme" in the ui module\r
+- debugging client side code\r
+  - run "mvn vaadin:run-codeserver" in ui module\r
+  - activate Super Dev Mode in the debug window of the application\r
+- enabling production mode\r
+  - set vaadin.productionMode=true system property in the production server\r
+\r
+Developing a theme using the runtime compiler\r
+-------------------------\r
+\r
+When developing the theme, Vaadin can be configured to compile the SASS based\r
+theme at runtime in the server. This way you can just modify the scss files in\r
+your IDE and reload the browser to see changes.\r
+\r
+To use on the runtime compilation, open pom.xml of your UI project and comment \r
+out the compile-theme goal from vaadin-maven-plugin configuration. To remove \r
+an existing pre-compiled theme, remove the styles.css file in the theme directory.\r
+\r
+When using the runtime compiler, running the application in the "run" mode \r
+(rather than in "debug" mode) can speed up consecutive theme compilations\r
+significantly.\r
+\r
+The production module always automatically precompiles the theme for the production WAR.\r
+\r
+Using Vaadin pre-releases\r
+-------------------------\r
+\r
+If Vaadin pre-releases are not enabled by default, use the Maven parameter\r
+"-P vaadin-prerelease" or change the activation default value of the profile in pom.xml .\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.classpath b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.classpath
new file mode 100644 (file)
index 0000000..e8dd971
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry including="**/*.java" kind="src" output="target/classes" path="src/main/java">\r
+               <attributes>\r
+                       <attribute name="optional" value="true"/>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">\r
+               <attributes>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="src" output="target/test-classes" path="src/test/java">\r
+               <attributes>\r
+                       <attribute name="optional" value="true"/>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+                       <attribute name="test" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">\r
+               <attributes>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">\r
+               <attributes>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="output" path="target/classes"/>\r
+</classpath>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.project b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.project
new file mode 100644 (file)
index 0000000..8de4164
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>multi_module_application-addon</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.eclipse.m2e.core.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+               <nature>org.eclipse.m2e.core.maven2Nature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/com.vaadin.designer.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/com.vaadin.designer.prefs
new file mode 100644 (file)
index 0000000..83e545c
--- /dev/null
@@ -0,0 +1,2 @@
+applicationTheme=Project structure is not supported.\r
+eclipse.preferences.version=1\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/org.eclipse.core.resources.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/org.eclipse.core.resources.prefs
new file mode 100644 (file)
index 0000000..cf6931b
--- /dev/null
@@ -0,0 +1,4 @@
+eclipse.preferences.version=1\r
+encoding//src/main/java=UTF-8\r
+encoding//src/main/resources=UTF-8\r
+encoding/<project>=UTF-8\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/org.eclipse.jdt.core.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..f494d1d
--- /dev/null
@@ -0,0 +1,6 @@
+eclipse.preferences.version=1\r
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8\r
+org.eclipse.jdt.core.compiler.compliance=1.8\r
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning\r
+org.eclipse.jdt.core.compiler.release=disabled\r
+org.eclipse.jdt.core.compiler.source=1.8\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/org.eclipse.m2e.core.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/.settings/org.eclipse.m2e.core.prefs
new file mode 100644 (file)
index 0000000..14b697b
--- /dev/null
@@ -0,0 +1,4 @@
+activeProfiles=\r
+eclipse.preferences.version=1\r
+resolveWorkspaceProjects=true\r
+version=1\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/pom.xml b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/pom.xml
new file mode 100644 (file)
index 0000000..d62b831
--- /dev/null
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+       <parent>\r
+               <artifactId>multi_module_application</artifactId>\r
+               <groupId>com.example</groupId>\r
+               <version>1.0-SNAPSHOT</version>\r
+       </parent>\r
+       <modelVersion>4.0.0</modelVersion>\r
+\r
+       <artifactId>multi_module_application-addon</artifactId>\r
+       <name>multi_module_application-addon</name>\r
+       <packaging>jar</packaging>\r
+\r
+       <dependencies>\r
+               <!-- Versions for these are configured in the parent POM -->\r
+               <dependency>\r
+                       <groupId>com.vaadin</groupId>\r
+                       <artifactId>vaadin-client</artifactId>\r
+                       <scope>provided</scope>\r
+               </dependency>\r
+       </dependencies>\r
+\r
+       <build>\r
+               <plugins>\r
+                       <plugin>\r
+                               <groupId>org.apache.maven.plugins</groupId>\r
+                               <artifactId>maven-source-plugin</artifactId>\r
+                               <executions>\r
+                                       <execution>\r
+                                               <goals>\r
+                                                       <goal>jar</goal>\r
+                                               </goals>\r
+                                       </execution>\r
+                               </executions>\r
+                       </plugin>\r
+                       <plugin>\r
+                               <groupId>org.apache.maven.plugins</groupId>\r
+                               <artifactId>maven-jar-plugin</artifactId>\r
+                               <configuration>\r
+                                       <archive>\r
+                                               <index>true</index>\r
+                                               <manifest>\r
+                                                       <addClasspath>true</addClasspath>\r
+                                                       <addDefaultImplementationEntries>true</addDefaultImplementationEntries>\r
+                                               </manifest>\r
+                                               <manifestEntries>\r
+                                                       <Vaadin-Package-Version>1</Vaadin-Package-Version>\r
+                                                       <Vaadin-Widgetsets>com.example.multi_module_application.MyAppWidgetset</Vaadin-Widgetsets>\r
+                                               </manifestEntries>\r
+                                       </archive>\r
+                               </configuration>\r
+                       </plugin>\r
+               </plugins>\r
+\r
+               <!-- Include sources for client-side compilation -->\r
+               <resources>\r
+                       <resource>\r
+                               <directory>src/main/java</directory>\r
+                               <includes>\r
+                                       <include>**/*.java</include>\r
+                               </includes>\r
+                       </resource>\r
+                       <resource>\r
+                               <directory>src/main/resources</directory>\r
+                       </resource>\r
+               </resources>\r
+       </build>\r
+\r
+</project>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/src/main/java/com/example/multi_module_application/MyComponent.java b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/src/main/java/com/example/multi_module_application/MyComponent.java
new file mode 100644 (file)
index 0000000..19dedc0
--- /dev/null
@@ -0,0 +1,9 @@
+package com.example.multi_module_application;\r
+\r
+import com.vaadin.ui.AbstractComponent;\r
+\r
+/**\r
+ * This is a dummy example component.\r
+ */\r
+public class MyComponent extends AbstractComponent {\r
+}\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/src/main/java/com/example/multi_module_application/client/MyComponentConnector.java b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/src/main/java/com/example/multi_module_application/client/MyComponentConnector.java
new file mode 100644 (file)
index 0000000..ecb81eb
--- /dev/null
@@ -0,0 +1,25 @@
+package com.example.multi_module_application.client;\r
+\r
+import com.example.multi_module_application.MyComponent;\r
+import com.vaadin.client.ui.AbstractComponentConnector;\r
+import com.vaadin.client.ui.VLabel;\r
+import com.vaadin.shared.ui.Connect;\r
+\r
+/**\r
+ * This a dummy client-side connector for MyComponent.\r
+ */\r
+@Connect(MyComponent.class)\r
+public class MyComponentConnector extends AbstractComponentConnector {\r
+\r
+    @Override\r
+    public VLabel getWidget() {\r
+        return (VLabel) super.getWidget();\r
+    }\r
+\r
+    @Override\r
+    protected void init() {\r
+        super.init();\r
+\r
+        getWidget().setText("This is a dummy component.");\r
+    }\r
+}
\ No newline at end of file
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/src/main/resources/com/example/multi_module_application/MyAppWidgetset.gwt.xml b/Vaadin8/workspace_02/multi_module_application/multi_module_application-addon/src/main/resources/com/example/multi_module_application/MyAppWidgetset.gwt.xml
new file mode 100644 (file)
index 0000000..d8aae62
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.1//EN" "http://gwtproject.org/doctype/2.8.1/gwt-module.dtd">\r
+<module>\r
+    <inherits name="com.vaadin.DefaultWidgetSet"/>\r
+</module>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.classpath b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.classpath
new file mode 100644 (file)
index 0000000..907ff21
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="src" output="target/classes" path="src/main/java">\r
+               <attributes>\r
+                       <attribute name="optional" value="true"/>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="src" output="target/test-classes" path="src/test/java">\r
+               <attributes>\r
+                       <attribute name="optional" value="true"/>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+                       <attribute name="test" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">\r
+               <attributes>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">\r
+               <attributes>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+                       <attribute name="org.eclipse.jst.component.nondependency" value=""/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="output" path="target/classes"/>\r
+</classpath>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.project b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.project
new file mode 100644 (file)
index 0000000..07998a6
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>multi_module_application-backend</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.wst.common.project.facet.core.builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.eclipse.m2e.core.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.eclipse.wst.validation.validationbuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>\r
+               <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+               <nature>org.eclipse.m2e.core.maven2Nature</nature>\r
+               <nature>org.eclipse.wst.common.project.facet.core.nature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/com.vaadin.designer.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/com.vaadin.designer.prefs
new file mode 100644 (file)
index 0000000..83e545c
--- /dev/null
@@ -0,0 +1,2 @@
+applicationTheme=Project structure is not supported.\r
+eclipse.preferences.version=1\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.core.resources.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.core.resources.prefs
new file mode 100644 (file)
index 0000000..4c28b1a
--- /dev/null
@@ -0,0 +1,4 @@
+eclipse.preferences.version=1\r
+encoding//src/main/java=UTF-8\r
+encoding//src/test/java=UTF-8\r
+encoding/<project>=UTF-8\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.jdt.core.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..991da2c
--- /dev/null
@@ -0,0 +1,9 @@
+eclipse.preferences.version=1\r
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled\r
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8\r
+org.eclipse.jdt.core.compiler.compliance=1.8\r
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error\r
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error\r
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning\r
+org.eclipse.jdt.core.compiler.release=disabled\r
+org.eclipse.jdt.core.compiler.source=1.8\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.m2e.core.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.m2e.core.prefs
new file mode 100644 (file)
index 0000000..14b697b
--- /dev/null
@@ -0,0 +1,4 @@
+activeProfiles=\r
+eclipse.preferences.version=1\r
+resolveWorkspaceProjects=true\r
+version=1\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.wst.common.component b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.wst.common.component
new file mode 100644 (file)
index 0000000..9e3f048
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">\r
+    <wb-module deploy-name="multi_module_application-backend">\r
+        <wb-resource deploy-path="/" source-path="/src/main/java"/>\r
+    </wb-module>\r
+</project-modules>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.wst.common.project.facet.core.xml b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/.settings/org.eclipse.wst.common.project.facet.core.xml
new file mode 100644 (file)
index 0000000..6302d3e
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<faceted-project>\r
+  <installed facet="java" version="1.8"/>\r
+  <installed facet="jst.utility" version="1.0"/>\r
+</faceted-project>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/pom.xml b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/pom.xml
new file mode 100644 (file)
index 0000000..8dc724b
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+       <parent>\r
+               <artifactId>multi_module_application</artifactId>\r
+               <groupId>com.example</groupId>\r
+               <version>1.0-SNAPSHOT</version>\r
+       </parent>\r
+       <modelVersion>4.0.0</modelVersion>\r
+\r
+       <artifactId>multi_module_application-backend</artifactId>\r
+       <name>multi_module_application-backend</name>\r
+       <packaging>jar</packaging>\r
+\r
+       <dependencies>\r
+               <!-- Testing -->\r
+               <dependency>\r
+                       <groupId>junit</groupId>\r
+                       <artifactId>junit</artifactId>\r
+                       <version>4.11</version>\r
+                       <scope>test</scope>\r
+               </dependency>\r
+       </dependencies>\r
+\r
+       <build>\r
+               <plugins>\r
+                       <plugin>\r
+                               <groupId>org.apache.maven.plugins</groupId>\r
+                               <artifactId>maven-surefire-plugin</artifactId>\r
+                               <version>2.21.0</version>\r
+                       </plugin>\r
+               </plugins>\r
+       </build>\r
+\r
+</project>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/src/main/java/com/example/multi_module_application/backend/CrudService.java b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/src/main/java/com/example/multi_module_application/backend/CrudService.java
new file mode 100644 (file)
index 0000000..da19d8f
--- /dev/null
@@ -0,0 +1,34 @@
+package com.example.multi_module_application.backend;\r
+\r
+import java.io.Serializable;\r
+import java.util.ArrayList;\r
+import java.util.LinkedHashSet;\r
+import java.util.List;\r
+import java.util.Set;\r
+\r
+/**\r
+ * Simple example CrudService for storing beans. This should be removed and\r
+ * replaced with a better backend service implementation.\r
+ *\r
+ * @param <T>\r
+ *            bean type\r
+ */\r
+public class CrudService<T> implements Serializable {\r
+\r
+    private Set<T> storage = new LinkedHashSet<T>();\r
+\r
+    public void save(T entity) {\r
+        if (storage.contains(entity)) {\r
+            return;\r
+        }\r
+        storage.add(entity);\r
+    }\r
+\r
+    public List<T> findAll() {\r
+        return new ArrayList<T>(storage);\r
+    }\r
+\r
+    public void delete(T entity) {\r
+        storage.remove(entity);\r
+    }\r
+}\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/src/test/java/com/example/multi_module_application/backend/CrudServiceTest.java b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/src/test/java/com/example/multi_module_application/backend/CrudServiceTest.java
new file mode 100644 (file)
index 0000000..fbc506c
--- /dev/null
@@ -0,0 +1,56 @@
+package com.example.multi_module_application.backend;\r
+\r
+import org.junit.Assert;\r
+import org.junit.Before;\r
+import org.junit.Test;\r
+\r
+/**\r
+ * Generic tests for the CrudService\r
+ */\r
+public class CrudServiceTest {\r
+\r
+    private CrudService<TestBean> service;\r
+\r
+    @Before\r
+    public void setUp() {\r
+        service = new CrudService<>();\r
+    }\r
+\r
+    @Test\r
+    public void testSaveTenBeansToService() {\r
+        for (int i = 0; i < 10; ++i) {\r
+            Assert.assertEquals("Unexpected size of the service storage", service.findAll().size(), i);\r
+            TestBean entity = new TestBean();\r
+            service.save(entity);\r
+            Assert.assertTrue("Storage did not contain new entity", service.findAll().contains(entity));\r
+        }\r
+    }\r
+\r
+    @Test\r
+    public void testRemoveBeanFromService() {\r
+        int i = 0;\r
+        while (i < 10) {\r
+            TestBean entity = new TestBean();\r
+            service.save(entity);\r
+            ++i;\r
+        }\r
+\r
+        Assert.assertEquals("Initial size did not match", service.findAll().size(), i);\r
+        while (service.findAll().size() > 2) {\r
+            TestBean toRemove = service.findAll().get(2);\r
+            service.delete(toRemove);\r
+\r
+            Assert.assertEquals("Size did not match after remove", service.findAll().size(), --i);\r
+            Assert.assertFalse("Storage should not contain removed bean", service.findAll().contains(toRemove));\r
+        }\r
+    }\r
+\r
+    @Test\r
+    public void testAddEntityTwice() {\r
+        TestBean entity = new TestBean();\r
+        service.save(entity);\r
+        Assert.assertEquals("Unexpected size after store", service.findAll().size(), 1);\r
+        service.save(entity);\r
+        Assert.assertEquals("Same bean should not be stored twice", service.findAll().size(), 1);\r
+    }\r
+}\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/src/test/java/com/example/multi_module_application/backend/TestBean.java b/Vaadin8/workspace_02/multi_module_application/multi_module_application-backend/src/test/java/com/example/multi_module_application/backend/TestBean.java
new file mode 100644 (file)
index 0000000..f417e8c
--- /dev/null
@@ -0,0 +1,21 @@
+package com.example.multi_module_application.backend;\r
+\r
+public class TestBean {\r
+\r
+    private static int counter = 0;\r
+\r
+    private final int id;\r
+\r
+    public TestBean() {\r
+        id = ++counter;\r
+    }\r
+\r
+    public int getId() {\r
+        return id;\r
+    }\r
+\r
+    @Override\r
+    public String toString() {\r
+        return "{" + getClass().getSimpleName() + ":id=" + getId() + "}";\r
+    }\r
+}\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.classpath b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.classpath
new file mode 100644 (file)
index 0000000..ab3f23b
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="src" output="target/classes" path="src/main/java">\r
+               <attributes>\r
+                       <attribute name="optional" value="true"/>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">\r
+               <attributes>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="src" output="target/test-classes" path="src/test/java">\r
+               <attributes>\r
+                       <attribute name="optional" value="true"/>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+                       <attribute name="test" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">\r
+               <attributes>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">\r
+               <attributes>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+                       <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="src" output="target/classes" path="target/generated-resources/gwt">\r
+               <attributes>\r
+                       <attribute name="optional" value="true"/>\r
+                       <attribute name="maven.pomderived" value="true"/>\r
+                       <attribute name="ignore_optional_problems" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="output" path="target/classes"/>\r
+</classpath>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.project b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.project
new file mode 100644 (file)
index 0000000..cb3734b
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>multi_module_application-ui</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.eclipse.wst.common.project.facet.core.builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.eclipse.m2e.core.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.eclipse.wst.validation.validationbuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>\r
+               <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+               <nature>org.eclipse.m2e.core.maven2Nature</nature>\r
+               <nature>org.eclipse.wst.common.project.facet.core.nature</nature>\r
+               <nature>org.eclipse.wst.jsdt.core.jsNature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/.jsdtscope b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/.jsdtscope
new file mode 100644 (file)
index 0000000..c34a336
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="src/main/webapp"/>\r
+       <classpathentry kind="src" path="target/m2e-wtp/web-resources"/>\r
+       <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>\r
+       <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">\r
+               <attributes>\r
+                       <attribute name="hide" value="true"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>\r
+       <classpathentry kind="output" path=""/>\r
+</classpath>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/com.vaadin.designer.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/com.vaadin.designer.prefs
new file mode 100644 (file)
index 0000000..83e545c
--- /dev/null
@@ -0,0 +1,2 @@
+applicationTheme=Project structure is not supported.\r
+eclipse.preferences.version=1\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.core.resources.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.core.resources.prefs
new file mode 100644 (file)
index 0000000..cf6931b
--- /dev/null
@@ -0,0 +1,4 @@
+eclipse.preferences.version=1\r
+encoding//src/main/java=UTF-8\r
+encoding//src/main/resources=UTF-8\r
+encoding/<project>=UTF-8\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.jdt.core.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..991da2c
--- /dev/null
@@ -0,0 +1,9 @@
+eclipse.preferences.version=1\r
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled\r
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8\r
+org.eclipse.jdt.core.compiler.compliance=1.8\r
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error\r
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error\r
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning\r
+org.eclipse.jdt.core.compiler.release=disabled\r
+org.eclipse.jdt.core.compiler.source=1.8\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.m2e.core.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.m2e.core.prefs
new file mode 100644 (file)
index 0000000..14b697b
--- /dev/null
@@ -0,0 +1,4 @@
+activeProfiles=\r
+eclipse.preferences.version=1\r
+resolveWorkspaceProjects=true\r
+version=1\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.common.component b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.common.component
new file mode 100644 (file)
index 0000000..990a3f1
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">\r
+    <wb-module deploy-name="multi_module_application-ui-1.0-SNAPSHOT">\r
+        <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>\r
+        <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>\r
+        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>\r
+        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>\r
+        <wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-resources/gwt"/>\r
+        <dependent-module archiveName="multi_module_application-backend-1.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/multi_module_application-backend/multi_module_application-backend">\r
+            <dependency-type>uses</dependency-type>\r
+        </dependent-module>\r
+        <property name="context-root" value="multi_module_application-ui"/>\r
+        <property name="java-output-path" value="/multi_module_application-ui/target/classes"/>\r
+    </wb-module>\r
+</project-modules>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.common.project.facet.core.xml b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.common.project.facet.core.xml
new file mode 100644 (file)
index 0000000..a2909b1
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<faceted-project>\r
+  <fixed facet="wst.jsdt.web"/>\r
+  <installed facet="java" version="1.8"/>\r
+  <installed facet="jst.web" version="3.0"/>\r
+  <installed facet="wst.jsdt.web" version="1.0"/>\r
+</faceted-project>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.jsdt.ui.superType.container b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.jsdt.ui.superType.container
new file mode 100644 (file)
index 0000000..3bd5d0a
--- /dev/null
@@ -0,0 +1 @@
+org.eclipse.wst.jsdt.launching.baseBrowserLibrary
\ No newline at end of file
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.jsdt.ui.superType.name b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.jsdt.ui.superType.name
new file mode 100644 (file)
index 0000000..05bd71b
--- /dev/null
@@ -0,0 +1 @@
+Window
\ No newline at end of file
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.validation.prefs b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/.settings/org.eclipse.wst.validation.prefs
new file mode 100644 (file)
index 0000000..6f1cba6
--- /dev/null
@@ -0,0 +1,2 @@
+disabled=06target\r
+eclipse.preferences.version=1\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/pom.xml b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/pom.xml
new file mode 100644 (file)
index 0000000..e8d6fa5
--- /dev/null
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+       <parent>\r
+               <artifactId>multi_module_application</artifactId>\r
+               <groupId>com.example</groupId>\r
+               <version>1.0-SNAPSHOT</version>\r
+       </parent>\r
+       <modelVersion>4.0.0</modelVersion>\r
+\r
+       <artifactId>multi_module_application-ui</artifactId>\r
+       <name>multi_module_application-ui</name>\r
+       <packaging>war</packaging>\r
+\r
+       <dependencies>\r
+               <!-- Versions for these are configured in the parent POM -->\r
+               <dependency>\r
+                       <groupId>javax.servlet</groupId>\r
+                       <artifactId>javax.servlet-api</artifactId>\r
+                       <scope>provided</scope>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>com.vaadin</groupId>\r
+                       <artifactId>vaadin-server</artifactId>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>com.vaadin</groupId>\r
+                       <artifactId>vaadin-push</artifactId>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>com.vaadin</groupId>\r
+                       <artifactId>vaadin-themes</artifactId>\r
+               </dependency>\r
+               <!-- vaadin-client-compiled is needed if the pom contains no add-ons -->\r
+               <dependency>\r
+                       <groupId>com.vaadin</groupId>\r
+                       <artifactId>vaadin-client-compiled</artifactId>\r
+               </dependency>\r
+\r
+               <!-- Add-on from this project, uncomment to enable client-side modifications -->\r
+               <!-- Note that Widgetset CDN can't be used with this. -->\r
+<!--           <dependency> -->\r
+<!--                   <groupId>${project.groupId}</groupId> -->\r
+<!--                   <artifactId>multi_module_application-addon</artifactId> -->\r
+<!--                   <version>${project.version}</version> -->\r
+<!--           </dependency> -->\r
+\r
+               <!-- Backend implementation -->\r
+               <dependency>\r
+                       <groupId>${project.groupId}</groupId>\r
+                       <artifactId>multi_module_application-backend</artifactId>\r
+                       <version>${project.version}</version>\r
+               </dependency>\r
+\r
+               <!-- Testing -->\r
+               <dependency>\r
+                       <groupId>junit</groupId>\r
+                       <artifactId>junit</artifactId>\r
+                       <version>4.11</version>\r
+                       <scope>test</scope>\r
+               </dependency>\r
+       </dependencies>\r
+\r
+       <build>\r
+               <plugins>\r
+                       <plugin>\r
+                               <groupId>org.apache.maven.plugins</groupId>\r
+                               <artifactId>maven-war-plugin</artifactId>\r
+                               <version>3.2.0</version>\r
+                               <configuration>\r
+                                       <failOnMissingWebXml>false</failOnMissingWebXml>\r
+                               </configuration>\r
+                       </plugin>\r
+                       <!-- The Jetty plugin allows us to easily test the development build by \r
+                               running jetty:run on the command line. -->\r
+                       <plugin>\r
+                               <groupId>org.eclipse.jetty</groupId>\r
+                               <artifactId>jetty-maven-plugin</artifactId>\r
+                               <version>${jetty.plugin.version}</version>\r
+                               <configuration>\r
+                                       <scanIntervalSeconds>2</scanIntervalSeconds>\r
+                               </configuration>\r
+                       </plugin>\r
+                       <plugin>\r
+                               <groupId>com.vaadin</groupId>\r
+                               <artifactId>vaadin-maven-plugin</artifactId>\r
+                               <executions>\r
+                                       <execution>\r
+                                               <goals>\r
+                                                       <!-- Widgetset goals for add-ons, including multi_module_application-addon -->\r
+                                                       <goal>update-widgetset</goal>\r
+                                                       <goal>compile</goal>\r
+\r
+                                                       <goal>update-theme</goal>\r
+                                                       <!-- Comment out compile-theme goal to use on-the-fly theme compilation -->\r
+                                                       <goal>compile-theme</goal>\r
+                                               </goals>\r
+                                       </execution>\r
+                               </executions>\r
+                       </plugin>\r
+               </plugins>\r
+       </build>\r
+\r
+</project>\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/java/com/example/multi_module_application/MyUI.java b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/java/com/example/multi_module_application/MyUI.java
new file mode 100644 (file)
index 0000000..d699943
--- /dev/null
@@ -0,0 +1,59 @@
+package com.example.multi_module_application;\r
+\r
+import javax.servlet.annotation.WebServlet;\r
+\r
+import com.example.multi_module_application.backend.CrudService;\r
+import com.vaadin.annotations.Theme;\r
+import com.vaadin.annotations.VaadinServletConfiguration;\r
+import com.vaadin.server.VaadinRequest;\r
+import com.vaadin.server.VaadinServlet;\r
+import com.vaadin.data.provider.CallbackDataProvider;\r
+import com.vaadin.data.provider.DataProvider;\r
+import com.vaadin.ui.Button;\r
+import com.vaadin.ui.Grid;\r
+import com.vaadin.ui.TextField;\r
+import com.vaadin.ui.UI;\r
+import com.vaadin.ui.VerticalLayout;\r
+\r
+/**\r
+ *\r
+ */\r
+@Theme("mytheme")\r
+public class MyUI extends UI {\r
+\r
+    private CrudService<Person> service = new CrudService<>();\r
+    private DataProvider<Person, String> dataProvider = new CallbackDataProvider<>(\r
+                    query -> service.findAll().stream(),\r
+                    query -> service.findAll().size());\r
+\r
+    @Override\r
+    protected void init(VaadinRequest vaadinRequest) {\r
+        final VerticalLayout layout = new VerticalLayout();\r
+        final TextField name = new TextField();\r
+        name.setCaption("Type your name here:");\r
+\r
+        final Button button = new Button("Click Me");\r
+        button.addClickListener(e -> {\r
+            service.save(new Person(name.getValue()));\r
+            dataProvider.refreshAll();\r
+        });\r
+\r
+        final Grid<Person> grid = new Grid<>();\r
+        grid.addColumn(Person::getName).setCaption("Name");\r
+        grid.setDataProvider(dataProvider);\r
+        grid.setSizeFull();\r
+\r
+        // This is a component from the multi_module_application-addon module\r
+        //layout.addComponent(new MyComponent());\r
+        layout.addComponents(name, button, grid);\r
+        layout.setSizeFull();\r
+        layout.setExpandRatio(grid, 1.0f);\r
+\r
+        setContent(layout);\r
+    }\r
+\r
+    @WebServlet(urlPatterns = "/*", name = "MyUIServlet", asyncSupported = true)\r
+    @VaadinServletConfiguration(ui = MyUI.class, productionMode = false)\r
+    public static class MyUIServlet extends VaadinServlet {\r
+    }\r
+}\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/java/com/example/multi_module_application/Person.java b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/java/com/example/multi_module_application/Person.java
new file mode 100644 (file)
index 0000000..4200a2c
--- /dev/null
@@ -0,0 +1,24 @@
+package com.example.multi_module_application;\r
+\r
+/**\r
+ * This is a dummy example entity to be used with the CrudService from\r
+ * backend module.\r
+ */\r
+public class Person {\r
+    private String name;\r
+\r
+    public Person() {\r
+    }\r
+\r
+    public Person(String name) {\r
+        this.name = name;\r
+    }\r
+\r
+    public String getName() {\r
+        return name;\r
+    }\r
+\r
+    public void setName(String name) {\r
+        this.name = name;\r
+    }\r
+}
\ No newline at end of file
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/resources/README b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/resources/README
new file mode 100644 (file)
index 0000000..faabc74
--- /dev/null
@@ -0,0 +1 @@
+Please add your static resources here
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/addons.scss b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/addons.scss
new file mode 100644 (file)
index 0000000..754ba4b
--- /dev/null
@@ -0,0 +1,7 @@
+/* This file is automatically managed and will be overwritten from time to time. */\r
+/* Do not manually edit this file. */\r
+\r
+/* Import and include this mixin into your project theme to include the addon themes */\r
+@mixin addons {\r
+}\r
+\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/favicon.ico b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/favicon.ico
new file mode 100644 (file)
index 0000000..ffb34a6
Binary files /dev/null and b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/favicon.ico differ
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/mytheme.scss b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/mytheme.scss
new file mode 100644 (file)
index 0000000..9fb468e
--- /dev/null
@@ -0,0 +1,38 @@
+// If you edit this file you need to compile the theme. See README.md for details.\r
+\r
+// Global variable overrides. Must be declared before importing Valo.\r
+\r
+// Defines the plaintext font size, weight and family. Font size affects general component sizing.\r
+//$v-font-size: 16px;\r
+//$v-font-weight: 300;\r
+//$v-font-family: "Open Sans", sans-serif;\r
+\r
+// Defines the border used by all components.\r
+//$v-border: 1px solid (v-shade 0.7);\r
+//$v-border-radius: 4px;\r
+\r
+// Affects the color of some component elements, e.g Button, Panel title, etc\r
+//$v-background-color: hsl(210, 0%, 98%);\r
+// Affects the color of content areas, e.g  Panel and Window content, TextField input etc\r
+//$v-app-background-color: $v-background-color;\r
+\r
+// Affects the visual appearance of all components\r
+//$v-gradient: v-linear 8%;\r
+//$v-bevel-depth: 30%;\r
+//$v-shadow-opacity: 5%;\r
+\r
+// Defines colors for indicating status (focus, success, failure)\r
+//$v-focus-color: valo-focus-color(); // Calculates a suitable color automatically\r
+//$v-friendly-color: #2c9720;\r
+//$v-error-indicator-color: #ed473b;\r
+\r
+// For more information, see: https://vaadin.com/book/-/page/themes.valo.html\r
+// Example variants can be copy/pasted from https://vaadin.com/docs/v8/framework/articles/ValoExamples.html\r
+\r
+@import "../valo/valo.scss";\r
+\r
+@mixin mytheme {\r
+  @include valo;\r
+\r
+  // Insert your own theme rules here\r
+}\r
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/styles.css b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/styles.css
new file mode 100644 (file)
index 0000000..91d0957
--- /dev/null
@@ -0,0 +1,15077 @@
+/**
+ * Checks if a list contains a certain value.
+ * 
+ * @param {list} $list - the list to check
+ * @param {value} $var - the value to search for
+ * @param {bool} $recursive (false) - should any contained lists be checked for the value
+ * 
+ * @return {bool} true if the value is found from the list, false otherwise
+ * 
+ * @group lists
+ */
+
+/**
+ * Cross-browser opacity.
+ *
+ * @param {number} $value - opacity value from 0 to 1
+ * @param {bool} $important (false) - should the property value be declared with !important
+ *
+ * @group util
+ */
+
+@-webkit-keyframes valo-animate-in-fade {
+               0% {
+               opacity: 0;
+       }
+       }
+
+@-moz-keyframes valo-animate-in-fade {
+               0% {
+               opacity: 0;
+       }
+       }
+
+@keyframes valo-animate-in-fade {
+               0% {
+               opacity: 0;
+       }
+       }
+
+@-webkit-keyframes valo-animate-out-fade {
+               100% {
+               opacity: 0;
+       }
+       }
+
+@-moz-keyframes valo-animate-out-fade {
+               100% {
+               opacity: 0;
+       }
+       }
+
+@keyframes valo-animate-out-fade {
+               100% {
+               opacity: 0;
+       }
+       }
+
+@-webkit-keyframes valo-animate-in-slide-down {
+               0% {
+               -webkit-transform: translateY(-100%);
+       }
+       }
+
+@-moz-keyframes valo-animate-in-slide-down {
+               0% {
+               -moz-transform: translateY(-100%);
+       }
+       }
+
+@keyframes valo-animate-in-slide-down {
+               0% {
+               -webkit-transform: translateY(-100%);
+               -moz-transform: translateY(-100%);
+               -ms-transform: translateY(-100%);
+               -o-transform: translateY(-100%);
+               transform: translateY(-100%);
+       }
+       }
+
+@-webkit-keyframes valo-animate-in-slide-up {
+               0% {
+               -webkit-transform: translateY(100%);
+       }
+       }
+
+@-moz-keyframes valo-animate-in-slide-up {
+               0% {
+               -moz-transform: translateY(100%);
+       }
+       }
+
+@keyframes valo-animate-in-slide-up {
+               0% {
+               -webkit-transform: translateY(100%);
+               -moz-transform: translateY(100%);
+               -ms-transform: translateY(100%);
+               -o-transform: translateY(100%);
+               transform: translateY(100%);
+       }
+       }
+
+@-webkit-keyframes valo-animate-in-slide-left {
+               0% {
+               -webkit-transform: translateX(100%);
+       }
+       }
+
+@-moz-keyframes valo-animate-in-slide-left {
+               0% {
+               -moz-transform: translateX(100%);
+       }
+       }
+
+@keyframes valo-animate-in-slide-left {
+               0% {
+               -webkit-transform: translateX(100%);
+               -moz-transform: translateX(100%);
+               -ms-transform: translateX(100%);
+               -o-transform: translateX(100%);
+               transform: translateX(100%);
+       }
+       }
+
+@-webkit-keyframes valo-animate-in-slide-right {
+               0% {
+               -webkit-transform: translateX(-100%);
+       }
+       }
+
+@-moz-keyframes valo-animate-in-slide-right {
+               0% {
+               -moz-transform: translateX(-100%);
+       }
+       }
+
+@keyframes valo-animate-in-slide-right {
+               0% {
+               -webkit-transform: translateX(-100%);
+               -moz-transform: translateX(-100%);
+               -ms-transform: translateX(-100%);
+               -o-transform: translateX(-100%);
+               transform: translateX(-100%);
+       }
+       }
+
+@-webkit-keyframes valo-animate-out-slide-down {
+               100% {
+               -webkit-transform: translateY(100%);
+       }
+       }
+
+@-moz-keyframes valo-animate-out-slide-down {
+               100% {
+               -moz-transform: translateY(100%);
+       }
+       }
+
+@keyframes valo-animate-out-slide-down {
+               100% {
+               -webkit-transform: translateY(100%);
+               -moz-transform: translateY(100%);
+               -ms-transform: translateY(100%);
+               -o-transform: translateY(100%);
+               transform: translateY(100%);
+       }
+       }
+
+@-webkit-keyframes valo-animate-out-slide-up {
+               100% {
+               -webkit-transform: translateY(-100%);
+       }
+       }
+
+@-moz-keyframes valo-animate-out-slide-up {
+               100% {
+               -moz-transform: translateY(-100%);
+       }
+       }
+
+@keyframes valo-animate-out-slide-up {
+               100% {
+               -webkit-transform: translateY(-100%);
+               -moz-transform: translateY(-100%);
+               -ms-transform: translateY(-100%);
+               -o-transform: translateY(-100%);
+               transform: translateY(-100%);
+       }
+       }
+
+@-webkit-keyframes valo-animate-out-slide-left {
+               100% {
+               -webkit-transform: translateX(-100%);
+       }
+       }
+
+@-moz-keyframes valo-animate-out-slide-left {
+               100% {
+               -moz-transform: translateX(-100%);
+       }
+       }
+
+@keyframes valo-animate-out-slide-left {
+               100% {
+               -webkit-transform: translateX(-100%);
+               -moz-transform: translateX(-100%);
+               -ms-transform: translateX(-100%);
+               -o-transform: translateX(-100%);
+               transform: translateX(-100%);
+       }
+       }
+
+@-webkit-keyframes valo-animate-out-slide-right {
+               100% {
+               -webkit-transform: translateX(100%);
+       }
+       }
+
+@-moz-keyframes valo-animate-out-slide-right {
+               100% {
+               -moz-transform: translateX(100%);
+       }
+       }
+
+@keyframes valo-animate-out-slide-right {
+               100% {
+               -webkit-transform: translateX(100%);
+               -moz-transform: translateX(100%);
+               -ms-transform: translateX(100%);
+               -o-transform: translateX(100%);
+               transform: translateX(100%);
+       }
+       }
+
+@-webkit-keyframes valo-overlay-animate-in {
+               0% {
+               -webkit-transform: translatey(-4px);
+               opacity: 0;
+       }
+       }
+
+@-moz-keyframes valo-overlay-animate-in {
+               0% {
+               -moz-transform: translatey(-4px);
+               opacity: 0;
+       }
+       }
+
+@keyframes valo-overlay-animate-in {
+               0% {
+               -webkit-transform: translatey(-4px);
+               -moz-transform: translatey(-4px);
+               -ms-transform: translatey(-4px);
+               -o-transform: translatey(-4px);
+               transform: translatey(-4px);
+               opacity: 0;
+       }
+       }
+
+@-webkit-keyframes valo-animate-out-slide-down-fade {
+               100% {
+               opacity: 0;
+               -webkit-transform: translatey(30%);
+       }
+       }
+
+@-moz-keyframes valo-animate-out-slide-down-fade {
+               100% {
+               opacity: 0;
+               -moz-transform: translatey(30%);
+       }
+       }
+
+@keyframes valo-animate-out-slide-down-fade {
+               100% {
+               opacity: 0;
+               -webkit-transform: translatey(30%);
+               -moz-transform: translatey(30%);
+               -ms-transform: translatey(30%);
+               -o-transform: translatey(30%);
+               transform: translatey(30%);
+       }
+       }
+
+/**
+ * Outputs cross-browser Valo-specific linear gradient background-image declarations.
+ * 
+ * @group style
+ * 
+ * @param {color} $color ($v-background-color) - The base color for the gradient color stops
+ * @param {list} $gradient ($v-gradient) - Valo-specific gradient value. See the documentation for $v-gradient.
+ * @param {color} $fallback (null) - A fallback color for browser which do not support linear gradients (IE8 and IE9 in particular). If null, the base $color is used instead.
+ * @param {string} $direction (to bottom) - the direction of the linear gradient. The color stops are by default so that a lighter shade is at the start and a darker shade is at the end.
+ */
+
+/**
+ * Computes a CSS border property value for the given base color.
+ *
+ * @group style
+ *
+ * @param {list} $border ($v-border) - CSS border value which can contain any of the color keywords
+ * @param {color} $color ($v-background-color) - the base color to which the color keywords are applied to
+ * @param {color} $context (null) - context/surrounding color where the border is expected to appear. The color of the final border is the darker of the two parameters passed to this function.
+ * @param {number} $strength (1) - adjustment for the border contrast
+ *
+ * @return {list} The input $border value with any color keyword replaced with the corresponding actual color
+ */
+
+/**
+ * Ouput selectors and properties to vertically center elements inside their parent.
+ * 
+ * @param {string} $to-align (()) - The selector to match the elements which you wish to align vertically. The targeted elements should be inline or inline-block elements.
+ * @param {string} $align (middle) - The vertical-align value, e.g. top, middle, bottom
+ * @param {string} $pseudo-element (after) - Which pseudo element to use for the vertical align guide
+ * 
+ * @group util
+ */
+
+@font-face {
+       font-family: "Vaadin-Icons";
+       src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot);
+       src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.woff) format("woff"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.ttf) format("truetype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.svg#icomoon) format("svg");
+}
+
+.Vaadin-Icons {
+       font-family: "Vaadin-Icons";
+}
+
+@font-face {
+       font-family: ThemeIcons;
+       font-weight: normal;
+       font-style: normal;
+       src: url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot);
+       src: url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.woff) format("woff"), url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.ttf) format("truetype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.svg#ThemeIcons) format("svg");
+}
+
+.ThemeIcons {
+       font-family: ThemeIcons;
+       font-style: normal;
+       font-weight: normal;
+       -webkit-font-smoothing: antialiased;
+       -moz-osx-font-smoothing: grayscale;
+       display: inline-block;
+       text-align: center;
+}
+
+@font-face {
+       font-family: FontAwesome;
+       font-weight: normal;
+       font-style: normal;
+       src: url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot);
+       src: url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.woff) format("woff"), url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.ttf) format("truetype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.svg#FontAwesome) format("svg");
+}
+
+.FontAwesome {
+       font-family: FontAwesome;
+       font-style: normal;
+       font-weight: normal;
+       -webkit-font-smoothing: antialiased;
+       -moz-osx-font-smoothing: grayscale;
+       display: inline-block;
+       text-align: center;
+}
+
+@font-face {
+       font-family: "Open Sans";
+       src: url(../valo/fonts/open-sans/OpenSans-Light-webfont.eot);
+       src: url(../valo/fonts/open-sans/OpenSans-Light-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/open-sans/OpenSans-Light-webfont.woff) format("woff"), url(../valo/fonts/open-sans/OpenSans-Light-webfont.ttf) format("truetype");
+       font-weight: 300;
+       font-style: normal;
+}
+
+@font-face {
+       font-family: "Open Sans";
+       src: url(../valo/fonts/open-sans/OpenSans-Regular-webfont.eot);
+       src: url(../valo/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/open-sans/OpenSans-Regular-webfont.woff) format("woff"), url(../valo/fonts/open-sans/OpenSans-Regular-webfont.ttf) format("truetype");
+       font-weight: 400;
+       font-style: normal;
+}
+
+@font-face {
+       font-family: "Open Sans";
+       src: url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.eot);
+       src: url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.woff) format("woff"), url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.ttf) format("truetype");
+       font-weight: 600;
+       font-style: normal;
+}
+
+@-webkit-keyframes v-rotate-360 {
+               to {
+               -webkit-transform: rotate(360deg);
+       }
+       }
+
+@-moz-keyframes v-rotate-360 {
+               to {
+               -moz-transform: rotate(360deg);
+       }
+       }
+
+@-o-keyframes v-rotate-360 {
+               to {
+               -o-transform: rotate(360deg);
+       }
+       }
+
+@keyframes v-rotate-360 {
+               to {
+               transform: rotate(360deg);
+       }
+       }
+
+@-webkit-keyframes v-progress-start {
+               0% {
+               width: 0%;
+       }
+               100% {
+               width: 50%;
+       }
+       }
+
+@-moz-keyframes v-progress-start {
+               0% {
+               width: 0%;
+       }
+               100% {
+               width: 50%;
+       }
+       }
+
+@keyframes v-progress-start {
+               0% {
+               width: 0%;
+       }
+               100% {
+               width: 50%;
+       }
+       }
+
+@-webkit-keyframes v-progress-delay {
+               0% {
+               width: 50%;
+       }
+               100% {
+               width: 90%;
+       }
+       }
+
+@-moz-keyframes v-progress-delay {
+               0% {
+               width: 50%;
+       }
+               100% {
+               width: 90%;
+       }
+       }
+
+@keyframes v-progress-delay {
+               0% {
+               width: 50%;
+       }
+               100% {
+               width: 90%;
+       }
+       }
+
+@-webkit-keyframes v-progress-wait {
+               0% {
+               width: 90%;
+               height: 4px;
+       }
+               3% {
+               width: 91%;
+               height: 7px;
+       }
+               100% {
+               width: 96%;
+               height: 7px;
+       }
+       }
+
+@-moz-keyframes v-progress-wait {
+               0% {
+               width: 90%;
+               height: 4px;
+       }
+               3% {
+               width: 91%;
+               height: 7px;
+       }
+               100% {
+               width: 96%;
+               height: 7px;
+       }
+       }
+
+@keyframes v-progress-wait {
+               0% {
+               width: 90%;
+               height: 4px;
+       }
+               3% {
+               width: 91%;
+               height: 7px;
+       }
+               100% {
+               width: 96%;
+               height: 7px;
+       }
+       }
+
+@-webkit-keyframes v-progress-wait-pulse {
+               0% {
+               opacity: 1;
+       }
+               50% {
+               opacity: 0.1;
+       }
+               100% {
+               opacity: 1;
+       }
+       }
+
+@-moz-keyframes v-progress-wait-pulse {
+               0% {
+               opacity: 1;
+       }
+               50% {
+               opacity: 0.1;
+       }
+               100% {
+               opacity: 1;
+       }
+       }
+
+@keyframes v-progress-wait-pulse {
+               0% {
+               opacity: 1;
+       }
+               50% {
+               opacity: 0.1;
+       }
+               100% {
+               opacity: 1;
+       }
+       }
+
+/**
+ * Outputs the context menu selectors and styles, which is used by Table and Tree for instance.
+ * 
+ * @requires {mixin} valo-selection-item-style
+ * @requires {mixin} valo-selection-item-selected-style
+ */
+
+/**
+ * The background color for overlay elements.
+ *
+ * @type color
+ * @group overlay
+ */
+
+/**
+ * The backgound color for tooltips.
+ *
+ * @type color
+ * @group tooltip
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-absolutelayout) - 
+ *
+ * @group absolutelayout
+ */
+
+/**
+ * Outputs the selectors and properties for the Accordion component.
+ *
+ * @param {string} $primary-stylename (v-accordion) - the primary style name for the selectors
+ * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
+ * @group accordion
+ */
+
+/**
+ * Outputs the selectors and properties for the Button component.
+ *
+ * @param {string} $primary-stylename (v-button) - the primary style name for the selectors
+ * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
+ *
+ * @group button
+ */
+
+/**
+ * A list of colors for custom event colors. Can be an empty list of you don't 
+ * need any custom event colors.
+ * 
+ * @example javascript
+ * // Java code
+ * // 'event' is an instance of EditableCalendarEvent
+ * event.setStyleName("color1"); // 1st color in the list
+ * event.setStyleName("color2"); // 2nd color in the list
+ * // etc.
+ * 
+ * @group calendar
+ */
+
+/**
+ * Outputs the selectors and properties for the CheckBox component.
+ *
+ * @param {string} $primary-stylename (v-checkbox) - the primary style name for the selectors
+ * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
+ *
+ * @group checkbox
+ */
+
+/**
+ * Outputs the global selectors and properties for the ColorPicker component - styles which are
+ * considered mandatory for the component to work properly.
+ *
+ * @param {string} $primary-stylename (v-colorpicker) - the primary style name for the selectors
+ *
+ * @group colorpicker
+ */
+
+/**
+ * Outputs the selectors and properties for the ComboBox component.
+ *
+ * @param {string} $primary-stylename (v-filterselect) - the primary style name for the selectors
+ * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
+ *
+ * @group combobox
+ */
+
+/**
+ * The amount of spacing between different widgets in a component group.
+ * If null, a computed value is used ($v-border size * -1, or 1px if $v-border size is 0)
+ * 
+ * @group csslayout
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-customcomponent) - 
+ *
+ * @group customcomponent
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-customlayout) - 
+ *
+ * @group customlayout
+ */
+
+/**
+ * Outputs the selectors and properties for the DateField component.
+ *
+ * @param {string} $primary-stylename (v-datefield) - the primary style name for the selectors
+ * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
+ *
+ * @group datefield
+ */
+
+/**
+ * Outputs the styles and selectors for the DragAndDropWrapper component.
+ * 
+ * @param {string} $primary-stylename (v-ddwrapper) - the primary style name for the selectors
+ * 
+ * @group drag-n-drop
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-form) - 
+ *
+ * @group form
+ */
+
+/**
+ * Outputs the selectors and properties for the FormLayout component.
+ *
+ * @param {string} $primary-stylename (v-formlayout) - the primary style name for the selectors
+ * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
+ *
+ * @group formlayout
+ */
+
+/**
+ *
+ * @group table
+ */
+
+@-webkit-keyframes valo-grid-editor-footer-animate-in {
+               0% {
+               margin-top: -37px;
+       }
+       }
+
+@-moz-keyframes valo-grid-editor-footer-animate-in {
+               0% {
+               margin-top: -37px;
+       }
+       }
+
+@keyframes valo-grid-editor-footer-animate-in {
+               0% {
+               margin-top: -37px;
+       }
+       }
+
+@-webkit-keyframes valo-grid-editor-footer-animate-in-alt {
+               0% {
+               margin-bottom: -38px;
+       }
+               100% {
+               margin-bottom: -1px;
+       }
+       }
+
+@-moz-keyframes valo-grid-editor-footer-animate-in-alt {
+               0% {
+               margin-bottom: -38px;
+       }
+               100% {
+               margin-bottom: -1px;
+       }
+       }
+
+@keyframes valo-grid-editor-footer-animate-in-alt {
+               0% {
+               margin-bottom: -38px;
+       }
+               100% {
+               margin-bottom: -1px;
+       }
+       }
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-gridlayout) - 
+ *
+ * @group gridlayout
+ */
+
+/**
+ * The font weight for headers.
+ * 
+ * @group label
+ */
+
+/**
+ *
+ * @group link
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-loginform) - 
+ *
+ * @group loginform
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-menubar) - 
+ * @param {bool} $include-additional-styles - 
+ *
+ * @group menubar
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-nativebutton) - 
+ *
+ * @group nativebutton
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-select) - 
+ *
+ * @group nativeselect
+ */
+
+/**
+ *
+ * @group notification
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-select-optiongroup) - 
+ * @param {bool} $include-additional-styles - 
+ *
+ * @group optiongroup
+ */
+
+/**
+ *
+ *
+ *
+ * @group orderedlayout
+ */
+
+/**
+ *
+ * @group panel
+ */
+
+@-webkit-keyframes v-popupview-animate-in {
+               0% {
+               -webkit-transform: scale(0);
+       }
+       }
+
+@-moz-keyframes v-popupview-animate-in {
+               0% {
+               -moz-transform: scale(0);
+       }
+       }
+
+@keyframes v-popupview-animate-in {
+               0% {
+               -webkit-transform: scale(0);
+               -moz-transform: scale(0);
+               -ms-transform: scale(0);
+               -o-transform: scale(0);
+               transform: scale(0);
+       }
+       }
+
+/**
+ *
+ * @group progressbar
+ */
+
+/**
+ *
+ * @group richtextarea
+ */
+
+/**
+ *
+ * @group slider
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-splitpanel) - 
+ * @param {bool} $include-additional-styles - 
+ *
+ * @group splitpanel
+ */
+
+/**
+ *
+ * @group table
+ */
+
+/**
+ * Should the tabsheet content changes be animated.
+ *
+ * @group tabsheet
+ */
+
+/**
+ * The background color for text fields.
+ * @group textfield
+ */
+
+/**
+ * Outputs the selectors and properties for the TextArea component.
+ *
+ * @param {string} $primary-stylename (v-textarea) - the primary style name for the selectors
+ * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
+ *
+ * @group textarea
+ */
+
+/**
+ *
+ * @group tree
+ */
+
+/**
+ *
+ * @group table
+ */
+
+@-webkit-keyframes valo-grid-editor-footer-animate-in {
+               0% {
+               margin-top: -37px;
+       }
+       }
+
+@-moz-keyframes valo-grid-editor-footer-animate-in {
+               0% {
+               margin-top: -37px;
+       }
+       }
+
+@keyframes valo-grid-editor-footer-animate-in {
+               0% {
+               margin-top: -37px;
+       }
+       }
+
+@-webkit-keyframes valo-grid-editor-footer-animate-in-alt {
+               0% {
+               margin-bottom: -38px;
+       }
+               100% {
+               margin-bottom: -1px;
+       }
+       }
+
+@-moz-keyframes valo-grid-editor-footer-animate-in-alt {
+               0% {
+               margin-bottom: -38px;
+       }
+               100% {
+               margin-bottom: -1px;
+       }
+       }
+
+@keyframes valo-grid-editor-footer-animate-in-alt {
+               0% {
+               margin-bottom: -38px;
+       }
+               100% {
+               margin-bottom: -1px;
+       }
+       }
+
+/**
+ *
+ * @group table
+ */
+
+@-webkit-keyframes valo-grid-editor-footer-animate-in {
+               0% {
+               margin-top: -37px;
+       }
+       }
+
+@-moz-keyframes valo-grid-editor-footer-animate-in {
+               0% {
+               margin-top: -37px;
+       }
+       }
+
+@keyframes valo-grid-editor-footer-animate-in {
+               0% {
+               margin-top: -37px;
+       }
+       }
+
+@-webkit-keyframes valo-grid-editor-footer-animate-in-alt {
+               0% {
+               margin-bottom: -38px;
+       }
+               100% {
+               margin-bottom: -1px;
+       }
+       }
+
+@-moz-keyframes valo-grid-editor-footer-animate-in-alt {
+               0% {
+               margin-bottom: -38px;
+       }
+               100% {
+               margin-bottom: -1px;
+       }
+       }
+
+@keyframes valo-grid-editor-footer-animate-in-alt {
+               0% {
+               margin-bottom: -38px;
+       }
+               100% {
+               margin-bottom: -1px;
+       }
+       }
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-treetable) - 
+ *
+ * @group treetable
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-select-twincol) - 
+ *
+ * @group twin-column-select
+ */
+
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-upload) -
+ *
+ * @group upload
+ */
+
+/**
+ * @group window
+ */
+
+@-webkit-keyframes valo-modal-window-indication {
+               0% {
+               opacity: 0;
+       }
+               100% {
+               opacity: 1;
+       }
+       }
+
+@-moz-keyframes valo-modal-window-indication {
+               0% {
+               opacity: 0;
+       }
+               100% {
+               opacity: 1;
+       }
+       }
+
+@keyframes valo-modal-window-indication {
+               0% {
+               opacity: 0;
+       }
+               100% {
+               opacity: 1;
+       }
+       }
+
+@-webkit-keyframes valo-animate-out-scale-down-fade {
+               100% {
+               -webkit-transform: scale(0.8);
+               opacity: 0;
+       }
+       }
+
+@-moz-keyframes valo-animate-out-scale-down-fade {
+               100% {
+               -moz-transform: scale(0.8);
+               opacity: 0;
+       }
+       }
+
+@keyframes valo-animate-out-scale-down-fade {
+               100% {
+               -webkit-transform: scale(0.8);
+               -moz-transform: scale(0.8);
+               -ms-transform: scale(0.8);
+               -o-transform: scale(0.8);
+               transform: scale(0.8);
+               opacity: 0;
+       }
+       }
+
+/**
+ * @group valo-menu
+ */
+
+.v-vaadin-version:after {
+       content: "8.6.4";
+}
+
+.v-widget {
+       box-sizing: border-box;
+       display: inline-block;
+       vertical-align: top;
+       text-align: left;
+       white-space: normal;
+}
+
+.v-generated-body {
+       overflow: hidden;
+       margin: 0;
+       padding: 0;
+       border: 0;
+}
+
+.v-app {
+       height: 100%;
+       -webkit-tap-highlight-color: transparent;
+       -webkit-text-size-adjust: 100%;
+       -ms-text-size-adjust: 100%;
+       -webkit-text-size-adjust: 100%;
+       -webkit-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+}
+
+.v-app input[type="text"], .v-app .v-slot > .v-caption, .v-app .v-gridlayout-slot > .v-caption, .v-app .v-has-caption > .v-caption, .v-app .v-formlayout-captioncell > .v-caption, .v-app .v-csslayout > .v-caption {
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+}
+
+.v-app input::-ms-clear {
+       display: none;
+}
+
+.v-ui {
+       position: relative;
+}
+
+.v-ui.v-ui-embedded {
+       margin-top: -1px;
+       border-top: 1px solid transparent;
+}
+
+.v-ui:focus {
+       outline: none;
+}
+
+.v-overlay-container {
+       width: 0;
+       height: 0;
+}
+
+.v-drag-element {
+       z-index: 60000;
+       position: absolute !important;
+       cursor: default;
+}
+
+.v-clip {
+       overflow: hidden;
+}
+
+.v-scrollable {
+       overflow: auto;
+}
+
+.v-scrollable  > .v-widget {
+       vertical-align: middle;
+       overflow: hidden;
+}
+
+.v-ios.v-webkit .v-scrollable {
+       -webkit-overflow-scrolling: touch;
+}
+
+.v-ios5.v-webkit .v-scrollable {
+       -webkit-overflow-scrolling: none;
+}
+
+.v-webkit.v-ios .v-browserframe {
+       -webkit-overflow-scrolling: touch;
+       overflow: auto;
+}
+
+.v-assistive-device-only, .v-assistive-device-only-label label {
+       position: absolute;
+       top: -2000px;
+       left: -2000px;
+       width: 10px;
+       overflow: hidden;
+}
+
+.v-icon {
+       cursor: inherit;
+       -webkit-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+}
+
+.v-icon, .v-errorindicator, .v-required-field-indicator {
+       display: inline-block;
+       line-height: inherit;
+}
+
+.v-caption {
+       display: inline-block;
+       white-space: nowrap;
+       line-height: 1.55;
+}
+
+.v-captiontext {
+       display: inline-block;
+       line-height: inherit;
+}
+
+div.v-layout.v-horizontal.v-widget {
+       white-space: nowrap;
+}
+
+.v-layout.v-vertical > .v-expand, .v-layout.v-horizontal > .v-expand {
+       box-sizing: border-box;
+       width: 100%;
+       height: 100%;
+}
+
+.v-slot, .v-spacing {
+       display: inline-block;
+       white-space: nowrap;
+       vertical-align: top;
+}
+
+.v-vertical > .v-slot:after {
+       display: inline-block;
+       clear: both;
+       width: 0;
+       height: 0;
+       overflow: hidden;
+}
+
+.v-vertical > .v-slot, .v-vertical > .v-expand > .v-slot {
+       display: block;
+       clear: both;
+}
+
+.v-horizontal > .v-slot, .v-horizontal > .v-expand > .v-slot {
+       height: 100%;
+}
+
+.v-horizontal > .v-expand > .v-slot {
+       position: relative;
+}
+
+.v-vertical > .v-spacing, .v-vertical > .v-expand > .v-spacing {
+       width: 0 !important;
+       display: block;
+       clear: both;
+}
+
+.v-horizontal > .v-spacing, .v-horizontal > .v-expand > .v-spacing {
+       height: 0 !important;
+}
+
+.v-align-middle:before, .v-align-bottom:before, .v-expand > .v-align-middle:before, .v-expand > .v-align-bottom:before {
+       content: "";
+       display: inline-block;
+       height: 100%;
+       vertical-align: middle;
+       width: 0;
+}
+
+.v-align-middle, .v-align-bottom {
+       white-space: nowrap;
+}
+
+.v-align-middle > .v-widget, .v-align-bottom > .v-widget {
+       display: inline-block;
+}
+
+.v-align-middle, .v-align-middle > .v-widget {
+       vertical-align: middle;
+}
+
+.v-align-bottom, .v-align-bottom > .v-widget {
+       vertical-align: bottom;
+}
+
+.v-align-center {
+       text-align: center;
+}
+
+.v-align-center > .v-widget {
+       margin-left: auto;
+       margin-right: auto;
+}
+
+.v-align-right {
+       text-align: right;
+}
+
+.v-align-right > .v-widget {
+       margin-left: auto;
+}
+
+.v-has-caption, .v-has-caption > .v-caption {
+       display: inline-block;
+}
+
+.v-caption-on-left, .v-caption-on-right {
+       white-space: nowrap;
+}
+
+.v-caption-on-top > .v-caption, .v-caption-on-bottom > .v-caption {
+       display: block;
+}
+
+.v-caption-on-left > .v-caption {
+       padding-right: 0.5em;
+}
+
+.v-caption-on-left > .v-widget, .v-caption-on-right > .v-widget {
+       display: inline-block;
+}
+
+.v-has-caption.v-has-width > .v-widget {
+       width: 100% !important;
+}
+
+.v-has-caption.v-has-height > .v-widget {
+       height: 100% !important;
+}
+
+.v-gridlayout {
+       position: relative;
+}
+
+.v-gridlayout-slot {
+       position: absolute;
+       line-height: 1.55;
+}
+
+.v-gridlayout-spacing-on {
+       overflow: hidden;
+}
+
+.v-gridlayout-spacing, .v-gridlayout-spacing-off {
+       padding-left: 0;
+       padding-top: 0;
+}
+
+.v-gridlayout-spacing-off {
+       overflow: hidden;
+}
+
+.v-calendar-month-day-scrollable {
+       overflow-y: scroll;
+}
+
+.v-calendar-week-wrapper {
+       position: relative;
+       overflow: hidden;
+}
+
+.v-calendar-current-time {
+       position: absolute;
+       left: 0;
+       width: 100%;
+       height: 1px;
+       background: red;
+       z-index: 2;
+}
+
+.v-calendar-event-resizetop, .v-calendar-event-resizebottom {
+       position: absolute;
+       height: 5%;
+       min-height: 3px;
+       width: 100%;
+       z-index: 1;
+}
+
+.v-calendar-event-resizetop {
+       cursor: row-resize;
+       top: 0;
+}
+
+.v-calendar-event-resizebottom {
+       cursor: row-resize;
+       bottom: 0;
+}
+
+.v-calendar-header-month td:first-child {
+       padding-left: 20px;
+}
+
+.v-calendar-month-sizedheight .v-calendar-month-day {
+       height: 100px;
+}
+
+.v-calendar-month-sizedwidth .v-calendar-month-day {
+       width: 100px;
+}
+
+.v-calendar-header-month-Hsized .v-calendar-header-day {
+       width: 101px;
+}
+
+.v-calendar-header-month-Hsized td:first-child {
+       padding-left: 21px;
+}
+
+.v-calendar-header-day-Hsized {
+       width: 200px;
+}
+
+.v-calendar-week-numbers-Vsized .v-calendar-week-number {
+       height: 100px;
+       line-height: 100px;
+}
+
+.v-calendar-week-wrapper-Vsized {
+       height: 400px;
+       overflow-x: hidden !important;
+}
+
+.v-calendar-times-Vsized .v-calendar-time {
+       height: 38px;
+}
+
+.v-calendar-times-Hsized .v-calendar-time {
+       width: 42px;
+}
+
+.v-calendar-day-times-Vsized .v-datecellslot, .v-calendar-day-times-Vsized .v-datecellslot-even {
+       height: 18px;
+}
+
+.v-calendar-day-times-Hsized, .v-calendar-day-times-Hsized .v-datecellslot, .v-calendar-day-times-Hsized .v-datecellslot-even {
+       width: 200px;
+}
+
+.v-colorpicker-popup.v-window {
+       min-width: 220px !important;
+}
+
+.v-colorpicker-gradient-container {
+       overflow: visible !important;
+}
+
+.v-colorpicker-gradient-clicklayer {
+       opacity: 0;
+       filter: alpha(opacity=0) ;
+}
+
+.rgb-gradient .v-colorpicker-gradient-background {
+       background: url(../valo/components/img/colorpicker/gradient2.png);
+}
+
+.hsv-gradient .v-colorpicker-gradient-foreground {
+       background: url(../valo/components/img/colorpicker/gradient.png);
+}
+
+.v-colorpicker-gradient-higherbox:before {
+       content: "";
+       width: 11px;
+       height: 11px;
+       border-radius: 7px;
+       border: 1px solid #fff;
+       -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.3);
+       box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.3);
+       position: absolute;
+       bottom: -6px;
+       left: -6px;
+}
+
+.v-colorpicker-popup .v-slider.v-slider-red:before {
+       background-color: red;
+}
+
+.v-colorpicker-popup .v-slider.v-slider-green:before {
+       background-color: green;
+}
+
+.v-colorpicker-popup .v-slider.v-slider-blue:before {
+       background-color: blue;
+}
+
+.v-colorpicker-popup .v-slider.hue-slider:before {
+       background: url(../valo/components/img/colorpicker/slider_hue_bg.png);
+}
+
+.v-colorpicker-popup input.v-textfield-dark {
+       color: #fff;
+}
+
+.v-colorpicker-popup input.v-textfield-light {
+       color: #000;
+}
+
+.v-colorpicker-grid {
+       height: 319px;
+}
+
+.v-colorpicker-popup .colorselect td {
+       line-height: 15px;
+}
+
+.v-table-header table, .v-table-footer table, .v-table-table {
+       border-spacing: 0;
+       border-collapse: separate;
+       margin: 0;
+       padding: 0;
+       border: 0;
+       line-height: 1.55;
+}
+
+.v-table-resizer, .v-table-sort-indicator {
+       float: right;
+}
+
+.v-table-caption-container-align-center {
+       text-align: center;
+}
+
+.v-table-caption-container-align-right {
+       text-align: right;
+}
+
+.v-table-header td, .v-table-footer td, .v-table-cell-content {
+       padding: 0;
+}
+
+.v-table-sort-indicator {
+       width: 0;
+}
+
+.v-tabsheet-hidetabs > .v-tabsheet-tabcontainer, .v-tabsheet-spacertd, .v-disabled .v-tabsheet-scroller, .v-tabsheet .v-disabled .v-tabsheet-caption-close {
+       display: none;
+}
+
+.v-tabsheet {
+       overflow: visible !important;
+       position: relative;
+}
+
+.v-tabsheet-tabcontainer table, .v-tabsheet-tabcontainer tbody, .v-tabsheet-tabcontainer tr {
+       display: inline-block;
+       border-spacing: 0;
+       border-collapse: collapse;
+       vertical-align: top;
+}
+
+.v-tabsheet-tabcontainer td {
+       display: inline-block;
+       padding: 0;
+}
+
+.v-tabsheet-tabs {
+       white-space: nowrap;
+       box-sizing: border-box;
+}
+
+.v-tabsheet-content {
+       position: relative;
+}
+
+.v-tabsheet-content  > div > .v-scrollable  > .v-margin-top {
+       padding-top: 12px;
+}
+
+.v-tabsheet-content  > div > .v-scrollable  > .v-margin-right {
+       padding-right: 12px;
+}
+
+.v-tabsheet-content  > div > .v-scrollable  > .v-margin-bottom {
+       padding-bottom: 12px;
+}
+
+.v-tabsheet-content  > div > .v-scrollable  > .v-margin-left {
+       padding-left: 12px;
+}
+
+.v-splitpanel-vertical, .v-splitpanel-horizontal {
+       overflow: hidden;
+       white-space: nowrap;
+}
+
+.v-splitpanel-hsplitter {
+       z-index: 100;
+       cursor: e-resize;
+       cursor: col-resize;
+}
+
+.v-splitpanel-vsplitter {
+       z-index: 100;
+       cursor: s-resize;
+       cursor: row-resize;
+}
+
+.v-splitpanel-hsplitter:after, .v-splitpanel-vsplitter:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+}
+
+.v-splitpanel-hsplitter div, .v-splitpanel-vsplitter div {
+       width: inherit;
+       height: inherit;
+       overflow: hidden;
+       position: relative;
+}
+
+.v-splitpanel-hsplitter div:before, .v-splitpanel-vsplitter div:before {
+       box-sizing: border-box;
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+}
+
+.v-disabled [class$="splitter"] div {
+       cursor: default;
+}
+
+.v-disabled [class$="splitter"] div:before {
+       display: none;
+}
+
+.v-splitpanel-horizontal > div  > .v-splitpanel-second-container {
+       position: static !important;
+       display: inline-block;
+       vertical-align: top;
+}
+
+.v-splitpanel-horizontal > div  > .v-splitpanel-first-container {
+       display: inline-block;
+       vertical-align: top;
+}
+
+.mytheme.v-app, .mytheme.v-app-loading {
+       font: 300 16px/1.55 "Open Sans", sans-serif;
+       color: #464646;
+       background-color: #fafafa;
+       cursor: default;
+}
+
+.mytheme .v-app-loading {
+       width: 100%;
+       height: 100%;
+       background: #fafafa;
+}
+
+.mytheme .v-app-loading:before {
+       content: "";
+       position: fixed;
+       z-index: 100;
+       top: 45%;
+       left: 50%;
+       width: 28px;
+       height: 28px;
+       padding: 9px;
+       margin-top: -24px;
+       margin-left: -24px;
+       background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50%;
+       border-radius: 4px;
+}
+
+.mytheme .v-loading-indicator {
+       position: fixed !important;
+       z-index: 99999;
+       left: 0;
+       right: auto;
+       top: 0;
+       width: 50%;
+       opacity: 1;
+       height: 4px;
+       background-color: #197de1;
+       pointer-events: none;
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+       -webkit-animation: v-progress-start 1000ms 200ms both;
+       -moz-animation: v-progress-start 1000ms 200ms both;
+       animation: v-progress-start 1000ms 200ms both;
+}
+
+.mytheme .v-loading-indicator[style*="none"] {
+       display: block !important;
+       width: 100% !important;
+       opacity: 0;
+       -webkit-animation: none;
+       -moz-animation: none;
+       animation: none;
+       -webkit-transition: opacity 500ms 300ms, width 300ms;
+       -moz-transition: opacity 500ms 300ms, width 300ms;
+       transition: opacity 500ms 300ms, width 300ms;
+}
+
+.mytheme .v-loading-indicator-delay {
+       width: 90%;
+       -webkit-animation: v-progress-delay 3.8s forwards;
+       -moz-animation: v-progress-delay 3.8s forwards;
+       animation: v-progress-delay 3.8s forwards;
+}
+
+.v-ff .mytheme .v-loading-indicator-delay {
+       width: 50%;
+}
+
+.mytheme .v-loading-indicator-wait {
+       width: 96%;
+       -webkit-animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s infinite backwards;
+       -moz-animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s infinite backwards;
+       animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s infinite backwards;
+}
+
+.v-ff .mytheme .v-loading-indicator-wait {
+       width: 90%;
+}
+
+.mytheme .v-scrollable:focus {
+       outline: none;
+}
+
+.mytheme img.v-icon {
+       vertical-align: middle;
+}
+
+.mytheme .v-caption {
+       font-size: 14px;
+       font-weight: 400;
+       padding-bottom: 0.3em;
+       padding-left: 1px;
+}
+
+.mytheme .v-caption-on-left .v-caption, .mytheme .v-caption-on-right .v-caption {
+       padding-top: 0;
+       padding-bottom: 0;
+}
+
+.mytheme .v-icon + .v-captiontext, .mytheme .v-icon + span {
+       margin-left: 7px;
+}
+
+.mytheme .v-icon + .v-captiontext:empty, .mytheme .v-icon + span:empty {
+       margin-left: 0;
+}
+
+.mytheme .v-errorindicator {
+       color: #ed473b;
+       font-weight: 600;
+       width: 19px;
+       text-align: center;
+}
+
+.mytheme .v-errorindicator:before {
+       content: "!";
+}
+
+.mytheme .v-errorindicator-info {
+       color: #00a7f5;
+       font-weight: 600;
+       width: 19px;
+       text-align: center;
+}
+
+.mytheme .v-errorindicator-info:before {
+       content: "!";
+}
+
+.mytheme .v-errorindicator-warning {
+       color: #fc9c00;
+       font-weight: 600;
+       width: 19px;
+       text-align: center;
+}
+
+.mytheme .v-errorindicator-warning:before {
+       content: "!";
+}
+
+.mytheme .v-errorindicator-error {
+       color: #ed473b;
+       font-weight: 600;
+       width: 19px;
+       text-align: center;
+}
+
+.mytheme .v-errorindicator-error:before {
+       content: "!";
+}
+
+.mytheme .v-errorindicator-critical {
+       color: #fa007d;
+       font-weight: 600;
+       width: 19px;
+       text-align: center;
+}
+
+.mytheme .v-errorindicator-critical:before {
+       content: "!";
+}
+
+.mytheme .v-errorindicator-system {
+       color: #bb00ff;
+       font-weight: 600;
+       width: 19px;
+       text-align: center;
+}
+
+.mytheme .v-errorindicator-system:before {
+       content: "!";
+}
+
+.mytheme .v-required-field-indicator {
+       color: #ed473b;
+       padding: 0 0.2em;
+}
+
+.mytheme select {
+       font: inherit;
+       font-weight: 400;
+       line-height: inherit;
+       padding: 5px;
+       margin: 0;
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       color: #464646;
+}
+
+.mytheme select:focus {
+       outline: none;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-disabled {
+       cursor: default !important;
+}
+
+.mytheme .v-drag-element {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
+       box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
+       border-radius: 4px;
+       overflow: hidden;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-draggable {
+       -moz-user-select: none !important;
+       -ms-user-select: none !important;
+       -webkit-user-select: none !important;
+       user-select: none !important;
+}
+
+.mytheme .v-tooltip {
+       background-color: rgba(50, 50, 50, 0.9);
+       -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
+       box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
+       color: white;
+       padding: 5px 9px;
+       border-radius: 3px;
+       max-width: 35em;
+       overflow: hidden !important;
+       font-size: 14px;
+}
+
+.mytheme .v-tooltip div[style*="width"] {
+       width: auto !important;
+}
+
+.mytheme .v-tooltip .v-errormessage {
+       background-color: white;
+       background-color: #fff;
+       color: #ed473b;
+       margin: -5px -9px;
+       padding: 5px 9px;
+       max-height: 10em;
+       overflow: auto;
+       font-weight: 400;
+}
+
+.mytheme .v-tooltip .v-errormessage h2:only-child {
+       font: inherit;
+       line-height: inherit;
+}
+
+.mytheme .v-tooltip .v-errormessage-info {
+       color: #00a7f5;
+}
+
+.mytheme .v-tooltip .v-errormessage-warning {
+       color: #fc9c00;
+}
+
+.mytheme .v-tooltip .v-errormessage-error {
+       color: #ed473b;
+}
+
+.mytheme .v-tooltip .v-errormessage-critical {
+       color: #fa007d;
+}
+
+.mytheme .v-tooltip .v-errormessage-system {
+       color: #bb00ff;
+}
+
+.mytheme .v-tooltip .v-tooltip-text {
+       max-height: 10em;
+       overflow: auto;
+       margin-top: 10px;
+}
+
+.mytheme .v-tooltip .v-tooltip-text pre {
+       margin: 0px;
+}
+
+.mytheme .v-tooltip .v-errormessage[aria-hidden="true"] + .v-tooltip-text {
+       margin-top: 0;
+}
+
+.mytheme .v-tooltip h1, .mytheme .v-tooltip h2, .mytheme .v-tooltip h3, .mytheme .v-tooltip h4 {
+       color: inherit;
+}
+
+.mytheme .v-tooltip pre.v-tooltip-pre {
+       font: inherit;
+       white-space: pre-wrap;
+}
+
+.mytheme .v-contextmenu {
+       padding: 4px 4px;
+       border-radius: 4px;
+       background-color: white;
+       color: #474747;
+       -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       -webkit-backface-visibility: hidden;
+       -moz-backface-visibility: hidden;
+       -ms-backface-visibility: hidden;
+       backface-visibility: hidden;
+       padding: 4px 4px;
+}
+
+.mytheme .v-contextmenu[class*="animate-in"] {
+       -webkit-animation: valo-overlay-animate-in 120ms;
+       -moz-animation: valo-overlay-animate-in 120ms;
+       animation: valo-overlay-animate-in 120ms;
+}
+
+.mytheme .v-contextmenu[class*="animate-out"] {
+       -webkit-animation: valo-animate-out-fade 120ms;
+       -moz-animation: valo-animate-out-fade 120ms;
+       animation: valo-animate-out-fade 120ms;
+}
+
+.mytheme .v-contextmenu table {
+       border-spacing: 0;
+}
+
+.mytheme .v-contextmenu .gwt-MenuItem {
+       cursor: pointer;
+       line-height: 27px;
+       padding: 0 20px 0 10px;
+       border-radius: 3px;
+       font-weight: 400;
+       white-space: nowrap;
+       position: relative;
+       display: block;
+}
+
+.mytheme .v-contextmenu .gwt-MenuItem:active:before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       background: #0957a6;
+       opacity: 0.15;
+       filter: alpha(opacity=15.0) ;
+       pointer-events: none;
+       border-radius: inherit;
+}
+
+.mytheme .v-contextmenu .gwt-MenuItem .v-icon {
+       max-height: 27px;
+       margin-right: 5px;
+       min-width: 1em;
+}
+
+.mytheme .v-contextmenu .gwt-MenuItem-selected {
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       color: #ecf2f8;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-reconnect-dialog {
+       color: white;
+       top: 12px;
+       right: 12px;
+       max-width: 100%;
+       border-radius: 0;
+       -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
+       box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
+       padding: 12px 15px;
+       background-color: #444;
+       background-color: rgba(68, 68, 68, 0.9);
+       line-height: 22px;
+       text-align: center;
+}
+
+.mytheme .v-reconnect-dialog .text {
+       display: inline-block;
+       padding-left: 10px;
+}
+
+.mytheme .v-reconnect-dialog .spinner {
+       height: 24px !important;
+       width: 24px !important;
+       box-sizing: border-box;
+       border: 2px solid rgba(25, 125, 225, 0.2);
+       border-top-color: #197de1;
+       border-right-color: #197de1;
+       border-radius: 100%;
+       -webkit-animation: v-rotate-360 500ms infinite linear;
+       -moz-animation: v-rotate-360 500ms infinite linear;
+       animation: v-rotate-360 500ms infinite linear;
+       pointer-events: none;
+       display: none;
+       vertical-align: middle;
+}
+
+.mytheme .v-reconnect-dialog.active .spinner {
+       display: inline-block;
+}
+
+.mytheme .v-absolutelayout-wrapper {
+       position: absolute;
+}
+
+.mytheme .v-absolutelayout-margin, .mytheme .v-absolutelayout-canvas {
+       box-sizing: border-box;
+}
+
+.mytheme .v-absolutelayout.v-has-height > div, .mytheme .v-absolutelayout.v-has-height .v-absolutelayout-margin {
+       height: 100%;
+}
+
+.mytheme .v-absolutelayout.v-has-height > div, .mytheme .v-absolutelayout.v-has-width .v-absolutelayout-margin {
+       width: 100%;
+}
+
+.mytheme .v-margin-top {
+       padding-top: 37px;
+}
+
+.mytheme .v-margin-right {
+       padding-right: 37px;
+}
+
+.mytheme .v-margin-bottom {
+       padding-bottom: 37px;
+}
+
+.mytheme .v-margin-left {
+       padding-left: 37px;
+}
+
+.mytheme .v-spacing {
+       width: 12px;
+       height: 12px;
+}
+
+.mytheme .v-verticallayout-well, .mytheme .v-horizontallayout-well {
+       background: #f5f5f5;
+       color: #454545;
+       -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05);
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+}
+
+.mytheme .v-verticallayout-well  > div > [class*="-caption"], .mytheme .v-horizontallayout-well  > div > [class*="-caption"] {
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-verticallayout-well  > .v-margin-top, .mytheme .v-horizontallayout-well  > .v-margin-top {
+       padding-top: 12px;
+}
+
+.mytheme .v-verticallayout-well  > .v-margin-right, .mytheme .v-horizontallayout-well  > .v-margin-right {
+       padding-right: 12px;
+}
+
+.mytheme .v-verticallayout-well  > .v-margin-bottom, .mytheme .v-horizontallayout-well  > .v-margin-bottom {
+       padding-bottom: 12px;
+}
+
+.mytheme .v-verticallayout-well  > .v-margin-left, .mytheme .v-horizontallayout-well  > .v-margin-left {
+       padding-left: 12px;
+}
+
+.mytheme .v-verticallayout-card, .mytheme .v-horizontallayout-card {
+       background: white;
+       color: #474747;
+       border-radius: 4px;
+       border: 1px solid #d5d5d5;
+       -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-verticallayout-card  > .v-margin-top, .mytheme .v-horizontallayout-card  > .v-margin-top {
+       padding-top: 12px;
+}
+
+.mytheme .v-verticallayout-card  > .v-margin-right, .mytheme .v-horizontallayout-card  > .v-margin-right {
+       padding-right: 12px;
+}
+
+.mytheme .v-verticallayout-card  > .v-margin-bottom, .mytheme .v-horizontallayout-card  > .v-margin-bottom {
+       padding-bottom: 12px;
+}
+
+.mytheme .v-verticallayout-card  > .v-margin-left, .mytheme .v-horizontallayout-card  > .v-margin-left {
+       padding-left: 12px;
+}
+
+.mytheme .v-horizontallayout-wrapping {
+       white-space: normal !important;
+}
+
+.mytheme .v-horizontallayout-wrapping > .v-spacing + .v-slot, .mytheme .v-horizontallayout-wrapping > .v-slot:first-child {
+       margin-bottom: 12px;
+}
+
+.mytheme .v-horizontallayout-wrapping > .v-slot:first-child:last-child {
+       margin-bottom: 0;
+}
+
+.mytheme .v-button {
+       position: relative;
+       text-align: center;
+       white-space: nowrap;
+       outline: none;
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       height: 37px;
+       padding: 0 16px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-button:before {
+       content: "";
+       display: inline-block;
+       width: 0;
+       height: 100%;
+       vertical-align: middle;
+}
+
+.mytheme .v-button > div {
+       vertical-align: middle;
+}
+
+.v-sa .mytheme .v-button:before {
+       height: 110%;
+}
+
+.v-ff .mytheme .v-button:before {
+       height: 107%;
+}
+
+.v-ie .mytheme .v-button:before {
+       margin-top: 4px;
+}
+
+.mytheme .v-button:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+}
+
+.mytheme .v-button:focus:after {
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+}
+
+.mytheme .v-button.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-button.v-disabled:after {
+       display: none;
+}
+
+.mytheme .v-button:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-button:hover:after {
+       background-color: rgba(186, 186, 186, 0.1);
+}
+
+.mytheme .v-button:focus:after {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-button:active:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-button-primary {
+       height: 37px;
+       padding: 0 16px;
+       color: #ecf2f8;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #1362b1;
+       border-top-color: #156ab3;
+       border-bottom-color: #1156a8;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       -webkit-box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+       padding: 0 19px;
+       font-weight: bold;
+       min-width: 81px;
+}
+
+.mytheme .v-button-primary:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-button-primary:hover:after {
+       background-color: rgba(90, 163, 237, 0.1);
+}
+
+.mytheme .v-button-primary:focus:after {
+       border: inherit;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-button-primary:active:after {
+       background-color: rgba(2, 62, 122, 0.2);
+}
+
+.mytheme .v-button-friendly {
+       height: 37px;
+       padding: 0 16px;
+       color: #eaf4e9;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #227719;
+       border-top-color: #257d1a;
+       border-bottom-color: #1e6b15;
+       background-color: #2c9720;
+       background-image: -webkit-linear-gradient(top, #2f9f22 2%, #26881b 98%);
+       background-image: linear-gradient(to bottom,#2f9f22 2%, #26881b 98%);
+       -webkit-box-shadow: inset 0 1px 0 #46b33a, inset 0 -1px 0 #26811b, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 #46b33a, inset 0 -1px 0 #26811b, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-button-friendly:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-button-friendly:hover:after {
+       background-color: rgba(65, 211, 48, 0.1);
+}
+
+.mytheme .v-button-friendly:focus:after {
+       border: inherit;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-button-friendly:active:after {
+       background-color: rgba(14, 86, 6, 0.2);
+}
+
+.mytheme .v-button-danger {
+       height: 37px;
+       padding: 0 16px;
+       color: #f9f0ef;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #bb382e;
+       border-top-color: #bc3c31;
+       border-bottom-color: #b13028;
+       background-color: #ed473b;
+       background-image: -webkit-linear-gradient(top, #ee4c3f 2%, #e13e33 98%);
+       background-image: linear-gradient(to bottom,#ee4c3f 2%, #e13e33 98%);
+       -webkit-box-shadow: inset 0 1px 0 #ef786f, inset 0 -1px 0 #da3c31, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 #ef786f, inset 0 -1px 0 #da3c31, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-button-danger:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-button-danger:hover:after {
+       background-color: rgba(243, 137, 129, 0.1);
+}
+
+.mytheme .v-button-danger:focus:after {
+       border: inherit;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-button-danger:active:after {
+       background-color: rgba(146, 12, 2, 0.2);
+}
+
+.mytheme .v-button-borderless {
+       border: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       background: transparent;
+       color: inherit;
+}
+
+.mytheme .v-button-borderless:hover:after {
+       background: transparent;
+}
+
+.mytheme .v-button-borderless:active:not(.v-disabled) {
+       opacity: 0.7;
+       filter: alpha(opacity=70) ;
+}
+
+.mytheme .v-button-borderless:active:not(.v-disabled):after {
+       background: transparent;
+}
+
+.mytheme .v-button-borderless-colored {
+       border: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       background: transparent;
+       color: #197de1;
+}
+
+.mytheme .v-button-borderless-colored:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-button-borderless-colored:hover:after {
+       background: transparent;
+}
+
+.mytheme .v-button-borderless-colored:active:not(.v-disabled) {
+       opacity: 0.7;
+       filter: alpha(opacity=70) ;
+}
+
+.mytheme .v-button-borderless-colored:active:not(.v-disabled):after {
+       background: transparent;
+}
+
+.mytheme .v-button-quiet {
+       visibility: hidden;
+}
+
+.mytheme .v-button-quiet:focus, .mytheme .v-button-quiet:hover {
+       visibility: visible;
+}
+
+.mytheme .v-button-quiet [class*="wrap"] {
+       visibility: visible;
+}
+
+.mytheme .v-button-quiet [class*="caption"] {
+       display: inline-block;
+}
+
+.mytheme .v-button-link {
+       border: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       background: transparent;
+       color: inherit;
+       cursor: pointer;
+       color: #197de1;
+       text-decoration: underline;
+       font-weight: inherit;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-button-link:hover:after {
+       background: transparent;
+}
+
+.mytheme .v-button-link:active:not(.v-disabled) {
+       opacity: 0.7;
+       filter: alpha(opacity=70) ;
+}
+
+.mytheme .v-button-link:active:not(.v-disabled):after {
+       background: transparent;
+}
+
+.mytheme .v-button-link:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-button-link.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-button-tiny {
+       height: 28px;
+       padding: 0 13px;
+       
+       
+       font-size: 12px;
+       
+       border-radius: 4px;
+}
+
+.mytheme .v-button-tiny:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-button-small {
+       height: 31px;
+       padding: 0 14px;
+       
+       
+       font-size: 14px;
+       
+       border-radius: 4px;
+}
+
+.mytheme .v-button-small:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-button-large {
+       height: 44px;
+       padding: 0 19px;
+       
+       
+       font-size: 20px;
+       
+       border-radius: 4px;
+}
+
+.mytheme .v-button-large:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-button-huge {
+       height: 59px;
+       padding: 0 26px;
+       
+       
+       font-size: 26px;
+       
+       border-radius: 4px;
+}
+
+.mytheme .v-button-huge:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-button-icon-align-right [class*="wrap"] {
+       display: inline-block;
+}
+
+.mytheme .v-button-icon-align-right .v-icon {
+       float: right;
+       margin-left: 13px;
+}
+
+.mytheme .v-button-icon-align-right .v-icon  + span:not(:empty) {
+       margin-left: 0;
+}
+
+.mytheme .v-button-icon-align-top {
+       height: auto;
+       padding-top: 5px;
+       padding-bottom: 5px;
+}
+
+.mytheme .v-button-icon-align-top [class*="wrap"] {
+       display: inline-block;
+}
+
+.mytheme .v-button-icon-align-top .v-icon {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+}
+
+.mytheme .v-button-icon-align-top .v-icon  + span:not(:empty) {
+       margin-top: 7px;
+       margin-left: 0;
+}
+
+.mytheme .v-button-icon-only {
+       width: 37px;
+       padding: 0;
+}
+
+.mytheme .v-button-icon-only.v-button-tiny {
+       width: 28px;
+}
+
+.mytheme .v-button-icon-only.v-button-small {
+       width: 31px;
+}
+
+.mytheme .v-button-icon-only.v-button-large {
+       width: 44px;
+}
+
+.mytheme .v-button-icon-only.v-button-huge {
+       width: 59px;
+}
+
+.mytheme .v-button-icon-only .v-button-caption {
+       display: none;
+}
+
+.mytheme .v-checkbox {
+       position: relative;
+       line-height: 19px;
+       white-space: nowrap;
+}
+
+.mytheme .v-checkbox.v-has-width label {
+       white-space: normal;
+}
+
+:root .mytheme .v-checkbox {
+       padding-left: 25px;
+}
+
+:root .mytheme .v-checkbox label {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       display: inline-block;
+}
+
+:root .mytheme .v-checkbox > input {
+       position: absolute;
+       clip: rect(0, 0, 0, 0);
+       left: 0.2em;
+       top: 0.2em;
+       z-index: 0;
+       margin: 0;
+}
+
+:root .mytheme .v-checkbox > input:focus ~ label:before {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+:root .mytheme .v-checkbox > input ~ label:before, :root .mytheme .v-checkbox > input ~ label:after {
+       content: "";
+       display: inline-block;
+       box-sizing: border-box;
+       width: 19px;
+       height: 19px;
+       position: absolute;
+       top: 0;
+       left: 0;
+       border-radius: 4px;
+       font-size: 13px;
+       text-align: center;
+}
+
+:root .mytheme .v-checkbox > input ~ label:before {
+       height: 18.5px;
+       padding: 0 9px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       padding: 0;
+       height: 19px;
+}
+
+:root .mytheme .v-checkbox > input ~ label:after {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       color: transparent;
+       -webkit-transition: color 100ms;
+       -moz-transition: color 100ms;
+       transition: color 100ms;
+}
+
+:root .mytheme .v-checkbox > input:active ~ label:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+:root .mytheme .v-checkbox > input:checked ~ label:after {
+       color: #197de1;
+}
+
+.mytheme .v-checkbox > .v-icon, .mytheme .v-checkbox > label .v-icon {
+       margin: 0 6px 0 3px;
+       min-width: 1em;
+       cursor: pointer;
+}
+
+.mytheme .v-checkbox.v-disabled  > label, .mytheme .v-checkbox.v-disabled  > .v-icon {
+       cursor: default;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-checkbox.v-disabled  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-checkbox.v-disabled > input:active ~ label:after {
+       background: transparent;
+}
+
+.mytheme .v-checkbox.v-readonly  > label, .mytheme .v-checkbox.v-readonly  > .v-icon {
+       cursor: default;
+}
+
+.mytheme .v-checkbox.v-readonly  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-checkbox.v-readonly > input:active ~ label:after {
+       background: transparent;
+}
+
+:root .mytheme .v-checkbox.v-readonly > input ~ label:after {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-checkbox-small {
+       position: relative;
+       line-height: 16px;
+       white-space: nowrap;
+       font-size: 14px;
+}
+
+.mytheme .v-checkbox-small.v-has-width label {
+       white-space: normal;
+}
+
+:root .mytheme .v-checkbox-small {
+       padding-left: 21px;
+}
+
+:root .mytheme .v-checkbox-small label {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       display: inline-block;
+}
+
+:root .mytheme .v-checkbox-small > input {
+       position: absolute;
+       clip: rect(0, 0, 0, 0);
+       left: 0.2em;
+       top: 0.2em;
+       z-index: 0;
+       margin: 0;
+}
+
+:root .mytheme .v-checkbox-small > input:focus ~ label:before {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+:root .mytheme .v-checkbox-small > input ~ label:before, :root .mytheme .v-checkbox-small > input ~ label:after {
+       content: "";
+       display: inline-block;
+       box-sizing: border-box;
+       width: 16px;
+       height: 16px;
+       position: absolute;
+       top: 0;
+       left: 0;
+       border-radius: 4px;
+       font-size: 11px;
+       text-align: center;
+}
+
+:root .mytheme .v-checkbox-small > input ~ label:before {
+       height: 15.5px;
+       padding: 0 7px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       padding: 0;
+       height: 16px;
+}
+
+:root .mytheme .v-checkbox-small > input ~ label:after {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       color: transparent;
+       -webkit-transition: color 100ms;
+       -moz-transition: color 100ms;
+       transition: color 100ms;
+}
+
+:root .mytheme .v-checkbox-small > input:active ~ label:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+:root .mytheme .v-checkbox-small > input:checked ~ label:after {
+       color: #197de1;
+}
+
+.mytheme .v-checkbox-small > .v-icon, .mytheme .v-checkbox-small > label .v-icon {
+       margin: 0 5px 0 3px;
+       min-width: 1em;
+       cursor: pointer;
+}
+
+.mytheme .v-checkbox-small.v-disabled  > label, .mytheme .v-checkbox-small.v-disabled  > .v-icon {
+       cursor: default;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-checkbox-small.v-disabled  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-checkbox-small.v-disabled > input:active ~ label:after {
+       background: transparent;
+}
+
+.mytheme .v-checkbox-small.v-readonly  > label, .mytheme .v-checkbox-small.v-readonly  > .v-icon {
+       cursor: default;
+}
+
+.mytheme .v-checkbox-small.v-readonly  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-checkbox-small.v-readonly > input:active ~ label:after {
+       background: transparent;
+}
+
+:root .mytheme .v-checkbox-small.v-readonly > input ~ label:after {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-checkbox-large {
+       position: relative;
+       line-height: 22px;
+       white-space: nowrap;
+       font-size: 20px;
+}
+
+.mytheme .v-checkbox-large.v-has-width label {
+       white-space: normal;
+}
+
+:root .mytheme .v-checkbox-large {
+       padding-left: 29px;
+}
+
+:root .mytheme .v-checkbox-large label {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       display: inline-block;
+}
+
+:root .mytheme .v-checkbox-large > input {
+       position: absolute;
+       clip: rect(0, 0, 0, 0);
+       left: 0.2em;
+       top: 0.2em;
+       z-index: 0;
+       margin: 0;
+}
+
+:root .mytheme .v-checkbox-large > input:focus ~ label:before {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+:root .mytheme .v-checkbox-large > input ~ label:before, :root .mytheme .v-checkbox-large > input ~ label:after {
+       content: "";
+       display: inline-block;
+       box-sizing: border-box;
+       width: 22px;
+       height: 22px;
+       position: absolute;
+       top: 0;
+       left: 0;
+       border-radius: 4px;
+       font-size: 15px;
+       text-align: center;
+}
+
+:root .mytheme .v-checkbox-large > input ~ label:before {
+       height: 22px;
+       padding: 0 10px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       padding: 0;
+       height: 22px;
+}
+
+:root .mytheme .v-checkbox-large > input ~ label:after {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       color: transparent;
+       -webkit-transition: color 100ms;
+       -moz-transition: color 100ms;
+       transition: color 100ms;
+}
+
+:root .mytheme .v-checkbox-large > input:active ~ label:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+:root .mytheme .v-checkbox-large > input:checked ~ label:after {
+       color: #197de1;
+}
+
+.mytheme .v-checkbox-large > .v-icon, .mytheme .v-checkbox-large > label .v-icon {
+       margin: 0 7px 0 4px;
+       min-width: 1em;
+       cursor: pointer;
+}
+
+.mytheme .v-checkbox-large.v-disabled  > label, .mytheme .v-checkbox-large.v-disabled  > .v-icon {
+       cursor: default;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-checkbox-large.v-disabled  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-checkbox-large.v-disabled > input:active ~ label:after {
+       background: transparent;
+}
+
+.mytheme .v-checkbox-large.v-readonly  > label, .mytheme .v-checkbox-large.v-readonly  > .v-icon {
+       cursor: default;
+}
+
+.mytheme .v-checkbox-large.v-readonly  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-checkbox-large.v-readonly > input:active ~ label:after {
+       background: transparent;
+}
+
+:root .mytheme .v-checkbox-large.v-readonly > input ~ label:after {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect {
+       position: relative;
+       width: 185px;
+       height: 37px;
+       border-radius: 4px;
+       white-space: nowrap;
+}
+
+.mytheme .v-filterselect [class*="input"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 37px;
+       border-radius: 4px;
+       padding: 4px 9px;
+       border: 1px solid #c5c5c5;
+       background: white;
+       color: #474747;
+       -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       width: 100% !important;
+       height: 100%;
+       padding-right: 38px;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect [class*="input"].v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect [class*="input"]:focus {
+       outline: none;
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-filterselect [class*="input"][class*="prompt"] {
+       color: #a3a3a3;
+}
+
+.mytheme .v-filterselect .v-icon + [class*="input"] {
+       padding-left: 37px;
+}
+
+.mytheme .v-filterselect img.v-icon {
+       max-height: 37px;
+       margin-left: 9px;
+}
+
+.mytheme .v-filterselect span.v-icon {
+       color: #474747;
+       width: 37px;
+       line-height: 1;
+       padding-top: 0.12em;
+       margin-left: 9px;
+}
+
+.mytheme .v-filterselect[class*="prompt"] > [class*="input"] {
+       color: #a3a3a3;
+}
+
+.mytheme .v-filterselect [class$="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       position: absolute;
+       width: 37px;
+       top: 1px;
+       right: 1px;
+       bottom: 1px;
+       border-left: 1px solid #e4e4e4;
+       color: #a3a3a3;
+       border-radius: 0 3px 3px 0;
+}
+
+.mytheme .v-filterselect [class$="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f078";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+       position: absolute;
+       width: 37px;
+       text-align: center;
+       top: 50%;
+       line-height: 1;
+       margin-top: -0.47em;
+}
+
+.mytheme .v-filterselect [class$="button"]:hover:before {
+       color: #474747;
+}
+
+.mytheme .v-filterselect [class$="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+       background-color: rgba(128, 128, 128, 0.2);
+}
+
+.mytheme .v-filterselect.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect.v-disabled [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect.v-disabled [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-filterselect.v-readonly [class*="input"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-filterselect.v-readonly [class*="input"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-filterselect.v-readonly [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect.v-readonly [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-filterselect .v-icon {
+       position: absolute;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect .v-icon.FontAwesome {
+       margin-left: 0px;
+}
+
+.mytheme .v-filterselect-error .v-filterselect-input {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-filterselect-error .v-filterselect-button {
+       color: #ed473b;
+       border-color: #ed473b;
+}
+
+.mytheme .v-filterselect-error-info .v-filterselect-input {
+       border-color: #00a7f5 !important;
+       background: #fafdff;
+       color: #195774;
+}
+
+.mytheme .v-filterselect-error-info .v-filterselect-button {
+       color: #00a7f5;
+       border-color: #00a7f5;
+}
+
+.mytheme .v-filterselect-error-warning .v-filterselect-input {
+       border-color: #fc9c00 !important;
+       background: #fffdfa;
+       color: #745119;
+}
+
+.mytheme .v-filterselect-error-warning .v-filterselect-button {
+       color: #fc9c00;
+       border-color: #fc9c00;
+}
+
+.mytheme .v-filterselect-error-error .v-filterselect-input {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-filterselect-error-error .v-filterselect-button {
+       color: #ed473b;
+       border-color: #ed473b;
+}
+
+.mytheme .v-filterselect-error-critical .v-filterselect-input {
+       border-color: #fa007d !important;
+       background: #fffafc;
+       color: #741947;
+}
+
+.mytheme .v-filterselect-error-critical .v-filterselect-button {
+       color: #fa007d;
+       border-color: #fa007d;
+}
+
+.mytheme .v-filterselect-error-system .v-filterselect-input {
+       border-color: #bb00ff !important;
+       background: #fefaff;
+       color: #5c1974;
+}
+
+.mytheme .v-filterselect-error-system .v-filterselect-button {
+       color: #bb00ff;
+       border-color: #bb00ff;
+}
+
+.mytheme .v-filterselect-suggestpopup {
+       margin-top: 5px !important;
+}
+
+.mytheme .v-filterselect-suggestpopup[class*="animate-in"] {
+       -webkit-animation: valo-overlay-animate-in 120ms;
+       -moz-animation: valo-overlay-animate-in 120ms;
+       animation: valo-overlay-animate-in 120ms;
+}
+
+.mytheme .v-filterselect-suggestpopup [class$="suggestmenu"] {
+       padding: 4px 4px;
+       border-radius: 4px;
+       background-color: white;
+       color: #474747;
+       -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       -webkit-backface-visibility: hidden;
+       -moz-backface-visibility: hidden;
+       -ms-backface-visibility: hidden;
+       backface-visibility: hidden;
+       padding: 4px 4px;
+       box-sizing: content-box;
+       position: relative;
+       z-index: 1;
+       display: block;
+}
+
+.mytheme .v-filterselect-suggestpopup table, .mytheme .v-filterselect-suggestpopup tbody, .mytheme .v-filterselect-suggestpopup tr, .mytheme .v-filterselect-suggestpopup td {
+       display: block;
+       width: 100%;
+       overflow-y: hidden;
+       float: left;
+       clear: both;
+}
+
+.mytheme .v-filterselect-suggestpopup .gwt-MenuItem {
+       cursor: pointer;
+       line-height: 27px;
+       padding: 0 20px 0 10px;
+       border-radius: 3px;
+       font-weight: 400;
+       white-space: nowrap;
+       position: relative;
+       height: 27px;
+       box-sizing: border-box;
+       text-overflow: ellipsis;
+       overflow-x: hidden;
+}
+
+.mytheme .v-filterselect-suggestpopup .gwt-MenuItem:active:before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       background: #0957a6;
+       opacity: 0.15;
+       filter: alpha(opacity=15.0) ;
+       pointer-events: none;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-suggestpopup .gwt-MenuItem .v-icon {
+       max-height: 27px;
+       margin-right: 5px;
+       min-width: 1em;
+}
+
+.mytheme .v-filterselect-suggestpopup .gwt-MenuItem-selected {
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       color: #ecf2f8;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-filterselect-suggestpopup [class$="status"] {
+       position: absolute;
+       right: 4px;
+       background: rgba(212, 212, 212, 0.9);
+       color: #3b3b3b;
+       border-radius: 0 0 4px 4px;
+       height: 23px;
+       bottom: -23px;
+       font-size: 12px;
+       line-height: 23px;
+       padding: 0 6px;
+       cursor: default;
+       pointer-events: none;
+       -webkit-animation: valo-animate-in-slide-down 200ms 80ms backwards;
+       -moz-animation: valo-animate-in-slide-down 200ms 80ms backwards;
+       animation: valo-animate-in-slide-down 200ms 80ms backwards;
+}
+
+.mytheme .v-filterselect-suggestpopup [class$="status"]  > * {
+       color: #3b3b3b;
+       text-decoration: none;
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="page"] {
+       position: absolute;
+       z-index: 3;
+       right: 0;
+       opacity: 0.2;
+       filter: alpha(opacity=20) ;
+       cursor: pointer;
+       -webkit-transition: all 200ms;
+       -moz-transition: all 200ms;
+       transition: all 200ms;
+       width: 25px;
+       height: 25px;
+       line-height: 25px;
+       text-align: center;
+       font-family: ThemeIcons;
+       -webkit-transform: scale(0.8);
+       -moz-transform: scale(0.8);
+       -ms-transform: scale(0.8);
+       -o-transform: scale(0.8);
+       transform: scale(0.8);
+       color: #464646;
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="page"]:after {
+       content: "";
+       position: absolute;
+       display: block;
+       border-radius: 50%;
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="page"]:hover {
+       opacity: 1;
+       filter: none ;
+       background: rgba(250, 250, 250, 0.5);
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="page"]:hover:after {
+       top: -10px;
+       bottom: -10px;
+       left: -20px;
+       right: -20px;
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="page"] span {
+       display: none;
+}
+
+.mytheme .v-filterselect-suggestpopup:hover div[class*="page"] {
+       -webkit-transform: scale(1);
+       -moz-transform: scale(1);
+       -ms-transform: scale(1);
+       -o-transform: scale(1);
+       transform: scale(1);
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="prev"] {
+       top: 0;
+       -webkit-transform-origin: 100% 0%;
+       -moz-transform-origin: 100% 0%;
+       -ms-transform-origin: 100% 0%;
+       -o-transform-origin: 100% 0%;
+       transform-origin: 100% 0%;
+       border-radius: 0 4px 0 4px;
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="prev"]:before {
+       content: "\f0d8";
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="next"] {
+       bottom: 0;
+       -webkit-transform-origin: 100% 100%;
+       -moz-transform-origin: 100% 100%;
+       -ms-transform-origin: 100% 100%;
+       -o-transform-origin: 100% 100%;
+       transform-origin: 100% 100%;
+       border-radius: 4px 0 4px 0;
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="next"]:before {
+       content: "\f0d7";
+}
+
+.mytheme .v-filterselect-suggestpopup div[class*="-off"] {
+       display: none;
+}
+
+.mytheme .v-filterselect-no-input {
+       cursor: pointer;
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-filterselect-no-input [class*="input"] {
+       -webkit-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       cursor: inherit;
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       text-shadow: inherit;
+       text-overflow: ellipsis;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-no-input [class*="input"]:focus {
+       outline: none;
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-filterselect-no-input [class$="button"] {
+       border-left: none !important;
+}
+
+.mytheme .v-filterselect-no-input:hover [class$="button"]:before {
+       color: inherit;
+}
+
+.mytheme .v-filterselect-borderless .v-filterselect-input {
+       border: none;
+       border-radius: 0;
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       color: inherit;
+}
+
+.mytheme .v-filterselect-borderless .v-filterselect-input:focus {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-filterselect-borderless .v-filterselect-input[class*="prompt"] {
+       color: inherit;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect-borderless .v-filterselect-button {
+       border: none;
+       color: inherit;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect-borderless.v-filterselect-prompt .v-filterselect-input {
+       color: inherit;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect-align-right input {
+       text-align: right;
+}
+
+.mytheme .v-filterselect-align-center input {
+       text-align: center;
+}
+
+.mytheme .v-filterselect-tiny {
+       height: 28px;
+       
+       font-size: 12px;
+}
+
+.mytheme .v-filterselect-tiny [class*="input"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 28px;
+       
+       padding: 3px 5px;
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       width: 100% !important;
+       height: 100%;
+       padding-right: 29px;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-tiny .v-icon + [class*="input"] {
+       padding-left: 28px;
+}
+
+.mytheme .v-filterselect-tiny img.v-icon {
+       max-height: 28px;
+       margin-left: 5px;
+}
+
+.mytheme .v-filterselect-tiny span.v-icon {
+       
+       width: 28px;
+       line-height: 1;
+       padding-top: 0.12em;
+       margin-left: 5px;
+}
+
+.mytheme .v-filterselect-tiny [class$="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       position: absolute;
+       width: 28px;
+       border-radius: 0 4px 4px 0;
+}
+
+.mytheme .v-filterselect-tiny [class$="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f078";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+       position: absolute;
+       width: 28px;
+       text-align: center;
+       top: 50%;
+       line-height: 1;
+       margin-top: -0.47em;
+}
+
+.mytheme .v-filterselect-tiny [class$="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-tiny.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect-tiny.v-disabled [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect-tiny.v-disabled [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-filterselect-tiny.v-readonly [class*="input"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-filterselect-tiny.v-readonly [class*="input"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-filterselect-tiny.v-readonly [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect-tiny.v-readonly [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-filterselect-compact, .mytheme .v-filterselect-small {
+       height: 31px;
+       
+}
+
+.mytheme .v-filterselect-compact [class*="input"], .mytheme .v-filterselect-small [class*="input"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 31px;
+       
+       padding: 3px 6px;
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       width: 100% !important;
+       height: 100%;
+       padding-right: 32px;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-compact .v-icon + [class*="input"], .mytheme .v-filterselect-small .v-icon + [class*="input"] {
+       padding-left: 31px;
+}
+
+.mytheme .v-filterselect-compact img.v-icon, .mytheme .v-filterselect-small img.v-icon {
+       max-height: 31px;
+       margin-left: 6px;
+}
+
+.mytheme .v-filterselect-compact span.v-icon, .mytheme .v-filterselect-small span.v-icon {
+       
+       width: 31px;
+       line-height: 1;
+       padding-top: 0.12em;
+       margin-left: 6px;
+}
+
+.mytheme .v-filterselect-compact [class$="button"], .mytheme .v-filterselect-small [class$="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       position: absolute;
+       width: 31px;
+       border-radius: 0 4px 4px 0;
+}
+
+.mytheme .v-filterselect-compact [class$="button"]:before, .mytheme .v-filterselect-small [class$="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f078";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+       position: absolute;
+       width: 31px;
+       text-align: center;
+       top: 50%;
+       line-height: 1;
+       margin-top: -0.47em;
+}
+
+.mytheme .v-filterselect-compact [class$="button"]:active:after, .mytheme .v-filterselect-small [class$="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-compact.v-disabled, .mytheme .v-filterselect-small.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect-compact.v-disabled [class$="button"], .mytheme .v-filterselect-small.v-disabled [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect-compact.v-disabled [class$="button"]:active:after, .mytheme .v-filterselect-small.v-disabled [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-filterselect-compact.v-readonly [class*="input"], .mytheme .v-filterselect-small.v-readonly [class*="input"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-filterselect-compact.v-readonly [class*="input"]:focus, .mytheme .v-filterselect-small.v-readonly [class*="input"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-filterselect-compact.v-readonly [class$="button"], .mytheme .v-filterselect-small.v-readonly [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect-compact.v-readonly [class$="button"]:active:after, .mytheme .v-filterselect-small.v-readonly [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-filterselect-small {
+       font-size: 14px;
+}
+
+.mytheme .v-filterselect-large {
+       height: 44px;
+       
+       font-size: 20px;
+}
+
+.mytheme .v-filterselect-large [class*="input"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 44px;
+       
+       padding: 5px 8px;
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       width: 100% !important;
+       height: 100%;
+       padding-right: 45px;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-large .v-icon + [class*="input"] {
+       padding-left: 44px;
+}
+
+.mytheme .v-filterselect-large img.v-icon {
+       max-height: 44px;
+       margin-left: 8px;
+}
+
+.mytheme .v-filterselect-large span.v-icon {
+       
+       width: 44px;
+       line-height: 1;
+       padding-top: 0.12em;
+       margin-left: 8px;
+}
+
+.mytheme .v-filterselect-large [class$="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       position: absolute;
+       width: 44px;
+       border-radius: 0 4px 4px 0;
+}
+
+.mytheme .v-filterselect-large [class$="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f078";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+       position: absolute;
+       width: 44px;
+       text-align: center;
+       top: 50%;
+       line-height: 1;
+       margin-top: -0.47em;
+}
+
+.mytheme .v-filterselect-large [class$="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-large.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect-large.v-disabled [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect-large.v-disabled [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-filterselect-large.v-readonly [class*="input"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-filterselect-large.v-readonly [class*="input"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-filterselect-large.v-readonly [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect-large.v-readonly [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-filterselect-huge {
+       height: 59px;
+       
+       font-size: 26px;
+}
+
+.mytheme .v-filterselect-huge [class*="input"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 59px;
+       
+       padding: 7px 10px;
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       width: 100% !important;
+       height: 100%;
+       padding-right: 60px;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-huge .v-icon + [class*="input"] {
+       padding-left: 59px;
+}
+
+.mytheme .v-filterselect-huge img.v-icon {
+       max-height: 59px;
+       margin-left: 10px;
+}
+
+.mytheme .v-filterselect-huge span.v-icon {
+       
+       width: 59px;
+       line-height: 1;
+       padding-top: 0.12em;
+       margin-left: 10px;
+}
+
+.mytheme .v-filterselect-huge [class$="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       position: absolute;
+       width: 59px;
+       border-radius: 0 4px 4px 0;
+}
+
+.mytheme .v-filterselect-huge [class$="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f078";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+       position: absolute;
+       width: 59px;
+       text-align: center;
+       top: 50%;
+       line-height: 1;
+       margin-top: -0.47em;
+}
+
+.mytheme .v-filterselect-huge [class$="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-filterselect-huge.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-filterselect-huge.v-disabled [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect-huge.v-disabled [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-filterselect-huge.v-readonly [class*="input"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-filterselect-huge.v-readonly [class*="input"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-filterselect-huge.v-readonly [class$="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-filterselect-huge.v-readonly [class$="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-csslayout-well {
+       background: #f5f5f5;
+       color: #454545;
+       -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05);
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+}
+
+.mytheme .v-csslayout-well  > div > [class*="-caption"] {
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-csslayout-well  > .v-margin-top {
+       padding-top: 12px;
+}
+
+.mytheme .v-csslayout-well  > .v-margin-right {
+       padding-right: 12px;
+}
+
+.mytheme .v-csslayout-well  > .v-margin-bottom {
+       padding-bottom: 12px;
+}
+
+.mytheme .v-csslayout-well  > .v-margin-left {
+       padding-left: 12px;
+}
+
+.mytheme .v-csslayout-card {
+       background: white;
+       color: #474747;
+       border-radius: 4px;
+       border: 1px solid #d5d5d5;
+       -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-csslayout-card  > .v-margin-top {
+       padding-top: 12px;
+}
+
+.mytheme .v-csslayout-card  > .v-margin-right {
+       padding-right: 12px;
+}
+
+.mytheme .v-csslayout-card  > .v-margin-bottom {
+       padding-bottom: 12px;
+}
+
+.mytheme .v-csslayout-card  > .v-margin-left {
+       padding-left: 12px;
+}
+
+.mytheme .v-csslayout-v-component-group {
+       white-space: nowrap;
+       position: relative;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget ~ .v-widget:not(:last-child) {
+       border-radius: 0;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget ~ .v-widget.v-upload:not(:last-child) .v-button {
+       border-radius: 0;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget:last-child {
+       border-top-left-radius: 0;
+       border-bottom-left-radius: 0;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget.v-upload:last-child .v-button {
+       border-top-left-radius: 0;
+       border-bottom-left-radius: 0;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget:first-child, .mytheme .v-csslayout-v-component-group .v-caption:first-child + .v-widget {
+       border-top-right-radius: 0;
+       border-bottom-right-radius: 0;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget.v-upload:first-child .v-button, .mytheme .v-csslayout-v-component-group .v-caption:first-child + .v-widget.v-upload .v-button {
+       border-top-right-radius: 0;
+       border-bottom-right-radius: 0;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget ~ .v-widget.first.first {
+       border-radius: 4px 0 0 4px;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget ~ .v-widget.first.first.v-upload .v-button {
+       border-radius: 4px 0 0 4px;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget ~ .v-widget.last.last {
+       border-radius: 0 4px 4px 0;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget ~ .v-widget.last.last.v-upload .v-button {
+       border-radius: 0 4px 4px 0;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget {
+       vertical-align: middle;
+       margin-left: -1px;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget:first-child {
+       margin-left: 0;
+}
+
+.mytheme .v-csslayout-v-component-group .v-widget:focus, .mytheme .v-csslayout-v-component-group .v-widget[class*="focus"], .mytheme .v-csslayout-v-component-group .v-widget [class*="focus"] {
+       position: relative;
+       z-index: 5;
+}
+
+.mytheme .v-form fieldset {
+       border: none;
+       padding: 0;
+       margin: 0;
+       height: 100%;
+}
+
+.mytheme .v-form-content {
+       height: 100%;
+       box-sizing: border-box;
+}
+
+.mytheme [class*="spacing"] > tbody > [class*="row"] > td {
+       padding-top: 12px;
+}
+
+.mytheme [class*="spacing"] > tbody > [class*="firstrow"] > td {
+       padding-top: 0;
+}
+
+.mytheme [class*="margin-top"] > tbody > [class*="firstrow"] > td {
+       padding-top: 37px;
+}
+
+.mytheme [class*="margin-bottom"] > tbody > [class*="lastrow"] > td {
+       padding-bottom: 37px;
+}
+
+.mytheme [class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] {
+       padding-left: 37px;
+}
+
+.mytheme [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h2, .mytheme [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h3, .mytheme [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h4 {
+       left: 37px;
+}
+
+.mytheme [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] {
+       padding-right: 37px;
+}
+
+.mytheme [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h2, .mytheme [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h3, .mytheme [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h4 {
+       right: 37px;
+}
+
+.mytheme .v-formlayout > table {
+       border-spacing: 0;
+       position: relative;
+}
+
+.mytheme .v-formlayout.v-has-width > table, .mytheme .v-formlayout.v-has-width .v-formlayout-contentcell {
+       width: 100%;
+}
+
+.mytheme .v-formlayout-error-indicator {
+       width: 19px;
+}
+
+.mytheme .v-formlayout-captioncell {
+       vertical-align: top;
+       line-height: 36px;
+}
+
+.mytheme .v-formlayout-captioncell .v-caption {
+       padding-bottom: 0;
+}
+
+.mytheme .v-formlayout-captioncell .v-caption-h2, .mytheme .v-formlayout-captioncell .v-caption-h3, .mytheme .v-formlayout-captioncell .v-caption-h4 {
+       height: 3em;
+}
+
+.mytheme .v-formlayout-contentcell .v-checkbox, .mytheme .v-formlayout-contentcell .v-radiobutton {
+       font-weight: 400;
+}
+
+.mytheme .v-formlayout-contentcell  > .v-label-h2, .mytheme .v-formlayout-contentcell  > .v-label-h3, .mytheme .v-formlayout-contentcell  > .v-label-h4 {
+       position: absolute;
+       left: 0;
+       right: 0;
+       width: auto !important;
+       margin-top: -0.5em;
+       padding-bottom: 0.5em;
+       border-bottom: 1px solid #dfdfdf;
+}
+
+.mytheme .v-formlayout.light  > table {
+       padding: 0;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > tr > td {
+       padding-top: 0;
+       height: 37px;
+       border-bottom: 1px solid #eaeaea;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="lastrow"] > td {
+       border-bottom: none;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > tr > [class*="captioncell"] {
+       color: #7d7d7d;
+       text-align: right;
+       padding-left: 13px;
+       line-height: 37px;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"] {
+       padding-right: 0;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textfield, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textarea, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-filterselect, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-datefield, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-filterselect-input, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-datefield-textfield {
+       width: 100%;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textfield, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textarea, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-filterselect input, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-datefield input, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-richtextarea {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 37px;
+       border-radius: 0;
+       padding: 4px 7px;
+       
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       background: transparent;
+       border: none;
+       color: inherit;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textfield.v-disabled, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textarea.v-disabled, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-filterselect input.v-disabled, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-datefield input.v-disabled, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-richtextarea.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textfield:focus, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textarea:focus, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-filterselect input:focus, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-datefield input:focus, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-richtextarea:focus {
+       outline: none;
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), none;
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), none;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textfield:focus, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textarea:focus, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-filterselect input:focus, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-datefield input:focus, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-richtextarea:focus {
+       box-shadow: none;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textfield-prompt, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textarea-prompt, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-filterselect-prompt input, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-datefield-prompt input {
+       color: #a3a3a3;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textarea, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-richtextarea {
+       height: auto;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h2, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h3, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h4 {
+       border-bottom: none;
+       left: 0;
+       right: 0;
+}
+
+.mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h3, .mytheme .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h4 {
+       margin-top: 0;
+}
+
+.mytheme .v-formlayout.light .v-richtextarea {
+       margin: 5px 0;
+}
+
+.mytheme .v-formlayout.light .v-filterselect-button, .mytheme .v-formlayout.light .v-datefield-button {
+       border: none;
+}
+
+.mytheme .v-formlayout.light .v-filterselect-button:active:after, .mytheme .v-formlayout.light .v-datefield-button:active:after {
+       display: none;
+}
+
+.mytheme .v-formlayout.light .v-datefield-button {
+       right: 0;
+       left: auto;
+}
+
+.mytheme .v-formlayout.light .v-checkbox {
+       margin-left: 7px;
+}
+
+.mytheme .v-grid {
+       position: relative;
+}
+
+.mytheme .v-grid-scroller {
+       position: absolute;
+       z-index: 1;
+       outline: none;
+       box-sizing: border-box;
+}
+
+.mytheme .v-grid-scroller-horizontal {
+       left: 0;
+       right: 0;
+       bottom: 0;
+       overflow-y: hidden;
+       -ms-overflow-y: hidden;
+}
+
+.mytheme .v-grid-scroller-vertical {
+       right: 0;
+       top: 0;
+       bottom: 0;
+       overflow-x: hidden;
+       -ms-overflow-x: hidden;
+}
+
+.mytheme .v-grid-tablewrapper {
+       position: absolute;
+       overflow: hidden;
+       box-sizing: border-box;
+       z-index: 5;
+}
+
+.mytheme .v-grid-tablewrapper > table {
+       border-spacing: 0;
+       table-layout: fixed;
+       width: inherit;
+}
+
+.mytheme .v-grid-header-deco, .mytheme .v-grid-footer-deco {
+       position: absolute;
+       right: 0;
+       box-sizing: border-box;
+}
+
+.mytheme .v-grid-horizontal-scrollbar-deco {
+       position: absolute;
+       bottom: 0;
+       left: 0;
+       right: 0;
+       box-sizing: border-box;
+}
+
+.mytheme .v-grid-header, .mytheme .v-grid-body, .mytheme .v-grid-footer {
+       position: absolute;
+       left: 0;
+       width: inherit;
+       z-index: 10;
+}
+
+.mytheme .v-grid-header, .mytheme .v-grid-header-deco {
+       top: 0;
+}
+
+.mytheme .v-grid-footer, .mytheme .v-grid-footer-deco {
+       bottom: 0;
+}
+
+.mytheme .v-grid-body {
+       -ms-touch-action: none;
+       touch-action: none;
+       z-index: 0;
+       top: 0;
+}
+
+.mytheme .v-grid-body .v-grid-row {
+       position: absolute;
+       top: 0;
+       left: 0;
+}
+
+.mytheme .v-grid-body .v-grid-header > .v-grid-row {
+       position: relative;
+}
+
+.mytheme .v-grid-row {
+       display: block;
+}
+
+.mytheme .v-grid-row  > td, .mytheme .v-grid-row  > th {
+       background-color: white;
+}
+
+.mytheme .v-grid-row {
+       width: inherit;
+}
+
+.mytheme .v-grid-cell {
+       display: block;
+       float: left;
+       padding: 2px;
+       white-space: nowrap;
+       box-sizing: border-box;
+       overflow: hidden;
+       font-size: 16px;
+}
+
+.mytheme .v-grid-cell.frozen {
+       position: relative;
+       z-index: 1;
+}
+
+.mytheme .v-grid-spacer {
+       position: absolute;
+       display: block;
+       background-color: white;
+}
+
+.mytheme .v-grid-spacer  > td {
+       width: 100%;
+       height: 100%;
+       box-sizing: border-box;
+}
+
+.mytheme .v-grid {
+       outline: none;
+}
+
+.mytheme .v-grid-scroller-vertical, .mytheme .v-grid-scroller-horizontal {
+       border: 1px solid #d4d4d4;
+}
+
+.mytheme .v-grid-scroller-vertical {
+       border-left: none;
+}
+
+.mytheme .v-grid-scroller-horizontal {
+       border-top: none;
+}
+
+.mytheme .v-grid-tablewrapper {
+       border: 1px solid #d4d4d4;
+}
+
+.mytheme .v-grid .header-drag-table {
+       border-spacing: 0;
+       position: relative;
+       table-layout: fixed;
+       width: inherit;
+}
+
+.mytheme .v-grid .header-drag-table .v-grid-header {
+       position: absolute;
+}
+
+.mytheme .v-grid .header-drag-table .v-grid-header  > .v-grid-cell {
+       border: 1px solid #d4d4d4;
+       margin-top: -10px;
+       opacity: 0.9;
+       filter: alpha(opacity=90);
+       z-index: 30000;
+}
+
+.mytheme .v-grid .header-drag-table .v-grid-header  > .v-grid-drop-marker {
+       background-color: #197de1;
+       position: absolute;
+       width: 3px;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       border-radius: 0;
+       position: absolute;
+       top: 0;
+       right: 0;
+       background-color: #fafafa;
+       border: 1px solid #d4d4d4;
+       padding: 0;
+       z-index: 5;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu.v-grid-sidebar-popup {
+       right: auto;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button {
+       background: transparent;
+       border: none;
+       color: inherit;
+       cursor: pointer;
+       outline: none;
+       padding: 0 4px;
+       text-align: right;
+       line-height: 1;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button[disabled] {
+       cursor: default;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button::-moz-focus-inner {
+       border: 0;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button:after {
+       content: "\f0c9";
+       display: block;
+       font-family: ThemeIcons, sans-serif;
+       font-size: 14px;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu.closed {
+       border-radius: 0;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button {
+       width: 100%;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button:after {
+       content: "\f0c9";
+       font-size: 14px;
+       line-height: 1;
+}
+
+.v-ie .mytheme .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button {
+       vertical-align: middle;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content {
+       padding: 4px 0;
+       overflow-y: auto;
+       overflow-x: hidden;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle {
+       text-shadow: none;
+}
+
+.mytheme .v-grid-cell {
+       background-color: white;
+       padding: 0 18px;
+       line-height: 37px;
+       text-overflow: ellipsis;
+}
+
+.mytheme .v-grid-cell  > * {
+       line-height: 1.55;
+       vertical-align: middle;
+}
+
+.mytheme .v-grid-cell  > div {
+       display: inline-block;
+}
+
+.mytheme .v-grid-cell.frozen {
+       -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       border-right: 1px solid #d4d4d4;
+       position: relative;
+       z-index: 11;
+}
+
+.mytheme .v-grid-cell.frozen  + th, .mytheme .v-grid-cell.frozen  + td {
+       border-left: none;
+}
+
+.mytheme .v-grid-cell div.component-wrap {
+       width: 100%;
+}
+
+.mytheme .v-grid-row > td, .mytheme .v-grid-editor-cells > div {
+       border-left: 1px solid #d4d4d4;
+       border-bottom: 1px solid #d4d4d4;
+}
+
+.mytheme .v-grid-row > td:first-child, .mytheme .v-grid-editor-cells > div:first-child {
+       border-left: none;
+}
+
+.mytheme .v-grid-editor-cells.frozen > div {
+       -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       border-right: 1px solid #d4d4d4;
+       border-left: none;
+}
+
+.mytheme .v-grid-row-stripe > td {
+       background-color: #f5f5f5;
+}
+
+.mytheme .v-grid-row-selected > td {
+       background: #197de1;
+}
+
+.mytheme .v-grid-row-focused > td {
+       
+}
+
+.mytheme .v-grid-header th {
+       position: relative;
+       background-color: #fafafa;
+       font-size: 14px;
+       font-weight: inherit;
+       border-left: 1px solid #d4d4d4;
+       border-bottom: 1px solid #d4d4d4;
+       
+       text-align: left;
+}
+
+.mytheme .v-grid-header th:first-child {
+       border-left: none;
+}
+
+.mytheme .v-grid-header .sort-asc, .mytheme .v-grid-header .sort-desc {
+       padding-right: 35px;
+}
+
+.mytheme .v-grid-header .sort-asc:after, .mytheme .v-grid-header .sort-desc:after {
+       font-family: ThemeIcons, sans-serif;
+       content: "\f0de" " " attr(sort-order);
+       position: absolute;
+       right: 18px;
+       font-size: 12px;
+}
+
+.mytheme .v-grid-header .sort-desc:after {
+       content: "\f0dd" " " attr(sort-order);
+}
+
+.mytheme .v-grid-column-resize-handle {
+       position: absolute;
+       width: 36px;
+       right: -18px;
+       top: 0px;
+       bottom: 0px;
+       cursor: col-resize;
+       z-index: 10;
+       -webkit-user-select: none;
+       -khtml-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+}
+
+.mytheme .v-grid-column-resize-simple-indicator {
+       position: absolute;
+       width: 3px;
+       top: 0px;
+       left: 18px;
+       z-index: 9001;
+       background: #fff;
+       box-shadow: 0px 0px 5px #000;
+       -webkit-user-select: none;
+       -khtml-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+}
+
+.mytheme .v-grid-footer td {
+       background-color: #fafafa;
+       font-size: 14px;
+       font-weight: inherit;
+       border-left: 1px solid #d4d4d4;
+       border-top: 1px solid #d4d4d4;
+       border-bottom: none;
+       
+}
+
+.mytheme .v-grid-footer td:first-child {
+       border-left: none;
+}
+
+.mytheme .v-grid-header .v-grid-cell, .mytheme .v-grid-footer .v-grid-cell {
+       overflow: visible;
+}
+
+.mytheme .v-grid-column-header-content, .mytheme .v-grid-column-footer-content {
+       width: 100%;
+       overflow: hidden;
+       text-overflow: ellipsis;
+       line-height: 37px;
+       vertical-align: baseline;
+}
+
+.mytheme .v-grid-header-deco {
+       border-top: 1px solid #d4d4d4;
+       border-right: 1px solid #d4d4d4;
+       background-color: #fafafa;
+}
+
+.mytheme .v-grid-footer-deco {
+       border-bottom: 1px solid #d4d4d4;
+       border-right: 1px solid #d4d4d4;
+       background-color: #fafafa;
+}
+
+.mytheme .v-grid-horizontal-scrollbar-deco {
+       background-color: #fafafa;
+       border: 1px solid #d4d4d4;
+       border-top: none;
+}
+
+.mytheme .v-grid-cell-focused {
+       position: relative;
+}
+
+.mytheme .v-grid-cell-focused:before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border: 2px solid #197de1;
+       display: none;
+       pointer-events: none;
+}
+
+.mytheme .v-grid:focus .v-grid-cell-focused:before {
+       display: block;
+}
+
+.mytheme .v-grid.v-disabled:focus .v-grid-cell-focused:before {
+       display: none;
+}
+
+.mytheme .v-grid-editor {
+       position: absolute;
+       z-index: 20;
+       overflow: hidden;
+       left: 0;
+       right: 0;
+       border: 1px solid #d4d4d4;
+       box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       margin-top: -1px;
+       -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
+       box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
+}
+
+.mytheme .v-grid-editor.unbuffered .v-grid-editor-footer {
+       width: 100%;
+}
+
+.mytheme .v-grid-editor-cells {
+       position: relative;
+       white-space: nowrap;
+}
+
+.mytheme .v-grid-editor-cells.frozen {
+       z-index: 2;
+}
+
+.mytheme .v-grid-editor-cells  > div {
+       display: inline-block;
+       box-sizing: border-box;
+       vertical-align: middle;
+       background: white;
+}
+
+.mytheme .v-grid-editor-cells  > div:first-child {
+       border-left: none;
+}
+
+.mytheme .v-grid-editor-cells  > div  > * {
+       vertical-align: middle;
+       display: inline-block;
+}
+
+.mytheme .v-grid-editor-cells  > div .v-filterselect {
+       padding-left: 0;
+}
+
+.mytheme .v-grid-editor-cells  > div input[type="text"], .mytheme .v-grid-editor-cells  > div input[type="text"].v-filterselect-input, .mytheme .v-grid-editor-cells  > div input[type="password"] {
+       padding-left: 18px;
+}
+
+.mytheme .v-grid-editor-cells  > div input[type="text"]:not(.v-filterselect-input), .mytheme .v-grid-editor-cells  > div input[type="password"] {
+       padding-right: 9px;
+}
+
+.mytheme .v-grid-editor-cells  > div input[type="checkbox"] {
+       margin-left: 18px;
+}
+
+.mytheme .v-grid-editor-cells  > div .v-textfield, .mytheme .v-grid-editor-cells  > div .v-datefield, .mytheme .v-grid-editor-cells  > div .v-filterselect {
+       min-width: 100%;
+       max-width: 100%;
+       min-height: 100%;
+       max-height: 100%;
+}
+
+.mytheme .v-grid-editor-cells  > div .v-select, .mytheme .v-grid-editor-cells  > div .v-select-select {
+       min-width: 100%;
+       max-width: 100%;
+}
+
+.mytheme .v-grid-editor-cells  > div.not-editable.v-grid-cell {
+       float: none;
+}
+
+.mytheme .v-grid-editor-cells .error::before {
+       position: absolute;
+       display: block;
+       height: 0;
+       width: 0;
+       content: "";
+       border-top: 5px solid red;
+       border-right: 5px solid transparent;
+}
+
+.mytheme .v-grid-editor-cells .error, .mytheme .v-grid-editor-cells .error > input {
+       background-color: #fee;
+}
+
+.mytheme .v-grid-editor-footer {
+       display: table;
+       height: 37px;
+       border-top: 1px solid #d4d4d4;
+       margin-top: -1px;
+       background: white;
+       padding: 0 5px;
+}
+
+.mytheme .v-grid-editor-footer  + .v-grid-editor-cells > div {
+       border-bottom: none;
+       border-top: 1px solid #d4d4d4;
+}
+
+.mytheme .v-grid-editor-footer:first-child {
+       border-top: none;
+       margin-top: 0;
+       border-bottom: 1px solid #d4d4d4;
+       margin-bottom: -1px;
+}
+
+.mytheme .v-grid-editor-message, .mytheme .v-grid-editor-buttons {
+       display: table-cell;
+       white-space: nowrap;
+       vertical-align: middle;
+}
+
+.mytheme .v-grid-editor-message {
+       width: 100%;
+       position: relative;
+}
+
+.mytheme .v-grid-editor-message  > div {
+       position: absolute;
+       width: 100%;
+       overflow: hidden;
+       text-overflow: ellipsis;
+       line-height: 37px;
+       top: 0;
+}
+
+.mytheme .v-grid-editor-save {
+       margin-right: 4px;
+}
+
+.mytheme .v-grid-spacer {
+       padding-left: 1px;
+}
+
+.mytheme .v-grid-spacer > td {
+       display: block;
+       padding: 0;
+       background-color: white;
+       border-top: 1px solid #eeeeee;
+       border-bottom: 1px solid #d4d4d4;
+}
+
+.mytheme .v-grid-spacer.stripe > td {
+       background-color: #f5f5f5;
+       border-top: 1px solid #e5e5e5;
+       border-bottom: 1px solid #d4d4d4;
+}
+
+.mytheme .v-grid-spacer-deco-container {
+       border-top: 1px solid transparent;
+       position: relative;
+       top: 0;
+       z-index: 5;
+}
+
+.mytheme .v-grid-spacer-deco {
+       top: 0;
+       left: 0;
+       width: 2px;
+       background-color: #197de1;
+       position: absolute;
+       height: 100%;
+       pointer-events: none;
+}
+
+.mytheme .v-grid-cell > .v-progressbar {
+       width: 100%;
+}
+
+.mytheme .v-grid {
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       background-color: #fafafa;
+}
+
+.mytheme .v-grid.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-grid-header .v-grid-cell {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-grid-header .v-grid-cell.dragged {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       -webkit-transition: opacity 0.3s ease-in-out;
+       -moz-transition: opacity 0.3s ease-in-out;
+       transition: opacity 0.3s ease-in-out;
+}
+
+.mytheme .v-grid-header .v-grid-cell.dragged-column-header {
+       margin-top: -19px;
+}
+
+.mytheme .v-grid-footer .v-grid-cell {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-grid-header-deco {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-grid-footer-deco, .mytheme .v-grid-horizontal-scrollbar-deco {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-grid-row-selected  > .v-grid-cell {
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       color: #c8dbed;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+       border-color: #1d69b4;
+}
+
+.mytheme .v-grid-row-selected  > .v-grid-cell-focused:before {
+       border-color: #71b0ef;
+}
+
+.mytheme .v-grid-editor {
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       border-color: #197de1;
+}
+
+.mytheme .v-grid-editor-footer {
+       font-size: 14px;
+       padding: 0 6px;
+       background: #fafafa;
+       -webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
+       -moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
+       animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
+}
+
+.mytheme .v-grid-editor-footer:first-child {
+       -webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
+       -moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
+       animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
+}
+
+.mytheme .v-grid-editor-cells {
+       z-index: 1;
+}
+
+.mytheme .v-grid-editor-cells > div:before {
+       content: "";
+       display: inline-block;
+       height: 100%;
+       vertical-align: middle;
+}
+
+.mytheme .v-grid-editor-cells > div.not-editable.v-grid-cell {
+       float: none;
+}
+
+.mytheme .v-grid-editor-cells > div .error::before {
+       border-top: 9px solid #ed473b;
+       border-right: 9px solid transparent;
+}
+
+.mytheme .v-grid-editor-cells > div .error, .mytheme .v-grid-editor-cells > div .error > input {
+       background-color: #fffbfb;
+}
+
+.mytheme .v-grid-editor-cells > div .v-textfield, .mytheme .v-grid-editor-cells > div .v-textfield-focus, .mytheme .v-grid-editor-cells > div .v-datefield, .mytheme .v-grid-editor-cells > div .v-datefield .v-textfield-focus, .mytheme .v-grid-editor-cells > div .v-filterselect-input, .mytheme .v-grid-editor-cells > div .v-filterselect-input:focus {
+       border: none;
+       border-radius: 0;
+       background: transparent;
+       -webkit-box-shadow: inset 0 1px 0 #f2f2f2;
+       box-shadow: inset 0 1px 0 #f2f2f2;
+}
+
+.mytheme .v-grid-editor-cells > div input[type="text"].v-datefield-textfield {
+       padding-left: 44.4px;
+}
+
+.mytheme .v-grid-editor-cells > div .v-textfield-focus, .mytheme .v-grid-editor-cells > div .v-datefield .v-textfield-focus, .mytheme .v-grid-editor-cells > div .v-filterselect-input:focus {
+       position: relative;
+}
+
+.mytheme .v-grid-editor-cells > div .v-select {
+       padding-left: 9px;
+       padding-right: 9px;
+}
+
+.mytheme .v-grid-editor-cells > div .v-checkbox {
+       margin: 0 9px 0 18px;
+}
+
+.mytheme .v-grid-editor-cells > div .v-checkbox  > input[type="checkbox"] {
+       margin-left: 0;
+}
+
+.mytheme .v-grid-editor-cells > div .v-checkbox  > label {
+       white-space: nowrap;
+}
+
+.mytheme .v-grid-editor-message > div:before {
+       display: inline-block;
+       color: #ed473b;
+       font-weight: 600;
+       width: 19px;
+       text-align: center;
+       content: "!";
+}
+
+.mytheme .v-grid-editor-save, .mytheme .v-grid-editor-cancel {
+       cursor: pointer;
+       color: #197de1;
+       text-decoration: underline;
+       font-weight: inherit;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+       font-weight: 400;
+       text-decoration: none;
+       border: none;
+       background: transparent;
+       padding: 6px 6px;
+       margin: 0;
+       outline: none;
+}
+
+.mytheme .v-grid-editor-save:hover, .mytheme .v-grid-editor-cancel:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-grid-editor-save.v-disabled, .mytheme .v-grid-editor-cancel.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-grid-spacer {
+       margin-top: -1px;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-content {
+       margin: 0 0 2px;
+       padding: 4px 4px 2px;
+       overflow-y: auto;
+       overflow-x: hidden;
+}
+
+.mytheme .v-grid-sidebar.v-contextmenu.closed {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-grid-scroller::-webkit-scrollbar {
+       border: none;
+}
+
+.mytheme .v-grid-scroller::-webkit-scrollbar-thumb {
+       border-radius: 10px;
+       border: 4px solid transparent;
+       background: rgba(0, 0, 0, 0.3);
+       -webkit-background-clip: content-box;
+       background-clip: content-box;
+}
+
+.mytheme .v-grid-scroller-vertical::-webkit-scrollbar-thumb {
+       min-height: 30px;
+}
+
+.mytheme .v-grid-scroller-horizontal::-webkit-scrollbar-thumb {
+       min-width: 30px;
+}
+
+.mytheme .v-grid-row-drag-badge {
+       background-color: red;
+       color: white;
+       display: block;
+       width: 30px;
+       height: 30px;
+       border-radius: 10px;
+       line-height: 30px;
+       text-align: center;
+       float: left;
+}
+
+.mytheme .v-grid-row-drag-top, .mytheme .v-grid-row-drag-bottom {
+       z-index: 100;
+}
+
+.mytheme .v-grid-row-drag-top:before, .mytheme .v-grid-row-drag-bottom:after {
+       content: "";
+       display: block;
+       position: absolute;
+       height: 2px;
+       width: 100%;
+       background: #197de1;
+       pointer-events: none;
+       border: none;
+}
+
+.mytheme .v-grid-row-drag-bottom:after {
+       bottom: -1px;
+}
+
+.mytheme .v-grid-row-drag-top:before {
+       top: -1px;
+}
+
+.mytheme .v-grid-row-drag-top:first-child:before {
+       top: 0;
+}
+
+.mytheme .v-grid-row-drag-center:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       left: 0;
+       bottom: 0;
+       right: 2px;
+       border: 2px solid #197de1;
+       pointer-events: none;
+}
+
+.mytheme .v-grid-row-selected.v-grid-row-drag-center:after {
+       border-color: #1463b3;
+}
+
+.mytheme .v-grid-row-selected.v-grid-row-drag-top:before, .mytheme .v-grid-row-selected.v-grid-row-drag-bottom:after {
+       background: #1463b3;
+}
+
+.mytheme .v-grid-body-drag-top:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       pointer-events: none;
+       border: 2px solid #197de1;
+       z-index: 100;
+}
+
+.mytheme .v-textfield {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 37px;
+       border-radius: 4px;
+       padding: 4px 9px;
+       border: 1px solid #c5c5c5;
+       background: white;
+       color: #474747;
+       -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       width: 185px;
+}
+
+.mytheme .v-textfield.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-textfield:focus {
+       outline: none;
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-textfield[class*="prompt"] {
+       color: #a3a3a3;
+}
+
+.mytheme .v-textfield-readonly {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-textfield-readonly:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-textfield-error {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-textfield-error-info {
+       border-color: #00a7f5 !important;
+       background: #fafdff;
+       color: #195774;
+}
+
+.mytheme .v-textfield-error-warning {
+       border-color: #fc9c00 !important;
+       background: #fffdfa;
+       color: #745119;
+}
+
+.mytheme .v-textfield-error-error {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-textfield-error-critical {
+       border-color: #fa007d !important;
+       background: #fffafc;
+       color: #741947;
+}
+
+.mytheme .v-textfield-error-system {
+       border-color: #bb00ff !important;
+       background: #fefaff;
+       color: #5c1974;
+}
+
+.mytheme .v-textfield-borderless {
+       border: none;
+       border-radius: 0;
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       color: inherit;
+}
+
+.mytheme .v-textfield-borderless:focus {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-textfield-borderless[class*="prompt"] {
+       color: inherit;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-textfield-tiny {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 28px;
+       border-radius: 4px;
+       padding: 3px 7px;
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       font-size: 12px;
+}
+
+.mytheme .v-textfield-compact, .mytheme .v-textfield-small {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 31px;
+       border-radius: 4px;
+       padding: 3px 8px;
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+}
+
+.mytheme .v-textfield-small {
+       font-size: 14px;
+}
+
+.mytheme .v-textfield-large {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 44px;
+       border-radius: 4px;
+       padding: 5px 10px;
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       font-size: 20px;
+}
+
+.mytheme .v-textfield-huge {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 59px;
+       border-radius: 4px;
+       padding: 7px 12px;
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       font-size: 26px;
+}
+
+.mytheme .v-slot-inline-icon {
+       position: relative;
+}
+
+.mytheme .v-caption-inline-icon {
+       padding: 0;
+}
+
+.mytheme .v-caption-inline-icon .v-captiontext {
+       font-size: 14px;
+       font-weight: 400;
+       padding-bottom: 0.3em;
+       padding-left: 1px;
+       margin: 0;
+}
+
+.mytheme .v-caption-inline-icon .v-icon {
+       position: absolute;
+       z-index: 10;
+}
+
+.mytheme .v-caption-inline-icon span.v-icon {
+       left: 1px;
+       bottom: 1px;
+       width: 37px;
+       line-height: 35px;
+       text-align: center;
+       font-size: 16px;
+}
+
+.mytheme .v-caption-inline-icon img.v-icon {
+       left: 11px;
+       bottom: 11px;
+}
+
+.mytheme .v-textfield-inline-icon  {
+       padding-left: 37px;
+}
+
+.mytheme .v-slot-inline-icon.v-slot-tiny {
+       position: relative;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-tiny {
+       padding: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-tiny .v-captiontext {
+       font-size: 14px;
+       font-weight: 400;
+       padding-bottom: 0.3em;
+       padding-left: 1px;
+       margin: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-tiny .v-icon {
+       position: absolute;
+       z-index: 10;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-tiny span.v-icon {
+       left: 1px;
+       bottom: 1px;
+       width: 28px;
+       line-height: 26px;
+       text-align: center;
+       font-size: 12px;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-tiny img.v-icon {
+       left: 6px;
+       bottom: 6px;
+}
+
+.mytheme .v-textfield-inline-icon.v-textfield-tiny  {
+       padding-left: 28px;
+}
+
+.mytheme .v-slot-inline-icon.v-slot-compact {
+       position: relative;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-compact {
+       padding: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-compact .v-captiontext {
+       font-size: 14px;
+       font-weight: 400;
+       padding-bottom: 0.3em;
+       padding-left: 1px;
+       margin: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-compact .v-icon {
+       position: absolute;
+       z-index: 10;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-compact span.v-icon {
+       left: 1px;
+       bottom: 1px;
+       width: 31px;
+       line-height: 29px;
+       text-align: center;
+       font-size: 16px;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-compact img.v-icon {
+       left: 8px;
+       bottom: 8px;
+}
+
+.mytheme .v-textfield-inline-icon.v-textfield-compact  {
+       padding-left: 31px;
+}
+
+.mytheme .v-slot-inline-icon.v-slot-small {
+       position: relative;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-small {
+       padding: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-small .v-captiontext {
+       font-size: 14px;
+       font-weight: 400;
+       padding-bottom: 0.3em;
+       padding-left: 1px;
+       margin: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-small .v-icon {
+       position: absolute;
+       z-index: 10;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-small span.v-icon {
+       left: 1px;
+       bottom: 1px;
+       width: 31px;
+       line-height: 29px;
+       text-align: center;
+       font-size: 14px;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-small img.v-icon {
+       left: 8px;
+       bottom: 8px;
+}
+
+.mytheme .v-textfield-inline-icon.v-textfield-small  {
+       padding-left: 31px;
+}
+
+.mytheme .v-slot-inline-icon.v-slot-large {
+       position: relative;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-large {
+       padding: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-large .v-captiontext {
+       font-size: 14px;
+       font-weight: 400;
+       padding-bottom: 0.3em;
+       padding-left: 1px;
+       margin: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-large .v-icon {
+       position: absolute;
+       z-index: 10;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-large span.v-icon {
+       left: 1px;
+       bottom: 1px;
+       width: 44px;
+       line-height: 42px;
+       text-align: center;
+       font-size: 20px;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-large img.v-icon {
+       left: 14px;
+       bottom: 14px;
+}
+
+.mytheme .v-textfield-inline-icon.v-textfield-large  {
+       padding-left: 44px;
+}
+
+.mytheme .v-slot-inline-icon.v-slot-huge {
+       position: relative;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-huge {
+       padding: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-huge .v-captiontext {
+       font-size: 14px;
+       font-weight: 400;
+       padding-bottom: 0.3em;
+       padding-left: 1px;
+       margin: 0;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-huge .v-icon {
+       position: absolute;
+       z-index: 10;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-huge span.v-icon {
+       left: 1px;
+       bottom: 1px;
+       width: 59px;
+       line-height: 57px;
+       text-align: center;
+       font-size: 26px;
+}
+
+.mytheme .v-caption-inline-icon.v-caption-huge img.v-icon {
+       left: 22px;
+       bottom: 22px;
+}
+
+.mytheme .v-textfield-inline-icon.v-textfield-huge  {
+       padding-left: 59px;
+}
+
+.mytheme .v-textfield-align-right {
+       text-align: right;
+}
+
+.mytheme .v-textfield-align-center {
+       text-align: center;
+}
+
+.mytheme .v-textarea {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 37px;
+       border-radius: 4px;
+       padding: 6px;
+       border: 1px solid #c5c5c5;
+       background: white;
+       color: #474747;
+       -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       height: auto;
+       resize: none;
+       white-space: pre-wrap;
+       width: 185px;
+}
+
+.mytheme .v-textarea.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-textarea:focus {
+       outline: none;
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-textarea[class*="prompt"] {
+       color: #a3a3a3;
+}
+
+.mytheme .v-textarea-readonly {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-textarea-readonly:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-textarea-error {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-textarea-borderless {
+       border: none;
+       border-radius: 0;
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       color: inherit;
+}
+
+.mytheme .v-textarea-borderless:focus {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-textarea-borderless[class*="prompt"] {
+       color: inherit;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-textarea-tiny {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 28px;
+       border-radius: 4px;
+       padding: 6px;
+       
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       height: auto;
+       resize: none;
+       white-space: pre-wrap;
+       font-size: 12px;
+}
+
+.mytheme .v-textarea-small {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 31px;
+       border-radius: 4px;
+       padding: 6px;
+       
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       height: auto;
+       resize: none;
+       white-space: pre-wrap;
+       font-size: 14px;
+}
+
+.mytheme .v-textarea-large {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 44px;
+       border-radius: 4px;
+       padding: 6px;
+       
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       height: auto;
+       resize: none;
+       white-space: pre-wrap;
+       font-size: 20px;
+}
+
+.mytheme .v-textarea-huge {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 59px;
+       border-radius: 4px;
+       padding: 6px;
+       
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       height: auto;
+       resize: none;
+       white-space: pre-wrap;
+       font-size: 26px;
+}
+
+.mytheme .v-textarea-align-right {
+       text-align: right;
+}
+
+.mytheme .v-textarea-align-center {
+       text-align: center;
+}
+
+.mytheme .v-datefield {
+       position: relative;
+       width: 185px;
+       height: 37px;
+       border-radius: 4px;
+}
+
+.mytheme .v-datefield [class*="textfield"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 37px;
+       border-radius: 4px;
+       padding: 4px 9px;
+       border: 1px solid #c5c5c5;
+       background: white;
+       color: #474747;
+       -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       padding-left: 44.4px;
+       width: 100%;
+       height: 100%;
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield [class*="textfield"].v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-datefield [class*="textfield"]:focus {
+       outline: none;
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-datefield [class*="textfield"][class*="prompt"] {
+       color: #a3a3a3;
+}
+
+.mytheme .v-datefield[class*="prompt"] > [class*="textfield"] {
+       color: #a3a3a3;
+}
+
+.mytheme .v-datefield [class*="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       -webkit-appearance: none;
+       background: transparent;
+       padding: 0;
+       position: absolute;
+       z-index: 10;
+       width: 37px;
+       line-height: 35px;
+       text-align: center;
+       font: inherit;
+       outline: none;
+       margin: 0;
+       top: 1px;
+       bottom: 1px;
+       left: 1px;
+       border: none;
+       border-right: 1px solid #e4e4e4;
+       color: #a3a3a3;
+       border-radius: 3px 0 0 3px;
+}
+
+.mytheme .v-datefield [class*="button"]:hover {
+       color: #474747;
+}
+
+.mytheme .v-datefield [class*="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f073";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-datefield [class*="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       background-color: rgba(128, 128, 128, 0.2);
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-datefield.v-disabled [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield.v-disabled [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-datefield.v-readonly [class*="textfield"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-datefield.v-readonly [class*="textfield"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-datefield.v-readonly [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield.v-readonly [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-datefield-error .v-datefield-textfield {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-datefield-error .v-datefield-button {
+       color: #ed473b;
+       border-color: #ed473b;
+}
+
+.mytheme .v-datefield-error-info .v-datefield-textfield {
+       border-color: #00a7f5 !important;
+       background: #fafdff;
+       color: #195774;
+}
+
+.mytheme .v-datefield-error-info .v-datefield-button {
+       color: #00a7f5;
+       border-color: #00a7f5;
+}
+
+.mytheme .v-datefield-error-warning .v-datefield-textfield {
+       border-color: #fc9c00 !important;
+       background: #fffdfa;
+       color: #745119;
+}
+
+.mytheme .v-datefield-error-warning .v-datefield-button {
+       color: #fc9c00;
+       border-color: #fc9c00;
+}
+
+.mytheme .v-datefield-error-error .v-datefield-textfield {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-datefield-error-error .v-datefield-button {
+       color: #ed473b;
+       border-color: #ed473b;
+}
+
+.mytheme .v-datefield-error-critical .v-datefield-textfield {
+       border-color: #fa007d !important;
+       background: #fffafc;
+       color: #741947;
+}
+
+.mytheme .v-datefield-error-critical .v-datefield-button {
+       color: #fa007d;
+       border-color: #fa007d;
+}
+
+.mytheme .v-datefield-error-system .v-datefield-textfield {
+       border-color: #bb00ff !important;
+       background: #fefaff;
+       color: #5c1974;
+}
+
+.mytheme .v-datefield-error-system .v-datefield-button {
+       color: #bb00ff;
+       border-color: #bb00ff;
+}
+
+.mytheme .v-datefield-full {
+       width: 240px;
+}
+
+.mytheme .v-datefield-day {
+       width: 185px;
+}
+
+.mytheme .v-datefield-month {
+       width: 120px;
+}
+
+.mytheme .v-datefield-year {
+       width: 104px;
+}
+
+.mytheme .v-datefield-popup {
+       padding: 4px 4px;
+       border-radius: 4px;
+       background-color: white;
+       color: #474747;
+       -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       -webkit-backface-visibility: hidden;
+       -moz-backface-visibility: hidden;
+       -ms-backface-visibility: hidden;
+       backface-visibility: hidden;
+       margin-top: 5px !important;
+       margin-bottom: 5px !important;
+       margin-right: 5px !important;
+       cursor: default;
+       width: auto;
+}
+
+.mytheme .v-datefield-popup[class*="animate-in"] {
+       -webkit-animation: valo-overlay-animate-in 120ms;
+       -moz-animation: valo-overlay-animate-in 120ms;
+       animation: valo-overlay-animate-in 120ms;
+}
+
+.mytheme .v-datefield-popup[class*="animate-out"] {
+       -webkit-animation: valo-animate-out-fade 120ms;
+       -moz-animation: valo-animate-out-fade 120ms;
+       animation: valo-animate-out-fade 120ms;
+}
+
+.mytheme .v-datefield-popup table {
+       border-collapse: collapse;
+       border-spacing: 0;
+       margin: 0 auto;
+}
+
+.mytheme .v-datefield-popup td {
+       padding: 2px;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel {
+       font-size: 16px;
+       text-align: center;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel:focus {
+       outline: none;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-day {
+       box-sizing: border-box;
+       width: 30px;
+       height: 26px;
+       border: 1px solid transparent;
+       line-height: 26px;
+       text-align: center;
+       font-size: 14px;
+       background: #fafafa;
+       border-radius: 2px;
+       -webkit-transition: color 200ms;
+       -moz-transition: color 200ms;
+       transition: color 200ms;
+       display: inline-block;
+       box-sizing: border-box;
+       cursor: pointer;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-day:hover {
+       color: #197de1;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-day-offmonth {
+       color: #a0a0a0;
+       background: transparent;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-day-today {
+       color: #191919;
+       font-weight: 600;
+       border-color: #afafaf;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .mytheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover {
+       color: #c8dbed;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       border: none;
+       font-weight: 600;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       position: relative;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .mytheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover {
+       color: #a0a0a0;
+       cursor: not-allowed;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-weekdays {
+       height: 26px;
+       color: rgba(133, 133, 133, 0.85);
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-weekdays strong {
+       font: inherit;
+       font-size: 14px;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-header {
+       white-space: nowrap;
+}
+
+.mytheme .v-datefield-popup td[class*="year"] button, .mytheme .v-datefield-popup td[class*="month"] button {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       border: none;
+       background: transparent;
+       padding: 0;
+       margin: 0;
+       cursor: pointer;
+       color: transparent;
+       font-size: 0;
+       width: 19px;
+       height: 25px;
+       outline: none;
+       position: relative;
+       vertical-align: middle;
+}
+
+.mytheme .v-datefield-popup td[class*="year"] button:before, .mytheme .v-datefield-popup td[class*="month"] button:before {
+       color: #a0a0a0;
+       font-size: 21px;
+       line-height: 24px;
+       -webkit-transition: color 200ms;
+       -moz-transition: color 200ms;
+       transition: color 200ms;
+}
+
+.mytheme .v-datefield-popup td[class*="year"] button:hover:before, .mytheme .v-datefield-popup td[class*="month"] button:hover:before {
+       color: #197de1;
+}
+
+.mytheme .v-datefield-popup td[class*="year"] button.outside-range, .mytheme .v-datefield-popup td[class*="month"] button.outside-range {
+       cursor: default;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+}
+
+.mytheme .v-datefield-popup td[class*="year"] button.outside-range:hover:before, .mytheme .v-datefield-popup td[class*="month"] button.outside-range:hover:before {
+       color: #a0a0a0;
+}
+
+.mytheme .v-datefield-popup .v-button-prevyear:before {
+       font-family: ThemeIcons;
+       content: "\f100";
+}
+
+.mytheme .v-datefield-popup .v-button-prevmonth:before {
+       font-family: ThemeIcons;
+       content: "\f104";
+}
+
+.mytheme .v-datefield-popup .v-button-nextyear:before {
+       font-family: ThemeIcons;
+       content: "\f101";
+}
+
+.mytheme .v-datefield-popup .v-button-nextmonth:before {
+       font-family: ThemeIcons;
+       content: "\f105";
+}
+
+.mytheme .v-datefield-popup td.v-datefield-calendarpanel-month {
+       width: 148px;
+       color: #197de1;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month {
+       width: 74px;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-weeknumber, .mytheme .v-datefield-popup .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child {
+       width: 30px;
+       color: rgba(133, 133, 133, 0.85);
+       font-size: 14px;
+       display: inline-block;
+       text-align: left;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-weeknumber {
+       position: relative;
+}
+
+.mytheme .v-datefield-popup .v-datefield-calendarpanel-weeknumbers .v-first:before {
+       content: "";
+       position: absolute;
+       top: 38px;
+       bottom: 0;
+       left: 0;
+       width: 34px;
+       border-top: 1px solid #eaeaea;
+       border-right: 1px solid #eaeaea;
+       border-top-right-radius: 4px;
+       border-bottom-left-radius: 4px;
+       background: #fafafa;
+}
+
+.mytheme .v-datefield-popup td.v-datefield-calendarpanel-time {
+       width: 100%;
+       font-size: 14px;
+}
+
+.mytheme .v-datefield-popup td.v-datefield-calendarpanel-time .v-label {
+       display: inline;
+       margin: 0 0.1em;
+       font-weight: 400;
+}
+
+.mytheme .v-datefield-calendarpanel {
+       font-size: 16px;
+       text-align: center;
+}
+
+.mytheme .v-datefield-calendarpanel:focus {
+       outline: none;
+}
+
+.mytheme .v-datefield-calendarpanel-day {
+       box-sizing: border-box;
+       width: 30px;
+       height: 26px;
+       border: 1px solid transparent;
+       line-height: 26px;
+       text-align: center;
+       font-size: 14px;
+       background: #fafafa;
+       border-radius: 2px;
+       -webkit-transition: color 200ms;
+       -moz-transition: color 200ms;
+       transition: color 200ms;
+       display: inline-block;
+       box-sizing: border-box;
+       cursor: pointer;
+}
+
+.mytheme .v-datefield-calendarpanel-day:hover {
+       color: #197de1;
+}
+
+.mytheme .v-datefield-calendarpanel-day-offmonth {
+       color: #a0a0a0;
+       background: transparent;
+}
+
+.mytheme .v-datefield-calendarpanel-day-today {
+       color: #191919;
+       font-weight: 600;
+       border-color: #afafaf;
+}
+
+.mytheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .mytheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover {
+       color: #c8dbed;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       border: none;
+       font-weight: 600;
+}
+
+.mytheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       position: relative;
+}
+
+.mytheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .mytheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover {
+       color: #a0a0a0;
+       cursor: not-allowed;
+}
+
+.mytheme .v-datefield-calendarpanel-weekdays {
+       height: 26px;
+       color: rgba(133, 133, 133, 0.85);
+}
+
+.mytheme .v-datefield-calendarpanel-weekdays strong {
+       font: inherit;
+       font-size: 14px;
+}
+
+.mytheme .v-datefield-calendarpanel-header {
+       white-space: nowrap;
+}
+
+.mytheme td[class*="year"] button, .mytheme td[class*="month"] button {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       border: none;
+       background: transparent;
+       padding: 0;
+       margin: 0;
+       cursor: pointer;
+       color: transparent;
+       font-size: 0;
+       width: 19px;
+       height: 25px;
+       outline: none;
+       position: relative;
+       vertical-align: middle;
+}
+
+.mytheme td[class*="year"] button:before, .mytheme td[class*="month"] button:before {
+       color: #a0a0a0;
+       font-size: 21px;
+       line-height: 24px;
+       -webkit-transition: color 200ms;
+       -moz-transition: color 200ms;
+       transition: color 200ms;
+}
+
+.mytheme td[class*="year"] button:hover:before, .mytheme td[class*="month"] button:hover:before {
+       color: #197de1;
+}
+
+.mytheme td[class*="year"] button.outside-range, .mytheme td[class*="month"] button.outside-range {
+       cursor: default;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+}
+
+.mytheme td[class*="year"] button.outside-range:hover:before, .mytheme td[class*="month"] button.outside-range:hover:before {
+       color: #a0a0a0;
+}
+
+.mytheme .v-button-prevyear:before {
+       font-family: ThemeIcons;
+       content: "\f100";
+}
+
+.mytheme .v-button-prevmonth:before {
+       font-family: ThemeIcons;
+       content: "\f104";
+}
+
+.mytheme .v-button-nextyear:before {
+       font-family: ThemeIcons;
+       content: "\f101";
+}
+
+.mytheme .v-button-nextmonth:before {
+       font-family: ThemeIcons;
+       content: "\f105";
+}
+
+.mytheme td.v-datefield-calendarpanel-month {
+       width: 148px;
+       color: #197de1;
+}
+
+.mytheme .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month {
+       width: 74px;
+}
+
+.mytheme .v-datefield-calendarpanel-weeknumber, .mytheme .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child {
+       width: 30px;
+       color: rgba(133, 133, 133, 0.85);
+       font-size: 14px;
+       display: inline-block;
+       text-align: left;
+}
+
+.mytheme .v-datefield-calendarpanel-weeknumber {
+       position: relative;
+}
+
+.mytheme .v-datefield-calendarpanel-weeknumbers .v-first:before {
+       content: "";
+       position: absolute;
+       top: 38px;
+       bottom: 0;
+       left: 0;
+       width: 34px;
+       border-top: 1px solid #eaeaea;
+       border-right: 1px solid #eaeaea;
+       border-top-right-radius: 4px;
+       border-bottom-left-radius: 4px;
+       background: #fafafa;
+}
+
+.mytheme td.v-datefield-calendarpanel-time {
+       width: 100%;
+       font-size: 14px;
+}
+
+.mytheme td.v-datefield-calendarpanel-time .v-label {
+       display: inline;
+       margin: 0 0.1em;
+       font-weight: 400;
+}
+
+.mytheme .v-datefield-borderless .v-datefield-textfield {
+       border: none;
+       border-radius: 0;
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       color: inherit;
+}
+
+.mytheme .v-datefield-borderless .v-datefield-textfield:focus {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-datefield-borderless .v-datefield-textfield[class*="prompt"] {
+       color: inherit;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-datefield-borderless .v-datefield-button {
+       border: none;
+       color: inherit;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-datefield-align-right input {
+       text-align: right;
+}
+
+.mytheme .v-datefield-align-center input {
+       text-align: center;
+}
+
+.mytheme .v-datefield-tiny {
+       height: 28px;
+       border-radius: 4px;
+       font-size: 12px;
+}
+
+.mytheme .v-datefield-tiny [class*="textfield"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 28px;
+       border-radius: 4px;
+       padding: 3px 7px;
+       
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       padding-left: 33.6px;
+       width: 100%;
+       height: 100%;
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield-tiny [class*="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       -webkit-appearance: none;
+       background: transparent;
+       padding: 0;
+       position: absolute;
+       z-index: 10;
+       width: 28px;
+       line-height: 28px;
+       text-align: center;
+       font: inherit;
+       outline: none;
+       margin: 0;
+       border-radius: 4px 0 0 4px;
+}
+
+.mytheme .v-datefield-tiny [class*="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f073";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-datefield-tiny [class*="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield-tiny.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-datefield-tiny.v-disabled [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield-tiny.v-disabled [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-datefield-tiny.v-readonly [class*="textfield"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-datefield-tiny.v-readonly [class*="textfield"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-datefield-tiny.v-readonly [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield-tiny.v-readonly [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-datefield-compact, .mytheme .v-datefield-small {
+       height: 31px;
+       border-radius: 4px;
+}
+
+.mytheme .v-datefield-compact [class*="textfield"], .mytheme .v-datefield-small [class*="textfield"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 31px;
+       border-radius: 4px;
+       padding: 3px 8px;
+       
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       padding-left: 37.2px;
+       width: 100%;
+       height: 100%;
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield-compact [class*="button"], .mytheme .v-datefield-small [class*="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       -webkit-appearance: none;
+       background: transparent;
+       padding: 0;
+       position: absolute;
+       z-index: 10;
+       width: 31px;
+       line-height: 31px;
+       text-align: center;
+       font: inherit;
+       outline: none;
+       margin: 0;
+       border-radius: 4px 0 0 4px;
+}
+
+.mytheme .v-datefield-compact [class*="button"]:before, .mytheme .v-datefield-small [class*="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f073";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-datefield-compact [class*="button"]:active:after, .mytheme .v-datefield-small [class*="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield-compact.v-disabled, .mytheme .v-datefield-small.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-datefield-compact.v-disabled [class*="button"], .mytheme .v-datefield-small.v-disabled [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield-compact.v-disabled [class*="button"]:active:after, .mytheme .v-datefield-small.v-disabled [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-datefield-compact.v-readonly [class*="textfield"], .mytheme .v-datefield-small.v-readonly [class*="textfield"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-datefield-compact.v-readonly [class*="textfield"]:focus, .mytheme .v-datefield-small.v-readonly [class*="textfield"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-datefield-compact.v-readonly [class*="button"], .mytheme .v-datefield-small.v-readonly [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield-compact.v-readonly [class*="button"]:active:after, .mytheme .v-datefield-small.v-readonly [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-datefield-small {
+       font-size: 14px;
+}
+
+.mytheme .v-datefield-large {
+       height: 44px;
+       border-radius: 4px;
+       font-size: 20px;
+}
+
+.mytheme .v-datefield-large [class*="textfield"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 44px;
+       border-radius: 4px;
+       padding: 5px 10px;
+       
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       padding-left: 52.8px;
+       width: 100%;
+       height: 100%;
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield-large [class*="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       -webkit-appearance: none;
+       background: transparent;
+       padding: 0;
+       position: absolute;
+       z-index: 10;
+       width: 44px;
+       line-height: 44px;
+       text-align: center;
+       font: inherit;
+       outline: none;
+       margin: 0;
+       border-radius: 4px 0 0 4px;
+}
+
+.mytheme .v-datefield-large [class*="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f073";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-datefield-large [class*="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield-large.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-datefield-large.v-disabled [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield-large.v-disabled [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-datefield-large.v-readonly [class*="textfield"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-datefield-large.v-readonly [class*="textfield"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-datefield-large.v-readonly [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield-large.v-readonly [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-datefield-huge {
+       height: 59px;
+       border-radius: 4px;
+       font-size: 26px;
+}
+
+.mytheme .v-datefield-huge [class*="textfield"] {
+       box-sizing: border-box;
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 59px;
+       border-radius: 4px;
+       padding: 7px 12px;
+       
+       
+       
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       padding-left: 70.8px;
+       width: 100%;
+       height: 100%;
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield-huge [class*="button"] {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       -webkit-appearance: none;
+       background: transparent;
+       padding: 0;
+       position: absolute;
+       z-index: 10;
+       width: 59px;
+       line-height: 59px;
+       text-align: center;
+       font: inherit;
+       outline: none;
+       margin: 0;
+       border-radius: 4px 0 0 4px;
+}
+
+.mytheme .v-datefield-huge [class*="button"]:before {
+       font-family: ThemeIcons;
+       content: "\f073";
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-datefield-huge [class*="button"]:active:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-datefield-huge.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-datefield-huge.v-disabled [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield-huge.v-disabled [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-datefield-huge.v-readonly [class*="textfield"] {
+       background: #fafafa;
+       color: #464646;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-datefield-huge.v-readonly [class*="textfield"]:focus {
+       box-shadow: none;
+       border-color: #c5c5c5;
+}
+
+.mytheme .v-datefield-huge.v-readonly [class*="button"] {
+       cursor: default;
+       pointer-events: none;
+}
+
+.mytheme .v-datefield-huge.v-readonly [class*="button"]:active:after {
+       display: none;
+}
+
+.mytheme .v-inline-datefield-calendarpanel {
+       font-size: 16px;
+       text-align: center;
+}
+
+.mytheme .v-inline-datefield-calendarpanel:focus {
+       outline: none;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-day {
+       box-sizing: border-box;
+       width: 30px;
+       height: 26px;
+       border: 1px solid transparent;
+       line-height: 26px;
+       text-align: center;
+       font-size: 14px;
+       background: #fafafa;
+       border-radius: 2px;
+       -webkit-transition: color 200ms;
+       -moz-transition: color 200ms;
+       transition: color 200ms;
+       display: inline-block;
+       box-sizing: border-box;
+       cursor: pointer;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-day:hover {
+       color: #197de1;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-day-offmonth {
+       color: #a0a0a0;
+       background: transparent;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-day-today {
+       color: #191919;
+       font-weight: 600;
+       border-color: #afafaf;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected, .mytheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected:hover {
+       color: #c8dbed;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       border: none;
+       font-weight: 600;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-focused {
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       position: relative;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range, .mytheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range:hover {
+       color: #a0a0a0;
+       cursor: not-allowed;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-weekdays {
+       height: 26px;
+       color: rgba(133, 133, 133, 0.85);
+}
+
+.mytheme .v-inline-datefield-calendarpanel-weekdays strong {
+       font: inherit;
+       font-size: 14px;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-header {
+       white-space: nowrap;
+}
+
+.mytheme td[class*="year"] button, .mytheme td[class*="month"] button {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       border: none;
+       background: transparent;
+       padding: 0;
+       margin: 0;
+       cursor: pointer;
+       color: transparent;
+       font-size: 0;
+       width: 19px;
+       height: 25px;
+       outline: none;
+       position: relative;
+       vertical-align: middle;
+}
+
+.mytheme td[class*="year"] button:before, .mytheme td[class*="month"] button:before {
+       color: #a0a0a0;
+       font-size: 21px;
+       line-height: 24px;
+       -webkit-transition: color 200ms;
+       -moz-transition: color 200ms;
+       transition: color 200ms;
+}
+
+.mytheme td[class*="year"] button:hover:before, .mytheme td[class*="month"] button:hover:before {
+       color: #197de1;
+}
+
+.mytheme td[class*="year"] button.outside-range, .mytheme td[class*="month"] button.outside-range {
+       cursor: default;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+}
+
+.mytheme td[class*="year"] button.outside-range:hover:before, .mytheme td[class*="month"] button.outside-range:hover:before {
+       color: #a0a0a0;
+}
+
+.mytheme .v-button-prevyear:before {
+       font-family: ThemeIcons;
+       content: "\f100";
+}
+
+.mytheme .v-button-prevmonth:before {
+       font-family: ThemeIcons;
+       content: "\f104";
+}
+
+.mytheme .v-button-nextyear:before {
+       font-family: ThemeIcons;
+       content: "\f101";
+}
+
+.mytheme .v-button-nextmonth:before {
+       font-family: ThemeIcons;
+       content: "\f105";
+}
+
+.mytheme td.v-inline-datefield-calendarpanel-month {
+       width: 148px;
+       color: #197de1;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-year td.v-inline-datefield-calendarpanel-month {
+       width: 74px;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-weeknumber, .mytheme .v-inline-datefield-calendarpanel-weekdays.v-inline-datefield-calendarpanel-weeknumbers td:first-child {
+       width: 30px;
+       color: rgba(133, 133, 133, 0.85);
+       font-size: 14px;
+       display: inline-block;
+       text-align: left;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-weeknumber {
+       position: relative;
+}
+
+.mytheme .v-inline-datefield-calendarpanel-weeknumbers .v-first:before {
+       content: "";
+       position: absolute;
+       top: 38px;
+       bottom: 0;
+       left: 0;
+       width: 34px;
+       border-top: 1px solid #eaeaea;
+       border-right: 1px solid #eaeaea;
+       border-top-right-radius: 4px;
+       border-bottom-left-radius: 4px;
+       background: #fafafa;
+}
+
+.mytheme td.v-inline-datefield-calendarpanel-time {
+       width: 100%;
+       font-size: 14px;
+}
+
+.mytheme td.v-inline-datefield-calendarpanel-time .v-label {
+       display: inline;
+       margin: 0 0.1em;
+       font-weight: 400;
+}
+
+.mytheme .v-inline-datefield-calendarpanel {
+       position: relative;
+       background: white;
+       padding: 6px;
+}
+
+.mytheme .v-gridlayout-margin-top {
+       padding-top: 37px;
+}
+
+.mytheme .v-gridlayout-margin-bottom {
+       padding-bottom: 37px;
+}
+
+.mytheme .v-gridlayout-margin-left {
+       padding-left: 37px;
+}
+
+.mytheme .v-gridlayout-margin-right {
+       padding-right: 37px;
+}
+
+.mytheme .v-gridlayout-spacing-on {
+       padding-left: 12px;
+       padding-top: 12px;
+}
+
+.mytheme .v-menubar {
+       position: relative;
+       text-align: center;
+       white-space: nowrap;
+       outline: none;
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       height: 37px;
+       padding: 0 16px;
+       color: #191919;
+       font-weight: 400;
+       
+       cursor: default;
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       padding: 0;
+       text-align: left;
+       line-height: 35px;
+}
+
+.mytheme .v-menubar:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+}
+
+.mytheme .v-menubar:focus:after {
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+}
+
+.mytheme .v-menubar.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-menubar.v-disabled:after {
+       display: none;
+}
+
+.mytheme .v-menubar:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-menubar:focus:after {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-menubar  > .v-menubar-menuitem {
+       padding: 0 14px;
+}
+
+.mytheme .v-menubar  > .v-menubar-menuitem[class*="-icon-only"] {
+       width: 37px;
+}
+
+.mytheme .v-menubar:active:after {
+       background: transparent;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem {
+       position: relative;
+       z-index: 1;
+       display: inline-block;
+       box-sizing: border-box;
+       height: 37px;
+       padding: 0 15px;
+       color: inherit;
+       font-weight: 400;
+       
+       cursor: pointer;
+       border-radius: 0;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       border-width: 0 1px 0 0;
+       border-color: inherit;
+       height: 100%;
+       line-height: inherit;
+       vertical-align: top;
+       text-align: center;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem:first-child {
+       border-left-width: 0;
+       border-radius: 3px 0 0 3px;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem:last-child {
+       border-radius: 0 3px 3px 0;
+       border-right-width: 0;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem:first-child:last-child {
+       border-radius: 3px;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem:before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem:hover {
+       zoom: 1;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem:hover:before {
+       background-color: rgba(186, 186, 186, 0.1);
+       border: none;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem:active:before {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem .v-icon {
+       margin: 0 4px 0 -4px;
+       cursor: inherit;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem[class*="-icon-only"] {
+       width: 37px;
+       padding: 0;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem[class*="-icon-only"] .v-icon {
+       margin: 0;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem-checked {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       background-color: #ededed;
+       background-image: -webkit-linear-gradient(bottom, #ededed 2%, #e9e9e9 98%);
+       background-image: linear-gradient(to top,#ededed 2%, #e9e9e9 98%);
+       color: #181818;
+}
+
+.mytheme .v-disabled > .v-menubar-menuitem, .mytheme .v-menubar > .v-menubar-menuitem-disabled {
+       cursor: default;
+}
+
+.mytheme .v-disabled > .v-menubar-menuitem:before, .mytheme .v-menubar > .v-menubar-menuitem-disabled:before {
+       display: none;
+}
+
+.mytheme .v-menubar-menuitem-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem-selected {
+       color: #ecf2f8;
+       
+       
+       
+       border-radius: 0;
+       border: 1px solid #1362b1;
+       border-top-color: #156ab3;
+       border-bottom-color: #1156a8;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       -webkit-box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca;
+       box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+       border-top-width: 0;
+       border-left-width: 0;
+       border-bottom-width: 0;
+       z-index: 2;
+}
+
+.mytheme .v-menubar > .v-menubar-menuitem-selected:hover:before {
+       background: none;
+}
+
+.mytheme .v-menubar .v-menubar-submenu-indicator {
+       display: none;
+}
+
+.mytheme .v-menubar .v-menubar-submenu-indicator  + .v-menubar-menuitem-caption:after {
+       font-family: ThemeIcons;
+       content: "\f078";
+       font-size: 0.7em;
+       vertical-align: 0.15em;
+       margin: 0 -0.2em 0 0.5em;
+       opacity: 0.5;
+}
+
+.mytheme .v-menubar .v-menubar-submenu-indicator  + .v-menubar-menuitem-caption:empty:after {
+       margin-left: -0.2em;
+}
+
+.mytheme .v-menubar-popup {
+       padding: 4px 4px;
+       border-radius: 4px;
+       background-color: white;
+       color: #474747;
+       -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       -webkit-backface-visibility: hidden;
+       -moz-backface-visibility: hidden;
+       -ms-backface-visibility: hidden;
+       backface-visibility: hidden;
+       padding: 4px 4px;
+       margin: 5px 0 0 1px !important;
+}
+
+.mytheme .v-menubar-popup[class*="animate-in"] {
+       -webkit-animation: valo-overlay-animate-in 120ms;
+       -moz-animation: valo-overlay-animate-in 120ms;
+       animation: valo-overlay-animate-in 120ms;
+}
+
+.mytheme .v-menubar-popup[class*="animate-out"] {
+       -webkit-animation: valo-animate-out-fade 120ms;
+       -moz-animation: valo-animate-out-fade 120ms;
+       animation: valo-animate-out-fade 120ms;
+}
+
+.mytheme .v-menubar-popup .v-menubar-submenu {
+       outline: none;
+}
+
+.mytheme .v-menubar-popup .v-menubar-menuitem {
+       display: block;
+       cursor: pointer;
+       line-height: 27px;
+       padding: 0 20px 0 10px;
+       border-radius: 3px;
+       font-weight: 400;
+       white-space: nowrap;
+       position: relative;
+       padding-left: 32px;
+       padding-right: 37px;
+       position: relative;
+}
+
+.mytheme .v-menubar-popup .v-menubar-menuitem:active:before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       background: #0957a6;
+       opacity: 0.15;
+       filter: alpha(opacity=15.0) ;
+       pointer-events: none;
+       border-radius: inherit;
+}
+
+.mytheme .v-menubar-popup .v-menubar-menuitem .v-icon {
+       max-height: 27px;
+       margin-right: 5px;
+       min-width: 1em;
+}
+
+.mytheme .v-menubar-popup .v-menubar-submenu-indicator {
+       display: none;
+}
+
+.mytheme .v-menubar-popup .v-menubar-submenu-indicator  + .v-menubar-menuitem-caption:after {
+       position: absolute;
+       right: 10px;
+       font-family: ThemeIcons;
+       content: "\f054";
+       line-height: 29px;
+}
+
+.mytheme .v-menubar-popup .v-menubar-menuitem-selected {
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       color: #ecf2f8;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-menubar-popup .v-menubar-separator {
+       display: block;
+       margin: 4px 0;
+       height: 0;
+       overflow: hidden;
+       border-bottom: 1px solid #e4e4e4;
+}
+
+.mytheme .v-menubar-popup [class*="checked"] .v-menubar-menuitem-caption:before {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       position: absolute;
+       left: 10px;
+}
+
+.mytheme .v-menubar-popup [class*="unchecked"] .v-menubar-menuitem-caption:before {
+       content: "";
+}
+
+.mytheme .v-menubar-popup [class*="disabled"] {
+       cursor: default;
+}
+
+.mytheme .v-menubar-small {
+       height: 31px;
+       padding: 0 14px;
+       
+       font-weight: 400;
+       
+       cursor: default;
+       border-radius: 4px;
+       padding: 0;
+       text-align: left;
+       line-height: 29px;
+       font-size: 14px;
+}
+
+.mytheme .v-menubar-small:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-menubar-small  > .v-menubar-menuitem {
+       padding: 0 12px;
+}
+
+.mytheme .v-menubar-small  > .v-menubar-menuitem[class*="-icon-only"] {
+       width: 31px;
+}
+
+.mytheme .v-menubar-borderless {
+       border: none;
+       border-radius: 0;
+       padding: 1px;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       text-shadow: none;
+       background: transparent;
+       color: inherit;
+}
+
+.mytheme .v-menubar-borderless:focus:after {
+       display: none;
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       border: none;
+       margin-right: 1px;
+       border-radius: 4px;
+       color: #197de1;
+       padding: 0 12px;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem:first-child, .mytheme .v-menubar-borderless .v-menubar-menuitem:last-child, .mytheme .v-menubar-borderless .v-menubar-menuitem:first-child:last-child {
+       border-radius: 4px;
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem:before {
+       content: none;
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem:active {
+       color: inherit;
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem-checked, .mytheme .v-menubar-borderless .v-menubar-menuitem-checked:first-child {
+       border: 1px solid #c5c5c5;
+       color: #197de1;
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .mytheme .v-menubar-borderless .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption {
+       position: relative;
+       top: -1px;
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem-selected {
+       color: #ecf2f8;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem-selected:hover {
+       color: #ecf2f8;
+}
+
+.mytheme .v-menubar-borderless .v-menubar-menuitem-disabled, .mytheme .v-menubar-borderless .v-menubar-menuitem-disabled:hover {
+       color: inherit;
+}
+
+.mytheme .v-radiobutton {
+       position: relative;
+       line-height: 19px;
+       white-space: nowrap;
+}
+
+.mytheme .v-radiobutton.v-has-width label {
+       white-space: normal;
+}
+
+:root .mytheme .v-radiobutton {
+       padding-left: 25px;
+}
+
+:root .mytheme .v-radiobutton label {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       display: inline-block;
+}
+
+:root .mytheme .v-radiobutton > input {
+       position: absolute;
+       clip: rect(0, 0, 0, 0);
+       left: 0.2em;
+       top: 0.2em;
+       z-index: 0;
+       margin: 0;
+}
+
+:root .mytheme .v-radiobutton > input:focus ~ label:before {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+:root .mytheme .v-radiobutton > input ~ label:before, :root .mytheme .v-radiobutton > input ~ label:after {
+       content: "";
+       display: inline-block;
+       box-sizing: border-box;
+       width: 19px;
+       height: 19px;
+       position: absolute;
+       top: 0;
+       left: 0;
+       border-radius: 4px;
+       font-size: 13px;
+       text-align: center;
+}
+
+:root .mytheme .v-radiobutton > input ~ label:before {
+       height: 18.5px;
+       padding: 0 9px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       padding: 0;
+       height: 19px;
+}
+
+:root .mytheme .v-radiobutton > input ~ label:after {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       color: transparent;
+       -webkit-transition: color 100ms;
+       -moz-transition: color 100ms;
+       transition: color 100ms;
+}
+
+:root .mytheme .v-radiobutton > input:active ~ label:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+:root .mytheme .v-radiobutton > input:checked ~ label:after {
+       color: #197de1;
+}
+
+.mytheme .v-radiobutton > .v-icon, .mytheme .v-radiobutton > label .v-icon {
+       margin: 0 6px 0 3px;
+       min-width: 1em;
+       cursor: pointer;
+}
+
+.mytheme .v-radiobutton.v-disabled  > label, .mytheme .v-radiobutton.v-disabled  > .v-icon {
+       cursor: default;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-radiobutton.v-disabled  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-radiobutton.v-disabled > input:active ~ label:after {
+       background: transparent;
+}
+
+.mytheme .v-radiobutton.v-readonly  > label, .mytheme .v-radiobutton.v-readonly  > .v-icon {
+       cursor: default;
+}
+
+.mytheme .v-radiobutton.v-readonly  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-radiobutton.v-readonly > input:active ~ label:after {
+       background: transparent;
+}
+
+:root .mytheme .v-radiobutton.v-readonly > input ~ label:after {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+:root .mytheme .v-radiobutton > input:checked ~ label:after {
+       width: 7px;
+       height: 7px;
+       top: 6px;
+       left: 6px;
+       background: #197de1;
+}
+
+:root .mytheme .v-radiobutton > input ~ label:before, :root .mytheme .v-radiobutton > input ~ label:after {
+       border-radius: 50%;
+       content: "";
+}
+
+.mytheme .v-select-optiongroup .v-radiobutton, .mytheme .v-select-optiongroup .v-checkbox {
+       display: block;
+       margin: 9px 16px 0 0;
+}
+
+.mytheme .v-select-optiongroup .v-radiobutton:first-child, .mytheme .v-select-optiongroup .v-checkbox:first-child {
+       margin-top: 6px;
+}
+
+.mytheme .v-select-optiongroup .v-radiobutton:last-child, .mytheme .v-select-optiongroup .v-checkbox:last-child {
+       margin-bottom: 6px;
+}
+
+.mytheme .v-select-optiongroup.v-has-width label {
+       white-space: normal;
+}
+
+.mytheme .v-select-optiongroup-small {
+       font-size: 14px;
+}
+
+.mytheme .v-select-optiongroup-small .v-checkbox {
+       position: relative;
+       line-height: 16px;
+       white-space: nowrap;
+}
+
+.mytheme .v-select-optiongroup-small .v-checkbox.v-has-width label {
+       white-space: normal;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox {
+       padding-left: 21px;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox label {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       display: inline-block;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox > input {
+       position: absolute;
+       clip: rect(0, 0, 0, 0);
+       left: 0.2em;
+       top: 0.2em;
+       z-index: 0;
+       margin: 0;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox > input:focus ~ label:before {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox > input ~ label:before, :root .mytheme .v-select-optiongroup-small .v-checkbox > input ~ label:after {
+       content: "";
+       display: inline-block;
+       box-sizing: border-box;
+       width: 16px;
+       height: 16px;
+       position: absolute;
+       top: 0;
+       left: 0;
+       border-radius: 4px;
+       font-size: 11px;
+       text-align: center;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox > input ~ label:before {
+       height: 15.5px;
+       padding: 0 7px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       padding: 0;
+       height: 16px;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox > input ~ label:after {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       color: transparent;
+       -webkit-transition: color 100ms;
+       -moz-transition: color 100ms;
+       transition: color 100ms;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox > input:active ~ label:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox > input:checked ~ label:after {
+       color: #197de1;
+}
+
+.mytheme .v-select-optiongroup-small .v-checkbox > .v-icon, .mytheme .v-select-optiongroup-small .v-checkbox > label .v-icon {
+       margin: 0 5px 0 3px;
+       min-width: 1em;
+       cursor: pointer;
+}
+
+.mytheme .v-select-optiongroup-small .v-checkbox.v-disabled  > label, .mytheme .v-select-optiongroup-small .v-checkbox.v-disabled  > .v-icon {
+       cursor: default;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-select-optiongroup-small .v-checkbox.v-disabled  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox.v-disabled > input:active ~ label:after {
+       background: transparent;
+}
+
+.mytheme .v-select-optiongroup-small .v-checkbox.v-readonly  > label, .mytheme .v-select-optiongroup-small .v-checkbox.v-readonly  > .v-icon {
+       cursor: default;
+}
+
+.mytheme .v-select-optiongroup-small .v-checkbox.v-readonly  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox.v-readonly > input:active ~ label:after {
+       background: transparent;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-checkbox.v-readonly > input ~ label:after {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton {
+       position: relative;
+       line-height: 16px;
+       white-space: nowrap;
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton.v-has-width label {
+       white-space: normal;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton {
+       padding-left: 21px;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton label {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       display: inline-block;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton > input {
+       position: absolute;
+       clip: rect(0, 0, 0, 0);
+       left: 0.2em;
+       top: 0.2em;
+       z-index: 0;
+       margin: 0;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton > input:focus ~ label:before {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .mytheme .v-select-optiongroup-small .v-radiobutton > input ~ label:after {
+       content: "";
+       display: inline-block;
+       box-sizing: border-box;
+       width: 16px;
+       height: 16px;
+       position: absolute;
+       top: 0;
+       left: 0;
+       border-radius: 4px;
+       font-size: 11px;
+       text-align: center;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton > input ~ label:before {
+       height: 15.5px;
+       padding: 0 7px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       padding: 0;
+       height: 16px;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton > input ~ label:after {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       color: transparent;
+       -webkit-transition: color 100ms;
+       -moz-transition: color 100ms;
+       transition: color 100ms;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton > input:active ~ label:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after {
+       color: #197de1;
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton > .v-icon, .mytheme .v-select-optiongroup-small .v-radiobutton > label .v-icon {
+       margin: 0 5px 0 3px;
+       min-width: 1em;
+       cursor: pointer;
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton.v-disabled  > label, .mytheme .v-select-optiongroup-small .v-radiobutton.v-disabled  > .v-icon {
+       cursor: default;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton.v-disabled  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton.v-disabled > input:active ~ label:after {
+       background: transparent;
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton.v-readonly  > label, .mytheme .v-select-optiongroup-small .v-radiobutton.v-readonly  > .v-icon {
+       cursor: default;
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton.v-readonly  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton.v-readonly > input:active ~ label:after {
+       background: transparent;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton.v-readonly > input ~ label:after {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after {
+       width: 6px;
+       height: 6px;
+       top: 5px;
+       left: 5px;
+       background: #197de1;
+}
+
+:root .mytheme .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .mytheme .v-select-optiongroup-small .v-radiobutton > input ~ label:after {
+       border-radius: 50%;
+       content: "";
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton, .mytheme .v-select-optiongroup-small .v-checkbox {
+       display: block;
+       margin: 8px 16px 0 0;
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton:first-child, .mytheme .v-select-optiongroup-small .v-checkbox:first-child {
+       margin-top: 5px;
+}
+
+.mytheme .v-select-optiongroup-small .v-radiobutton:last-child, .mytheme .v-select-optiongroup-small .v-checkbox:last-child {
+       margin-bottom: 5px;
+}
+
+.mytheme .v-select-optiongroup-small.v-has-width label {
+       white-space: normal;
+}
+
+.mytheme .v-select-optiongroup-large {
+       font-size: 20px;
+}
+
+.mytheme .v-select-optiongroup-large .v-checkbox {
+       position: relative;
+       line-height: 22px;
+       white-space: nowrap;
+}
+
+.mytheme .v-select-optiongroup-large .v-checkbox.v-has-width label {
+       white-space: normal;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox {
+       padding-left: 29px;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox label {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       display: inline-block;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox > input {
+       position: absolute;
+       clip: rect(0, 0, 0, 0);
+       left: 0.2em;
+       top: 0.2em;
+       z-index: 0;
+       margin: 0;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox > input:focus ~ label:before {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox > input ~ label:before, :root .mytheme .v-select-optiongroup-large .v-checkbox > input ~ label:after {
+       content: "";
+       display: inline-block;
+       box-sizing: border-box;
+       width: 22px;
+       height: 22px;
+       position: absolute;
+       top: 0;
+       left: 0;
+       border-radius: 4px;
+       font-size: 15px;
+       text-align: center;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox > input ~ label:before {
+       height: 22px;
+       padding: 0 10px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       padding: 0;
+       height: 22px;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox > input ~ label:after {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       color: transparent;
+       -webkit-transition: color 100ms;
+       -moz-transition: color 100ms;
+       transition: color 100ms;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox > input:active ~ label:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox > input:checked ~ label:after {
+       color: #197de1;
+}
+
+.mytheme .v-select-optiongroup-large .v-checkbox > .v-icon, .mytheme .v-select-optiongroup-large .v-checkbox > label .v-icon {
+       margin: 0 7px 0 4px;
+       min-width: 1em;
+       cursor: pointer;
+}
+
+.mytheme .v-select-optiongroup-large .v-checkbox.v-disabled  > label, .mytheme .v-select-optiongroup-large .v-checkbox.v-disabled  > .v-icon {
+       cursor: default;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-select-optiongroup-large .v-checkbox.v-disabled  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox.v-disabled > input:active ~ label:after {
+       background: transparent;
+}
+
+.mytheme .v-select-optiongroup-large .v-checkbox.v-readonly  > label, .mytheme .v-select-optiongroup-large .v-checkbox.v-readonly  > .v-icon {
+       cursor: default;
+}
+
+.mytheme .v-select-optiongroup-large .v-checkbox.v-readonly  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox.v-readonly > input:active ~ label:after {
+       background: transparent;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-checkbox.v-readonly > input ~ label:after {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton {
+       position: relative;
+       line-height: 22px;
+       white-space: nowrap;
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton.v-has-width label {
+       white-space: normal;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton {
+       padding-left: 29px;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton label {
+       -webkit-tap-highlight-color: transparent;
+       -webkit-touch-callout: none;
+       cursor: pointer;
+       display: inline-block;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton > input {
+       position: absolute;
+       clip: rect(0, 0, 0, 0);
+       left: 0.2em;
+       top: 0.2em;
+       z-index: 0;
+       margin: 0;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton > input:focus ~ label:before {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .mytheme .v-select-optiongroup-large .v-radiobutton > input ~ label:after {
+       content: "";
+       display: inline-block;
+       box-sizing: border-box;
+       width: 22px;
+       height: 22px;
+       position: absolute;
+       top: 0;
+       left: 0;
+       border-radius: 4px;
+       font-size: 15px;
+       text-align: center;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton > input ~ label:before {
+       height: 22px;
+       padding: 0 10px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       padding: 0;
+       height: 22px;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton > input ~ label:after {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       color: transparent;
+       -webkit-transition: color 100ms;
+       -moz-transition: color 100ms;
+       transition: color 100ms;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton > input:active ~ label:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after {
+       color: #197de1;
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton > .v-icon, .mytheme .v-select-optiongroup-large .v-radiobutton > label .v-icon {
+       margin: 0 7px 0 4px;
+       min-width: 1em;
+       cursor: pointer;
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton.v-disabled  > label, .mytheme .v-select-optiongroup-large .v-radiobutton.v-disabled  > .v-icon {
+       cursor: default;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton.v-disabled  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton.v-disabled > input:active ~ label:after {
+       background: transparent;
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton.v-readonly  > label, .mytheme .v-select-optiongroup-large .v-radiobutton.v-readonly  > .v-icon {
+       cursor: default;
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton.v-readonly  > label > .v-icon {
+       cursor: default;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton.v-readonly > input:active ~ label:after {
+       background: transparent;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton.v-readonly > input ~ label:after {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after {
+       width: 8px;
+       height: 8px;
+       top: 7px;
+       left: 7px;
+       background: #197de1;
+}
+
+:root .mytheme .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .mytheme .v-select-optiongroup-large .v-radiobutton > input ~ label:after {
+       border-radius: 50%;
+       content: "";
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton, .mytheme .v-select-optiongroup-large .v-checkbox {
+       display: block;
+       margin: 11px 16px 0 0;
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton:first-child, .mytheme .v-select-optiongroup-large .v-checkbox:first-child {
+       margin-top: 7px;
+}
+
+.mytheme .v-select-optiongroup-large .v-radiobutton:last-child, .mytheme .v-select-optiongroup-large .v-checkbox:last-child {
+       margin-bottom: 7px;
+}
+
+.mytheme .v-select-optiongroup-large.v-has-width label {
+       white-space: normal;
+}
+
+.mytheme .v-select-optiongroup-horizontal {
+       white-space: nowrap;
+}
+
+.mytheme .v-select-optiongroup-horizontal .v-radiobutton, .mytheme .v-select-optiongroup-horizontal .v-checkbox {
+       display: inline-block;
+}
+
+.mytheme .v-select-optiongroup-horizontal.v-has-width {
+       white-space: normal;
+}
+
+.mytheme .v-select-optiongroup-horizontal.v-has-width label {
+       white-space: nowrap;
+}
+
+.mytheme .v-link {
+       cursor: pointer;
+       color: #197de1;
+       text-decoration: underline;
+       font-weight: inherit;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-link:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-link.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-link a {
+       cursor: pointer;
+       color: #197de1;
+       text-decoration: underline;
+       font-weight: inherit;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+       cursor: inherit;
+       color: inherit;
+       text-decoration: inherit;
+       -webkit-transition: inherit;
+       -moz-transition: inherit;
+       transition: inherit;
+}
+
+.mytheme .v-link a:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-link a.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-link .v-icon {
+       cursor: inherit;
+}
+
+.mytheme .v-link-small {
+       font-size: 14px;
+}
+
+.mytheme .v-link-large {
+       font-size: 20px;
+}
+
+.mytheme .v-window {
+       padding: 4px 4px;
+       border-radius: 4px;
+       background-color: white;
+       color: #474747;
+       -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       -webkit-backface-visibility: hidden;
+       -moz-backface-visibility: hidden;
+       -ms-backface-visibility: hidden;
+       backface-visibility: hidden;
+       -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 16px 80px -6px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 16px 80px -6px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       padding: 0;
+       min-width: 148px !important;
+       min-height: 37px !important;
+       white-space: nowrap;
+       overflow: hidden !important;
+       -webkit-transition: width 200ms, height 200ms, top 200ms, left 200ms;
+       -moz-transition: width 200ms, height 200ms, top 200ms, left 200ms;
+       transition: width 200ms, height 200ms, top 200ms, left 200ms;
+}
+
+.mytheme .v-window[class*="animate-in"] {
+       -webkit-animation: valo-animate-in-fade 140ms;
+       -moz-animation: valo-animate-in-fade 140ms;
+       animation: valo-animate-in-fade 140ms;
+}
+
+.mytheme .v-window[class*="animate-out"] {
+       -webkit-animation: valo-animate-out-scale-down-fade 100ms;
+       -moz-animation: valo-animate-out-scale-down-fade 100ms;
+       animation: valo-animate-out-scale-down-fade 100ms;
+}
+
+.mytheme .v-window.v-window-animate-in {
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+}
+
+.mytheme .v-window-modalitycurtain {
+       position: fixed;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       background-color: #222;
+       background-image: -webkit-radial-gradient(50% 50%, circle, #222, #0e0e0e);
+       background-image: radial-gradient(  circle at 50% 50%, #222, #0e0e0e);
+       opacity: 0.72;
+       filter: alpha(opacity=72) ;
+       -webkit-animation: valo-animate-in-fade 400ms 100ms backwards;
+       -moz-animation: valo-animate-in-fade 400ms 100ms backwards;
+       animation: valo-animate-in-fade 400ms 100ms backwards;
+}
+
+.v-op12 .mytheme .v-window-modalitycurtain {
+       -webkit-animation: none;
+       -moz-animation: none;
+       animation: none;
+}
+
+.mytheme .v-window-draggingCurtain {
+       position: fixed !important;
+}
+
+.mytheme .v-window-resizingCurtain + .v-window, .mytheme .v-window-draggingCurtain + .v-window {
+       -webkit-transition: none;
+       -moz-transition: none;
+       transition: none;
+}
+
+.mytheme .v-window-outerheader {
+       cursor: move;
+       position: absolute;
+       z-index: 2;
+       top: 0;
+       left: 0;
+       right: 0;
+       -webkit-transform: translatez(0);
+       -moz-transform: translatez(0);
+       -ms-transform: translatez(0);
+       -o-transform: translatez(0);
+       transform: translatez(0);
+}
+
+.mytheme .v-window-outerheader:after {
+       content: "";
+       position: absolute;
+       bottom: -1px;
+       right: 0;
+       left: 0;
+       height: 0;
+       border-top: 1px solid #dfdfdf;
+       border-color: rgba(197, 197, 197, 0.5);
+}
+
+.mytheme .v-window-header {
+       line-height: 36px;
+       padding-left: 12px;
+       margin-right: 74px;
+       overflow: hidden;
+       text-overflow: ellipsis;
+       white-space: nowrap;
+       color: #7e7e7e;
+}
+
+.mytheme .v-window-restorebox-disabled  ~ .v-window-closebox ~ .v-window-header, .mytheme .v-window-maximizebox-disabled  ~ .v-window-closebox ~ .v-window-header {
+       margin-right: 37px;
+}
+
+.mytheme .v-window-restorebox-disabled  ~ .v-window-closebox-disabled ~ .v-window-header, .mytheme .v-window-maximizebox-disabled  ~ .v-window-closebox-disabled ~ .v-window-header {
+       margin-right: 12px;
+}
+
+.mytheme .v-window-closebox, .mytheme .v-window-maximizebox, .mytheme .v-window-restorebox {
+       position: absolute;
+       z-index: 3;
+       top: 0;
+       right: 0;
+       box-sizing: border-box;
+       width: 33px;
+       height: 36px;
+       background-color: white;
+       line-height: 34px;
+       text-align: center;
+       cursor: pointer;
+       font-size: 21px;
+       color: #999999;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-window-closebox:focus, .mytheme .v-window-maximizebox:focus, .mytheme .v-window-restorebox:focus {
+       outline: none;
+}
+
+.mytheme .v-window-closebox:hover, .mytheme .v-window-maximizebox:hover, .mytheme .v-window-restorebox:hover {
+       opacity: 1;
+       filter: none ;
+       color: #197de1;
+}
+
+.mytheme .v-window-closebox:active, .mytheme .v-window-maximizebox:active, .mytheme .v-window-restorebox:active {
+       color: inherit;
+}
+
+.mytheme .v-window-closebox:focus::after {
+       content: "";
+       position: absolute;
+       top: 6px;
+       right: 6px;
+       bottom: 6px;
+       left: 2px;
+       border-radius: 4px;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-window-maximizebox:focus::after, .mytheme .v-window-restorebox:focus::after {
+       content: "";
+       position: absolute;
+       top: 6px;
+       right: 2px;
+       bottom: 6px;
+       left: 6px;
+       border-radius: 4px;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-window-closebox {
+       padding-right: 4px;
+       border-radius: 0 4px 0 4px;
+}
+
+.mytheme .v-window-closebox:before {
+       content: "\00d7";
+}
+
+.mytheme .v-window-maximizebox, .mytheme .v-window-restorebox {
+       right: 33px;
+       padding-left: 4px;
+       border-radius: 0 0 0 4px;
+}
+
+.mytheme .v-window-maximizebox  + .v-window-closebox, .mytheme .v-window-restorebox  + .v-window-closebox {
+       border-bottom-left-radius: 0;
+}
+
+.mytheme .v-window-closebox-disabled, .mytheme .v-window-resizebox-disabled, .mytheme .v-window-restorebox-disabled, .mytheme .v-window-maximizebox-disabled {
+       display: none;
+}
+
+.mytheme .v-window-closebox-disabled  + .v-window-closebox, .mytheme .v-window-resizebox-disabled  + .v-window-closebox, .mytheme .v-window-restorebox-disabled  + .v-window-closebox, .mytheme .v-window-maximizebox-disabled  + .v-window-closebox {
+       width: 37px;
+       padding-right: 0;
+       border-bottom-left-radius: 4px;
+}
+
+.mytheme .v-window-closebox-disabled  + .v-window-closebox:focus::after, .mytheme .v-window-resizebox-disabled  + .v-window-closebox:focus::after, .mytheme .v-window-restorebox-disabled  + .v-window-closebox:focus::after, .mytheme .v-window-maximizebox-disabled  + .v-window-closebox:focus::after {
+       left: 6px;
+}
+
+.mytheme .v-window-maximizebox:before {
+       content: "+";
+}
+
+.mytheme .v-window-restorebox:before {
+       content: "\2013";
+}
+
+.mytheme .v-window > .popupContent, .mytheme .v-window-wrap, .mytheme .v-window-contents, .mytheme .v-window-contents > .v-scrollable {
+       height: 100%;
+}
+
+.mytheme .v-window-contents {
+       box-sizing: border-box;
+       border-radius: 4px;
+       margin-top: 0 !important;
+}
+
+.mytheme .v-window-contents  > .v-scrollable {
+       position: relative;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-margin-top {
+       padding-top: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-margin-right {
+       padding-right: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-margin-bottom {
+       padding-bottom: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-margin-left {
+       padding-left: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-top"] > tbody > [class*="firstrow"] > td {
+       padding-top: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-bottom"] > tbody > [class*="lastrow"] > td {
+       padding-bottom: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] {
+       padding-left: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h2, .mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h3, .mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h4 {
+       left: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] {
+       padding-right: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h2, .mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h3, .mytheme .v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"]  > .v-label-h4 {
+       right: 12px;
+}
+
+.mytheme .v-window-contents  > .v-scrollable:focus {
+       outline: none;
+}
+
+.mytheme .v-window-contents  > .v-scrollable:before {
+       content: "";
+       position: absolute;
+       z-index: 2;
+       top: 0;
+       height: 0;
+       border-top: 1px solid white;
+       left: 0;
+       right: 0;
+}
+
+.mytheme .v-window-contents  > .v-scrollable .v-panel-captionwrap:after {
+       border-color: #dfdfdf;
+}
+
+.mytheme .v-window-contents  > .v-scrollable .v-panel-content:before {
+       border-color: white;
+}
+
+.mytheme .v-window-footer {
+       height: 0;
+}
+
+.mytheme .v-window-resizebox {
+       position: absolute;
+       z-index: 1000;
+       right: 0;
+       bottom: 0;
+       width: 19px;
+       height: 19px;
+       cursor: nwse-resize;
+}
+
+.mytheme .v-window-modalitycurtain:active  ~ .v-window {
+       -webkit-animation: none;
+       -moz-animation: none;
+       animation: none;
+}
+
+.mytheme .v-window-top-toolbar  > .v-widget, .mytheme .v-window-bottom-toolbar  > .v-widget {
+       vertical-align: top;
+}
+
+.mytheme .v-window-top-toolbar .v-label, .mytheme .v-window-bottom-toolbar .v-label {
+       line-height: 36px;
+}
+
+.mytheme .v-window-top-toolbar .v-spacing, .mytheme .v-window-bottom-toolbar .v-spacing {
+       width: 6px;
+}
+
+.mytheme .v-window-top-toolbar.v-layout {
+       padding: 7px 12px;
+       position: relative;
+       z-index: 2;
+       border-top: 1px solid #dfdfdf;
+       border-bottom: 1px solid #dfdfdf;
+       background-color: #fafafa;
+}
+
+.mytheme .v-window-top-toolbar.v-menubar {
+       margin: 12px 12px 6px;
+}
+
+.mytheme .v-window-top-toolbar.v-menubar-borderless {
+       padding-left: 6px;
+       padding-right: 6px;
+       margin: 5px 0;
+}
+
+.mytheme .v-window-bottom-toolbar.v-layout {
+       padding: 7px 12px;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #f0f0f0 0, #fafafa 4px);
+       background-image: linear-gradient(to bottom,#f0f0f0 0, #fafafa 4px);
+       border-top: 1px solid #dfdfdf;
+       border-radius: 0 0 4px 4px;
+}
+
+.mytheme .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-layout {
+       box-sizing: content-box;
+       margin: -12px -12px 0;
+}
+
+.mytheme .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar {
+       margin: 0;
+}
+
+.mytheme .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar-borderless {
+       margin: -6px -6px 0;
+       padding: 0;
+}
+
+.mytheme .v-margin-left.v-margin-right.v-margin-bottom .v-window-bottom-toolbar.v-layout {
+       box-sizing: content-box;
+       margin: 0 -12px -12px;
+}
+
+.mytheme .v-tree {
+       position: relative;
+       white-space: nowrap;
+}
+
+.mytheme .v-tree:focus {
+       outline: none;
+}
+
+.mytheme .v-tree-node:before {
+       content: "";
+       position: absolute;
+       display: inline-block;
+       z-index: 3;
+       width: 1.9em;
+       height: 28px;
+       cursor: pointer;
+       background: red;
+       opacity: 0;
+}
+
+.mytheme .v-tree-node-caption {
+       height: 28px;
+       line-height: 27px;
+       overflow: hidden;
+       white-space: nowrap;
+       vertical-align: top;
+}
+
+.mytheme .v-tree-node-caption > div {
+       display: inline-block;
+       width: 100%;
+       position: relative;
+       z-index: 2;
+}
+
+.mytheme .v-tree-node-caption > div:before {
+       content: "\f0da";
+       font-family: ThemeIcons;
+       display: inline-block;
+       width: 0.5em;
+       text-align: center;
+       margin: 0 0.6em 0 0.8em;
+       -webkit-transition: all 100ms;
+       -moz-transition: all 100ms;
+       transition: all 100ms;
+}
+
+.mytheme .v-tree-node-caption span {
+       padding-right: 28px;
+       cursor: pointer;
+       display: inline-block;
+       width: 100%;
+}
+
+.v-ie .mytheme .v-tree-node-caption span {
+       width: auto;
+}
+
+.mytheme .v-tree-node-caption .v-icon {
+       padding-right: 0;
+       width: auto;
+       min-width: 1em;
+}
+
+.mytheme .v-tree-node-caption:after {
+       content: "";
+       display: block;
+       vertical-align: top;
+       position: absolute;
+       z-index: 1;
+       left: 0;
+       margin-top: -28px;
+       width: 100%;
+       height: 28px;
+       border-radius: 4px;
+       opacity: 0;
+       -webkit-transition: opacity 120ms;
+       -moz-transition: opacity 120ms;
+       transition: opacity 120ms;
+}
+
+.mytheme .v-tree-node-expanded > .v-tree-node-caption > div:before {
+       -webkit-transform: rotate(90deg);
+       -moz-transform: rotate(90deg);
+       -ms-transform: rotate(90deg);
+       -o-transform: rotate(90deg);
+       transform: rotate(90deg);
+       content: "\f0da";
+       font-family: ThemeIcons;
+}
+
+.mytheme .v-tree-node-leaf:before, .mytheme .v-tree-node-leaf > .v-tree-node-caption > div:before {
+       visibility: hidden;
+}
+
+.mytheme .v-tree-node-focused:after {
+       opacity: 1;
+       border: 1px solid #197de1;
+}
+
+.mytheme .v-tree-node-selected {
+       color: #ecf2f8;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-tree-node-selected:after {
+       opacity: 1;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       border: none;
+}
+
+.mytheme .v-tree-node-children {
+       padding-left: 19px;
+}
+
+.mytheme .v-tree-node-drag-top:before, .mytheme .v-tree-node-drag-bottom:after, .mytheme .v-tree-node-drag-bottom.v-tree-node-dragfolder.v-tree-node-expanded > .v-tree-node-children:before {
+       content: "\2022";
+       display: block;
+       position: absolute;
+       height: 2px;
+       width: 100%;
+       background: #197de1;
+       font-size: 32px;
+       line-height: 2px;
+       color: #197de1;
+       text-indent: -4px;
+       text-shadow: 0 0 1px #fafafa, 0 0 1px #fafafa;
+       opacity: 1;
+       visibility: visible;
+}
+
+.mytheme .v-tree-node-drag-bottom.v-tree-node-dragfolder.v-tree-node-expanded:after {
+       content: none;
+}
+
+.mytheme .v-tree-node-caption-drag-center {
+       -webkit-box-shadow: 0 0 0 2px #197de1;
+       box-shadow: 0 0 0 2px #197de1;
+       position: relative;
+       border-radius: 4px;
+}
+
+.v-ff .mytheme .v-tree-node-drag-top:before, .v-ff .mytheme .v-tree-node-drag-bottom:after {
+       line-height: 1px;
+}
+
+.mytheme .v-tree8 {
+       position: relative;
+}
+
+.mytheme .v-tree8-scroller {
+       position: absolute;
+       z-index: 1;
+       outline: none;
+       box-sizing: border-box;
+}
+
+.mytheme .v-tree8-scroller-horizontal {
+       left: 0;
+       right: 0;
+       bottom: 0;
+       overflow-y: hidden;
+       -ms-overflow-y: hidden;
+}
+
+.mytheme .v-tree8-scroller-vertical {
+       right: 0;
+       top: 0;
+       bottom: 0;
+       overflow-x: hidden;
+       -ms-overflow-x: hidden;
+}
+
+.mytheme .v-tree8-tablewrapper {
+       position: absolute;
+       overflow: hidden;
+       box-sizing: border-box;
+       z-index: 5;
+}
+
+.mytheme .v-tree8-tablewrapper > table {
+       border-spacing: 0;
+       table-layout: fixed;
+       width: inherit;
+}
+
+.mytheme .v-tree8-header-deco, .mytheme .v-tree8-footer-deco {
+       position: absolute;
+       right: 0;
+       box-sizing: border-box;
+}
+
+.mytheme .v-tree8-horizontal-scrollbar-deco {
+       position: absolute;
+       bottom: 0;
+       left: 0;
+       right: 0;
+       box-sizing: border-box;
+}
+
+.mytheme .v-tree8-header, .mytheme .v-tree8-body, .mytheme .v-tree8-footer {
+       position: absolute;
+       left: 0;
+       width: inherit;
+       z-index: 10;
+}
+
+.mytheme .v-tree8-header, .mytheme .v-tree8-header-deco {
+       top: 0;
+}
+
+.mytheme .v-tree8-footer, .mytheme .v-tree8-footer-deco {
+       bottom: 0;
+}
+
+.mytheme .v-tree8-body {
+       -ms-touch-action: none;
+       touch-action: none;
+       z-index: 0;
+       top: 0;
+}
+
+.mytheme .v-tree8-body .v-tree8-row {
+       position: absolute;
+       top: 0;
+       left: 0;
+}
+
+.mytheme .v-tree8-body .v-tree8-header > .v-tree8-row {
+       position: relative;
+}
+
+.mytheme .v-tree8-row {
+       display: block;
+}
+
+.mytheme .v-tree8-row  > td, .mytheme .v-tree8-row  > th {
+       background-color: white;
+}
+
+.mytheme .v-tree8-row {
+       width: inherit;
+}
+
+.mytheme .v-tree8-cell {
+       display: block;
+       float: left;
+       padding: 2px;
+       white-space: nowrap;
+       box-sizing: border-box;
+       overflow: hidden;
+       font-size: 16px;
+}
+
+.mytheme .v-tree8-cell.frozen {
+       position: relative;
+       z-index: 1;
+}
+
+.mytheme .v-tree8-spacer {
+       position: absolute;
+       display: block;
+       background-color: white;
+}
+
+.mytheme .v-tree8-spacer  > td {
+       width: 100%;
+       height: 100%;
+       box-sizing: border-box;
+}
+
+.mytheme .v-tree8 {
+       outline: none;
+}
+
+.mytheme .v-tree8-scroller-vertical, .mytheme .v-tree8-scroller-horizontal {
+       border: 1px solid #d4d4d4;
+}
+
+.mytheme .v-tree8-scroller-vertical {
+       border-left: none;
+}
+
+.mytheme .v-tree8-scroller-horizontal {
+       border-top: none;
+}
+
+.mytheme .v-tree8-tablewrapper {
+       border: 1px solid #d4d4d4;
+}
+
+.mytheme .v-tree8 .header-drag-table {
+       border-spacing: 0;
+       position: relative;
+       table-layout: fixed;
+       width: inherit;
+}
+
+.mytheme .v-tree8 .header-drag-table .v-tree8-header {
+       position: absolute;
+}
+
+.mytheme .v-tree8 .header-drag-table .v-tree8-header  > .v-tree8-cell {
+       border: 1px solid #d4d4d4;
+       margin-top: -10px;
+       opacity: 0.9;
+       filter: alpha(opacity=90);
+       z-index: 30000;
+}
+
+.mytheme .v-tree8 .header-drag-table .v-tree8-header  > .v-tree8-drop-marker {
+       background-color: #197de1;
+       position: absolute;
+       width: 3px;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       border-radius: 0;
+       position: absolute;
+       top: 0;
+       right: 0;
+       background-color: #fafafa;
+       border: 1px solid #d4d4d4;
+       padding: 0;
+       z-index: 5;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu.v-tree8-sidebar-popup {
+       right: auto;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button {
+       background: transparent;
+       border: none;
+       color: inherit;
+       cursor: pointer;
+       outline: none;
+       padding: 0 4px;
+       text-align: right;
+       line-height: 1;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button[disabled] {
+       cursor: default;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button::-moz-focus-inner {
+       border: 0;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button:after {
+       content: "\f0c9";
+       display: block;
+       font-family: ThemeIcons, sans-serif;
+       font-size: 14px;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu.closed {
+       border-radius: 0;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button {
+       width: 100%;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button:after {
+       content: "\f0c9";
+       font-size: 14px;
+       line-height: 1;
+}
+
+.v-ie .mytheme .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button {
+       vertical-align: middle;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-content {
+       padding: 4px 0;
+       overflow-y: auto;
+       overflow-x: hidden;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle {
+       text-shadow: none;
+}
+
+.mytheme .v-tree8-cell {
+       background-color: white;
+       padding: 0 18px;
+       line-height: 37px;
+       text-overflow: ellipsis;
+}
+
+.mytheme .v-tree8-cell  > * {
+       line-height: 1.55;
+       vertical-align: middle;
+}
+
+.mytheme .v-tree8-cell  > div {
+       display: inline-block;
+}
+
+.mytheme .v-tree8-cell.frozen {
+       -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       border-right: 1px solid #d4d4d4;
+       position: relative;
+       z-index: 11;
+}
+
+.mytheme .v-tree8-cell.frozen  + th, .mytheme .v-tree8-cell.frozen  + td {
+       border-left: none;
+}
+
+.mytheme .v-tree8-cell div.component-wrap {
+       width: 100%;
+}
+
+.mytheme .v-tree8-row > td, .mytheme .v-tree8-editor-cells > div {
+       border-left: 1px solid #d4d4d4;
+       border-bottom: 1px solid #d4d4d4;
+}
+
+.mytheme .v-tree8-row > td:first-child, .mytheme .v-tree8-editor-cells > div:first-child {
+       border-left: none;
+}
+
+.mytheme .v-tree8-editor-cells.frozen > div {
+       -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       border-right: 1px solid #d4d4d4;
+       border-left: none;
+}
+
+.mytheme .v-tree8-row-stripe > td {
+       background-color: #f5f5f5;
+}
+
+.mytheme .v-tree8-row-selected > td {
+       background: #197de1;
+}
+
+.mytheme .v-tree8-row-focused > td {
+       
+}
+
+.mytheme .v-tree8-header th {
+       position: relative;
+       background-color: #fafafa;
+       font-size: 14px;
+       font-weight: inherit;
+       border-left: 1px solid #d4d4d4;
+       border-bottom: 1px solid #d4d4d4;
+       
+       text-align: left;
+}
+
+.mytheme .v-tree8-header th:first-child {
+       border-left: none;
+}
+
+.mytheme .v-tree8-header .sort-asc, .mytheme .v-tree8-header .sort-desc {
+       padding-right: 35px;
+}
+
+.mytheme .v-tree8-header .sort-asc:after, .mytheme .v-tree8-header .sort-desc:after {
+       font-family: ThemeIcons, sans-serif;
+       content: "\f0de" " " attr(sort-order);
+       position: absolute;
+       right: 18px;
+       font-size: 12px;
+}
+
+.mytheme .v-tree8-header .sort-desc:after {
+       content: "\f0dd" " " attr(sort-order);
+}
+
+.mytheme .v-tree8-column-resize-handle {
+       position: absolute;
+       width: 36px;
+       right: -18px;
+       top: 0px;
+       bottom: 0px;
+       cursor: col-resize;
+       z-index: 10;
+       -webkit-user-select: none;
+       -khtml-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+}
+
+.mytheme .v-tree8-column-resize-simple-indicator {
+       position: absolute;
+       width: 3px;
+       top: 0px;
+       left: 18px;
+       z-index: 9001;
+       background: #fff;
+       box-shadow: 0px 0px 5px #000;
+       -webkit-user-select: none;
+       -khtml-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+}
+
+.mytheme .v-tree8-footer td {
+       background-color: #fafafa;
+       font-size: 14px;
+       font-weight: inherit;
+       border-left: 1px solid #d4d4d4;
+       border-top: 1px solid #d4d4d4;
+       border-bottom: none;
+       
+}
+
+.mytheme .v-tree8-footer td:first-child {
+       border-left: none;
+}
+
+.mytheme .v-tree8-header .v-tree8-cell, .mytheme .v-tree8-footer .v-tree8-cell {
+       overflow: visible;
+}
+
+.mytheme .v-tree8-column-header-content, .mytheme .v-tree8-column-footer-content {
+       width: 100%;
+       overflow: hidden;
+       text-overflow: ellipsis;
+       line-height: 37px;
+       vertical-align: baseline;
+}
+
+.mytheme .v-tree8-header-deco {
+       border-top: 1px solid #d4d4d4;
+       border-right: 1px solid #d4d4d4;
+       background-color: #fafafa;
+}
+
+.mytheme .v-tree8-footer-deco {
+       border-bottom: 1px solid #d4d4d4;
+       border-right: 1px solid #d4d4d4;
+       background-color: #fafafa;
+}
+
+.mytheme .v-tree8-horizontal-scrollbar-deco {
+       background-color: #fafafa;
+       border: 1px solid #d4d4d4;
+       border-top: none;
+}
+
+.mytheme .v-tree8-cell-focused {
+       position: relative;
+}
+
+.mytheme .v-tree8-cell-focused:before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border: 2px solid #197de1;
+       display: none;
+       pointer-events: none;
+}
+
+.mytheme .v-tree8:focus .v-tree8-cell-focused:before {
+       display: block;
+}
+
+.mytheme .v-tree8.v-disabled:focus .v-tree8-cell-focused:before {
+       display: none;
+}
+
+.mytheme .v-tree8-editor {
+       position: absolute;
+       z-index: 20;
+       overflow: hidden;
+       left: 0;
+       right: 0;
+       border: 1px solid #d4d4d4;
+       box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       margin-top: -1px;
+       -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
+       box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
+}
+
+.mytheme .v-tree8-editor.unbuffered .v-tree8-editor-footer {
+       width: 100%;
+}
+
+.mytheme .v-tree8-editor-cells {
+       position: relative;
+       white-space: nowrap;
+}
+
+.mytheme .v-tree8-editor-cells.frozen {
+       z-index: 2;
+}
+
+.mytheme .v-tree8-editor-cells  > div {
+       display: inline-block;
+       box-sizing: border-box;
+       vertical-align: middle;
+       background: white;
+}
+
+.mytheme .v-tree8-editor-cells  > div:first-child {
+       border-left: none;
+}
+
+.mytheme .v-tree8-editor-cells  > div  > * {
+       vertical-align: middle;
+       display: inline-block;
+}
+
+.mytheme .v-tree8-editor-cells  > div .v-filterselect {
+       padding-left: 0;
+}
+
+.mytheme .v-tree8-editor-cells  > div input[type="text"], .mytheme .v-tree8-editor-cells  > div input[type="text"].v-filterselect-input, .mytheme .v-tree8-editor-cells  > div input[type="password"] {
+       padding-left: 18px;
+}
+
+.mytheme .v-tree8-editor-cells  > div input[type="text"]:not(.v-filterselect-input), .mytheme .v-tree8-editor-cells  > div input[type="password"] {
+       padding-right: 9px;
+}
+
+.mytheme .v-tree8-editor-cells  > div input[type="checkbox"] {
+       margin-left: 18px;
+}
+
+.mytheme .v-tree8-editor-cells  > div .v-textfield, .mytheme .v-tree8-editor-cells  > div .v-datefield, .mytheme .v-tree8-editor-cells  > div .v-filterselect {
+       min-width: 100%;
+       max-width: 100%;
+       min-height: 100%;
+       max-height: 100%;
+}
+
+.mytheme .v-tree8-editor-cells  > div .v-select, .mytheme .v-tree8-editor-cells  > div .v-select-select {
+       min-width: 100%;
+       max-width: 100%;
+}
+
+.mytheme .v-tree8-editor-cells  > div.not-editable.v-tree8-cell {
+       float: none;
+}
+
+.mytheme .v-tree8-editor-cells .error::before {
+       position: absolute;
+       display: block;
+       height: 0;
+       width: 0;
+       content: "";
+       border-top: 5px solid red;
+       border-right: 5px solid transparent;
+}
+
+.mytheme .v-tree8-editor-cells .error, .mytheme .v-tree8-editor-cells .error > input {
+       background-color: #fee;
+}
+
+.mytheme .v-tree8-editor-footer {
+       display: table;
+       height: 37px;
+       border-top: 1px solid #d4d4d4;
+       margin-top: -1px;
+       background: white;
+       padding: 0 5px;
+}
+
+.mytheme .v-tree8-editor-footer  + .v-tree8-editor-cells > div {
+       border-bottom: none;
+       border-top: 1px solid #d4d4d4;
+}
+
+.mytheme .v-tree8-editor-footer:first-child {
+       border-top: none;
+       margin-top: 0;
+       border-bottom: 1px solid #d4d4d4;
+       margin-bottom: -1px;
+}
+
+.mytheme .v-tree8-editor-message, .mytheme .v-tree8-editor-buttons {
+       display: table-cell;
+       white-space: nowrap;
+       vertical-align: middle;
+}
+
+.mytheme .v-tree8-editor-message {
+       width: 100%;
+       position: relative;
+}
+
+.mytheme .v-tree8-editor-message  > div {
+       position: absolute;
+       width: 100%;
+       overflow: hidden;
+       text-overflow: ellipsis;
+       line-height: 37px;
+       top: 0;
+}
+
+.mytheme .v-tree8-editor-save {
+       margin-right: 4px;
+}
+
+.mytheme .v-tree8-spacer {
+       padding-left: 1px;
+}
+
+.mytheme .v-tree8-spacer > td {
+       display: block;
+       padding: 0;
+       background-color: white;
+       border-top: 1px solid #eeeeee;
+       border-bottom: 1px solid #d4d4d4;
+}
+
+.mytheme .v-tree8-spacer.stripe > td {
+       background-color: #f5f5f5;
+       border-top: 1px solid #e5e5e5;
+       border-bottom: 1px solid #d4d4d4;
+}
+
+.mytheme .v-tree8-spacer-deco-container {
+       border-top: 1px solid transparent;
+       position: relative;
+       top: 0;
+       z-index: 5;
+}
+
+.mytheme .v-tree8-spacer-deco {
+       top: 0;
+       left: 0;
+       width: 2px;
+       background-color: #197de1;
+       position: absolute;
+       height: 100%;
+       pointer-events: none;
+}
+
+.mytheme .v-tree8-cell > .v-progressbar {
+       width: 100%;
+}
+
+.mytheme .v-tree8 {
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       background-color: #fafafa;
+}
+
+.mytheme .v-tree8.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-tree8-header .v-tree8-cell {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-tree8-header .v-tree8-cell.dragged {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       -webkit-transition: opacity 0.3s ease-in-out;
+       -moz-transition: opacity 0.3s ease-in-out;
+       transition: opacity 0.3s ease-in-out;
+}
+
+.mytheme .v-tree8-header .v-tree8-cell.dragged-column-header {
+       margin-top: -19px;
+}
+
+.mytheme .v-tree8-footer .v-tree8-cell {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-tree8-header-deco {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-tree8-footer-deco, .mytheme .v-tree8-horizontal-scrollbar-deco {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-tree8-row-selected  > .v-tree8-cell {
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       color: #c8dbed;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+       border-color: #1d69b4;
+}
+
+.mytheme .v-tree8-row-selected  > .v-tree8-cell-focused:before {
+       border-color: #71b0ef;
+}
+
+.mytheme .v-tree8-editor {
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       border-color: #197de1;
+}
+
+.mytheme .v-tree8-editor-footer {
+       font-size: 14px;
+       padding: 0 6px;
+       background: #fafafa;
+       -webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
+       -moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
+       animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
+}
+
+.mytheme .v-tree8-editor-footer:first-child {
+       -webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
+       -moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
+       animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
+}
+
+.mytheme .v-tree8-editor-cells {
+       z-index: 1;
+}
+
+.mytheme .v-tree8-editor-cells > div:before {
+       content: "";
+       display: inline-block;
+       height: 100%;
+       vertical-align: middle;
+}
+
+.mytheme .v-tree8-editor-cells > div.not-editable.v-tree8-cell {
+       float: none;
+}
+
+.mytheme .v-tree8-editor-cells > div .error::before {
+       border-top: 9px solid #ed473b;
+       border-right: 9px solid transparent;
+}
+
+.mytheme .v-tree8-editor-cells > div .error, .mytheme .v-tree8-editor-cells > div .error > input {
+       background-color: #fffbfb;
+}
+
+.mytheme .v-tree8-editor-cells > div .v-textfield, .mytheme .v-tree8-editor-cells > div .v-textfield-focus, .mytheme .v-tree8-editor-cells > div .v-datefield, .mytheme .v-tree8-editor-cells > div .v-datefield .v-textfield-focus, .mytheme .v-tree8-editor-cells > div .v-filterselect-input, .mytheme .v-tree8-editor-cells > div .v-filterselect-input:focus {
+       border: none;
+       border-radius: 0;
+       background: transparent;
+       -webkit-box-shadow: inset 0 1px 0 #f2f2f2;
+       box-shadow: inset 0 1px 0 #f2f2f2;
+}
+
+.mytheme .v-tree8-editor-cells > div input[type="text"].v-datefield-textfield {
+       padding-left: 44.4px;
+}
+
+.mytheme .v-tree8-editor-cells > div .v-textfield-focus, .mytheme .v-tree8-editor-cells > div .v-datefield .v-textfield-focus, .mytheme .v-tree8-editor-cells > div .v-filterselect-input:focus {
+       position: relative;
+}
+
+.mytheme .v-tree8-editor-cells > div .v-select {
+       padding-left: 9px;
+       padding-right: 9px;
+}
+
+.mytheme .v-tree8-editor-cells > div .v-checkbox {
+       margin: 0 9px 0 18px;
+}
+
+.mytheme .v-tree8-editor-cells > div .v-checkbox  > input[type="checkbox"] {
+       margin-left: 0;
+}
+
+.mytheme .v-tree8-editor-cells > div .v-checkbox  > label {
+       white-space: nowrap;
+}
+
+.mytheme .v-tree8-editor-message > div:before {
+       display: inline-block;
+       color: #ed473b;
+       font-weight: 600;
+       width: 19px;
+       text-align: center;
+       content: "!";
+}
+
+.mytheme .v-tree8-editor-save, .mytheme .v-tree8-editor-cancel {
+       cursor: pointer;
+       color: #197de1;
+       text-decoration: underline;
+       font-weight: inherit;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+       font-weight: 400;
+       text-decoration: none;
+       border: none;
+       background: transparent;
+       padding: 6px 6px;
+       margin: 0;
+       outline: none;
+}
+
+.mytheme .v-tree8-editor-save:hover, .mytheme .v-tree8-editor-cancel:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-tree8-editor-save.v-disabled, .mytheme .v-tree8-editor-cancel.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-tree8-spacer {
+       margin-top: -1px;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-content {
+       margin: 0 0 2px;
+       padding: 4px 4px 2px;
+       overflow-y: auto;
+       overflow-x: hidden;
+}
+
+.mytheme .v-tree8-sidebar.v-contextmenu.closed {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-tree8-scroller::-webkit-scrollbar {
+       border: none;
+}
+
+.mytheme .v-tree8-scroller::-webkit-scrollbar-thumb {
+       border-radius: 10px;
+       border: 4px solid transparent;
+       background: rgba(0, 0, 0, 0.3);
+       -webkit-background-clip: content-box;
+       background-clip: content-box;
+}
+
+.mytheme .v-tree8-scroller-vertical::-webkit-scrollbar-thumb {
+       min-height: 30px;
+}
+
+.mytheme .v-tree8-scroller-horizontal::-webkit-scrollbar-thumb {
+       min-width: 30px;
+}
+
+.mytheme .v-tree8-row-drag-badge {
+       background-color: red;
+       color: white;
+       display: block;
+       width: 30px;
+       height: 30px;
+       border-radius: 10px;
+       line-height: 30px;
+       text-align: center;
+       float: left;
+}
+
+.mytheme .v-tree8-row-drag-top, .mytheme .v-tree8-row-drag-bottom {
+       z-index: 100;
+}
+
+.mytheme .v-tree8-row-drag-top:before, .mytheme .v-tree8-row-drag-bottom:after {
+       content: "";
+       display: block;
+       position: absolute;
+       height: 2px;
+       width: 100%;
+       background: #197de1;
+       pointer-events: none;
+       border: none;
+}
+
+.mytheme .v-tree8-row-drag-bottom:after {
+       bottom: -1px;
+}
+
+.mytheme .v-tree8-row-drag-top:before {
+       top: -1px;
+}
+
+.mytheme .v-tree8-row-drag-top:first-child:before {
+       top: 0;
+}
+
+.mytheme .v-tree8-row-drag-center:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       left: 0;
+       bottom: 0;
+       right: 2px;
+       border: 2px solid #197de1;
+       pointer-events: none;
+}
+
+.mytheme .v-tree8-row-selected.v-tree8-row-drag-center:after {
+       border-color: #1463b3;
+}
+
+.mytheme .v-tree8-row-selected.v-tree8-row-drag-top:before, .mytheme .v-tree8-row-selected.v-tree8-row-drag-bottom:after {
+       background: #1463b3;
+}
+
+.mytheme .v-tree8-body-drag-top:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       pointer-events: none;
+       border: 2px solid #197de1;
+       z-index: 100;
+}
+
+.mytheme .v-tree8-expander {
+       display: inline-block;
+       vertical-align: top;
+}
+
+.mytheme .v-tree8-expander::before {
+       display: inline-block;
+       width: 1.5em;
+       text-align: center;
+       content: "";
+}
+
+.mytheme .v-tree8-expander.expanded::before {
+       content: "\f0d7";
+       font-family: ThemeIcons;
+}
+
+.mytheme .v-tree8-expander.collapsed::before {
+       content: "\f0da";
+       font-family: ThemeIcons;
+}
+
+.mytheme .v-tree8-expander.collapse-disabled::before {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       cursor: default;
+}
+
+.mytheme .v-tree8-node.depth-0 {
+       padding-left: 0em;
+}
+
+.mytheme .v-tree8-node.depth-1 {
+       padding-left: 1em;
+}
+
+.mytheme .v-tree8-node.depth-2 {
+       padding-left: 2em;
+}
+
+.mytheme .v-tree8-node.depth-3 {
+       padding-left: 3em;
+}
+
+.mytheme .v-tree8-node.depth-4 {
+       padding-left: 4em;
+}
+
+.mytheme .v-tree8-node.depth-5 {
+       padding-left: 5em;
+}
+
+.mytheme .v-tree8-node.depth-6 {
+       padding-left: 6em;
+}
+
+.mytheme .v-tree8-node.depth-7 {
+       padding-left: 7em;
+}
+
+.mytheme .v-tree8-node.depth-8 {
+       padding-left: 8em;
+}
+
+.mytheme .v-tree8-node.depth-9 {
+       padding-left: 9em;
+}
+
+.mytheme .v-tree8-node.depth-10 {
+       padding-left: 10em;
+}
+
+.mytheme .v-tree8-node.depth-11 {
+       padding-left: 11em;
+}
+
+.mytheme .v-tree8-node.depth-12 {
+       padding-left: 12em;
+}
+
+.mytheme .v-tree8-node.depth-13 {
+       padding-left: 13em;
+}
+
+.mytheme .v-tree8-node.depth-14 {
+       padding-left: 14em;
+}
+
+.mytheme .v-tree8-node.depth-15 {
+       padding-left: 15em;
+}
+
+.mytheme .v-tree8-cell-content {
+       display: inline-block;
+       vertical-align: middle;
+}
+
+.mytheme .v-tree8-row-focused::before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border: 2px solid #197de1;
+       display: none;
+       pointer-events: none;
+}
+
+.mytheme .v-tree8-cell-focused {
+       position: static;
+}
+
+.mytheme .v-tree8-cell-focused::before {
+       display: none;
+}
+
+.mytheme .v-tree8:focus .v-tree8-row-focused::before {
+       display: block;
+}
+
+.mytheme .v-tree8.v-disabled:focus .v-tree8-row-focused::before {
+       display: none;
+}
+
+.mytheme .v-tree8:focus .v-tree8-cell-focused::before {
+       display: none;
+}
+
+.mytheme .v-tree8 {
+       background-color: transparent;
+}
+
+.mytheme .v-tree8-row > td {
+       background-color: transparent;
+       border: 0;
+       line-height: 28px;
+}
+
+.mytheme .v-tree8-row > td  > * {
+       vertical-align: baseline;
+}
+
+.mytheme .v-tree8-tablewrapper {
+       background-color: transparent;
+       border: none;
+}
+
+.mytheme .v-tree8-row::before {
+       content: "";
+       display: none;
+       position: absolute;
+       top: 0;
+       left: 0;
+       box-sizing: border-box;
+       width: 100%;
+       height: 100%;
+       border-radius: 4px;
+       pointer-events: none;
+       border-width: 1px;
+}
+
+.mytheme .v-tree8-cell {
+       position: relative;
+}
+
+.mytheme .v-tree8-row-selected  > .v-tree8-cell {
+       background: transparent;
+}
+
+.mytheme .v-tree8-row-selected::before {
+       display: block;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+}
+
+.mytheme .v-tree8:focus .v-tree8-row-selected.v-tree8-row-focused::before {
+       border-color: transparent;
+       box-shadow: inset 0 0 0 1px #c8dbed;
+}
+
+.mytheme .v-tree8-scroller-vertical {
+       border: none;
+}
+
+.mytheme .v-tree8-scroller-horizontal {
+       border: none;
+}
+
+.mytheme .v-tree8-header-deco, .mytheme .v-tree8-footer-deco, .mytheme .v-tree8-horizontal-scrollbar-deco {
+       border: none;
+       background: transparent;
+}
+
+.mytheme .v-treegrid {
+       position: relative;
+}
+
+.mytheme .v-treegrid-scroller {
+       position: absolute;
+       z-index: 1;
+       outline: none;
+       box-sizing: border-box;
+}
+
+.mytheme .v-treegrid-scroller-horizontal {
+       left: 0;
+       right: 0;
+       bottom: 0;
+       overflow-y: hidden;
+       -ms-overflow-y: hidden;
+}
+
+.mytheme .v-treegrid-scroller-vertical {
+       right: 0;
+       top: 0;
+       bottom: 0;
+       overflow-x: hidden;
+       -ms-overflow-x: hidden;
+}
+
+.mytheme .v-treegrid-tablewrapper {
+       position: absolute;
+       overflow: hidden;
+       box-sizing: border-box;
+       z-index: 5;
+}
+
+.mytheme .v-treegrid-tablewrapper > table {
+       border-spacing: 0;
+       table-layout: fixed;
+       width: inherit;
+}
+
+.mytheme .v-treegrid-header-deco, .mytheme .v-treegrid-footer-deco {
+       position: absolute;
+       right: 0;
+       box-sizing: border-box;
+}
+
+.mytheme .v-treegrid-horizontal-scrollbar-deco {
+       position: absolute;
+       bottom: 0;
+       left: 0;
+       right: 0;
+       box-sizing: border-box;
+}
+
+.mytheme .v-treegrid-header, .mytheme .v-treegrid-body, .mytheme .v-treegrid-footer {
+       position: absolute;
+       left: 0;
+       width: inherit;
+       z-index: 10;
+}
+
+.mytheme .v-treegrid-header, .mytheme .v-treegrid-header-deco {
+       top: 0;
+}
+
+.mytheme .v-treegrid-footer, .mytheme .v-treegrid-footer-deco {
+       bottom: 0;
+}
+
+.mytheme .v-treegrid-body {
+       -ms-touch-action: none;
+       touch-action: none;
+       z-index: 0;
+       top: 0;
+}
+
+.mytheme .v-treegrid-body .v-treegrid-row {
+       position: absolute;
+       top: 0;
+       left: 0;
+}
+
+.mytheme .v-treegrid-body .v-treegrid-header > .v-treegrid-row {
+       position: relative;
+}
+
+.mytheme .v-treegrid-row {
+       display: block;
+}
+
+.mytheme .v-treegrid-row  > td, .mytheme .v-treegrid-row  > th {
+       background-color: white;
+}
+
+.mytheme .v-treegrid-row {
+       width: inherit;
+}
+
+.mytheme .v-treegrid-cell {
+       display: block;
+       float: left;
+       padding: 2px;
+       white-space: nowrap;
+       box-sizing: border-box;
+       overflow: hidden;
+       font-size: 16px;
+}
+
+.mytheme .v-treegrid-cell.frozen {
+       position: relative;
+       z-index: 1;
+}
+
+.mytheme .v-treegrid-spacer {
+       position: absolute;
+       display: block;
+       background-color: white;
+}
+
+.mytheme .v-treegrid-spacer  > td {
+       width: 100%;
+       height: 100%;
+       box-sizing: border-box;
+}
+
+.mytheme .v-treegrid {
+       outline: none;
+}
+
+.mytheme .v-treegrid-scroller-vertical, .mytheme .v-treegrid-scroller-horizontal {
+       border: 1px solid #d4d4d4;
+}
+
+.mytheme .v-treegrid-scroller-vertical {
+       border-left: none;
+}
+
+.mytheme .v-treegrid-scroller-horizontal {
+       border-top: none;
+}
+
+.mytheme .v-treegrid-tablewrapper {
+       border: 1px solid #d4d4d4;
+}
+
+.mytheme .v-treegrid .header-drag-table {
+       border-spacing: 0;
+       position: relative;
+       table-layout: fixed;
+       width: inherit;
+}
+
+.mytheme .v-treegrid .header-drag-table .v-treegrid-header {
+       position: absolute;
+}
+
+.mytheme .v-treegrid .header-drag-table .v-treegrid-header  > .v-treegrid-cell {
+       border: 1px solid #d4d4d4;
+       margin-top: -10px;
+       opacity: 0.9;
+       filter: alpha(opacity=90);
+       z-index: 30000;
+}
+
+.mytheme .v-treegrid .header-drag-table .v-treegrid-header  > .v-treegrid-drop-marker {
+       background-color: #197de1;
+       position: absolute;
+       width: 3px;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       border-radius: 0;
+       position: absolute;
+       top: 0;
+       right: 0;
+       background-color: #fafafa;
+       border: 1px solid #d4d4d4;
+       padding: 0;
+       z-index: 5;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu.v-treegrid-sidebar-popup {
+       right: auto;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button {
+       background: transparent;
+       border: none;
+       color: inherit;
+       cursor: pointer;
+       outline: none;
+       padding: 0 4px;
+       text-align: right;
+       line-height: 1;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button[disabled] {
+       cursor: default;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button::-moz-focus-inner {
+       border: 0;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button:after {
+       content: "\f0c9";
+       display: block;
+       font-family: ThemeIcons, sans-serif;
+       font-size: 14px;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu.closed {
+       border-radius: 0;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button {
+       width: 100%;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button:after {
+       content: "\f0c9";
+       font-size: 14px;
+       line-height: 1;
+}
+
+.v-ie .mytheme .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button {
+       vertical-align: middle;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-content {
+       padding: 4px 0;
+       overflow-y: auto;
+       overflow-x: hidden;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle {
+       text-shadow: none;
+}
+
+.mytheme .v-treegrid-cell {
+       background-color: white;
+       padding: 0 18px;
+       line-height: 37px;
+       text-overflow: ellipsis;
+}
+
+.mytheme .v-treegrid-cell  > * {
+       line-height: 1.55;
+       vertical-align: middle;
+}
+
+.mytheme .v-treegrid-cell  > div {
+       display: inline-block;
+}
+
+.mytheme .v-treegrid-cell.frozen {
+       -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       border-right: 1px solid #d4d4d4;
+       position: relative;
+       z-index: 11;
+}
+
+.mytheme .v-treegrid-cell.frozen  + th, .mytheme .v-treegrid-cell.frozen  + td {
+       border-left: none;
+}
+
+.mytheme .v-treegrid-cell div.component-wrap {
+       width: 100%;
+}
+
+.mytheme .v-treegrid-row > td, .mytheme .v-treegrid-editor-cells > div {
+       border-left: 1px solid #d4d4d4;
+       border-bottom: 1px solid #d4d4d4;
+}
+
+.mytheme .v-treegrid-row > td:first-child, .mytheme .v-treegrid-editor-cells > div:first-child {
+       border-left: none;
+}
+
+.mytheme .v-treegrid-editor-cells.frozen > div {
+       -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
+       border-right: 1px solid #d4d4d4;
+       border-left: none;
+}
+
+.mytheme .v-treegrid-row-stripe > td {
+       background-color: #f5f5f5;
+}
+
+.mytheme .v-treegrid-row-selected > td {
+       background: #197de1;
+}
+
+.mytheme .v-treegrid-row-focused > td {
+       
+}
+
+.mytheme .v-treegrid-header th {
+       position: relative;
+       background-color: #fafafa;
+       font-size: 14px;
+       font-weight: inherit;
+       border-left: 1px solid #d4d4d4;
+       border-bottom: 1px solid #d4d4d4;
+       
+       text-align: left;
+}
+
+.mytheme .v-treegrid-header th:first-child {
+       border-left: none;
+}
+
+.mytheme .v-treegrid-header .sort-asc, .mytheme .v-treegrid-header .sort-desc {
+       padding-right: 35px;
+}
+
+.mytheme .v-treegrid-header .sort-asc:after, .mytheme .v-treegrid-header .sort-desc:after {
+       font-family: ThemeIcons, sans-serif;
+       content: "\f0de" " " attr(sort-order);
+       position: absolute;
+       right: 18px;
+       font-size: 12px;
+}
+
+.mytheme .v-treegrid-header .sort-desc:after {
+       content: "\f0dd" " " attr(sort-order);
+}
+
+.mytheme .v-treegrid-column-resize-handle {
+       position: absolute;
+       width: 36px;
+       right: -18px;
+       top: 0px;
+       bottom: 0px;
+       cursor: col-resize;
+       z-index: 10;
+       -webkit-user-select: none;
+       -khtml-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+}
+
+.mytheme .v-treegrid-column-resize-simple-indicator {
+       position: absolute;
+       width: 3px;
+       top: 0px;
+       left: 18px;
+       z-index: 9001;
+       background: #fff;
+       box-shadow: 0px 0px 5px #000;
+       -webkit-user-select: none;
+       -khtml-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+}
+
+.mytheme .v-treegrid-footer td {
+       background-color: #fafafa;
+       font-size: 14px;
+       font-weight: inherit;
+       border-left: 1px solid #d4d4d4;
+       border-top: 1px solid #d4d4d4;
+       border-bottom: none;
+       
+}
+
+.mytheme .v-treegrid-footer td:first-child {
+       border-left: none;
+}
+
+.mytheme .v-treegrid-header .v-treegrid-cell, .mytheme .v-treegrid-footer .v-treegrid-cell {
+       overflow: visible;
+}
+
+.mytheme .v-treegrid-column-header-content, .mytheme .v-treegrid-column-footer-content {
+       width: 100%;
+       overflow: hidden;
+       text-overflow: ellipsis;
+       line-height: 37px;
+       vertical-align: baseline;
+}
+
+.mytheme .v-treegrid-header-deco {
+       border-top: 1px solid #d4d4d4;
+       border-right: 1px solid #d4d4d4;
+       background-color: #fafafa;
+}
+
+.mytheme .v-treegrid-footer-deco {
+       border-bottom: 1px solid #d4d4d4;
+       border-right: 1px solid #d4d4d4;
+       background-color: #fafafa;
+}
+
+.mytheme .v-treegrid-horizontal-scrollbar-deco {
+       background-color: #fafafa;
+       border: 1px solid #d4d4d4;
+       border-top: none;
+}
+
+.mytheme .v-treegrid-cell-focused {
+       position: relative;
+}
+
+.mytheme .v-treegrid-cell-focused:before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border: 2px solid #197de1;
+       display: none;
+       pointer-events: none;
+}
+
+.mytheme .v-treegrid:focus .v-treegrid-cell-focused:before {
+       display: block;
+}
+
+.mytheme .v-treegrid.v-disabled:focus .v-treegrid-cell-focused:before {
+       display: none;
+}
+
+.mytheme .v-treegrid-editor {
+       position: absolute;
+       z-index: 20;
+       overflow: hidden;
+       left: 0;
+       right: 0;
+       border: 1px solid #d4d4d4;
+       box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       margin-top: -1px;
+       -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
+       box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
+}
+
+.mytheme .v-treegrid-editor.unbuffered .v-treegrid-editor-footer {
+       width: 100%;
+}
+
+.mytheme .v-treegrid-editor-cells {
+       position: relative;
+       white-space: nowrap;
+}
+
+.mytheme .v-treegrid-editor-cells.frozen {
+       z-index: 2;
+}
+
+.mytheme .v-treegrid-editor-cells  > div {
+       display: inline-block;
+       box-sizing: border-box;
+       vertical-align: middle;
+       background: white;
+}
+
+.mytheme .v-treegrid-editor-cells  > div:first-child {
+       border-left: none;
+}
+
+.mytheme .v-treegrid-editor-cells  > div  > * {
+       vertical-align: middle;
+       display: inline-block;
+}
+
+.mytheme .v-treegrid-editor-cells  > div .v-filterselect {
+       padding-left: 0;
+}
+
+.mytheme .v-treegrid-editor-cells  > div input[type="text"], .mytheme .v-treegrid-editor-cells  > div input[type="text"].v-filterselect-input, .mytheme .v-treegrid-editor-cells  > div input[type="password"] {
+       padding-left: 18px;
+}
+
+.mytheme .v-treegrid-editor-cells  > div input[type="text"]:not(.v-filterselect-input), .mytheme .v-treegrid-editor-cells  > div input[type="password"] {
+       padding-right: 9px;
+}
+
+.mytheme .v-treegrid-editor-cells  > div input[type="checkbox"] {
+       margin-left: 18px;
+}
+
+.mytheme .v-treegrid-editor-cells  > div .v-textfield, .mytheme .v-treegrid-editor-cells  > div .v-datefield, .mytheme .v-treegrid-editor-cells  > div .v-filterselect {
+       min-width: 100%;
+       max-width: 100%;
+       min-height: 100%;
+       max-height: 100%;
+}
+
+.mytheme .v-treegrid-editor-cells  > div .v-select, .mytheme .v-treegrid-editor-cells  > div .v-select-select {
+       min-width: 100%;
+       max-width: 100%;
+}
+
+.mytheme .v-treegrid-editor-cells  > div.not-editable.v-treegrid-cell {
+       float: none;
+}
+
+.mytheme .v-treegrid-editor-cells .error::before {
+       position: absolute;
+       display: block;
+       height: 0;
+       width: 0;
+       content: "";
+       border-top: 5px solid red;
+       border-right: 5px solid transparent;
+}
+
+.mytheme .v-treegrid-editor-cells .error, .mytheme .v-treegrid-editor-cells .error > input {
+       background-color: #fee;
+}
+
+.mytheme .v-treegrid-editor-footer {
+       display: table;
+       height: 37px;
+       border-top: 1px solid #d4d4d4;
+       margin-top: -1px;
+       background: white;
+       padding: 0 5px;
+}
+
+.mytheme .v-treegrid-editor-footer  + .v-treegrid-editor-cells > div {
+       border-bottom: none;
+       border-top: 1px solid #d4d4d4;
+}
+
+.mytheme .v-treegrid-editor-footer:first-child {
+       border-top: none;
+       margin-top: 0;
+       border-bottom: 1px solid #d4d4d4;
+       margin-bottom: -1px;
+}
+
+.mytheme .v-treegrid-editor-message, .mytheme .v-treegrid-editor-buttons {
+       display: table-cell;
+       white-space: nowrap;
+       vertical-align: middle;
+}
+
+.mytheme .v-treegrid-editor-message {
+       width: 100%;
+       position: relative;
+}
+
+.mytheme .v-treegrid-editor-message  > div {
+       position: absolute;
+       width: 100%;
+       overflow: hidden;
+       text-overflow: ellipsis;
+       line-height: 37px;
+       top: 0;
+}
+
+.mytheme .v-treegrid-editor-save {
+       margin-right: 4px;
+}
+
+.mytheme .v-treegrid-spacer {
+       padding-left: 1px;
+}
+
+.mytheme .v-treegrid-spacer > td {
+       display: block;
+       padding: 0;
+       background-color: white;
+       border-top: 1px solid #eeeeee;
+       border-bottom: 1px solid #d4d4d4;
+}
+
+.mytheme .v-treegrid-spacer.stripe > td {
+       background-color: #f5f5f5;
+       border-top: 1px solid #e5e5e5;
+       border-bottom: 1px solid #d4d4d4;
+}
+
+.mytheme .v-treegrid-spacer-deco-container {
+       border-top: 1px solid transparent;
+       position: relative;
+       top: 0;
+       z-index: 5;
+}
+
+.mytheme .v-treegrid-spacer-deco {
+       top: 0;
+       left: 0;
+       width: 2px;
+       background-color: #197de1;
+       position: absolute;
+       height: 100%;
+       pointer-events: none;
+}
+
+.mytheme .v-treegrid-cell > .v-progressbar {
+       width: 100%;
+}
+
+.mytheme .v-treegrid {
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       background-color: #fafafa;
+}
+
+.mytheme .v-treegrid.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-treegrid-header .v-treegrid-cell {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-treegrid-header .v-treegrid-cell.dragged {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       -webkit-transition: opacity 0.3s ease-in-out;
+       -moz-transition: opacity 0.3s ease-in-out;
+       transition: opacity 0.3s ease-in-out;
+}
+
+.mytheme .v-treegrid-header .v-treegrid-cell.dragged-column-header {
+       margin-top: -19px;
+}
+
+.mytheme .v-treegrid-footer .v-treegrid-cell {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-treegrid-header-deco {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-treegrid-footer-deco, .mytheme .v-treegrid-horizontal-scrollbar-deco {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-treegrid-row-selected  > .v-treegrid-cell {
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       color: #c8dbed;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+       border-color: #1d69b4;
+}
+
+.mytheme .v-treegrid-row-selected  > .v-treegrid-cell-focused:before {
+       border-color: #71b0ef;
+}
+
+.mytheme .v-treegrid-editor {
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       border-color: #197de1;
+}
+
+.mytheme .v-treegrid-editor-footer {
+       font-size: 14px;
+       padding: 0 6px;
+       background: #fafafa;
+       -webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
+       -moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
+       animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
+}
+
+.mytheme .v-treegrid-editor-footer:first-child {
+       -webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
+       -moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
+       animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
+}
+
+.mytheme .v-treegrid-editor-cells {
+       z-index: 1;
+}
+
+.mytheme .v-treegrid-editor-cells > div:before {
+       content: "";
+       display: inline-block;
+       height: 100%;
+       vertical-align: middle;
+}
+
+.mytheme .v-treegrid-editor-cells > div.not-editable.v-treegrid-cell {
+       float: none;
+}
+
+.mytheme .v-treegrid-editor-cells > div .error::before {
+       border-top: 9px solid #ed473b;
+       border-right: 9px solid transparent;
+}
+
+.mytheme .v-treegrid-editor-cells > div .error, .mytheme .v-treegrid-editor-cells > div .error > input {
+       background-color: #fffbfb;
+}
+
+.mytheme .v-treegrid-editor-cells > div .v-textfield, .mytheme .v-treegrid-editor-cells > div .v-textfield-focus, .mytheme .v-treegrid-editor-cells > div .v-datefield, .mytheme .v-treegrid-editor-cells > div .v-datefield .v-textfield-focus, .mytheme .v-treegrid-editor-cells > div .v-filterselect-input, .mytheme .v-treegrid-editor-cells > div .v-filterselect-input:focus {
+       border: none;
+       border-radius: 0;
+       background: transparent;
+       -webkit-box-shadow: inset 0 1px 0 #f2f2f2;
+       box-shadow: inset 0 1px 0 #f2f2f2;
+}
+
+.mytheme .v-treegrid-editor-cells > div input[type="text"].v-datefield-textfield {
+       padding-left: 44.4px;
+}
+
+.mytheme .v-treegrid-editor-cells > div .v-textfield-focus, .mytheme .v-treegrid-editor-cells > div .v-datefield .v-textfield-focus, .mytheme .v-treegrid-editor-cells > div .v-filterselect-input:focus {
+       position: relative;
+}
+
+.mytheme .v-treegrid-editor-cells > div .v-select {
+       padding-left: 9px;
+       padding-right: 9px;
+}
+
+.mytheme .v-treegrid-editor-cells > div .v-checkbox {
+       margin: 0 9px 0 18px;
+}
+
+.mytheme .v-treegrid-editor-cells > div .v-checkbox  > input[type="checkbox"] {
+       margin-left: 0;
+}
+
+.mytheme .v-treegrid-editor-cells > div .v-checkbox  > label {
+       white-space: nowrap;
+}
+
+.mytheme .v-treegrid-editor-message > div:before {
+       display: inline-block;
+       color: #ed473b;
+       font-weight: 600;
+       width: 19px;
+       text-align: center;
+       content: "!";
+}
+
+.mytheme .v-treegrid-editor-save, .mytheme .v-treegrid-editor-cancel {
+       cursor: pointer;
+       color: #197de1;
+       text-decoration: underline;
+       font-weight: inherit;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+       font-weight: 400;
+       text-decoration: none;
+       border: none;
+       background: transparent;
+       padding: 6px 6px;
+       margin: 0;
+       outline: none;
+}
+
+.mytheme .v-treegrid-editor-save:hover, .mytheme .v-treegrid-editor-cancel:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-treegrid-editor-save.v-disabled, .mytheme .v-treegrid-editor-cancel.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-treegrid-spacer {
+       margin-top: -1px;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-content {
+       margin: 0 0 2px;
+       padding: 4px 4px 2px;
+       overflow-y: auto;
+       overflow-x: hidden;
+}
+
+.mytheme .v-treegrid-sidebar.v-contextmenu.closed {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-treegrid-scroller::-webkit-scrollbar {
+       border: none;
+}
+
+.mytheme .v-treegrid-scroller::-webkit-scrollbar-thumb {
+       border-radius: 10px;
+       border: 4px solid transparent;
+       background: rgba(0, 0, 0, 0.3);
+       -webkit-background-clip: content-box;
+       background-clip: content-box;
+}
+
+.mytheme .v-treegrid-scroller-vertical::-webkit-scrollbar-thumb {
+       min-height: 30px;
+}
+
+.mytheme .v-treegrid-scroller-horizontal::-webkit-scrollbar-thumb {
+       min-width: 30px;
+}
+
+.mytheme .v-treegrid-row-drag-badge {
+       background-color: red;
+       color: white;
+       display: block;
+       width: 30px;
+       height: 30px;
+       border-radius: 10px;
+       line-height: 30px;
+       text-align: center;
+       float: left;
+}
+
+.mytheme .v-treegrid-row-drag-top, .mytheme .v-treegrid-row-drag-bottom {
+       z-index: 100;
+}
+
+.mytheme .v-treegrid-row-drag-top:before, .mytheme .v-treegrid-row-drag-bottom:after {
+       content: "";
+       display: block;
+       position: absolute;
+       height: 2px;
+       width: 100%;
+       background: #197de1;
+       pointer-events: none;
+       border: none;
+}
+
+.mytheme .v-treegrid-row-drag-bottom:after {
+       bottom: -1px;
+}
+
+.mytheme .v-treegrid-row-drag-top:before {
+       top: -1px;
+}
+
+.mytheme .v-treegrid-row-drag-top:first-child:before {
+       top: 0;
+}
+
+.mytheme .v-treegrid-row-drag-center:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       left: 0;
+       bottom: 0;
+       right: 2px;
+       border: 2px solid #197de1;
+       pointer-events: none;
+}
+
+.mytheme .v-treegrid-row-selected.v-treegrid-row-drag-center:after {
+       border-color: #1463b3;
+}
+
+.mytheme .v-treegrid-row-selected.v-treegrid-row-drag-top:before, .mytheme .v-treegrid-row-selected.v-treegrid-row-drag-bottom:after {
+       background: #1463b3;
+}
+
+.mytheme .v-treegrid-body-drag-top:after {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       pointer-events: none;
+       border: 2px solid #197de1;
+       z-index: 100;
+}
+
+.mytheme .v-treegrid-expander {
+       display: inline-block;
+       vertical-align: top;
+}
+
+.mytheme .v-treegrid-expander::before {
+       display: inline-block;
+       width: 1.5em;
+       text-align: center;
+       content: "";
+}
+
+.mytheme .v-treegrid-expander.expanded::before {
+       content: "\f0d7";
+       font-family: ThemeIcons;
+}
+
+.mytheme .v-treegrid-expander.collapsed::before {
+       content: "\f0da";
+       font-family: ThemeIcons;
+}
+
+.mytheme .v-treegrid-expander.collapse-disabled::before {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       cursor: default;
+}
+
+.mytheme .v-treegrid-node.depth-0 {
+       padding-left: 0em;
+}
+
+.mytheme .v-treegrid-node.depth-1 {
+       padding-left: 1em;
+}
+
+.mytheme .v-treegrid-node.depth-2 {
+       padding-left: 2em;
+}
+
+.mytheme .v-treegrid-node.depth-3 {
+       padding-left: 3em;
+}
+
+.mytheme .v-treegrid-node.depth-4 {
+       padding-left: 4em;
+}
+
+.mytheme .v-treegrid-node.depth-5 {
+       padding-left: 5em;
+}
+
+.mytheme .v-treegrid-node.depth-6 {
+       padding-left: 6em;
+}
+
+.mytheme .v-treegrid-node.depth-7 {
+       padding-left: 7em;
+}
+
+.mytheme .v-treegrid-node.depth-8 {
+       padding-left: 8em;
+}
+
+.mytheme .v-treegrid-node.depth-9 {
+       padding-left: 9em;
+}
+
+.mytheme .v-treegrid-node.depth-10 {
+       padding-left: 10em;
+}
+
+.mytheme .v-treegrid-node.depth-11 {
+       padding-left: 11em;
+}
+
+.mytheme .v-treegrid-node.depth-12 {
+       padding-left: 12em;
+}
+
+.mytheme .v-treegrid-node.depth-13 {
+       padding-left: 13em;
+}
+
+.mytheme .v-treegrid-node.depth-14 {
+       padding-left: 14em;
+}
+
+.mytheme .v-treegrid-node.depth-15 {
+       padding-left: 15em;
+}
+
+.mytheme .v-treegrid-cell-content {
+       display: inline-block;
+       vertical-align: middle;
+}
+
+.mytheme .v-treegrid-row-focused::before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border: 2px solid #197de1;
+       display: none;
+       pointer-events: none;
+}
+
+.mytheme .v-treegrid-cell-focused {
+       position: static;
+}
+
+.mytheme .v-treegrid-cell-focused::before {
+       display: none;
+}
+
+.mytheme .v-treegrid:focus .v-treegrid-row-focused::before {
+       display: block;
+}
+
+.mytheme .v-treegrid.v-disabled:focus .v-treegrid-row-focused::before {
+       display: none;
+}
+
+.mytheme .v-treegrid:focus .v-treegrid-cell-focused::before {
+       display: none;
+}
+
+.mytheme .v-table {
+       position: relative;
+       background: #fafafa;
+       color: #464646;
+       overflow: hidden;
+}
+
+.mytheme .v-table-header table, .mytheme .v-table-footer table, .mytheme .v-table-table {
+       -webkit-box-shadow: 0 0 0 1px #d4d4d4;
+       box-shadow: 0 0 0 1px #d4d4d4;
+}
+
+.mytheme .v-table-header-wrap, .mytheme .v-table-footer-wrap, .mytheme .v-table-header-drag {
+       border: 1px solid #d4d4d4;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       white-space: nowrap;
+       font-size: 14px;
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-table-header-wrap {
+       position: relative;
+       border-bottom: none;
+}
+
+.mytheme .v-table-footer-wrap {
+       border-top: none;
+}
+
+.mytheme .v-table-footer td {
+       border-left: 1px solid #d4d4d4;
+}
+
+.mytheme .v-table-footer-container, .mytheme .v-table-caption-container {
+       overflow: hidden;
+       line-height: 1;
+       min-height: 37px;
+       box-sizing: border-box;
+}
+
+.mytheme .v-table-footer-container {
+       padding: 11px 12px 12px;
+       float: right;
+}
+
+.mytheme [class^="v-table-header-cell"] {
+       position: relative;
+}
+
+.mytheme .v-table-caption-container, .mytheme .v-table-header-drag {
+       padding: 12px 12px 11px;
+       border-left: 1px solid #d4d4d4;
+}
+
+.mytheme .v-table-caption-container-align-right {
+       padding-right: 4px;
+}
+
+.mytheme .v-table-resizer {
+       height: 37px;
+       width: 8px;
+       cursor: e-resize;
+       cursor: col-resize;
+       position: relative;
+       right: -4px;
+       z-index: 1;
+       margin-left: -8px;
+}
+
+.mytheme .v-table-cell-content {
+       border-left: 1px solid #d4d4d4;
+       overflow: hidden;
+       height: 37px;
+       vertical-align: middle;
+}
+
+.mytheme .v-table-cell-content:first-child {
+       border-left: none;
+       padding-left: 1px;
+}
+
+.mytheme .v-table-header td:first-child .v-table-caption-container, .mytheme .v-table-footer td:first-child {
+       border-left-color: transparent;
+}
+
+.mytheme .v-table-cell-wrapper {
+       line-height: 1;
+       padding: 0 12px;
+       box-sizing: border-box;
+       margin-right: 0 !important;
+}
+
+.mytheme .v-table-cell-wrapper  > .v-widget {
+       margin: 3px -6px;
+}
+
+.mytheme .v-table-cell-wrapper  > .v-widget.v-label, .mytheme .v-table-cell-wrapper  > .v-widget.v-checkbox, .mytheme .v-table-cell-wrapper  > .v-widget.v-select-optiongroup {
+       margin: 0;
+}
+
+.mytheme .v-table-cell-wrapper  > .v-widget.v-progressbar {
+       margin-left: 0;
+       margin-right: 0;
+}
+
+.mytheme .v-table-body {
+       border: 1px solid #d4d4d4;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+}
+
+.mytheme .v-table-table {
+       background-color: white;
+       white-space: nowrap;
+}
+
+.mytheme .v-table-table td {
+       border-top: 1px solid #d4d4d4;
+}
+
+.mytheme .v-table-table tr:first-child > td {
+       border-top: none;
+}
+
+.mytheme .v-table-row {
+       background-color: white;
+       cursor: pointer;
+}
+
+.mytheme .v-table-row-odd {
+       background-color: #f5f5f5;
+       cursor: pointer;
+}
+
+.mytheme .v-table-body-noselection .v-table-row, .mytheme .v-table-body-noselection .v-table-row-odd {
+       cursor: default;
+}
+
+.mytheme .v-table [class*="-row"].v-selected {
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       background-origin: border-box;
+       color: #ecf2f8;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-table [class*="-row"].v-selected  + .v-selected {
+       background: #166ed5;
+}
+
+.mytheme .v-table [class*="-row"].v-selected  + .v-selected td {
+       border-top-color: #166ed5;
+}
+
+.mytheme .v-table [class*="-row"].v-selected .v-table-cell-content {
+       border-color: transparent;
+       border-left-color: #1d69b4;
+}
+
+.mytheme .v-table [class*="-row"].v-selected .v-table-cell-content:first-child {
+       border-left-color: transparent;
+}
+
+.mytheme .v-table-header-cell-asc .v-table-sort-indicator, .mytheme .v-table-header-cell-desc .v-table-sort-indicator {
+       background: transparent;
+       width: 19px;
+       height: 37px;
+       line-height: 37px;
+       margin-left: -19px;
+}
+
+.mytheme .v-table-header-cell-asc .v-table-sort-indicator:before, .mytheme .v-table-header-cell-desc .v-table-sort-indicator:before {
+       font-style: normal;
+       font-weight: normal;
+       display: inline-block;
+}
+
+.mytheme .v-table-header-cell-asc .v-table-sort-indicator:before {
+       content: "\f0de";
+       font-family: ThemeIcons;
+}
+
+.mytheme .v-table-header-cell-desc .v-table-sort-indicator:before {
+       content: "\f0dd";
+       font-family: ThemeIcons;
+}
+
+.mytheme [class*="rowheader"] span.v-icon {
+       min-width: 1em;
+}
+
+.mytheme .v-table-focus {
+       outline: 1px solid #197de1;
+       outline-offset: -1px;
+}
+
+.mytheme .v-drag-element.v-table-focus, .mytheme .v-drag-element .v-table-focus {
+       outline: none;
+}
+
+.mytheme .v-table-header-drag {
+       position: absolute;
+       opacity: 0.9;
+       filter: alpha(opacity=90) ;
+       margin-top: -19px;
+       z-index: 30000;
+       line-height: 1;
+}
+
+.mytheme .v-table-focus-slot-right {
+       border-right: 3px solid #197de1;
+       right: -2px;
+       margin-left: -11px !important;
+}
+
+.mytheme .v-table-focus-slot-left {
+       float: left;
+       border-left: 3px solid #197de1;
+       left: -1px;
+       right: auto;
+       margin-left: 0 !important;
+       margin-right: -11px;
+}
+
+.mytheme .v-table-column-selector {
+       height: 37px;
+       padding: 0 16px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       position: absolute;
+       z-index: 2;
+       top: 0;
+       right: 0;
+       width: 19px;
+       height: 19px;
+       line-height: 19px;
+       padding: 0;
+       border-top-width: 0;
+       border-right-width: 0;
+       border-radius: 0 0 0 4px;
+       cursor: pointer;
+       text-align: center;
+       opacity: 0;
+       filter: alpha(opacity=0) ;
+       -webkit-transition: opacity 200ms 2s;
+       -moz-transition: opacity 200ms 2s;
+       transition: opacity 200ms 2s;
+}
+
+.mytheme .v-table-column-selector:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-table-column-selector:hover:after {
+       background-color: rgba(186, 186, 186, 0.1);
+}
+
+.mytheme .v-table-column-selector:focus:after {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-table-column-selector:active:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-table-column-selector:after {
+       content: "";
+       position: absolute;
+       border: none;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+}
+
+.mytheme .v-table-column-selector:active:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-table-column-selector:before {
+       font-family: ThemeIcons;
+       content: "\f013";
+}
+
+.mytheme .v-table-header-wrap:hover .v-table-column-selector {
+       opacity: 1;
+       filter: none ;
+       -webkit-transition-delay: 200ms;
+       -moz-transition-delay: 200ms;
+       transition-delay: 200ms;
+}
+
+.mytheme .v-on:before, .mytheme .v-off:before {
+       content: "\f00c";
+       font-family: ThemeIcons;
+       font-size: 0.9em;
+       margin-right: 6px;
+}
+
+.mytheme .v-on div, .mytheme .v-off div {
+       display: inline;
+}
+
+.mytheme .v-on.v-disabled, .mytheme .v-off.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-off:before {
+       visibility: hidden;
+}
+
+.mytheme tbody.v-drag-element {
+       display: block;
+       overflow: visible;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       background: transparent;
+       opacity: 1;
+       filter: none ;
+}
+
+.mytheme tbody.v-drag-element tr {
+       display: block;
+       
+       
+       -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
+       box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
+       border-radius: 4px;
+       overflow: hidden;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       background: white;
+}
+
+.mytheme .v-table-body {
+       position: relative;
+       z-index: 1;
+}
+
+.mytheme .v-table-scrollposition {
+       position: absolute;
+       top: 50%;
+       width: 100%;
+       height: 37px;
+       line-height: 37px;
+       margin: -19px 0 0 !important;
+       text-align: center;
+}
+
+.mytheme .v-table-drag {
+       overflow: visible;
+}
+
+.mytheme .v-table-drag .v-table-body {
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       border-color: #197de1;
+}
+
+.mytheme .v-table-drag .v-table-body .v-table-focus {
+       outline: none;
+}
+
+.mytheme .v-table-row-drag-middle .v-table-cell-content {
+       background-color: #d1e5f9;
+       color: #214060;
+}
+
+.mytheme .v-table-row-drag-bottom td.v-table-cell-content {
+       border-bottom: 2px solid #197de1;
+       height: 35px;
+}
+
+.mytheme .v-table-row-drag-bottom .v-table-cell-wrapper {
+       margin-bottom: -2px;
+}
+
+.mytheme .v-table-row-drag-top td.v-table-cell-content {
+       border-top: 2px solid #197de1;
+       height: 36px;
+}
+
+.mytheme .v-table-row-drag-top .v-table-cell-wrapper {
+       margin-top: -1px;
+}
+
+.mytheme .v-table-no-stripes .v-table-row, .mytheme .v-table-no-stripes .v-table-row-odd {
+       background: transparent;
+}
+
+.mytheme .v-table-no-vertical-lines .v-table-cell-content {
+       border-left: none;
+       padding-left: 1px;
+}
+
+.mytheme .v-table-no-vertical-lines.v-treetable .v-table-cell-content {
+       padding-left: 13px;
+}
+
+.mytheme .v-table-no-horizontal-lines .v-table-cell-content {
+       border-top: none;
+       border-bottom: none;
+}
+
+.mytheme .v-table-no-horizontal-lines .v-table-row-drag-top .v-table-cell-content, .mytheme .v-table-no-horizontal-lines .v-table-row-drag-bottom .v-table-cell-content {
+       height: 36px;
+}
+
+.mytheme .v-table-no-header .v-table-header-wrap {
+       display: none;
+}
+
+.mytheme .v-table-borderless .v-table-header-wrap, .mytheme .v-table-borderless .v-table-footer-wrap, .mytheme .v-table-borderless .v-table-header-drag, .mytheme .v-table-borderless .v-table-body {
+       border: none;
+}
+
+.mytheme .v-table-borderless .v-table-header-wrap {
+       border-bottom: 1px solid #d9d9d9;
+}
+
+.mytheme .v-table-borderless .v-table-footer-wrap {
+       border-top: 1px solid #d9d9d9;
+}
+
+.mytheme .v-table-compact .v-table-header-wrap, .mytheme .v-table-compact .v-table-footer-wrap, .mytheme .v-table-compact .v-table-header-drag, .mytheme .v-table-small .v-table-header-wrap, .mytheme .v-table-small .v-table-footer-wrap, .mytheme .v-table-small .v-table-header-drag {
+       font-size: 14px;
+}
+
+.mytheme .v-table-compact .v-table-footer-container, .mytheme .v-table-small .v-table-footer-container {
+       padding: 8px 7px 9px;
+}
+
+.mytheme .v-table-compact .v-table-caption-container, .mytheme .v-table-compact .v-table-header-drag, .mytheme .v-table-small .v-table-caption-container, .mytheme .v-table-small .v-table-header-drag {
+       padding-top: 9px;
+       padding-bottom: 8px;
+       padding-left: 6px;
+       padding-right: 6px;
+}
+
+.mytheme .v-table-compact .v-table-caption-container-align-right, .mytheme .v-table-small .v-table-caption-container-align-right {
+       padding-right: 0;
+}
+
+.mytheme .v-table-compact .v-table-resizer, .mytheme .v-table-small .v-table-resizer {
+       height: 31px;
+}
+
+.mytheme .v-table-compact .v-table-cell-content, .mytheme .v-table-small .v-table-cell-content {
+       height: 31px;
+}
+
+.mytheme .v-table-compact .v-table-cell-wrapper, .mytheme .v-table-small .v-table-cell-wrapper {
+       padding-left: 6px;
+       padding-right: 6px;
+}
+
+.mytheme .v-table-compact .v-table-cell-wrapper  > .v-widget, .mytheme .v-table-small .v-table-cell-wrapper  > .v-widget {
+       margin: 2px -3px;
+}
+
+.mytheme .v-table-compact .v-table-cell-wrapper  > .v-widget.v-label, .mytheme .v-table-compact .v-table-cell-wrapper  > .v-widget.v-checkbox, .mytheme .v-table-compact .v-table-cell-wrapper  > .v-widget.v-select-optiongroup, .mytheme .v-table-small .v-table-cell-wrapper  > .v-widget.v-label, .mytheme .v-table-small .v-table-cell-wrapper  > .v-widget.v-checkbox, .mytheme .v-table-small .v-table-cell-wrapper  > .v-widget.v-select-optiongroup {
+       margin: 0;
+}
+
+.mytheme .v-table-compact .v-table-cell-wrapper  > .v-widget.v-progressbar, .mytheme .v-table-small .v-table-cell-wrapper  > .v-widget.v-progressbar {
+       margin-left: 0;
+       margin-right: 0;
+}
+
+.mytheme .v-table-compact .v-table-header-cell-asc .v-table-sort-indicator, .mytheme .v-table-compact .v-table-header-cell-desc .v-table-sort-indicator, .mytheme .v-table-small .v-table-header-cell-asc .v-table-sort-indicator, .mytheme .v-table-small .v-table-header-cell-desc .v-table-sort-indicator {
+       height: 31px;
+       line-height: 31px;
+}
+
+.mytheme .v-table-compact .v-table-header-drag, .mytheme .v-table-small .v-table-header-drag {
+       margin-top: -16px;
+}
+
+.mytheme .v-table-compact.v-treetable .v-table-cell-wrapper, .mytheme .v-table-small.v-treetable .v-table-cell-wrapper {
+       padding-left: 0;
+       padding-right: 0;
+       min-height: 16px;
+}
+
+.mytheme .v-table-compact.v-treetable .v-table-cell-content, .mytheme .v-table-small.v-treetable .v-table-cell-content {
+       padding-left: 6px;
+       padding-right: 6px;
+}
+
+.mytheme .v-table-compact.v-treetable .v-table-cell-content:first-child, .mytheme .v-table-small.v-treetable .v-table-cell-content:first-child {
+       padding-left: 7px;
+}
+
+.mytheme .v-table-compact.v-treetable .v-table-footer-container, .mytheme .v-table-small.v-treetable .v-table-footer-container {
+       padding-left: 6px;
+       padding-right: 6px;
+}
+
+.mytheme .v-table-compact .v-table-row-drag-top .v-table-cell-content, .mytheme .v-table-compact .v-table-row-drag-bottom .v-table-cell-content, .mytheme .v-table-small .v-table-row-drag-top .v-table-cell-content, .mytheme .v-table-small .v-table-row-drag-bottom .v-table-cell-content {
+       height: 30px;
+}
+
+.mytheme .v-table-small {
+       font-size: 14px;
+}
+
+.mytheme .v-table-small.v-treetable .v-table-cell-wrapper {
+       min-height: 14px;
+}
+
+.mytheme .v-treetable [class*="caption-container"], .mytheme .v-treetable [class*="footer-container"], .mytheme .v-treetable [class*="cell-wrapper"] {
+       box-sizing: content-box;
+       padding-left: 0;
+       padding-right: 0;
+}
+
+.mytheme .v-treetable [class*="caption-container"], .mytheme .v-treetable [class*="footer-container"] {
+       min-height: 14px;
+}
+
+.mytheme .v-treetable [class*="cell-wrapper"] {
+       min-height: 16px;
+}
+
+.mytheme .v-treetable [class*="caption-container"] {
+       padding-left: 12px;
+}
+
+.mytheme .v-treetable [class*="caption-container-align-right"] {
+       padding-left: 20px;
+}
+
+.mytheme .v-treetable [class*="footer-container"] {
+       padding-right: 12px;
+}
+
+.mytheme .v-treetable [class*="cell-content"] {
+       padding-left: 12px;
+       padding-right: 12px;
+}
+
+.mytheme .v-treetable [class*="cell-content"]:first-child {
+       padding-left: 13px;
+}
+
+.mytheme .v-treetable-treespacer {
+       display: inline-block;
+       position: absolute;
+       width: 19px !important;
+       margin-left: -25px;
+       text-align: center;
+       cursor: pointer;
+}
+
+.mytheme .v-treetable-node-closed:before {
+       content: "\f0da";
+       font-family: ThemeIcons;
+}
+
+.mytheme .v-treetable-node-open:before {
+       content: "\f0d7";
+       font-family: ThemeIcons;
+}
+
+.mytheme .v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter {
+       width: 1px;
+}
+
+.mytheme .v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter:after {
+       left: -6px;
+       right: -6px;
+}
+
+.mytheme .v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before {
+       height: 37px;
+       padding: 0 16px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none;
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none;
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       height: auto;
+       padding: 0;
+       border-radius: 0;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(left, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to right,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before:hover:after {
+       background-color: rgba(186, 186, 186, 0.1);
+}
+
+.mytheme .v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before:focus:after {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before:active:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-splitpanel-horizontal  > div > .v-splitpanel-second-container {
+       margin-left: 1px;
+}
+
+.mytheme .v-splitpanel-vertical  > div > .v-splitpanel-vsplitter {
+       height: 1px;
+}
+
+.mytheme .v-splitpanel-vertical  > div > .v-splitpanel-vsplitter:after {
+       top: -6px;
+       bottom: -6px;
+}
+
+.mytheme .v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before {
+       height: 37px;
+       padding: 0 16px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none;
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none;
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       height: auto;
+       padding: 0;
+       border-radius: 0;
+}
+
+.mytheme .v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before:hover:after {
+       background-color: rgba(186, 186, 186, 0.1);
+}
+
+.mytheme .v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before:focus:after {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before:active:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter {
+       width: 12px;
+}
+
+.mytheme .v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter:after {
+       left: 0px;
+       right: 0px;
+}
+
+.mytheme .v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before {
+       height: 37px;
+       padding: 0 16px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none;
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none;
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       height: auto;
+       padding: 0;
+       border-radius: 0;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(left, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to right,#fafafa 2%, #efefef 98%);
+}
+
+.mytheme .v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before:hover:after {
+       background-color: rgba(186, 186, 186, 0.1);
+}
+
+.mytheme .v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before:focus:after {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before:active:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:after {
+       content: "";
+       border: 1px solid #dadada;
+       border-top-color: #bababa;
+       border-left-color: #bababa;
+       position: absolute;
+       top: 50%;
+       left: 50%;
+       width: 0;
+       height: 37px;
+       margin-left: -1px;
+       margin-top: -19px;
+}
+
+.mytheme .v-splitpanel-horizontal.large  > div > .v-splitpanel-second-container {
+       margin-left: 12px;
+}
+
+.mytheme .v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter {
+       height: 12px;
+}
+
+.mytheme .v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter:after {
+       top: 0px;
+       bottom: 0px;
+}
+
+.mytheme .v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before {
+       height: 37px;
+       padding: 0 16px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none;
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none;
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       height: auto;
+       padding: 0;
+       border-radius: 0;
+}
+
+.mytheme .v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before:hover:after {
+       background-color: rgba(186, 186, 186, 0.1);
+}
+
+.mytheme .v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before:focus:after {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before:active:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:after {
+       content: "";
+       border: 1px solid #dadada;
+       border-top-color: #bababa;
+       border-left-color: #bababa;
+       position: absolute;
+       top: 50%;
+       left: 50%;
+       width: 37px;
+       height: 0;
+       margin-left: -19px;
+       margin-top: -1px;
+}
+
+.mytheme .v-progressbar-wrapper {
+       border-radius: 4px;
+       height: 9px;
+       background-color: #d4d4d4;
+       background-image: -webkit-linear-gradient(bottom, #d7d7d7 2%, #c7c7c7 98%);
+       background-image: linear-gradient(to top,#d7d7d7 2%, #c7c7c7 98%);
+       box-sizing: border-box;
+       min-width: 74px;
+}
+
+.mytheme .v-progressbar-indicator {
+       border-radius: 4px;
+       height: inherit;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       
+       
+       border: 1px solid #1362b1;
+       box-sizing: border-box;
+       max-width: 100%;
+       min-width: 8px;
+       -webkit-transition: width 160ms;
+       -moz-transition: width 160ms;
+       transition: width 160ms;
+}
+
+.mytheme .v-progressbar-point .v-progressbar-indicator {
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       border: none;
+       text-align: right;
+       overflow: hidden;
+}
+
+.mytheme .v-progressbar-point .v-progressbar-indicator:before {
+       content: "";
+       display: inline-block;
+       border-radius: 4px;
+       height: inherit;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       
+       
+       border: 1px solid #1362b1;
+       box-sizing: border-box;
+       max-width: 100%;
+       width: 9px;
+       vertical-align: top;
+}
+
+.mytheme .v-progressbar-indeterminate {
+       height: 24px !important;
+       width: 24px !important;
+       box-sizing: border-box;
+       border: 2px solid rgba(25, 125, 225, 0.2);
+       border-top-color: #197de1;
+       border-right-color: #197de1;
+       border-radius: 100%;
+       -webkit-animation: v-rotate-360 500ms infinite linear;
+       -moz-animation: v-rotate-360 500ms infinite linear;
+       animation: v-rotate-360 500ms infinite linear;
+       pointer-events: none;
+}
+
+.mytheme .v-progressbar-indeterminate .v-progressbar-wrapper {
+       display: none;
+}
+
+.mytheme .v-slider {
+       position: relative;
+}
+
+.mytheme .v-slider:focus {
+       outline: none;
+}
+
+.mytheme .v-slider:focus .v-slider-handle:after {
+       opacity: 1;
+}
+
+.mytheme .v-slider.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-slider-base {
+       border-radius: 4px;
+       height: 9px;
+       background-color: #d4d4d4;
+       background-image: -webkit-linear-gradient(bottom, #d7d7d7 2%, #c7c7c7 98%);
+       background-image: linear-gradient(to top,#d7d7d7 2%, #c7c7c7 98%);
+       box-sizing: border-box;
+       min-width: 74px;
+       height: 6px;
+       margin: 16px 11px;
+       white-space: nowrap;
+       overflow: hidden;
+       
+}
+
+.mytheme .v-slider-base:before {
+       content: "";
+       position: absolute;
+       top: 16px;
+       bottom: 16px;
+       left: 11px;
+       width: 8px;
+       border-radius: 4px;
+       border-left: 1px solid #1362b1;
+}
+
+.mytheme .v-slider-base:after {
+       border-radius: 4px;
+       height: inherit;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       
+       
+       border: 1px solid #1362b1;
+       box-sizing: border-box;
+       max-width: 100%;
+       content: "";
+       display: inline-block;
+       margin-left: -100%;
+       width: 100%;
+       vertical-align: top;
+}
+
+.mytheme .v-has-width > .v-slider-base {
+       min-width: 0;
+}
+
+.mytheme .v-slider-handle {
+       margin-top: -16px;
+       width: 0.1px;
+       display: inline-block;
+       vertical-align: top;
+}
+
+.mytheme .v-slider-handle:before {
+       height: 37px;
+       padding: 0 16px;
+       color: #191919;
+       font-weight: 400;
+       
+       
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+       border-top-color: #c5c5c5;
+       border-bottom-color: #bcbcbc;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+}
+
+.mytheme .v-slider-handle:before:after {
+       border: inherit;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+}
+
+.mytheme .v-slider-handle:before:hover:after {
+       background-color: rgba(186, 186, 186, 0.1);
+}
+
+.mytheme .v-slider-handle:before:focus:after {
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-slider-handle:before:active:after {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-slider-handle:after {
+       border: 1px solid #c5c5c5;
+       border-color: #197de1;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       opacity: 0;
+       -webkit-transition: opacity 200ms;
+       -moz-transition: opacity 200ms;
+       transition: opacity 200ms;
+}
+
+.mytheme .v-slider-handle:before, .mytheme .v-slider-handle:after {
+       content: "";
+       box-sizing: border-box;
+       padding: 0;
+       width: 22px;
+       height: 22px;
+       border-radius: 11px;
+       position: absolute;
+       z-index: 1;
+       margin-top: 8px;
+       margin-left: -11px;
+}
+
+.mytheme .v-slider-feedback {
+       background-color: rgba(50, 50, 50, 0.9);
+       -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
+       box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
+       color: white;
+       padding: 5px 9px;
+       border-radius: 3px;
+       max-width: 35em;
+       overflow: hidden !important;
+       font-size: 14px;
+}
+
+.mytheme .v-slider-vertical {
+       padding: 11px 0;
+       height: 96px;
+}
+
+.mytheme .v-slider-vertical .v-slider-base {
+       background-color: #d4d4d4;
+       background-image: -webkit-linear-gradient(right, #d7d7d7 2%, #c7c7c7 98%);
+       background-image: linear-gradient(to left,#d7d7d7 2%, #c7c7c7 98%);
+       width: 6px;
+       height: 100% !important;
+       min-width: 0;
+       margin: 0 16px;
+}
+
+.mytheme .v-slider-vertical .v-slider-base:before {
+       top: auto;
+       bottom: 11px;
+       left: 16px;
+       right: 16px;
+       width: auto;
+       height: 8px;
+       border-left: none;
+       border-bottom: 1px solid #1362b1;
+}
+
+.mytheme .v-slider-vertical .v-slider-base:after {
+       height: 101%;
+       margin-left: 0;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(left, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to right,#1b87e3 2%, #166ed5 98%);
+}
+
+.mytheme .v-slider-vertical .v-slider-handle {
+       width: 0;
+       height: 0.1px;
+       width: 37px;
+       display: block;
+}
+
+.mytheme .v-slider-vertical .v-slider-handle:before, .mytheme .v-slider-vertical .v-slider-handle:after {
+       width: 22px;
+       height: 22px;
+       margin-top: -11px;
+       margin-left: -8px;
+}
+
+.mytheme .v-slider-no-indicator .v-slider-base:before, .mytheme .v-slider-no-indicator .v-slider-base:after {
+       display: none;
+}
+
+.mytheme .v-tabsheet:not(.v-has-width) {
+       width: auto !important;
+}
+
+.mytheme .v-tabsheet-spacertd {
+       display: none !important;
+}
+
+.mytheme .v-tabsheet-tabcontainer {
+       position: relative;
+       box-sizing: border-box;
+}
+
+.mytheme .v-tabsheet-tabcontainer:before {
+       content: "";
+       position: absolute;
+       height: 0;
+       border-top: 1px solid #dfdfdf;
+       bottom: 0;
+       left: 0;
+       right: 0;
+}
+
+.mytheme .v-tabsheet-tabcontainer .v-tabsheet-tabs {
+       position: relative;
+}
+
+.mytheme .v-tabsheet-tabitemcell {
+       vertical-align: bottom;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-tabsheet-tabitem {
+       line-height: 0;
+       overflow: hidden;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-caption {
+       margin-left: 19px;
+       padding: 0 4px;
+       box-sizing: border-box;
+       cursor: pointer;
+       text-align: center;
+       line-height: 37px;
+       font-size: 15px;
+       font-weight: 300;
+       color: #696969;
+       width: auto !important;
+       overflow: hidden;
+       text-overflow: ellipsis;
+       border-bottom: 2px solid transparent;
+       position: relative;
+       -webkit-transition: border-bottom 200ms, color 200ms;
+       -moz-transition: border-bottom 200ms, color 200ms;
+       transition: border-bottom 200ms, color 200ms;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-caption .v-captiontext {
+       display: inline;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-caption .v-icon + .v-captiontext {
+       margin-left: 9px;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-caption:hover {
+       color: #197de1;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-caption.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       cursor: default;
+       color: inherit !important;
+}
+
+.mytheme .v-tabsheet-tabitemcell:first-child .v-caption, .mytheme .v-tabsheet-tabitemcell[aria-hidden="true"] + td .v-caption {
+       margin-left: 0;
+}
+
+.mytheme .v-tabsheet-tabitemcell:focus {
+       outline: none;
+}
+
+.mytheme .v-tabsheet-tabitemcell:focus .v-caption {
+       color: #197de1;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-caption.v-caption {
+       border-bottom-color: #197de1;
+       color: #197de1;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-caption-closable {
+       padding-right: 22px;
+}
+
+.mytheme .v-tabsheet-tabitemcell.icons-on-top .v-caption-closable {
+       padding-right: 4px;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-tabsheet-caption-close {
+       position: absolute;
+       right: 0;
+       top: 50%;
+       margin: -8px 0 0;
+       font-size: 18px;
+       line-height: 18px;
+       width: 18px;
+       text-align: center;
+       border-radius: 2px;
+       color: #969696;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-tabsheet-caption-close:hover {
+       background: rgba(0, 0, 0, 0.03);
+       color: #197de1;
+}
+
+.mytheme .v-tabsheet-tabitemcell .v-tabsheet-caption-close:active {
+       background: #197de1;
+       color: #c8dbed;
+}
+
+.mytheme .v-tabsheet-scroller {
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       padding-left: 19px;
+       background-color: transparent;
+       background-image: -webkit-linear-gradient(right, #fafafa 70%, rgba(250, 250, 250, 0) 100%);
+       background-image: linear-gradient(to left,#fafafa 70%, rgba(250, 250, 250, 0) 100%);
+       pointer-events: none;
+}
+
+.mytheme .v-tabsheet-scroller:after {
+       content: "";
+       height: 1px;
+       position: absolute;
+       bottom: 0;
+       left: 0;
+       right: 0;
+       display: block;
+       background-color: transparent;
+       background-image: -webkit-linear-gradient(right, #dfdfdf 70%, rgba(223, 223, 223, 0) 100%);
+       background-image: linear-gradient(to left,#dfdfdf 70%, rgba(223, 223, 223, 0) 100%);
+}
+
+.mytheme .v-tabsheet-scroller button {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       border: none;
+       background: transparent;
+       font: inherit;
+       color: inherit;
+       height: 100%;
+       margin: 0;
+       padding: 0 9px;
+       outline: none;
+       cursor: pointer;
+       pointer-events: auto;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-tabsheet-scroller button:hover {
+       opacity: 1;
+       filter: none ;
+       color: #197de1;
+}
+
+.mytheme .v-tabsheet-scroller button:active {
+       opacity: 0.7;
+       filter: alpha(opacity=70) ;
+       color: #197de1;
+}
+
+.mytheme .v-tabsheet-scroller button::-moz-focus-inner {
+       padding: 0;
+       border: 0;
+}
+
+.mytheme .v-tabsheet-scroller [class*="Next"] {
+       padding-left: 5px;
+}
+
+.mytheme .v-tabsheet-scroller [class*="Next"]:before {
+       font-family: ThemeIcons;
+       content: "\f054";
+}
+
+.mytheme .v-tabsheet-scroller [class*="Prev"] {
+       padding-right: 5px;
+}
+
+.mytheme .v-tabsheet-scroller [class*="Prev"]:before {
+       font-family: ThemeIcons;
+       content: "\f053";
+}
+
+.mytheme .v-tabsheet-scroller [class*="disabled"] {
+       cursor: default;
+       color: inherit !important;
+       opacity: 0.1 !important;
+       filter: alpha(opacity=10) !important;
+}
+
+.mytheme .v-tabsheet-tabsheetpanel > .v-scrollable > .v-widget {
+       -webkit-animation: valo-animate-in-fade 300ms backwards;
+       -moz-animation: valo-animate-in-fade 300ms backwards;
+       animation: valo-animate-in-fade 300ms backwards;
+}
+
+.mytheme .v-tabsheet-deco {
+       height: 20px !important;
+       width: 20px !important;
+       box-sizing: border-box;
+       border: 2px solid rgba(25, 125, 225, 0.2);
+       border-top-color: #197de1;
+       border-right-color: #197de1;
+       border-radius: 100%;
+       -webkit-animation: v-rotate-360 500ms infinite linear;
+       -moz-animation: v-rotate-360 500ms infinite linear;
+       animation: v-rotate-360 500ms infinite linear;
+       pointer-events: none;
+       display: none;
+       position: absolute;
+       z-index: 1;
+       bottom: 50%;
+       margin-bottom: -29px;
+       left: 50%;
+       margin-left: -10px;
+}
+
+.mytheme .v-tabsheet-loading .v-tabsheet-deco {
+       display: block;
+}
+
+.mytheme .v-tabsheet-equal-width-tabs  > .v-tabsheet-tabcontainer table, .mytheme .v-tabsheet-equal-width-tabs  > .v-tabsheet-tabcontainer tbody, .mytheme .v-tabsheet-equal-width-tabs  > .v-tabsheet-tabcontainer tr {
+       width: 100%;
+}
+
+.mytheme .v-tabsheet-equal-width-tabs  > .v-tabsheet-tabcontainer tr {
+       display: table;
+       table-layout: fixed;
+}
+
+.mytheme .v-tabsheet-equal-width-tabs  > .v-tabsheet-tabcontainer td {
+       display: table-cell;
+}
+
+.mytheme .v-tabsheet-equal-width-tabs  > .v-tabsheet-tabcontainer .v-caption {
+       margin: 0;
+       display: block;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-caption {
+       margin-left: 4px;
+       padding: 0 12px;
+       background-color: #fafafa;
+       border: 1px solid transparent;
+       line-height: 36px;
+       border-radius: 4px 4px 0 0;
+       font-weight: 400;
+       -webkit-transition: background-color 160ms;
+       -moz-transition: background-color 160ms;
+       transition: background-color 160ms;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-caption:hover {
+       background-color: #f2f2f2;
+       border-bottom-color: #dfdfdf;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-caption.v-disabled:hover {
+       background-color: #fafafa;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-caption-closable {
+       padding-right: 30px;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
+       top: 4px;
+       right: 4px;
+       margin-top: 0;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-tabcontainer td:first-child .v-caption, .mytheme .v-tabsheet-framed  > .v-tabsheet-tabcontainer [aria-hidden="true"] + td .v-caption {
+       margin-left: 0;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-tabsheet-tabitem .v-caption {
+       border-color: #dfdfdf;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption {
+       background: white;
+       border-color: #dfdfdf;
+       border-bottom: none;
+       padding-bottom: 1px;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-content {
+       border: 1px solid #dfdfdf;
+       border-top: none;
+}
+
+.mytheme .v-tabsheet-framed  > .v-tabsheet-content  > div {
+       background: white;
+}
+
+.mytheme .v-tabsheet-framed.padded-tabbar  > .v-tabsheet-tabcontainer {
+       border: 1px solid #dfdfdf;
+       border-bottom: none;
+       background: #fafafa;
+       padding-top: 6px;
+}
+
+.mytheme .v-tabsheet-framed.icons-on-top  > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption {
+       padding-bottom: 7px;
+}
+
+.mytheme .v-tabsheet-centered-tabs  > .v-tabsheet-tabcontainer {
+       text-align: center;
+}
+
+.mytheme .v-tabsheet-right-aligned-tabs  > .v-tabsheet-tabcontainer {
+       text-align: right;
+}
+
+.mytheme .v-tabsheet-right-aligned-tabs .v-tabsheet-spacertd {
+       display: inline-block !important;
+}
+
+.mytheme .v-tabsheet-right-aligned-tabs .v-tabsheet-scroller {
+       padding-left: 9px;
+}
+
+.mytheme .v-tabsheet-padded-tabbar  > .v-tabsheet-tabcontainer .v-tabsheet-tabs {
+       padding: 0 9px;
+}
+
+.mytheme .v-tabsheet-icons-on-top  > .v-tabsheet-tabcontainer .v-caption {
+       padding-top: 6px;
+       padding-bottom: 6px;
+       line-height: 1.2;
+}
+
+.mytheme .v-tabsheet-icons-on-top  > .v-tabsheet-tabcontainer .v-icon {
+       display: block;
+}
+
+.mytheme .v-tabsheet-icons-on-top  > .v-tabsheet-tabcontainer .v-icon  + .v-captiontext.v-captiontext {
+       margin-left: 0;
+}
+
+.mytheme .v-tabsheet-icons-on-top  > .v-tabsheet-tabcontainer .v-caption-closable {
+       padding-right: 12px;
+}
+
+.mytheme .v-tabsheet-icons-on-top  > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
+       top: 4px;
+       margin-top: 0;
+}
+
+.mytheme .v-tabsheet-compact-tabbar  > .v-tabsheet-tabcontainer-compact-tabbar .v-caption {
+       line-height: 1.8;
+}
+
+.mytheme .v-tabsheet-only-selected-closable  > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
+       visibility: hidden;
+}
+
+.mytheme .v-tabsheet-only-selected-closable  > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-tabsheet-caption-close {
+       visibility: visible;
+}
+
+.mytheme .v-colorpicker-popup.v-window {
+       min-width: 220px !important;
+}
+
+.mytheme .v-colorpicker-popup .v-tabsheet-tabs {
+       padding: 0 9px;
+}
+
+.mytheme .v-colorpicker-popup [class$="sliders"] {
+       padding: 12px;
+}
+
+.mytheme .v-colorpicker-popup [class$="sliders"] .v-widget {
+       width: 100% !important;
+       vertical-align: middle;
+}
+
+.mytheme .v-colorpicker-popup [class$="sliders"] .v-has-caption {
+       white-space: nowrap;
+       padding-left: 48px;
+}
+
+.mytheme .v-colorpicker-popup [class$="sliders"] .v-caption {
+       display: inline-block;
+       margin-left: -48px;
+       width: 48px;
+}
+
+.mytheme .v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-has-caption {
+       padding-left: 80px;
+}
+
+.mytheme .v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-caption {
+       margin-left: -80px;
+       width: 80px;
+}
+
+.mytheme .v-colorpicker-popup .v-slider-red .v-slider-base:after {
+       background: red;
+       border: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-colorpicker-popup .v-slider-green .v-slider-base:after {
+       background: green;
+       border: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-colorpicker-popup .v-slider-blue .v-slider-base:after {
+       background: blue;
+       border: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-colorpicker-popup .v-margin-bottom {
+       padding-bottom: 0;
+}
+
+.mytheme .v-colorpicker-popup .resize-button {
+       width: 100% !important;
+       height: auto !important;
+       text-align: center;
+       outline: none;
+}
+
+.mytheme .v-colorpicker-popup .resize-button:before {
+       font-family: ThemeIcons;
+       content: "\f141";
+}
+
+.mytheme .v-colorpicker-popup .resize-button-caption {
+       display: none;
+}
+
+.mytheme .v-colorpicker-popup .v-horizontallayout {
+       height: auto !important;
+       padding: 9px 0;
+       background-color: #fafafa;
+       border-top: 1px solid #ededed;
+}
+
+.mytheme .v-colorpicker-popup .v-horizontallayout .v-expand {
+       overflow: visible;
+}
+
+.mytheme .v-colorpicker-popup .v-horizontallayout .v-button {
+       width: 80% !important;
+}
+
+.mytheme .v-colorpicker-preview {
+       width: 100% !important;
+       height: auto !important;
+       padding: 9px;
+       display: inline-flex;
+}
+
+.mytheme .v-colorpicker-preview-textfield {
+       height: auto !important;
+       text-align: center;
+       border: none;
+}
+
+.mytheme .v-colorpicker {
+       width: auto;
+}
+
+.mytheme .v-colorpicker-button-color {
+       position: absolute;
+       top: 6px;
+       right: 6px;
+       bottom: 6px;
+       left: 6px;
+       border-radius: 3px;
+       border: 1px solid rgba(0, 0, 0, 0.5);
+       max-width: 23px;
+}
+
+.mytheme .v-colorpicker-button-color  + .v-button-caption:not(:empty) {
+       margin-left: 19px;
+}
+
+.mytheme .v-panel {
+       background: white;
+       color: #474747;
+       border-radius: 4px;
+       border: 1px solid #d5d5d5;
+       -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       overflow: visible !important;
+}
+
+.mytheme .v-panel-caption {
+       box-sizing: border-box;
+       padding: 0 12px;
+       line-height: 36px;
+       border-bottom: 1px solid #d5d5d5;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #f6f6f6 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #f6f6f6 98%);
+       color: #464646;
+       font-weight: 400;
+       font-size: 14px;
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       border-radius: 3px 3px 0 0;
+}
+
+.mytheme .v-panel-content {
+       box-sizing: border-box;
+       width: 100%;
+       height: 100%;
+}
+
+.mytheme .v-panel-content  > .v-margin-top {
+       padding-top: 12px;
+}
+
+.mytheme .v-panel-content  > .v-margin-right {
+       padding-right: 12px;
+}
+
+.mytheme .v-panel-content  > .v-margin-bottom {
+       padding-bottom: 12px;
+}
+
+.mytheme .v-panel-content  > .v-margin-left {
+       padding-left: 12px;
+}
+
+.mytheme .v-panel-borderless {
+       background: transparent;
+       color: inherit;
+       border: none;
+       border-radius: 0;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-panel-borderless  > div > [class*="-caption"] {
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       color: inherit;
+       padding: 0;
+       margin: 0 12px;
+       border-bottom: none;
+}
+
+.mytheme .v-panel-well {
+       background: #f5f5f5;
+       color: #454545;
+       -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05);
+       border-radius: 4px;
+       border: 1px solid #c5c5c5;
+}
+
+.mytheme .v-panel-well  > div > [class*="-caption"] {
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-panel-scroll-divider  > [class*="-captionwrap"] {
+       position: relative;
+       z-index: 2;
+}
+
+.mytheme .v-panel-scroll-divider  > [class*="-captionwrap"]:after {
+       content: "";
+       position: absolute;
+       bottom: -1px;
+       right: 0;
+       left: 0;
+       height: 0;
+       border-top: 1px solid #dfdfdf;
+       border-color: rgba(197, 197, 197, 0.5);
+}
+
+.mytheme .v-panel-scroll-divider  > [class*="-content"]:before {
+       content: "";
+       position: absolute;
+       z-index: 2;
+       top: 0;
+       height: 0;
+       border-top: 1px solid #fafafa;
+       left: 0;
+       right: 0;
+}
+
+.mytheme .v-panel-caption.v-horizontallayout {
+       height: auto !important;
+       line-height: 0;
+}
+
+.mytheme .v-panel-caption.v-horizontallayout .v-slot {
+       vertical-align: middle;
+}
+
+.mytheme .v-panel-caption.v-horizontallayout .v-label {
+       line-height: 37px;
+}
+
+.mytheme .v-accordion {
+       background: white;
+       color: #474747;
+       border-radius: 4px;
+       border: 1px solid #d5d5d5;
+       -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #f4f4f4 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #f4f4f4 98%);
+       overflow: hidden;
+}
+
+.mytheme .v-accordion-item {
+       position: relative;
+}
+
+.mytheme .v-accordion-item:first-child {
+       border-top-left-radius: 3px;
+       border-top-right-radius: 3px;
+}
+
+.mytheme .v-accordion-item:last-child {
+       border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 3px;
+}
+
+.mytheme .v-accordion-item:last-child [class*="item-content"] {
+       border-radius: inherit;
+}
+
+.mytheme .v-accordion-item[class*="item-open"]:last-child > div > .v-caption {
+       border-radius: 0;
+}
+
+.mytheme .v-accordion-item:not([class*="item-open"]):last-child > div > .v-caption {
+       border-bottom: none;
+       margin-bottom: 0;
+}
+
+.mytheme .v-accordion-item[class*="item-open"] + [class*="item"] {
+       border-top: 1px solid #d9d9d9;
+}
+
+.mytheme .v-accordion-item-caption {
+       border-radius: inherit;
+}
+
+.mytheme .v-accordion-item-caption  > .v-caption {
+       box-sizing: border-box;
+       padding: 0 12px;
+       line-height: 36px;
+       border-bottom: 1px solid #d5d5d5;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #f6f6f6 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #f6f6f6 98%);
+       color: #464646;
+       font-weight: 400;
+       font-size: 14px;
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
+       text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
+       display: block;
+       background: transparent;
+       border-bottom-color: #c9c9c9;
+       border-radius: inherit;
+       cursor: pointer;
+       position: relative;
+}
+
+.mytheme .v-accordion-item-caption  > .v-caption:hover:before, .mytheme .v-accordion-item-caption  > .v-caption:active:before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       border-radius: inherit;
+}
+
+.mytheme .v-accordion-item-caption  > .v-caption:hover:before {
+       background-color: rgba(186, 186, 186, 0.1);
+       border: none;
+}
+
+.mytheme .v-accordion-item-caption  > .v-caption:active:before {
+       background-color: rgba(125, 125, 125, 0.2);
+}
+
+.mytheme .v-accordion-item-content {
+       -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
+       background-color: white;
+       box-sizing: border-box;
+}
+
+.mytheme .v-accordion-item-content  > .v-margin-top {
+       padding-top: 12px;
+}
+
+.mytheme .v-accordion-item-content  > .v-margin-right {
+       padding-right: 12px;
+}
+
+.mytheme .v-accordion-item-content  > .v-margin-bottom {
+       padding-bottom: 12px;
+}
+
+.mytheme .v-accordion-item-content  > .v-margin-left {
+       padding-left: 12px;
+}
+
+.mytheme .v-accordion-borderless {
+       border: none;
+       border-radius: 0;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.mytheme .v-accordion-borderless  > .v-accordion-item, .mytheme .v-accordion-borderless  > .v-accordion-item > div > .v-caption, .mytheme .v-accordion-borderless  > .v-accordion-item > .v-accordion-item-content {
+       border-radius: 0;
+}
+
+.mytheme .v-select-twincol {
+       white-space: normal;
+}
+
+.mytheme .v-select-twincol select {
+       border: 1px solid #c5c5c5;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       color: #464646;
+}
+
+.mytheme .v-select-twincol select:focus {
+       outline: none;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-select-twincol .v-textfield, .mytheme .v-select-twincol .v-nativebutton {
+       width: auto !important;
+       margin-top: 9px;
+}
+
+.mytheme .v-select-twincol .v-nativebutton {
+       margin-left: 9px;
+}
+
+.mytheme .v-select-twincol-caption-left, .mytheme .v-select-twincol-caption-right {
+       font-size: 14px;
+       font-weight: 400;
+       padding-bottom: 0.3em;
+       padding-left: 1px;
+}
+
+.mytheme .v-select-twincol-buttons {
+       white-space: nowrap;
+       display: inline-block;
+       vertical-align: top;
+       position: relative;
+       min-width: 3.5em;
+}
+
+.mytheme .v-select-twincol-buttons .v-button {
+       box-sizing: border-box;
+       display: inline-block;
+       vertical-align: top;
+       text-align: left;
+       white-space: normal;
+       position: absolute;
+       left: 9px;
+       right: 9px;
+       top: 36px;
+       padding: 0;
+       text-align: center;
+}
+
+.mytheme .v-select-twincol-buttons .v-button:first-child {
+       top: 0;
+}
+
+.mytheme .v-select-twincol-buttons .v-button-caption {
+       display: none;
+}
+
+.mytheme .v-select-twincol-buttons .v-button:focus {
+       z-index: 1;
+}
+
+.mytheme .v-select-twincol-buttons .v-button:first-child {
+       border-radius: 4px 4px 0 0;
+}
+
+.mytheme .v-select-twincol-buttons .v-button:last-child {
+       border-radius: 0 0 4px 4px;
+}
+
+.mytheme .v-select-twincol-buttons .v-button-wrap:before {
+       font-family: ThemeIcons;
+       content: "\f053";
+}
+
+.mytheme .v-select-twincol-buttons .v-button:first-child .v-button-wrap:before {
+       font-family: ThemeIcons;
+       content: "\f054";
+}
+
+.mytheme .v-select-twincol-error .v-select-twincol-options, .mytheme .v-select-twincol-error .v-select-twincol-selections {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-select-twincol-error-info .v-select-twincol-options, .mytheme .v-select-twincol-error-info .v-select-twincol-selections {
+       border-color: #00a7f5 !important;
+       background: #fafdff;
+       color: #195774;
+}
+
+.mytheme .v-select-twincol-error-warning .v-select-twincol-options, .mytheme .v-select-twincol-error-warning .v-select-twincol-selections {
+       border-color: #fc9c00 !important;
+       background: #fffdfa;
+       color: #745119;
+}
+
+.mytheme .v-select-twincol-error-error .v-select-twincol-options, .mytheme .v-select-twincol-error-error .v-select-twincol-selections {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-select-twincol-error-critical .v-select-twincol-options, .mytheme .v-select-twincol-error-critical .v-select-twincol-selections {
+       border-color: #fa007d !important;
+       background: #fffafc;
+       color: #741947;
+}
+
+.mytheme .v-select-twincol-error-system .v-select-twincol-options, .mytheme .v-select-twincol-error-system .v-select-twincol-selections {
+       border-color: #bb00ff !important;
+       background: #fefaff;
+       color: #5c1974;
+}
+
+.mytheme .v-select select {
+       border: 1px solid #c5c5c5;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       color: #464646;
+}
+
+.mytheme .v-select select:focus {
+       outline: none;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-select-select {
+       display: block;
+}
+
+.mytheme .v-select-select  + .v-textfield {
+       width: auto !important;
+       margin-top: 9px;
+}
+
+.mytheme .v-select-select  + .v-textfield  + .v-nativebutton {
+       margin-top: 9px;
+       margin-left: 9px;
+}
+
+.mytheme .v-select-error .v-select-select {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-calendar-header-day {
+       font-weight: 400;
+       text-align: center;
+       padding: 7px 0;
+}
+
+.mytheme .v-calendar-header-week .v-calendar-back, .mytheme .v-calendar-header-week .v-calendar-next {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       background: transparent;
+       border: none;
+       padding: 0;
+       margin: 0;
+       cursor: pointer;
+       outline: none;
+       color: inherit;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-calendar-header-week .v-calendar-back:focus, .mytheme .v-calendar-header-week .v-calendar-next:focus {
+       outline: none;
+}
+
+.mytheme .v-calendar-header-week .v-calendar-back:hover, .mytheme .v-calendar-header-week .v-calendar-next:hover {
+       opacity: 1;
+       filter: none ;
+}
+
+.mytheme .v-calendar-header-week .v-calendar-back:active, .mytheme .v-calendar-header-week .v-calendar-next:active {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-calendar-header-week .v-calendar-back:before {
+       font-family: ThemeIcons;
+       content: "\f053";
+}
+
+.mytheme .v-calendar-header-week .v-calendar-next:before {
+       font-family: ThemeIcons;
+       content: "\f054";
+}
+
+.mytheme .v-calendar-month {
+       outline: none;
+       overflow: hidden;
+}
+
+.mytheme .v-calendar-month td {
+       vertical-align: top;
+}
+
+.mytheme .v-calendar-week-number {
+       cursor: pointer;
+       width: 20px;
+       text-align: center;
+       font-size: 0.8em;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-calendar-week-number:hover {
+       opacity: 1;
+       filter: none ;
+}
+
+.mytheme .v-calendar-month-day {
+       outline: none;
+       box-sizing: border-box;
+       line-height: 1.2;
+}
+
+.mytheme .v-calendar-bottom-spacer, .mytheme .v-calendar-spacer, .mytheme .v-calendar-bottom-spacer-empty {
+       height: 19px;
+       margin-bottom: 3px;
+}
+
+.mytheme .v-calendar-bottom-spacer {
+       font-size: 0.8em;
+       padding: 0 5px;
+       cursor: pointer;
+}
+
+.mytheme .v-calendar-bottom-spacer:hover {
+       color: #197de1;
+}
+
+.mytheme .v-calendar-day-number {
+       line-height: 25px;
+       font-size: 16px;
+       text-align: right;
+       margin: 0 5px;
+       white-space: nowrap;
+       border-top: 1px solid #f2f2f2;
+       cursor: pointer;
+}
+
+.mytheme .v-calendar-day-number:hover {
+       color: #197de1;
+}
+
+.mytheme .v-calendar-month-day-today {
+       background: #eef3f8;
+}
+
+.mytheme .v-calendar-month-day-today .v-calendar-day-number {
+       font-weight: 400;
+       color: #197de1;
+       border-top: 2px solid #197de1;
+       line-height: 24px;
+       margin: 0;
+       padding: 0 5px;
+}
+
+.mytheme .v-calendar-month-day-selected {
+       background-color: #e3edf7;
+}
+
+.mytheme .v-calendar-month-day-dragemphasis {
+       background-color: #a8a8a8;
+}
+
+.mytheme .v-calendar-month-day-scrollable {
+       overflow-y: scroll;
+}
+
+.mytheme .v-calendar-weekly-longevents {
+       margin-left: 50px;
+       border-bottom: 3px solid #e0e0e0;
+}
+
+.mytheme .v-calendar-weekly-longevents .v-calendar-event-all-day {
+       height: 22px;
+       line-height: 1.6;
+       margin-bottom: 3px;
+}
+
+.mytheme .v-calendar-header-week td {
+       vertical-align: middle !important;
+}
+
+.mytheme .v-calendar-header-week .v-calendar-header-day {
+       cursor: pointer;
+}
+
+.mytheme .v-calendar-times {
+       width: 50px;
+       font-size: 0.77em;
+       line-height: 1;
+       white-space: nowrap;
+}
+
+.mytheme .v-calendar-time {
+       text-align: right;
+       padding-right: 9px;
+       margin-top: -6px;
+       padding-bottom: 6px;
+}
+
+.mytheme .v-calendar-day-times, .mytheme .v-calendar-day-times-today {
+       outline: none;
+       border-right: 1px solid transparent;
+}
+
+.mytheme .v-calendar-day-times:focus, .mytheme .v-calendar-day-times-today:focus {
+       outline: none;
+}
+
+.mytheme .v-calendar .v-datecellslot, .mytheme .v-calendar .v-datecellslot-even {
+       border-top: 1px solid #dfdfdf;
+}
+
+.mytheme .v-calendar .v-datecellslot:first-child, .mytheme .v-calendar .v-datecellslot-even:first-child {
+       border-top-color: transparent;
+}
+
+.mytheme .v-calendar .v-datecellslot {
+       border-top-style: dotted;
+}
+
+.mytheme .v-calendar .v-datecellslot, .mytheme .v-calendar .v-datecellslot-even {
+       margin-right: 5px;
+}
+
+.mytheme .v-calendar-current-time {
+       background: #197de1;
+       line-height: 1px;
+       pointer-events: none;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-calendar-current-time:before {
+       content: "\2022";
+       color: #197de1;
+       font-size: 22px;
+       margin-left: -0.07em;
+}
+
+.mytheme .v-calendar .v-daterange {
+       position: relative;
+}
+
+.mytheme .v-calendar .v-daterange:before {
+       content: "";
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: -1px;
+       left: 0;
+       background: #197de1;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       border-radius: 4px 4px 0 0;
+}
+
+.mytheme .v-calendar .v-daterange  + .v-daterange {
+       border-color: transparent;
+}
+
+.mytheme .v-calendar .v-daterange  + .v-daterange:before {
+       border-radius: 0;
+}
+
+.mytheme .v-calendar-event {
+       font-size: 0.85em;
+       overflow: hidden;
+       cursor: pointer;
+       outline: none;
+       border-radius: 4px;
+}
+
+.mytheme .v-calendar-event:focus {
+       outline: none;
+}
+
+.mytheme .v-calendar-event-month {
+       padding: 0 5px;
+       box-sizing: border-box;
+       margin-bottom: 3px;
+       white-space: nowrap;
+       text-overflow: ellipsis;
+       height: 19px;
+       line-height: 19px;
+}
+
+.mytheme .v-calendar-event-month .v-calendar-event-time {
+       float: right;
+       font-size: 0.9em;
+       line-height: 19px;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-calendar-event-month:before {
+       content: "\25cf";
+       margin-right: 0.2em;
+}
+
+.mytheme .v-calendar-event-all-day {
+       padding: 0 5px;
+       box-sizing: border-box;
+       height: 19px;
+       line-height: 19px;
+       border-radius: 0;
+       margin-left: -1px;
+       white-space: nowrap;
+}
+
+.mytheme .v-calendar-event-all-day:before {
+       content: "";
+}
+
+.mytheme .v-calendar-event-start {
+       overflow: visible;
+       margin-left: 0;
+}
+
+.mytheme .v-calendar-event-start.v-calendar-event-continued-to, .mytheme .v-calendar-event-start.v-calendar-event-end {
+       overflow: hidden;
+       text-overflow: ellipsis;
+}
+
+.mytheme .v-calendar-event-start {
+       border-top-left-radius: 4px;
+       border-bottom-left-radius: 4px;
+       margin-left: 5px;
+}
+
+.mytheme .v-calendar-event-end {
+       border-top-right-radius: 4px;
+       border-bottom-right-radius: 4px;
+       margin-right: 5px;
+}
+
+.mytheme .v-calendar-event-caption {
+       font-weight: 500;
+       line-height: 1.2;
+       padding: 5px 0;
+       position: absolute;
+       overflow: hidden;
+       right: 9px;
+       left: 5px;
+       bottom: 0;
+       top: 0;
+}
+
+.mytheme .v-calendar-event-caption span {
+       font-weight: 300;
+       white-space: nowrap;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event {
+       overflow: visible;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event-content {
+       margin-top: -1px;
+       border-radius: 5px;
+       border: 1px solid #fafafa;
+       padding-top: 3px;
+       margin-right: 5px;
+}
+
+.mytheme .v-calendar-event-month:before {
+       color: #00ace0;
+}
+
+.mytheme .v-calendar-event-all-day {
+       background-color: #c8eaf4;
+       background-color: rgba(200, 234, 244, 0.8);
+       color: #00ace0;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event {
+       color: #00ace0;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event .v-calendar-event-content {
+       background-color: #c8eaf4;
+       background-color: rgba(200, 234, 244, 0.8);
+}
+
+.mytheme .v-calendar-event-month[class*="color2"]:before {
+       color: #2d9f19;
+}
+
+.mytheme .v-calendar-event-all-day[class*="color2"] {
+       background-color: #d1e7cd;
+       background-color: rgba(209, 231, 205, 0.8);
+       color: #2d9f19;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event[class*="color2"] {
+       color: #2d9f19;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event[class*="color2"] .v-calendar-event-content {
+       background-color: #d1e7cd;
+       background-color: rgba(209, 231, 205, 0.8);
+}
+
+.mytheme .v-calendar-event-month[class*="color3"]:before {
+       color: #d18100;
+}
+
+.mytheme .v-calendar-event-all-day[class*="color3"] {
+       background-color: #f1e1c8;
+       background-color: rgba(241, 225, 200, 0.8);
+       color: #d18100;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event[class*="color3"] {
+       color: #d18100;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event[class*="color3"] .v-calendar-event-content {
+       background-color: #f1e1c8;
+       background-color: rgba(241, 225, 200, 0.8);
+}
+
+.mytheme .v-calendar-event-month[class*="color4"]:before {
+       color: #ce3812;
+}
+
+.mytheme .v-calendar-event-all-day[class*="color4"] {
+       background-color: #f1d3cb;
+       background-color: rgba(241, 211, 203, 0.8);
+       color: #ce3812;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event[class*="color4"] {
+       color: #ce3812;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event[class*="color4"] .v-calendar-event-content {
+       background-color: #f1d3cb;
+       background-color: rgba(241, 211, 203, 0.8);
+}
+
+.mytheme .v-calendar-event-month[class*="color5"]:before {
+       color: #2d55cd;
+}
+
+.mytheme .v-calendar-event-all-day[class*="color5"] {
+       background-color: #d1d9f1;
+       background-color: rgba(209, 217, 241, 0.8);
+       color: #2d55cd;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event[class*="color5"] {
+       color: #2d55cd;
+}
+
+.mytheme .v-calendar-week-wrapper .v-calendar-event[class*="color5"] .v-calendar-event-content {
+       background-color: #d1d9f1;
+       background-color: rgba(209, 217, 241, 0.8);
+}
+
+.mytheme .v-calendar.v-disabled * {
+       cursor: default;
+}
+
+.mytheme .v-label {
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+}
+
+.mytheme .v-label.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-label-undef-w {
+       white-space: nowrap;
+}
+
+.mytheme h1, .mytheme .v-label-h1, .mytheme h2, .mytheme .v-label-h2, .mytheme h3, .mytheme .v-label-h3 {
+       line-height: 1.1;
+       font-weight: 200;
+       color: #141414;
+}
+
+.mytheme h1, .mytheme .v-label-h1 {
+       font-size: 2.4em;
+       margin-top: 1.4em;
+       margin-bottom: 1em;
+       
+       letter-spacing: -0.03em;
+}
+
+.mytheme h2, .mytheme .v-label-h2 {
+       font-size: 1.6em;
+       
+       margin-top: 1.6em;
+       margin-bottom: 0.77em;
+       letter-spacing: -0.02em;
+}
+
+.mytheme h3, .mytheme .v-label-h3 {
+       font-size: 1.2em;
+       
+       margin-top: 1.8em;
+       margin-bottom: 0.77em;
+       letter-spacing: 0;
+}
+
+.mytheme h4, .mytheme .v-label-h4 {
+       line-height: 1.1;
+       font-weight: 500;
+       font-size: 14px;
+       color: #414141;
+       text-transform: uppercase;
+       letter-spacing: 0;
+       margin-top: 2.4em;
+       margin-bottom: 0.8em;
+}
+
+.mytheme .v-csslayout  > h1:first-child, .mytheme .v-csslayout  > h2:first-child, .mytheme .v-csslayout  > h3:first-child, .mytheme .v-csslayout  > h4 > .v-label-h1:first-child, .mytheme .v-csslayout  > .v-label-h2:first-child, .mytheme .v-csslayout  > .v-label-h3:first-child, .mytheme .v-csslayout  > .v-label-h4:first-child {
+       margin-top: 16px;
+}
+
+.mytheme .v-verticallayout > .v-slot:first-child h1, .mytheme .v-verticallayout > .v-slot:first-child .v-label-h1, .mytheme .v-verticallayout > .v-slot:first-child h2, .mytheme .v-verticallayout > .v-slot:first-child .v-label-h2, .mytheme .v-verticallayout > .v-slot:first-child h3, .mytheme .v-verticallayout > .v-slot:first-child .v-label-h3, .mytheme .v-verticallayout > .v-slot:first-child h4, .mytheme .v-verticallayout > .v-slot:first-child .v-label-h4, .mytheme .v-verticallayout > div > .v-slot:first-child h1, .mytheme .v-verticallayout > div > .v-slot:first-child .v-label-h1, .mytheme .v-verticallayout > div > .v-slot:first-child h2, .mytheme .v-verticallayout > div > .v-slot:first-child .v-label-h2, .mytheme .v-verticallayout > div > .v-slot:first-child h3, .mytheme .v-verticallayout > div > .v-slot:first-child .v-label-h3, .mytheme .v-verticallayout > div > .v-slot:first-child h4, .mytheme .v-verticallayout > div > .v-slot:first-child .v-label-h4 {
+       margin-top: 16px;
+}
+
+.mytheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h1, .mytheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h1, .mytheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h2, .mytheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h2, .mytheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h3, .mytheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h3, .mytheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h4, .mytheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h4, .mytheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h1, .mytheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h1, .mytheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h2, .mytheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h2, .mytheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h3, .mytheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h3, .mytheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h4, .mytheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h4 {
+       margin-top: -0.5em;
+}
+
+.mytheme h1.no-margin, .mytheme .v-label-h1.no-margin, .mytheme h2.no-margin, .mytheme .v-label-h2.no-margin, .mytheme h3.no-margin, .mytheme .v-label-h3.no-margin, .mytheme h4.no-margin, .mytheme .v-label-h4.no-margin {
+       margin: 0 !important;
+}
+
+.mytheme .v-label-colored {
+       color: #197de1;
+}
+
+.mytheme .v-label-large {
+       font-size: 20px;
+}
+
+.mytheme .v-label-small {
+       font-size: 14px;
+}
+
+.mytheme .v-label-tiny {
+       font-size: 12px;
+}
+
+.mytheme .v-label-huge {
+       font-size: 26px;
+}
+
+.mytheme .v-label-bold {
+       font-weight: 500;
+}
+
+.mytheme .v-label-light {
+       font-weight: 200;
+       color: #7d7d7d;
+}
+
+.mytheme .v-label-align-right {
+       text-align: right;
+}
+
+.mytheme .v-label-align-center {
+       text-align: center;
+}
+
+.mytheme .v-label-spinner {
+       height: 24px !important;
+       width: 24px !important;
+       box-sizing: border-box;
+       border: 2px solid rgba(25, 125, 225, 0.2);
+       border-top-color: #197de1;
+       border-right-color: #197de1;
+       border-radius: 100%;
+       -webkit-animation: v-rotate-360 500ms infinite linear;
+       -moz-animation: v-rotate-360 500ms infinite linear;
+       animation: v-rotate-360 500ms infinite linear;
+       pointer-events: none;
+}
+
+.mytheme .v-label-success, .mytheme .v-label-failure {
+       background: white;
+       color: #474747;
+       border: 2px solid #2c9720;
+       border-radius: 4px;
+       padding: 7px 19px 7px 37px;
+       font-weight: 400;
+       font-size: 15px;
+}
+
+.mytheme .v-label-success:before, .mytheme .v-label-failure:before {
+       font-family: ThemeIcons;
+       content: "\f00c";
+       margin-right: 0.5em;
+       margin-left: -19px;
+       color: #2c9720;
+}
+
+.mytheme .v-label-failure {
+       border-color: #ed473b;
+}
+
+.mytheme .v-label-failure:before {
+       content: "\f05e";
+       color: #ed473b;
+}
+
+.mytheme [draggable=true] {
+       -khtml-user-drag: element;
+       -webkit-user-drag: element;
+}
+
+.mytheme .v-ddwrapper {
+       position: relative;
+}
+
+.mytheme .v-ddwrapper-over:before, .mytheme .v-ddwrapper-over:after {
+       content: "";
+       position: absolute;
+       z-index: 10;
+       top: -1px;
+       right: -1px;
+       bottom: -1px;
+       left: -1px;
+       border: 0 solid #197de1;
+}
+
+.mytheme .v-ddwrapper-over-top:before {
+       border-top-width: 2px;
+}
+
+.mytheme .v-ddwrapper-over-right:before {
+       border-right-width: 2px;
+}
+
+.mytheme .v-ddwrapper-over-bottom:before {
+       border-bottom-width: 2px;
+}
+
+.mytheme .v-ddwrapper-over-left:before {
+       border-left-width: 2px;
+}
+
+.mytheme .no-vertical-drag-hints .v-ddwrapper-over-top:before, .mytheme .no-vertical-drag-hints.v-ddwrapper-over-top:before {
+       border-top-width: 0;
+}
+
+.mytheme .no-vertical-drag-hints .v-ddwrapper-over-top:after, .mytheme .no-vertical-drag-hints.v-ddwrapper-over-top:after {
+       border-width: 2px;
+       border-radius: 4px;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+       background: #8abef2;
+}
+
+.mytheme .no-vertical-drag-hints .v-ddwrapper-over-bottom:before, .mytheme .no-vertical-drag-hints.v-ddwrapper-over-bottom:before {
+       border-bottom-width: 0;
+}
+
+.mytheme .no-vertical-drag-hints .v-ddwrapper-over-bottom:after, .mytheme .no-vertical-drag-hints.v-ddwrapper-over-bottom:after {
+       border-width: 2px;
+       border-radius: 4px;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+       background: #8abef2;
+}
+
+.mytheme .no-horizontal-drag-hints.v-ddwrapper-over-left:before, .mytheme .no-horizontal-drag-hints .v-ddwrapper-over-left:before {
+       border-left-width: 0;
+}
+
+.mytheme .no-horizontal-drag-hints.v-ddwrapper-over-left:after, .mytheme .no-horizontal-drag-hints .v-ddwrapper-over-left:after {
+       border-width: 2px;
+       border-radius: 4px;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+       background: #8abef2;
+}
+
+.mytheme .no-horizontal-drag-hints.v-ddwrapper-over-right:before, .mytheme .no-horizontal-drag-hints .v-ddwrapper-over-right:before {
+       border-right-width: 0;
+}
+
+.mytheme .no-horizontal-drag-hints.v-ddwrapper-over-right:after, .mytheme .no-horizontal-drag-hints .v-ddwrapper-over-right:after {
+       border-width: 2px;
+       border-radius: 4px;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+       background: #8abef2;
+}
+
+.mytheme .v-ddwrapper-over-middle:after, .mytheme .v-ddwrapper-over-center:after {
+       border-width: 2px;
+       border-radius: 4px;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+       background: #8abef2;
+}
+
+.mytheme .no-box-drag-hints.v-ddwrapper:after, .mytheme .no-box-drag-hints .v-ddwrapper:after {
+       display: none !important;
+       content: none;
+}
+
+.mytheme button {
+       font: inherit;
+       font-weight: 400;
+       line-height: 1.55;
+}
+
+.mytheme .v-nativebutton {
+       -webkit-touch-callout: none;
+}
+
+.mytheme .v-select select {
+       border: 1px solid #c5c5c5;
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       color: #464646;
+}
+
+.mytheme .v-select select:focus {
+       outline: none;
+       -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+       box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5);
+}
+
+.mytheme .v-select-select {
+       display: block;
+}
+
+.mytheme .v-select-select  + .v-textfield {
+       width: auto !important;
+       margin-top: 9px;
+}
+
+.mytheme .v-select-select  + .v-textfield  + .v-nativebutton {
+       margin-top: 9px;
+       margin-left: 9px;
+}
+
+.mytheme .v-select-error .v-select-select {
+       border-color: #ed473b !important;
+       background: #fffbfb;
+       color: #6c2621;
+}
+
+.mytheme .v-popupview {
+       cursor: pointer;
+       color: #197de1;
+       text-decoration: underline;
+       font-weight: inherit;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-popupview:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-popupview.v-disabled {
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+}
+
+.mytheme .v-popupview-popup {
+       padding: 4px 4px;
+       border-radius: 4px;
+       background-color: white;
+       color: #474747;
+       -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
+       -webkit-backface-visibility: hidden;
+       -moz-backface-visibility: hidden;
+       -ms-backface-visibility: hidden;
+       backface-visibility: hidden;
+}
+
+.mytheme .v-popupview-popup[class*="animate-in"] {
+       -webkit-animation: v-popupview-animate-in 120ms;
+       -moz-animation: v-popupview-animate-in 120ms;
+       animation: v-popupview-animate-in 120ms;
+}
+
+.mytheme .v-popupview-popup[class*="animate-out"] {
+       -webkit-animation: valo-animate-out-fade 120ms;
+       -moz-animation: valo-animate-out-fade 120ms;
+       animation: valo-animate-out-fade 120ms;
+}
+
+.mytheme .v-popupview-popup .popupContent  > .v-margin-top {
+       padding-top: 12px;
+}
+
+.mytheme .v-popupview-popup .popupContent  > .v-margin-right {
+       padding-right: 12px;
+}
+
+.mytheme .v-popupview-popup .popupContent  > .v-margin-bottom {
+       padding-bottom: 12px;
+}
+
+.mytheme .v-popupview-popup .popupContent  > .v-margin-left {
+       padding-left: 12px;
+}
+
+.mytheme .v-popupview-loading {
+       margin: 12px 12px;
+       height: 24px !important;
+       width: 24px !important;
+       box-sizing: border-box;
+       border: 2px solid rgba(25, 125, 225, 0.2);
+       border-top-color: #197de1;
+       border-right-color: #197de1;
+       border-radius: 100%;
+       -webkit-animation: v-rotate-360 500ms infinite linear;
+       -moz-animation: v-rotate-360 500ms infinite linear;
+       animation: v-rotate-360 500ms infinite linear;
+       pointer-events: none;
+}
+
+.mytheme .v-richtextarea {
+       -webkit-appearance: none;
+       -moz-appearance: none;
+       -ms-appearance: none;
+       -o-appearance: none;
+       appearance: none;
+       -webkit-user-select: text;
+       -moz-user-select: text;
+       -ms-user-select: text;
+       user-select: text;
+       margin: 0;
+       font: inherit;
+       
+       font-weight: 400;
+       line-height: normal;
+       height: 37px;
+       border-radius: 4px;
+       padding: 0;
+       border: 1px solid #c5c5c5;
+       background: white;
+       color: #474747;
+       -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
+       -webkit-transition: box-shadow 180ms, border 180ms;
+       -moz-transition: box-shadow 180ms, border 180ms;
+       transition: box-shadow 180ms, border 180ms;
+       height: auto;
+       overflow: hidden;
+}
+
+.mytheme .v-richtextarea[class*="prompt"] {
+       color: #a3a3a3;
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar {
+       background-color: #fafafa;
+       background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
+       background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
+       -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
+       box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
+       border-bottom: 1px solid #c5c5c5;
+       color: #464646;
+}
+
+.mytheme .v-richtextarea .gwt-ToggleButton, .mytheme .v-richtextarea .gwt-PushButton {
+       display: inline-block;
+       line-height: 37px;
+       width: 37px;
+       text-align: center;
+       outline: none;
+}
+
+.mytheme .v-richtextarea .gwt-ToggleButton:hover, .mytheme .v-richtextarea .gwt-PushButton:hover {
+       color: black;
+}
+
+.mytheme .v-richtextarea .gwt-ToggleButton-down, .mytheme .v-richtextarea .gwt-ToggleButton-down-hovering {
+       background-color: #e0e0e0;
+       background-image: -webkit-linear-gradient(bottom, #e0e0e0 2%, #dcdcdc 98%);
+       background-image: linear-gradient(to top,#e0e0e0 2%, #dcdcdc 98%);
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top img {
+       display: none;
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div:before {
+       font-family: ThemeIcons;
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Bold"]:before {
+       content: "\f032";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Italic"]:before {
+       content: "\f033";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Underline"]:before {
+       content: "\f0cd";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Subscript"]:before {
+       content: "\f12c";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Superscript"]:before {
+       content: "\f12b";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Left Justify"]:before {
+       content: "\f036";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Center"]:before {
+       content: "\f037";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Right Justify"]:before {
+       content: "\f038";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Strikethrough"]:before {
+       content: "\f0cc";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Right"]:before {
+       content: "\f03c";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Left"]:before {
+       content: "\f03b";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Horizontal Rule"]:before {
+       content: "\2014";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Ordered List"]:before {
+       content: "\f0cb";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Unordered List"]:before {
+       content: "\f0ca";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Image"]:before {
+       content: "\f03e";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Create Link"]:before {
+       content: "\f0c1";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Link"]:before {
+       content: "\f127";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Formatting"]:before {
+       content: "\f12d";
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-bottom {
+       font-size: 13px;
+       padding: 0 9px 9px 0;
+}
+
+.mytheme .v-richtextarea .gwt-RichTextToolbar-bottom select {
+       margin: 9px 0 0 9px;
+}
+
+.mytheme .v-richtextarea .gwt-RichTextArea {
+       background: #fff;
+       border: none;
+       display: block;
+}
+
+.mytheme .v-richtextarea-readonly {
+       padding: 5px 7px;
+       background: transparent;
+}
+
+.mytheme .v-upload .v-button {
+       box-sizing: border-box;
+       display: inline-block;
+       vertical-align: top;
+       text-align: left;
+       white-space: normal;
+}
+
+.mytheme .v-upload-immediate .v-button {
+       width: 100%;
+}
+
+.mytheme .v-upload-immediate input[type="file"] {
+       opacity: 0;
+       filter: alpha(opacity=0) ;
+       z-index: -1;
+       position: absolute;
+       right: 0;
+       height: 37px;
+       text-align: right;
+       border: none;
+       background: transparent;
+}
+
+.mytheme .v-Notification.v-position-top {
+       top: 12px;
+}
+
+.mytheme .v-Notification.v-position-right {
+       right: 12px;
+}
+
+.mytheme .v-Notification.v-position-bottom {
+       bottom: 12px;
+}
+
+.mytheme .v-Notification.v-position-left {
+       left: 12px;
+}
+
+.mytheme .v-Notification.v-position-assistive {
+       top: -9999px;
+       left: -9999px;
+}
+
+.mytheme .v-Notification-animate-in {
+       -webkit-animation: valo-animate-in-fade 180ms 10ms backwards;
+       -moz-animation: valo-animate-in-fade 180ms 10ms backwards;
+       animation: valo-animate-in-fade 180ms 10ms backwards;
+}
+
+.mytheme .v-Notification-animate-in.v-position-top {
+       -webkit-animation: valo-animate-in-slide-down 400ms 10ms backwards;
+       -moz-animation: valo-animate-in-slide-down 400ms 10ms backwards;
+       animation: valo-animate-in-slide-down 400ms 10ms backwards;
+}
+
+.mytheme .v-Notification-animate-in.v-position-bottom {
+       -webkit-animation: valo-animate-in-slide-up 400ms 10ms backwards;
+       -moz-animation: valo-animate-in-slide-up 400ms 10ms backwards;
+       animation: valo-animate-in-slide-up 400ms 10ms backwards;
+}
+
+.mytheme .v-Notification-animate-out {
+       -webkit-animation: valo-animate-out-fade 150ms;
+       -moz-animation: valo-animate-out-fade 150ms;
+       animation: valo-animate-out-fade 150ms;
+}
+
+.mytheme .v-Notification-animate-out.v-position-top, .mytheme .v-Notification-animate-out.v-position-bottom {
+       -webkit-animation: valo-animate-out-slide-down-fade 200ms;
+       -moz-animation: valo-animate-out-slide-down-fade 200ms;
+       animation: valo-animate-out-slide-down-fade 200ms;
+}
+
+.mytheme .v-Notification {
+       border-radius: 4px;
+       text-align: center;
+       position: fixed !important;
+       -webkit-backface-visibility: hidden;
+       -moz-backface-visibility: hidden;
+       -ms-backface-visibility: hidden;
+       backface-visibility: hidden;
+       background: white;
+       -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
+       box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
+       padding: 19px 22px;
+}
+
+.mytheme .v-Notification .v-Notification-caption {
+       color: #197de1;
+       font-size: 19px;
+       line-height: 1;
+}
+
+.mytheme .v-Notification .v-Notification-description {
+       line-height: 1.4;
+}
+
+.mytheme .v-Notification-caption {
+       margin: 0;
+       display: inline-block;
+       text-align: left;
+       font-weight: inherit;
+       line-height: inherit;
+       white-space: nowrap;
+       letter-spacing: 0;
+}
+
+.mytheme .v-Notification-description, .mytheme .v-Notification-details {
+       margin: 0;
+       display: inline-block;
+       vertical-align: middle;
+       max-width: 30em;
+       text-align: left;
+       max-height: 20em;
+       overflow: auto;
+}
+
+.mytheme .v-Notification-caption ~ .v-Notification-description, .mytheme .v-Notification-caption ~ .v-Notification-details {
+       margin-left: 24px;
+}
+
+.mytheme .v-icon + .v-Notification-caption {
+       margin-left: 16px;
+}
+
+.mytheme .v-Notification-system {
+       left: 0 !important;
+       right: 0;
+       max-width: 100%;
+       margin: 0 !important;
+       border-radius: 0;
+       -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
+       box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
+       padding: 12px 15px;
+       background-color: #444;
+       background-color: rgba(68, 68, 68, 0.9);
+       font-weight: 400;
+       line-height: 22px;
+}
+
+.mytheme .v-Notification-system .v-Notification-description, .mytheme .v-Notification-system .v-Notification-details {
+       max-width: 50em;
+}
+
+.mytheme .v-Notification-system.v-position-top {
+       top: 0;
+}
+
+.mytheme .v-Notification-system.v-position-top[class*="animate-in"] {
+       -webkit-animation: valo-animate-in-slide-down 300ms 10ms backwards;
+       -moz-animation: valo-animate-in-slide-down 300ms 10ms backwards;
+       animation: valo-animate-in-slide-down 300ms 10ms backwards;
+}
+
+.mytheme .v-Notification-system.v-position-top[class*="animate-out"] {
+       -webkit-animation: valo-animate-out-slide-up 200ms;
+       -moz-animation: valo-animate-out-slide-up 200ms;
+       animation: valo-animate-out-slide-up 200ms;
+}
+
+.mytheme .v-Notification-system.v-position-bottom {
+       bottom: 0;
+}
+
+.mytheme .v-Notification-system.v-position-bottom[class*="animate-in"] {
+       -webkit-animation: valo-animate-in-slide-up 300ms 10ms backwards;
+       -moz-animation: valo-animate-in-slide-up 300ms 10ms backwards;
+       animation: valo-animate-in-slide-up 300ms 10ms backwards;
+}
+
+.mytheme .v-Notification-system.v-position-bottom[class*="animate-out"] {
+       -webkit-animation: valo-animate-out-slide-down 200ms;
+       -moz-animation: valo-animate-out-slide-down 200ms;
+       animation: valo-animate-out-slide-down 200ms;
+}
+
+.mytheme .v-Notification-system .v-Notification-caption {
+       color: #fff;
+       vertical-align: middle;
+}
+
+.mytheme .v-Notification-system .v-Notification-description, .mytheme .v-Notification-system .v-Notification-details {
+       color: #e6e6e6;
+}
+
+.mytheme .v-Notification-system u {
+       text-decoration: none;
+}
+
+.mytheme .v-Notification.tray {
+       text-align: left;
+}
+
+.mytheme .v-Notification.tray .v-Notification-caption + .v-Notification-description {
+       display: block;
+       margin: 0.5em 0 0;
+}
+
+.mytheme .v-Notification.warning {
+       background: #FFF3D2;
+}
+
+.mytheme .v-Notification.warning .v-Notification-caption {
+       color: #AC7C00;
+}
+
+.mytheme .v-Notification.warning .v-Notification-description {
+       color: #9D874D;
+}
+
+.mytheme .v-Notification.error {
+       background: #ed473b;
+       font-weight: 400;
+       -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
+       box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
+       padding-right: 59px;
+       overflow: hidden !important;
+       cursor: pointer;
+}
+
+.mytheme .v-Notification.error .v-Notification-caption {
+       color: white;
+}
+
+.mytheme .v-Notification.error .v-Notification-description {
+       color: #f4e0df;
+}
+
+.mytheme .v-Notification.error:after {
+       content: "\00d7";
+       font-size: 1.5em;
+       position: absolute;
+       top: 50%;
+       margin-top: -12px;
+       right: 12px;
+       width: 25px;
+       height: 25px;
+       line-height: 24px;
+       cursor: pointer;
+       color: #000;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       text-align: center;
+       border: 1px solid #000;
+       border-color: rgba(0, 0, 0, 0.3);
+       border-radius: 50%;
+       -webkit-transition: opacity 200ms;
+       -moz-transition: opacity 200ms;
+       transition: opacity 200ms;
+}
+
+.mytheme .v-Notification.error:hover:after {
+       opacity: 1;
+       filter: none ;
+}
+
+.mytheme .v-Notification.error:active:after {
+       background-color: #000;
+       color: #fff;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+       -webkit-transition: none 200ms;
+       -moz-transition: none 200ms;
+       transition: none 200ms;
+}
+
+.mytheme .v-Notification.error:after {
+       color: #fff;
+       border-color: #fff;
+       border-color: rgba(255, 255, 255, 0.3);
+}
+
+.mytheme .v-Notification.error:active:after {
+       background-color: #fff;
+       color: #000;
+}
+
+.mytheme .v-Notification.dark {
+       background-color: #444;
+       background-color: rgba(68, 68, 68, 0.9);
+       font-weight: 400;
+       line-height: 22px;
+}
+
+.mytheme .v-Notification.dark .v-Notification-caption {
+       color: #fff;
+       vertical-align: middle;
+}
+
+.mytheme .v-Notification.dark .v-Notification-description, .mytheme .v-Notification.dark .v-Notification-details {
+       color: #e6e6e6;
+}
+
+.mytheme .v-Notification.bar {
+       left: 0 !important;
+       right: 0;
+       max-width: 100%;
+       margin: 0 !important;
+       border-radius: 0;
+       -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
+       box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
+       padding: 12px 15px;
+}
+
+.mytheme .v-Notification.bar .v-Notification-description, .mytheme .v-Notification.bar .v-Notification-details {
+       max-width: 50em;
+}
+
+.mytheme .v-Notification.bar.v-position-top {
+       top: 0;
+}
+
+.mytheme .v-Notification.bar.v-position-top[class*="animate-in"] {
+       -webkit-animation: valo-animate-in-slide-down 300ms 10ms backwards;
+       -moz-animation: valo-animate-in-slide-down 300ms 10ms backwards;
+       animation: valo-animate-in-slide-down 300ms 10ms backwards;
+}
+
+.mytheme .v-Notification.bar.v-position-top[class*="animate-out"] {
+       -webkit-animation: valo-animate-out-slide-up 200ms;
+       -moz-animation: valo-animate-out-slide-up 200ms;
+       animation: valo-animate-out-slide-up 200ms;
+}
+
+.mytheme .v-Notification.bar.v-position-bottom {
+       bottom: 0;
+}
+
+.mytheme .v-Notification.bar.v-position-bottom[class*="animate-in"] {
+       -webkit-animation: valo-animate-in-slide-up 300ms 10ms backwards;
+       -moz-animation: valo-animate-in-slide-up 300ms 10ms backwards;
+       animation: valo-animate-in-slide-up 300ms 10ms backwards;
+}
+
+.mytheme .v-Notification.bar.v-position-bottom[class*="animate-out"] {
+       -webkit-animation: valo-animate-out-slide-down 200ms;
+       -moz-animation: valo-animate-out-slide-down 200ms;
+       animation: valo-animate-out-slide-down 200ms;
+}
+
+.mytheme .v-Notification.small {
+       padding: 11px 13px;
+}
+
+.mytheme .v-Notification.small .v-Notification-caption {
+       font-size: 16px;
+}
+
+.mytheme .v-Notification.small .v-Notification-description {
+       font-size: 14px;
+}
+
+.mytheme .v-Notification.critical-error {
+       background: #ed473b;
+       font-weight: 400;
+       -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
+       box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
+}
+
+.mytheme .v-Notification.critical-error .v-Notification-caption {
+       color: white;
+}
+
+.mytheme .v-Notification.critical-error .v-Notification-description {
+       color: #f4e0df;
+}
+
+.mytheme .v-Notification.closable {
+       padding-right: 59px;
+       overflow: hidden !important;
+       cursor: pointer;
+}
+
+.mytheme .v-Notification.closable:after {
+       content: "\00d7";
+       font-size: 1.5em;
+       position: absolute;
+       top: 50%;
+       margin-top: -12px;
+       right: 12px;
+       width: 25px;
+       height: 25px;
+       line-height: 24px;
+       cursor: pointer;
+       color: #000;
+       opacity: 0.5;
+       filter: alpha(opacity=50) ;
+       text-align: center;
+       border: 1px solid #000;
+       border-color: rgba(0, 0, 0, 0.3);
+       border-radius: 50%;
+       -webkit-transition: opacity 200ms;
+       -moz-transition: opacity 200ms;
+       transition: opacity 200ms;
+}
+
+.mytheme .v-Notification.closable:hover:after {
+       opacity: 1;
+       filter: none ;
+}
+
+.mytheme .v-Notification.closable:active:after {
+       background-color: #000;
+       color: #fff;
+       opacity: 0.3;
+       filter: alpha(opacity=30.0) ;
+       -webkit-transition: none 200ms;
+       -moz-transition: none 200ms;
+       transition: none 200ms;
+}
+
+.mytheme .v-Notification.closable.dark:after, .mytheme .v-Notification.closable.critical-error:after, .mytheme .v-Notification.closable.system:after {
+       color: #fff;
+       border-color: #fff;
+       border-color: rgba(255, 255, 255, 0.3);
+}
+
+.mytheme .v-Notification.closable.dark:active:after, .mytheme .v-Notification.closable.critical-error:active:after, .mytheme .v-Notification.closable.system:active:after {
+       background-color: #fff;
+       color: #000;
+}
+
+.mytheme .v-Notification.closable.tray:after {
+       top: 16px;
+       margin-top: 0;
+}
+
+.mytheme .v-Notification.success, .mytheme .v-Notification.failure {
+       background: #fff;
+       color: #555;
+       border: 2px solid #2c9720;
+}
+
+.mytheme .v-Notification.success .v-Notification-caption, .mytheme .v-Notification.failure .v-Notification-caption {
+       color: #2c9720;
+       font-weight: 400;
+}
+
+.mytheme .v-Notification.success .v-Notification-caption:before, .mytheme .v-Notification.failure .v-Notification-caption:before {
+       font-family: ThemeIcons;
+       content: "\f00c";
+       margin-right: 0.5em;
+}
+
+.mytheme .v-Notification.success.bar, .mytheme .v-Notification.failure.bar {
+       margin: -2px !important;
+}
+
+.mytheme .v-Notification.failure {
+       border-color: #ed473b;
+}
+
+.mytheme .v-Notification.failure .v-Notification-caption {
+       color: #ed473b;
+}
+
+.mytheme .v-Notification.failure .v-Notification-caption:before {
+       content: "\f05e";
+}
+
+.mytheme .valo-menu {
+       height: 100%;
+       background-color: #4b4b4b;
+       background-image: -webkit-linear-gradient(right, #414141 0%, #4b4b4b 9px);
+       background-image: linear-gradient(to left,#414141 0%, #4b4b4b 9px);
+       color: #a5a5a5;
+       font-size: 14px;
+       line-height: 30px;
+       border-right: 1px solid #3b3b3b;
+       white-space: nowrap;
+}
+
+.mytheme .valo-menu-toggle {
+       display: none;
+       position: fixed;
+       z-index: 200;
+       top: 3px;
+       left: 3px;
+       min-width: 0;
+}
+
+.mytheme .valo-menu-part {
+       border-left: 1px solid #414141;
+       height: 100%;
+       padding-bottom: 37px;
+       overflow: auto;
+}
+
+.mytheme .valo-menu-part:first-child {
+       border-left: none;
+}
+
+.mytheme .valo-menu-title, .mytheme .valo-menu-subtitle, .mytheme .valo-menu-item {
+       display: block;
+       line-height: inherit;
+       white-space: nowrap;
+       position: relative;
+}
+
+.mytheme .valo-menu-title .valo-menu-badge, .mytheme .valo-menu-subtitle .valo-menu-badge, .mytheme .valo-menu-item .valo-menu-badge {
+       position: absolute;
+       right: 19px;
+}
+
+.mytheme .valo-menu-title {
+       line-height: 1.2;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       color: white;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+       padding: 12px 19px;
+       font-size: 14px;
+       border-bottom: 1px solid #1362b1;
+       -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       text-align: center;
+}
+
+.mytheme .valo-menu-title .v-menubar.v-menubar {
+       background: transparent;
+       border-color: #1362b1;
+       color: inherit;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       text-shadow: inherit;
+}
+
+.mytheme .valo-menu-title .v-menubar-menuitem {
+       background: transparent;
+       -webkit-box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca;
+       box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca;
+       text-shadow: inherit;
+       font-size: 16px;
+       border-color: inherit;
+}
+
+.mytheme .valo-menu-title h1, .mytheme .valo-menu-title .v-label-h1, .mytheme .valo-menu-title h2, .mytheme .valo-menu-title .v-label-h2, .mytheme .valo-menu-title h3, .mytheme .valo-menu-title .v-label-h3, .mytheme .valo-menu-title h4, .mytheme .valo-menu-title .v-label-h4 {
+       margin-top: 0;
+       margin-bottom: 0;
+       color: inherit;
+}
+
+.mytheme .v-menubar-user-menu {
+       border: none;
+       border-radius: 0;
+       padding: 1px;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       text-shadow: none;
+       background: transparent;
+       color: inherit;
+       margin: 19px 7px;
+       display: block;
+       overflow: hidden;
+       text-align: center;
+       height: auto;
+       color: inherit;
+}
+
+.mytheme .v-menubar-user-menu:focus:after {
+       display: none;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       border: none;
+       margin-right: 1px;
+       border-radius: 4px;
+       color: #197de1;
+       padding: 0 12px;
+       -webkit-transition: color 140ms;
+       -moz-transition: color 140ms;
+       transition: color 140ms;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem:first-child, .mytheme .v-menubar-user-menu .v-menubar-menuitem:last-child, .mytheme .v-menubar-user-menu .v-menubar-menuitem:first-child:last-child {
+       border-radius: 4px;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem:before {
+       content: none;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem:hover {
+       color: #4396ea;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem:active {
+       color: inherit;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem-checked, .mytheme .v-menubar-user-menu .v-menubar-menuitem-checked:first-child {
+       border: 1px solid #c5c5c5;
+       color: #197de1;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .mytheme .v-menubar-user-menu .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption {
+       position: relative;
+       top: -1px;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem-selected {
+       color: #ecf2f8;
+       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem-selected:hover {
+       color: #ecf2f8;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem-disabled, .mytheme .v-menubar-user-menu .v-menubar-menuitem-disabled:hover {
+       color: inherit;
+}
+
+.mytheme .v-menubar-user-menu  > .v-menubar-menuitem {
+       color: inherit;
+       white-space: normal;
+       line-height: 1.4;
+       margin: 0;
+}
+
+.mytheme .v-menubar-user-menu  > .v-menubar-menuitem img.v-icon {
+       width: 56px;
+       height: 56px;
+       border-radius: 29px;
+       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       display: block;
+       margin: 0 auto 0.3em;
+       border: 1px solid #c5c5c5;
+}
+
+.mytheme .v-menubar-user-menu  > .v-menubar-menuitem:after {
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+}
+
+.mytheme .v-menubar-user-menu .v-menubar-menuitem-selected {
+       background: transparent;
+}
+
+.mytheme .valo-menu-subtitle {
+       color: #868686;
+       margin: 7px 0 7px 19px;
+       border-bottom: 1px solid #666666;
+}
+
+.mytheme .valo-menu-subtitle [class*="badge"] {
+       color: #73a5d7;
+}
+
+.mytheme .valo-menuitems {
+       display: block;
+}
+
+.mytheme .valo-menu-item {
+       outline: none;
+       font-weight: 400;
+       padding: 0 37px 0 19px;
+       cursor: pointer;
+       position: relative;
+       overflow: hidden;
+       text-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
+       -webkit-transition: background-color 300ms, color 60ms;
+       -moz-transition: background-color 300ms, color 60ms;
+       transition: background-color 300ms, color 60ms;
+}
+
+.mytheme .valo-menu-item [class*="caption"] {
+       vertical-align: middle;
+       display: inline-block;
+       width: 90%;
+       max-width: 15em;
+       padding-right: 19px;
+       text-overflow: ellipsis;
+       overflow: hidden;
+}
+
+.mytheme .valo-menu-item [class*="badge"] {
+       color: #73a5d7;
+}
+
+.mytheme .valo-menu-item.selected {
+       background: #434343;
+}
+
+.mytheme .valo-menu-item.selected .v-icon {
+       color: #197de1;
+}
+
+.mytheme .valo-menu-item.selected [class*="badge"] {
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       color: #c8dbed;
+}
+
+.mytheme .valo-menu-item:focus, .mytheme .valo-menu-item:hover, .mytheme .valo-menu-item.selected {
+       color: white;
+}
+
+.mytheme .valo-menu-item span.v-icon {
+       min-width: 1em;
+       margin-right: 19px;
+       text-align: center;
+       vertical-align: middle;
+       -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.75)));
+}
+
+.mytheme .valo-menu-item span.v-icon  + span {
+       margin-left: 0;
+}
+
+.mytheme .valo-menu-item [class*="badge"] {
+       background-color: #585858;
+       -webkit-transition: background-color 300ms;
+       -moz-transition: background-color 300ms;
+       transition: background-color 300ms;
+       line-height: 1;
+       padding: 4px 6px;
+       min-width: 11px;
+       text-align: center;
+       top: 4px;
+       border-radius: 4px;
+}
+
+.mytheme .valo-menu-part.large-icons {
+       background-color: #4b4b4b;
+       min-width: 74px;
+       max-width: 111px;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-title {
+       font-size: 12px;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-title .v-label-undef-w {
+       white-space: normal;
+}
+
+.mytheme .valo-menu-part.large-icons .v-menubar-user-menu {
+       margin-left: 0;
+       margin-right: 0;
+       font-size: 11px;
+}
+
+.mytheme .valo-menu-part.large-icons .v-menubar-user-menu img.v-icon {
+       width: 28px;
+       height: 28px;
+}
+
+.mytheme .valo-menu-part.large-icons [class*="subtitle"] {
+       margin: 9px 0 0;
+       padding: 7px 25px 7px 9px;
+       line-height: 1;
+       border: none;
+       text-overflow: ellipsis;
+       overflow: hidden;
+       background: #3c3c3c;
+       font-size: 13px;
+       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .valo-menu-part.large-icons [class*="subtitle"] [class*="badge"] {
+       right: 9px;
+}
+
+.mytheme .valo-menu-part.large-icons [class*="subtitle"]  + .valo-menu-item {
+       border-top: none;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-item {
+       display: block;
+       font-size: 26px;
+       line-height: 1;
+       padding: 12px;
+       text-align: center;
+       border-top: 1px solid #555555;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-item:first-child {
+       border-top: none;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-item [class*="caption"] {
+       display: block;
+       width: auto;
+       margin: 0.3em 0 0;
+       padding: 0;
+       font-size: 11px;
+       line-height: 1.3;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-item .v-icon {
+       margin: 0;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-item span.v-icon {
+       opacity: 0.8;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-item.selected {
+       background: #434343;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-item.selected .v-icon {
+       opacity: 1;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-item.selected [class*="badge"] {
+       border-color: #434343;
+}
+
+.mytheme .valo-menu-part.large-icons .valo-menu-item [class*="badge"] {
+       padding-left: 4px;
+       padding-right: 4px;
+       top: 7px;
+       right: 7px;
+       border: 2px solid #4b4b4b;
+}
+
+.mytheme .valo-menu-logo {
+       display: block;
+       overflow: hidden;
+       width: 44px !important;
+       height: 44px;
+       border-radius: 4px;
+       text-align: center;
+       background-color: #197de1;
+       background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%);
+       background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
+       color: white;
+       font-size: 25px;
+       line-height: 44px;
+       margin: 19px auto;
+       -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .valo-menu-logo:focus {
+       outline: none;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part {
+       background-color: #4b4b4b;
+       min-width: 74px;
+       max-width: 111px;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title {
+       font-size: 12px;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title .v-label-undef-w {
+       white-space: normal;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu {
+       margin-left: 0;
+       margin-right: 0;
+       font-size: 11px;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu img.v-icon {
+       width: 28px;
+       height: 28px;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] {
+       margin: 9px 0 0;
+       padding: 7px 25px 7px 9px;
+       line-height: 1;
+       border: none;
+       text-overflow: ellipsis;
+       overflow: hidden;
+       background: #3c3c3c;
+       font-size: 13px;
+       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] [class*="badge"] {
+       right: 9px;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"]  + .valo-menu-item {
+       border-top: none;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item {
+       display: block;
+       font-size: 26px;
+       line-height: 1;
+       padding: 12px;
+       text-align: center;
+       border-top: 1px solid #555555;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item:first-child {
+       border-top: none;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="caption"] {
+       display: block;
+       width: auto;
+       margin: 0.3em 0 0;
+       padding: 0;
+       font-size: 11px;
+       line-height: 1.3;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item .v-icon {
+       margin: 0;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item span.v-icon {
+       opacity: 0.8;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected {
+       background: #434343;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected .v-icon {
+       opacity: 1;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected [class*="badge"] {
+       border-color: #434343;
+}
+
+.mytheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="badge"] {
+       padding-left: 4px;
+       padding-right: 4px;
+       top: 7px;
+       right: 7px;
+       border: 2px solid #4b4b4b;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] {
+       padding-top: 37px;
+       -webkit-box-sizing: border-box;
+       box-sizing: border-box;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .v-loading-indicator {
+       top: 37px;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"]  > .v-widget {
+       position: relative !important;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu {
+       border-right: none;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-part {
+       overflow: visible;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-toggle {
+       display: inline-block;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-title {
+       position: fixed;
+       z-index: 100;
+       top: 0;
+       left: 0;
+       right: 0;
+       height: 37px !important;
+       padding-top: 0;
+       padding-bottom: 0;
+       -webkit-backface-visibility: hidden;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu {
+       position: fixed;
+       z-index: 100;
+       top: 0;
+       right: 0;
+       margin: 0;
+       padding: 0;
+       height: 37px;
+       color: #97bee5;
+       max-width: 30%;
+       -webkit-backface-visibility: hidden;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem {
+       line-height: 36px;
+       white-space: nowrap;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu img.v-icon {
+       display: inline-block;
+       margin: 0 6px 0 0;
+       width: 19px;
+       height: 19px;
+       border-radius: 10px;
+       border: none;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menuitems {
+       height: 100%;
+       background-color: #4b4b4b;
+       background-image: -webkit-linear-gradient(right, #414141 0%, #4b4b4b 9px);
+       background-image: linear-gradient(to left,#414141 0%, #4b4b4b 9px);
+       color: #a5a5a5;
+       font-size: 14px;
+       line-height: 30px;
+       border-right: 1px solid #3b3b3b;
+       white-space: nowrap;
+       position: fixed;
+       z-index: 9000;
+       top: 37px;
+       bottom: 0;
+       height: auto;
+       max-width: 100%;
+       overflow: auto;
+       padding: 19px 0;
+       -webkit-transform: translatex(-100%);
+       -moz-transform: translatex(-100%);
+       -ms-transform: translatex(-100%);
+       -o-transform: translatex(-100%);
+       transform: translatex(-100%);
+       -webkit-transition: all 300ms;
+       -moz-transition: all 300ms;
+       transition: all 300ms;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-visible .valo-menuitems, .mytheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-hover:hover .valo-menuitems {
+       -webkit-transform: translatex(0%);
+       -moz-transform: translatex(0%);
+       -ms-transform: translatex(0%);
+       -o-transform: translatex(0%);
+       transform: translatex(0%);
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-500px"] .valo-menu-toggle .v-button-caption {
+       display: none;
+}
+
+.mytheme .valo-menu-responsive[width-range~="0-500px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem-caption {
+       display: inline-block;
+       width: 19px;
+       overflow: hidden;
+}
\ No newline at end of file
diff --git a/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/styles.scss b/Vaadin8/workspace_02/multi_module_application/multi_module_application-ui/src/main/webapp/VAADIN/themes/mytheme/styles.scss
new file mode 100644 (file)
index 0000000..2916729
--- /dev/null
@@ -0,0 +1,11 @@
+@import "mytheme.scss";\r
+@import "addons.scss";\r
+\r
+// This file prefixes all rules with the theme name to avoid causing conflicts with other themes.\r
+// The actual styles should be defined in mytheme.scss\r
+\r
+.mytheme {\r
+  @include addons;\r
+  @include mytheme;\r
+\r
+}\r
diff --git a/Vaadin8/workspace_02/multi_module_application/pom.xml b/Vaadin8/workspace_02/multi_module_application/pom.xml
new file mode 100644 (file)
index 0000000..78022ba
--- /dev/null
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+
+       <groupId>com.example</groupId>
+       <artifactId>multi_module_application</artifactId>
+       <packaging>pom</packaging>
+       <version>1.0-SNAPSHOT</version>
+       <name>multi_module_application-parent</name>
+
+       <prerequisites>
+               <maven>3.0</maven>
+       </prerequisites>
+
+       <properties>
+               <vaadin.version>8.6.4</vaadin.version>
+               <vaadin.plugin.version>8.6.4</vaadin.plugin.version>
+               <jetty.plugin.version>9.3.9.v20160517</jetty.plugin.version>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+               <maven.compiler.source>1.8</maven.compiler.source>
+               <maven.compiler.target>1.8</maven.compiler.target>
+               <!-- If addon submodule is not used, this can also be "fetch" or "cdn" -->
+               <vaadin.widgetset.mode>local</vaadin.widgetset.mode>
+       </properties>
+
+       <build>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       <groupId>com.vaadin</groupId>
+                                       <artifactId>vaadin-maven-plugin</artifactId>
+                                       <version>${vaadin.plugin.version}</version>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-source-plugin</artifactId>
+                                       <version>3.0.1</version>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-jar-plugin</artifactId>
+                                       <version>3.0.2</version>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+       </build>
+
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>javax.servlet-api</artifactId>
+                               <version>3.0.1</version>
+                               <scope>provided</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.vaadin</groupId>
+                               <artifactId>vaadin-bom</artifactId>
+                               <version>${vaadin.version}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
+
+       <repositories>
+               <repository>
+                       <id>vaadin-addons</id>
+                       <url>https://maven.vaadin.com/vaadin-addons</url>
+               </repository>
+       </repositories>
+
+       <profiles>
+               <profile>
+                       <!-- Vaadin pre-release repositories -->
+                       <id>vaadin-prerelease</id>
+                       <activation>
+                               <activeByDefault>false</activeByDefault>
+                       </activation>
+
+                       <repositories>
+                               <repository>
+                                       <id>vaadin-prereleases</id>
+                                       <url>https://maven.vaadin.com/vaadin-prereleases</url>
+                               </repository>
+                               <repository>
+                                       <id>vaadin-snapshots</id>
+                                       <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
+                                       <releases>
+                                               <enabled>false</enabled>
+                                       </releases>
+                                       <snapshots>
+                                               <enabled>true</enabled>
+                                       </snapshots>
+                               </repository>
+                       </repositories>
+                       <pluginRepositories>
+                               <pluginRepository>
+                                       <id>vaadin-prereleases</id>
+                                       <url>https://maven.vaadin.com/vaadin-prereleases</url>
+                               </pluginRepository>
+                               <pluginRepository>
+                                       <id>vaadin-snapshots</id>
+                                       <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
+                                       <releases>
+                                               <enabled>false</enabled>
+                                       </releases>
+                                       <snapshots>
+                                               <enabled>true</enabled>
+                                       </snapshots>
+                               </pluginRepository>
+                       </pluginRepositories>
+               </profile>
+       </profiles>
+
+  <modules>
+    <module>multi_module_application-addon</module>
+    <module>multi_module_application-ui</module>
+    <module>multi_module_application-backend</module>
+  </modules>
+</project>
\ No newline at end of file