Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: a4b40a7edc077a7469cdd3f8a6ae745ff4a9bdb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<plugin>
   <extension point="org.eclipse.wst.server.ui.serverImages">
      <image
         id="org.eclipse.jst.server.tomcat.32"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.runtime.32"/>
      <image
         id="org.eclipse.jst.server.tomcat.40"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.runtime.40"/>
      <image
         id="org.eclipse.jst.server.tomcat.41"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.runtime.41"/>
      <image
         id="org.eclipse.jst.server.tomcat.50"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.runtime.50"/>
      <image
         id="org.eclipse.jst.server.tomcat.55"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.runtime.55"/>

      <image
         id="org.eclipse.jst.server.tomcat.32"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.32"/>
      <image
         id="org.eclipse.jst.server.tomcat.40"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.40"/>
      <image
         id="org.eclipse.jst.server.tomcat.41"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.41"/>
      <image
         id="org.eclipse.jst.server.tomcat.50"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.50"/>
      <image
         id="org.eclipse.jst.server.tomcat.55"
         icon="icons/obj16/tomcat.gif"
         typeIds="org.eclipse.jst.server.tomcat.55"/>
   </extension>
   
   <extension point="org.eclipse.core.expressions.propertyTesters">
      <propertyTester
         id="org.eclipse.jst.server.tomcat.ui.propertyTester"
         namespace="org.eclipse.jst.server.tomcat.ui"
         properties="hasConfiguration"
         type="java.lang.Object"
         class="org.eclipse.jst.server.tomcat.ui.internal.ConfigurationPropertyTester">
      </propertyTester>
   </extension>

   <extension point="org.eclipse.wst.server.ui.editorPages">
      <page
         id="org.eclipse.jst.server.tomcat.configuration.editor.webmodule"
         order="20"
         name="%configurationEditorWebModulesPage"
         typeIds="org.eclipse.jst.server.tomcat.*"
         class="org.eclipse.jst.server.tomcat.ui.internal.editor.ConfigurationWebModuleEditorPart">
         <enablement>
           <test property="org.eclipse.jst.server.tomcat.ui.hasConfiguration" value="true"/>
         </enablement>
      </page>
   </extension>

   <extension point="org.eclipse.wst.server.ui.editorPageSections">
      <section
         id="org.eclipse.jst.server.tomcat.server.editor.general"
         order="0"
         insertionId="org.eclipse.wst.server.editor.overview.left"
         typeIds="org.eclipse.jst.server.tomcat.*"
         class="org.eclipse.jst.server.tomcat.ui.internal.editor.ServerGeneralEditorSection"/>
      <section
         id="org.eclipse.jst.server.tomcat.configuration.editor.port"
         order="10"
         insertionId="org.eclipse.wst.server.editor.overview.right"
         typeIds="org.eclipse.jst.server.tomcat.*"
         class="org.eclipse.jst.server.tomcat.ui.internal.editor.ConfigurationPortEditorSection">
         <enablement>
           <test property="org.eclipse.jst.server.tomcat.ui.hasConfiguration" value="true"/>
         </enablement>
      </section>
      <section
         id="org.eclipse.jst.server.tomcat.configuration.editor.mime"
         order="20"
         insertionId="org.eclipse.wst.server.editor.overview.right"
         typeIds="org.eclipse.jst.server.tomcat.*"
         class="org.eclipse.jst.server.tomcat.ui.internal.editor.ConfigurationMimeEditorSection">
         <enablement>
           <test property="org.eclipse.jst.server.tomcat.ui.hasConfiguration" value="true"/>
         </enablement>
      </section>
   </extension>
   
   <extension point="org.eclipse.wst.server.ui.wizardFragments">
      <fragment
         id="org.eclipse.jst.server.tomcat.runtime.32"
         typeIds="org.eclipse.jst.server.tomcat.runtime.32"
         class="org.eclipse.jst.server.tomcat.ui.internal.TomcatRuntimeWizardFragment"/>
      <fragment
         id="org.eclipse.jst.server.tomcat.runtime.40"
         typeIds="org.eclipse.jst.server.tomcat.runtime.40"
         class="org.eclipse.jst.server.tomcat.ui.internal.TomcatRuntimeWizardFragment"/>
      <fragment
         id="org.eclipse.jst.server.tomcat.runtime.41"
         typeIds="org.eclipse.jst.server.tomcat.runtime.41"
         class="org.eclipse.jst.server.tomcat.ui.internal.TomcatRuntimeWizardFragment"/>
      <fragment
         id="org.eclipse.jst.server.tomcat.runtime.50"
         typeIds="org.eclipse.jst.server.tomcat.runtime.50"
         class="org.eclipse.jst.server.tomcat.ui.internal.TomcatRuntimeWizardFragment"/>
      <fragment
         id="org.eclipse.jst.server.tomcat.runtime.55"
         typeIds="org.eclipse.jst.server.tomcat.runtime.55"
         class="org.eclipse.jst.server.tomcat.ui.internal.TomcatRuntimeWizardFragment"/>
   </extension>

  <extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
    <launchConfigurationTypeImage
      id="org.eclipse.jst.server.tomcat.ui.launchConfigurationTypeImage"
      configTypeID="org.eclipse.jst.server.tomcat.core.launchConfigurationType"
      icon="icons/obj16/tomcat.gif">
    </launchConfigurationTypeImage>
  </extension>

  <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups">
    <launchConfigurationTabGroup
      id="org.eclipse.jst.server.tomcat.ui.launchConfigurationTabGroup"
      type="org.eclipse.jst.server.tomcat.core.launchConfigurationType"
      class="org.eclipse.jst.server.tomcat.ui.internal.TomcatLaunchConfigurationTabGroup">
    </launchConfigurationTabGroup>
  </extension>

  <extension point="org.eclipse.wst.common.project.facet.ui.images">
    <image runtime-component-type="org.eclipse.jst.server.tomcat"
      path="icons/obj16/tomcat.gif"/>
  </extension>

  <extension point="org.eclipse.wst.common.project.facet.core.runtimes">
    <adapter>
      <runtime-component id="org.eclipse.jst.server.tomcat"/>
      <factory class="org.eclipse.jst.server.ui.internal.RuntimeLabelProvider$Factory"/>
      <type class="org.eclipse.wst.common.project.facet.ui.IRuntimeComponentLabelProvider"/>
    </adapter>
  </extension>
</plugin>

Back to the top