core/com.nokia.carbide.bugdatacollector/plugin.xml
author timkelly
Tue, 14 Apr 2009 10:18:48 -0500
changeset 91 2010205bb971
parent 2 d760517a8095
child 217 5ef719bc253c
permissions -rw-r--r--
deprecate public API for new one that uses progress monitor (bug 7351)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.2"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
    <extension
cawthron
parents:
diff changeset
     6
          point="com.nokia.carbide.bugreport.product"
cawthron
parents:
diff changeset
     7
          id="com.nokia.carbide.bugdatacollector.product"
cawthron
parents:
diff changeset
     8
          name="Carbide Bug Data Collector">
cawthron
parents:
diff changeset
     9
            <product
cawthron
parents:
diff changeset
    10
              productName="Carbide.c++"
cawthron
parents:
diff changeset
    11
              class="com.nokia.carbide.internal.bugdatacollector.model.BugDataCollector" />
cawthron
parents:
diff changeset
    12
    </extension>
cawthron
parents:
diff changeset
    13
   
cawthron
parents:
diff changeset
    14
	<extension
cawthron
parents:
diff changeset
    15
         point="org.eclipse.ui.preferencePages">
cawthron
parents:
diff changeset
    16
		<page
cawthron
parents:
diff changeset
    17
            name="%preferences.BugReports"
cawthron
parents:
diff changeset
    18
            class="com.nokia.carbide.internal.bugdatacollector.ui.preferences.BugDataCollectorPreferencePage"
cawthron
parents:
diff changeset
    19
            category="com.nokia.carbide.cpp.project.ui.preferences.CarbidePreferencePage"
cawthron
parents:
diff changeset
    20
            id="com.nokia.carbide.bugdatacollector.ui.preferences.BugDataCollectorPreferencePage">
cawthron
parents:
diff changeset
    21
		</page>
cawthron
parents:
diff changeset
    22
	</extension>
cawthron
parents:
diff changeset
    23
	
cawthron
parents:
diff changeset
    24
   <extension
cawthron
parents:
diff changeset
    25
         point="org.eclipse.core.runtime.preferences">
cawthron
parents:
diff changeset
    26
      <initializer
cawthron
parents:
diff changeset
    27
            class="com.nokia.carbide.internal.bugdatacollector.ui.preferences.BugDataCollectorPreferenceInitializer">
cawthron
parents:
diff changeset
    28
      </initializer>
cawthron
parents:
diff changeset
    29
   </extension>
cawthron
parents:
diff changeset
    30
cawthron
parents:
diff changeset
    31
</plugin>