]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "Corrected lifetime of clusters from Integer.MAX_VALUE to Long.MAX_VALUE"
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 23 Nov 2017 09:39:53 +0000 (11:39 +0200)
committerGerrit Code Review <gerrit2@www.simantics.org>
Thu, 23 Nov 2017 09:39:53 +0000 (11:39 +0200)
bundles/org.simantics.team.ui/plugin.xml

index 05b67b08e5745c182512129182fa1c0fadfc913f..26fda248475291bf795b87ec1894c95d02405783 100644 (file)
@@ -34,6 +34,7 @@ And lots more...
             id="org.simantics.team"
             name="Team">
       </category>
+      <!--
       <view
             allowMultiple="false"
             category="org.simantics.team"
@@ -50,6 +51,7 @@ And lots more...
             id="org.simantics.team.stagingView"
             name="Staging">
       </view>
+      -->
       <view
             allowMultiple="false"
             category="org.simantics.debug.ui"
@@ -127,6 +129,7 @@ And lots more...
             id="org.simantics.team.debug"
             name="Debug">
       </command>
+      <!--
       <command
             categoryId="org.simantics.team.category"
             description="Edit Stage"
@@ -163,6 +166,7 @@ And lots more...
             id="org.simantics.team.stagingOut"
             name="Stage Out">
       </command>
+      -->
       <command
             categoryId="org.simantics.graph.category"
             description="Undo to selected revision."
@@ -200,6 +204,7 @@ And lots more...
             class="org.simantics.team.ui.handlers.DebugHandler"
             commandId="org.simantics.team.debug">
       </handler>
+      <!--
       <handler
             class="org.simantics.team.ui.handlers.StageEditHandler"
             commandId="org.simantics.team.stageEdit">
@@ -224,6 +229,7 @@ And lots more...
             class="org.simantics.team.ui.handlers.StagingOutHandler"
             commandId="org.simantics.team.stagingOut">
       </handler>
+      -->
       <handler
             class="org.simantics.team.ui.handlers.UndoToSelectedRevisionHandler"
             commandId="org.simantics.team.undoToSelectedRevision">
@@ -248,6 +254,7 @@ And lots more...
 
    <extension
          point="org.eclipse.ui.menus">
+      <!--
       <menuContribution
             locationURI="popup:#TeamViewPopup">
          <command
@@ -345,6 +352,7 @@ And lots more...
             </visibleWhen>
          </command>
       </menuContribution>
+      -->
       <menuContribution
             locationURI="popup:#GraphHistoryPopup">
          <command