carbidecpp22devenv/plugins/org.eclipse.jdt.debug_3.5.0.v20090526/plugin.xml
author cawthron
Fri, 04 Dec 2009 12:01:35 -0600
changeset 709 36d3e5787ebc
parent 467 f032d8902fe7
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
467
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
<!--
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
     3
     Copyright (c) 2005, 2009 IBM Corporation and others.
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
     All rights reserved. This program and the accompanying materials
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
     are made available under the terms of the Eclipse Public License v1.0
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
     6
     which accompanies this distribution, and is available at
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
     7
     http://www.eclipse.org/legal/epl-v10.html
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
    
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
     9
     Contributors:
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    10
         IBM Corporation - initial API and implementation
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    11
 -->
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    12
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<plugin>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    14
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    15
    
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    16
<!-- Not to be extended com.sun.tools.jdi.VirtualMachineManagerImpl or org.eclipse.jdi.internal.VirtualMachineManagerImpl -->
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    17
   <extension-point id="jdiclient" name="%virtualMachineManagerImpl"  schema="schema/jdiclient.exsd"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    18
   <extension-point id="javaLogicalStructures" name="%javaLogicalStructures" schema="schema/javaLogicalStructures.exsd"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    19
   <extension-point id="breakpointListeners" name="%breakpointListeners.name" schema="schema/breakpointListeners.exsd"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    20
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    21
<!-- Extensions -->
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    22
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    23
         point="org.eclipse.debug.core.breakpoints">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    24
      <breakpoint
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    25
            markerType="org.eclipse.jdt.debug.javaLineBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    26
            class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaLineBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    27
            id="javaLineBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    28
            name="%javaLineBreakpoint.name">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    29
      </breakpoint>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    30
      <breakpoint
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    31
            markerType="org.eclipse.jdt.debug.javaClassPrepareBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    32
            class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaClassPrepareBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    33
            id="javaClassPrepareBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    34
            name="%javaClassLoadBreakpoint.name">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    35
      </breakpoint>      
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    36
      <breakpoint
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    37
            markerType="org.eclipse.jdt.debug.javaPatternBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    38
            class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaPatternBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    39
            id="javaPatternBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    40
            name="%javaLineBreakpoint.name">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    41
      </breakpoint>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    42
      <breakpoint
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    43
            markerType="org.eclipse.jdt.debug.javaTargetPatternBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    44
            class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaTargetPatternBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    45
            id="javaTargetPatternBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    46
            name="%javaLineBreakpoint.name">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    47
      </breakpoint>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    48
      <breakpoint
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    49
            markerType="org.eclipse.jdt.debug.javaExceptionBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    50
            class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaExceptionBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    51
            id="javaExceptionBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    52
            name="%javaExceptionBreakpoint.name">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    53
      </breakpoint>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    54
      <breakpoint
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    55
            markerType="org.eclipse.jdt.debug.javaWatchpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    56
            class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaWatchpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    57
            id="javaWatchpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    58
            name="%javaWatchpoint.name">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    59
      </breakpoint>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    60
      <breakpoint
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    61
            markerType="org.eclipse.jdt.debug.javaMethodBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    62
            class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaMethodBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    63
            id="javaMethodBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    64
            name="%javaMethodBreakpoint.name">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    65
      </breakpoint>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    66
      <breakpoint
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    67
            markerType="org.eclipse.jdt.debug.javaMethodEntryBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    68
            class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaMethodEntryBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    69
            id="javaMethodEntryBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    70
            name="%javaMethodBreakpoint.name">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    71
      </breakpoint>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    72
      <breakpoint
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    73
            markerType="org.eclipse.jdt.debug.javaStratumLineBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    74
            class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaStratumLineBreakpoint"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    75
            id="javaStratumLineBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    76
            name="%javaLineBreakpoint.name">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    77
      </breakpoint>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    78
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    79
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    80
         id="javaBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    81
         name="%JavaBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    82
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    83
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    84
            type="org.eclipse.debug.core.breakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    85
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    86
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    87
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    88
         id="javaClassPrepareBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    89
         name="%JavaClassLoadBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    90
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    91
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    92
            type="org.eclipse.jdt.debug.javaBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    93
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    94
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    95
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    96
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    97
   </extension>   
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    98
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
    99
         id="commonJavaLineBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   100
         name="%CommonJavaLineBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   101
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   102
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   103
            type="org.eclipse.jdt.debug.javaBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   104
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   105
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   106
            type="org.eclipse.debug.core.lineBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   107
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   108
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   109
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   110
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   111
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   112
            name="org.eclipse.jdt.debug.core.typeName">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   113
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   114
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   115
            name="org.eclipse.jdt.debug.core.installCount">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   116
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   117
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   118
            name="org.eclipse.jdt.debug.core.hitCount">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   119
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   120
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   121
            name="org.eclipse.jdt.debug.core.expired">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   122
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   123
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   124
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   125
         id="javaLineBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   126
         name="%JavaLineBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   127
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   128
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   129
            type="org.eclipse.jdt.debug.commonJavaLineBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   130
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   131
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   132
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   133
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   134
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   135
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   136
         id="javaPatternBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   137
         name="%JavaPatternBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   138
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   139
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   140
            type="org.eclipse.jdt.debug.commonJavaLineBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   141
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   142
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   143
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   144
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   145
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   146
            name="org.eclipse.jdt.debug.core.pattern">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   147
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   148
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   149
            name="org.eclipse.jdt.debug.core.sourceName">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   150
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   151
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   152
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   153
         id="javaTargetPatternBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   154
         name="%JavaTargetPatternBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   155
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   156
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   157
            type="org.eclipse.jdt.debug.commonJavaLineBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   158
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   159
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   160
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   161
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   162
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   163
            name="org.eclipse.jdt.debug.core.sourceName">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   164
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   165
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   166
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   167
         id="javaExceptionBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   168
         name="%JavaExceptionBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   169
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   170
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   171
            type="org.eclipse.jdt.debug.javaBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   172
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   173
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   174
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   175
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   176
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   177
            name="org.eclipse.jdt.debug.core.caught">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   178
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   179
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   180
            name="org.eclipse.jdt.debug.core.uncaught">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   181
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   182
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   183
            name="org.eclipse.jdt.debug.core.checked">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   184
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   185
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   186
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   187
         id="javaWatchpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   188
         name="%JavaWatchpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   189
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   190
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   191
            type="org.eclipse.jdt.debug.javaLineBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   192
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   193
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   194
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   195
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   196
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   197
            name="org.eclipse.jdt.debug.core.fieldName">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   198
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   199
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   200
            name="org.eclipse.jdt.debug.core.access">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   201
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   202
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   203
            name="org.eclipse.jdt.debug.core.modification">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   204
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   205
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   206
            name="org.eclipse.jdt.debug.core.auto_disabled">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   207
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   208
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   209
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   210
         id="javaMethodBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   211
         name="%JavaMethodBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   212
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   213
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   214
            type="org.eclipse.jdt.debug.javaLineBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   215
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   216
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   217
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   218
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   219
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   220
            name="org.eclipse.jdt.debug.core.methodName">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   221
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   222
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   223
            name="org.eclipse.jdt.debug.core.methodSignature">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   224
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   225
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   226
            name="org.eclipse.jdt.debug.core.entry">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   227
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   228
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   229
            name="org.eclipse.jdt.debug.core.exit">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   230
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   231
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   232
            name="org.eclipse.jdt.debug.core.native">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   233
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   234
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   235
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   236
         id="javaMethodEntryBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   237
         name="%JavaMethodEntryBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   238
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   239
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   240
            type="org.eclipse.jdt.debug.javaLineBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   241
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   242
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   243
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   244
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   245
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   246
            name="org.eclipse.jdt.debug.core.methodName">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   247
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   248
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   249
            name="org.eclipse.jdt.debug.core.methodSignature">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   250
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   251
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   252
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   253
         id="javaStratumLineBreakpointMarker"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   254
         name="%JavaStratumLineBreakpoint.name"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   255
         point="org.eclipse.core.resources.markers">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   256
      <super
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   257
            type="org.eclipse.jdt.debug.commonJavaLineBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   258
      </super>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   259
      <persistent
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   260
            value="true">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   261
      </persistent>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   262
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   263
            name="org.eclipse.jdt.debug.core.stratum">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   264
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   265
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   266
            name="org.eclipse.jdt.debug.core.sourceName">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   267
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   268
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   269
            name="org.eclipse.jdt.debug.core.sourcePath">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   270
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   271
      <attribute
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   272
            name="org.eclipse.jdt.debug.core.pattern">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   273
      </attribute>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   274
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   275
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   276
   
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   277
   <extension point="org.eclipse.core.expressions.propertyTesters">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   278
      <propertyTester
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   279
      		namespace="org.eclipse.jdt.debug"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   280
            properties="isMultiStrata"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   281
            type="org.eclipse.debug.core.model.IStackFrame"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   282
            class="org.eclipse.jdt.internal.debug.core.JavaDebugPropertyTester"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   283
            id="org.eclipse.jdt.debug.PropertyTester">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   284
      </propertyTester>        
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   285
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   286
   
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   287
  	<extension point="org.eclipse.core.runtime.preferences">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   288
		<initializer class="org.eclipse.jdt.internal.debug.core.JDIDebugPluginPreferenceInitializer"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   289
	</extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   290
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   291
         point="org.eclipse.jdt.debug.javaLogicalStructures">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   292
      <javaLogicalStructure
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   293
            subtypes="true"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   294
            value="return entrySet().toArray();"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   295
            type="java.util.Map"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   296
            description="%descriptionMap"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   297
      <javaLogicalStructure
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   298
            subtypes="true"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   299
            value="return toArray();"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   300
            type="java.util.Collection"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   301
            description="%descriptionCollection"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   302
      <javaLogicalStructure
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   303
            subtypes="true"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   304
            type="java.util.Map$Entry"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   305
            description="%descriptionMapEntry">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   306
         <variable
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   307
               value="return getKey();"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   308
               name="key"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   309
         <variable
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   310
               value="return getValue();"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   311
               name="value"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   312
      </javaLogicalStructure>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   313
      <javaLogicalStructure
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   314
            subtypes="true"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   315
            value="return getChildren();"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   316
            type="org.eclipse.swt.widgets.Composite"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   317
            description="%descriptionSWTComposite"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   318
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   319
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   320
         point="org.eclipse.debug.core.logicalStructureProviders">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   321
      <logicalStructureProvider
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   322
            class="org.eclipse.jdt.internal.debug.core.logicalstructures.JavaLogicalStructures"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   323
            modelIdentifier="org.eclipse.jdt.debug"/>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   324
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   325
   <extension
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   326
         point="org.eclipse.debug.core.breakpointImportParticipants">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   327
      <importParticipant
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   328
            participant="org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpointImportParticipant"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   329
            type="org.eclipse.jdt.debug.javaClassPrepareBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   330
      </importParticipant>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   331
      <importParticipant
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   332
            participant="org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpointImportParticipant"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   333
            type="org.eclipse.jdt.debug.javaExceptionBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   334
      </importParticipant>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   335
      <importParticipant
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   336
            participant="org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpointImportParticipant"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   337
            type="org.eclipse.jdt.debug.javaLineBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   338
      </importParticipant>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   339
      <importParticipant
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   340
            participant="org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpointImportParticipant"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   341
            type="org.eclipse.jdt.debug.javaMethodBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   342
      </importParticipant>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   343
      <importParticipant
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   344
            participant="org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpointImportParticipant"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   345
            type="org.eclipse.jdt.debug.javaMethodEntryBreakpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   346
      </importParticipant>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   347
      <importParticipant
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   348
            participant="org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpointImportParticipant"
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   349
            type="org.eclipse.jdt.debug.javaWatchpointMarker">
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   350
      </importParticipant>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   351
   </extension>
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   352
   
f032d8902fe7 add files for RCL_2_2
cawthron
parents:
diff changeset
   353
</plugin>