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

« back to all changes in this revision

Viewing changes to profiling/org.eclipse.linuxtools.tools.launch.ui/plugin.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<?eclipse version="3.4"?>
 
3
<plugin>
 
4
   <extension-point id="LinuxtoolsPathOptions" name="LinuxtoolsPathOptions" schema="schema/LinuxtoolsPathOptions.exsd"/>
 
5
   <extension
 
6
         point="org.eclipse.ui.propertyPages">
 
7
      <page
 
8
            class="org.eclipse.linuxtools.tools.launch.ui.properties.LinuxtoolsPathPropertyPage"
 
9
            id="org.eclipse.linuxtools.tools.launch.ui.LinuxtoolsPage"
 
10
            name="Linux Tools Path">
 
11
         <enabledWhen>
 
12
            <adapt
 
13
                  type="org.eclipse.core.resources.IProject">
 
14
            </adapt>
 
15
         </enabledWhen>
 
16
      </page>
 
17
   </extension>
 
18
 
 
19
</plugin>