~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to valgrind/org.eclipse.linuxtools.valgrind.cachegrind/plugin.xml

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
            definitionId="org.eclipse.linuxtools.valgrind.launch.cachegrind">
18
18
      </view>
19
19
   </extension>
 
20
   <extension
 
21
         point="org.eclipse.linuxtools.profiling.launch.launchProvider">
 
22
      <provider
 
23
            delegate="org.eclipse.linuxtools.internal.valgrind.launch.ValgrindLaunchConfigurationDelegate"
 
24
            description="%cachegrindLaunchConfiguration.description.0"
 
25
            id="org.eclipse.linuxtools.profiling.provider.valgrind.cachegrind"
 
26
            information="%cachegrindLaunchConfiguration.information.0"
 
27
            name="%cachegrindLaunchConfiguration.name.0"
 
28
            priority="2"
 
29
            shortcut="org.eclipse.linuxtools.internal.valgrind.cachegrind.CachegrindLaunchShortcut"
 
30
            tabgroup="org.eclipse.linuxtools.internal.valgrind.cachegrind.CachegrindLaunchConfigurationTabGroup"
 
31
            type="memory">
 
32
      </provider>
 
33
   </extension>   
20
34
 
21
35
</plugin>