tmf: Add a TODO the the HTNode cache size
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.ui / plugin.xml
index 77341011466f423c828f6ef4041f0efa17060fee..98b081bfacbf795d91efe800778eb18e7cba54c8 100644 (file)
          </eventsTableType>
       </type>
    </extension>
+   <extension
+         point="org.eclipse.ui.navigator.navigatorContent">
+      <commonWizard
+            associatedExtensionId="org.eclipse.linuxtools.tmf.ui.navigator.content"
+            menuGroupId="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.menuGroupId"
+            type="new"
+            wizardId="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject">
+         <enablement>
+            <with variable="activeWorkbenchWindow.activePerspective">
+               <equals
+                     value="org.eclipse.linuxtools.lttng2.kernel.ui.perspective">
+               </equals>
+            </with>
+         </enablement>
+      </commonWizard>
+   </extension>
 </plugin>
This page took 0.023386 seconds and 5 git commands to generate.