Skip to main content
summaryrefslogtreecommitdiffstats
blob: 62d23927c6b2406f4438d3695450ed417d58ee11 (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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

	<extension point="org.eclipse.ui.editors">
		<editor
			name="%_UI_EDITOR_NAME"
			icon="icons/wsdl_file_obj.gif"
			class="org.eclipse.wst.wsdl.ui.internal.InternalWSDLMultiPageEditor"
			contributorClass="org.eclipse.wst.wsdl.ui.internal.WSDLActionBarContributor"
			id="org.eclipse.wst.wsdl.ui.internal.WSDLEditor">
			<contentTypeBinding
				contentTypeId="org.eclipse.wst.wsdl.wsdlsource" />
		</editor>
	</extension>
	
		<extension point="org.eclipse.ui.newWizards">
		<category
			id="org.eclipse.jst.ws.ui.new"
			name="%_UI_LABEL_NEW_CATEGORY_NAME_WS" />
		<wizard
			id="org.eclipse.wst.wsdl.ui"
			name="WSDL"
			class="org.eclipse.wst.wsdl.ui.internal.wizards.NewWSDLWizard"
			category="org.eclipse.jst.ws.ui.new"
			icon="icons/wsdl_file_obj.gif">
			<description>%_UI_LABEL_CREATE_NEW_WSDL_FILE</description>
			<selection class="org.eclipse.core.resources.IResource" />
		</wizard>

		<wizard
			id="org.eclipse.wst.wsdl.ui"
			name="WSDL"
			class="org.eclipse.wst.wsdl.ui.internal.wizards.NewWSDLWizard"
			category="org.eclipse.wst.XMLCategory"
			icon="icons/wsdl_file_obj.gif">
			<description>%_UI_LABEL_CREATE_NEW_WSDL_FILE</description>
			<selection class="org.eclipse.core.resources.IResource" />
		</wizard>
	</extension>
	
	<extension point="org.eclipse.ui.preferencePages">
		<!-- place everything in "Web and XML" -->
		<page
			name="%_UI_WSDL_LABEL"
			category="org.eclipse.wst.sse.ui.internal.provisional.preferences"
			class="org.eclipse.wst.wsdl.ui.internal.WSDLPreferencePage"
			id="org.eclipse.wst.wsdl.ui.internal.WSDLPreferencePage" />
	</extension>

	<!-- This extension point is used to suplement WSDL 1.1 schemas in order to   -->
	<!-- constrain the extensiblity elements that are allowed at the 'wsdl' level -->
	<extension-point
		id="extensibilityElementFilter"
		name="Extensiblity Element Filter"
		schema="schema/extensibilityElementFilter.exsd" />
		
    <extension-point id="WSDLEditorExtensionConfiguration" name="WSDLEditorExtensionConfiguration"/>
    <extension-point id="editorModes" name="%WSDLEditorModes"/>
    
    <!-- this extension point is deprecated, use extensionCategories -->
	<extension-point id="ExtensionsSchemasDescription" name="this extension point is deprecated"/>	
	<extension-point id="extensionCategories" name="Extension Categories"/>		
	<extension
		point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
		<propertyContributor
			contributorId="org.eclipse.wst.wsdl.ui.internal.WSDLEditor"

			labelProvider="org.eclipse.wst.wsdl.ui.internal.asd.ASDLabelProvider">			
			<propertyCategory category="general"></propertyCategory>
			<propertyCategory category="documentation"></propertyCategory>
			<propertyCategory category="extensibility"></propertyCategory>
		</propertyContributor>
	</extension>
	<extension
		point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
		<propertyTabs
			contributorId="org.eclipse.wst.wsdl.ui.internal.WSDLEditor">
			<propertyTab
				label="%_UI_LABEL_GENERAL"
				category="general"
				id="org.eclipse.wst.xmlwebservices.general">
			</propertyTab>
			<propertyTab
				label="%_UI_LABEL_EXTENSIONS"
				category="extensibility"
				id="org.eclipse.wst.xmlwebservices.extensibility">
			</propertyTab>
			<propertyTab
				label="%_UI_LABEL_DOCUMENTATION"
				category="documentation"
				id="org.eclipse.wst.xmlwebservices.documentation">
			</propertyTab>
		</propertyTabs>
	</extension>
	
	<extension point="org.eclipse.ui.views.properties.tabbed.propertySections">
   <propertySections contributorId="org.eclipse.wst.wsdl.ui.internal.WSDLEditor">
     <propertySection tab="org.eclipse.wst.xmlwebservices.documentation" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.DocumentationSection"
	 	id="prop.section.DocumentationSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IASDObject">
	    </input>
	 </propertySection>
   
   	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.NameSection"  
	 	id="prop.section.NameSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IMessage">
	    </input>
	 </propertySection>
	 
   	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.properties.sections.W11ParameterSection"
        filter="org.eclipse.wst.wsdl.ui.internal.properties.sections.W11ParameterSectionFilter"
	 	id="prop.section.W11ParameterSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IParameter">
	    </input>
	 </propertySection>
	 
   	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.NameSection"  
	 	id="prop.section.NameSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IOperation">
	    </input>
	 </propertySection>
	 
	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.NameSection"  
	 	id="prop.section.NameSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IInterface">
	    </input>
	 </propertySection>

	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.NameSection"  
	 	id="prop.section.NameSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IService">
	    </input>
	 </propertySection>
	 
	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.EndPointSection"  
	 	id="prop.section.EndPointSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IEndPoint">
	    </input>
	 </propertySection>

	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.BindingSection"  
	 	id="prop.section.BindingSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IBinding">
	    </input>
	 </propertySection>
	 
	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.ImportSection"  
	 	id="prop.section.ImportSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IImport">
	    </input>
	 </propertySection>
	 <!--
	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.asd.editor.properties.sections.SchemaSection"  
	 	id="prop.section.SchemaSection">
	    <input type="org.eclipse.wst.wsdl.asd.facade.IType">
	    </input>
	 </propertySection>	 
	-->

	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.NamespaceSection"
	 	id="prop.section.NamespaceSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IDescription">
	    </input>
	 </propertySection>
	 
	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.NamespaceSection"
	 	id="prop.section.NamespaceSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.design.editparts.model.AbstractModelCollection">
	    </input>
	 </propertySection>
	 
	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.NamespaceSection"
	 	id="prop.section.NamespaceSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.adapters.basic.W11CategoryAdapter">
	    </input>
	 </propertySection>
	 

	 <propertySection tab="org.eclipse.wst.xmlwebservices.general" 
        class="org.eclipse.wst.wsdl.ui.internal.properties.sections.W11MessageReferenceSection"
		filter="org.eclipse.wst.wsdl.ui.internal.properties.sections.W11MessageReferenceSectionFilter"
	 	id="prop.section.MessageReferenceSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IMessageReference">
	    </input>
	 </propertySection>
	 
	 <!-- move to wsdl specific plugin -->
	 <propertySection tab="org.eclipse.wst.xmlwebservices.extensibility" 
        class="org.eclipse.wst.wsdl.ui.internal.properties.sections.W11ExtensionsSection"
	 	id="prop.section.W11ApplicationInfoSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.adapters.WSDLBaseAdapter">
	    </input>
	 </propertySection>
	 
	 <propertySection tab="org.eclipse.wst.xmlwebservices.extensibility" 
        class="org.eclipse.wst.wsdl.ui.internal.properties.sections.W11ExtensionsSection"
	 	id="prop.section.W11ApplicationInfoSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.design.editparts.model.AbstractModelCollection">
	    </input>
	 </propertySection>
	 
	 <propertySection tab="org.eclipse.wst.xmlwebservices.general"
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.NameSection"
	 	id="prop.section.NameSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IBindingOperation">
	    </input>
	 </propertySection>
	 	 
	 <propertySection tab="org.eclipse.wst.xmlwebservices.general"
        class="org.eclipse.wst.wsdl.ui.internal.asd.properties.sections.NameSection"
	 	id="prop.section.NameSection">
	    <input type="org.eclipse.wst.wsdl.ui.internal.asd.facade.IBindingMessageReference">
	    </input>
	 </propertySection>
  </propertySections>
</extension>

   <extension point="org.eclipse.wst.wsdl.ui.extensionCategories">
     <category
     	displayName="HTTP"
      	namespaceURI="http://schemas.xmlsoap.org/wsdl/http/">
      </category>

     <category
     	displayName="SOAP"
      	namespaceURI="http://schemas.xmlsoap.org/wsdl/soap/">
     </category>

     <category
        displayName="MIME"
      	namespaceURI="http://schemas.xmlsoap.org/wsdl/mime/">
     </category>
   </extension>
   
   <extension point="org.eclipse.ui.popupMenus"> 
      <objectContribution 
         id="org.eclipse.wst.wsdl.ui.refactoring.menu.objectContrib" 
         objectClass="org.eclipse.wst.wsdl.ui.internal.adapters.WSDLBaseAdapter">  
         <action
            id="org.eclipse.wst.wsdleditor.refactoring.menu.refactorGroup.object" 
            enablesFor="1"
            style="pulldown"
            menubarPath="refactoring-slot-temp"
            label="%_UI_LABEL_REFACTOR" 
            class="org.eclipse.wst.wsdl.ui.internal.refactor.actions.WSDLRefactorGroupActionDelegate"> 
         </action>          
      </objectContribution>               
    </extension>
    
	<extension point="org.eclipse.ui.popupMenus"> 
      <objectContribution 
         id="org.eclipse.wst.wsdl.ui.searchReferences.menu.objectContrib" 
         objectClass="org.eclipse.wst.wsdl.ui.internal.adapters.WSDLBaseAdapter">  
         <action
            id="org.eclipse.wst.wsdleditor.searchReferences.menu.searchReferences.object" 
            enablesFor="1"
            style="pulldown"
            menubarPath="searchReferences-slot-temp"
            label="References" 
            class="org.eclipse.wst.wsdl.ui.internal.search.actions.WSDLSearchReferencesGroupActionDelegate"> 
         </action>          
      </objectContribution>               
    </extension>    
	
		<!-- intialize wsdl source validator -->
	<extension point="org.eclipse.wst.sse.ui.sourcevalidation">
		<validator
			scope="total"
			class="org.eclipse.wst.wsdl.ui.internal.reconciler.DelegatingSourceValidatorForWSDL"
			id="org.eclipse.wst.wsdl.ui.internal.reconciler.DelegatingSourceValidatorForWSDL">
			<contentTypeIdentifier
				id="org.eclipse.wst.wsdl.wsdlsource">
				<partitionType id="org.eclipse.wst.xml.XML_DEFAULT">
				</partitionType>
			</contentTypeIdentifier>
		</validator>
	</extension>
	
		<extension point="org.eclipse.wst.sse.ui.editorConfiguration">
		<!-- add preference pages to the context menu action (ID must correspond to the declared "path" above) -->
<!--
		<provisionalDefinition
			type="preferencepages"
			value="org.eclipse.wst.wsdl.ui.internal.util.WSDLPreferencePage"
			target="org.eclipse.wst.wsdl.ui.internal.WSDLEditor.source" />
-->
		<sourceViewerConfiguration
			class="org.eclipse.wst.wsdl.ui.internal.StructuredTextViewerConfigurationWSDL"
			target="org.eclipse.wst.wsdl.wsdlsource" />
<!--			
		<contentOutlineConfiguration
			class="org.eclipse.wst.wsdl.ui.internal.outline.WSDLContentOutlineConfiguration"
			target="org.eclipse.wst.wsdl.wsdlsource" />
-->
	</extension>
	
		<!-- this extension point is used to augment the ModelQuery to provide WSDL specific guided editing -->
	<extension point="org.eclipse.wst.xml.core.modelQueryExtensions">
		<modelQueryExtension
			class="org.eclipse.wst.wsdl.ui.internal.text.WSDLModelQueryExtension"
			contentType="org.eclipse.wst.wsdl.wsdlsource">
		</modelQueryExtension>
	</extension>
   
        <!-- Search participant extension that supports XMLComponentSearchPatten on WSDL resources -->
	 <extension   
		point="org.eclipse.wst.common.core.searchParticipants">
		<searchParticipant
			id="org.eclipse.wst.wsdl.search.WSDLSearchParticipant"
			class="org.eclipse.wst.wsdl.ui.internal.search.WSDLSearchParticipant">
			<enablement>
			   <or>
			      <with variable="pattern">
					<instanceof value="org.eclipse.wst.xml.core.internal.search.XMLComponentSearchPattern"/>			   
				  </with>
				</or>
			</enablement>
		</searchParticipant>
	 </extension>
	


	<!-- Refactoring CORE -->
	<extension
		point="org.eclipse.ltk.core.refactoring.renameParticipants">
		<renameParticipant
			name="WSDL Rename Particpant"           
			class="org.eclipse.wst.wsdl.ui.internal.refactor.WSDLComponentRenameParticipant"
			id="org.eclipse.wst.wsdl.ui.refactoring.WSDLComponentRenameParticipant">
			<enablement>
			   <or>
			   <with variable="element">
					<instanceof value="org.eclipse.wst.wsdl.WSDLElement"/>			   
				</with>
			   <with variable="element">
					<instanceof value="org.eclipse.xsd.XSDNamedComponent"/>								
				</with>							
				</or>
			</enablement>			
		</renameParticipant>
	</extension>
	
	 	<!--  Refactoring UI extensions -->
   <extension point="org.eclipse.ui.popupMenus"> 
      <objectContribution 
         id="org.eclipse.wst.wsdl.ui.refactoring.menu.objectContrib" 
         objectClass="org.eclipse.wst.wsdl.WSDLElement"> 
         <action
            id="org.eclipse.wst.wsdl.ui.refactoring.menu.refactorGroup.object" 
            enablesFor="1"
            style="pulldown"
            menubarPath="additions"
            label="%refactoring.menu.label" 
            class="org.eclipse.wst.wsdl.ui.internal.refactor.actions.WSDLRefactorGroupActionDelegate"> 
         </action> 
      </objectContribution>   
   
    <viewerContribution
        id="org.eclipse.wst.xsd.ui.refactoring.menu.source"
        targetID="org.eclipse.wst.wsdl.wsdlsource.source.EditorContext">
	    <action id="org.eclipse.wst.wsdl.ui.refactoring.menu.refactorGroup.source"
       		style="pulldown"
            menubarPath="additions"
            label="%refactoring.menu.label" 
            class="org.eclipse.wst.wsdl.ui.internal.refactor.actions.WSDLRefactorGroupActionDelegate"> 
  	    </action>
       </viewerContribution>       
     </extension>
          
     <extension point="org.eclipse.ui.commands">
		<command
			name="%command.wsdl.refactor.rename.element.name"
			description="%command.wsdl.refactor.rename.element.description"
			categoryId="org.eclipse.ui.category.edit"
			id="org.eclipse.wst.wsdl.ui.refactor.rename.element">
		</command>
	</extension>   
	
		<extension point="org.eclipse.ui.editorActions">
		<editorContribution
			id="org.eclipse.ui.articles.action.contribution.editor"
			targetID="org.eclipse.wst.wsdl.ui.internal.WSDLEditor">

			<menu
				id="WSDLEditor"
				label="%_UI_EDITOR_NAME"
				path="additions">
				<separator name="group1" />
			</menu>

			<action
				id="org.eclipse.wst.wsdl.ui.actions.ReloadDependenciesActionDelegate"
				label="%_UI_RELOAD_DEPENDENCIES"
				icon="icons/reloadgrammar.gif"
				tooltip="Reload Dependencies"
				menubarPath="WSDLEditor/group1"
				class="org.eclipse.wst.wsdl.ui.internal.ReloadDependenciesActionDelegate">
			</action>

			<!--
				<action
				id="org.eclipse.wst.wsdl.ui.internal.actions.ValidateActionDelegate" 
				label="%_UI_ACTION_VALIDATE_WSDL_DOCUMENT" 
				icon="icons/validate.gif" 
				tooltip="%_UI_ACTION_VALIDATE_WSDL_DOCUMENT"
				menubarPath="WSDLEditor/group1"
				toolbarPath="%Normal/WSDLEditor"
				class="org.eclipse.wst.wsdl.ui.internal.actions.ValidateActionDelegate"> 
				</action>      
			-->

		</editorContribution>
        <editorContribution
            targetID="org.eclipse.wst.wsdl.wsdlsource.source"
            id="org.eclipse.wst.wsdl.wsdlsource.ruler.actions">
         <action
               label="%AddBookmark.label"
               helpContextId="org.eclipse.ui.bookmark_action_context"
               class="org.eclipse.ui.texteditor.BookmarkRulerAction"
               actionID="RulerDoubleClick"
               id="org.eclipse.ui.texteditor.BookmarkRulerAction"/>
         <action
               label="%SelectRuler.label"
               class="org.eclipse.ui.texteditor.SelectRulerAction"
               actionID="RulerClick"
               id="org.eclipse.ui.texteditor.SelectRulerAction"/>
        </editorContribution>
	</extension>
   
   <!-- ===================================================================== -->
	
	<extension
		point="org.eclipse.wst.wsdl.ui.extensibilityElementFilter">
		<extensibilityElementFilter
			namespace="http://schemas.xmlsoap.org/wsdl/soap/"
			class="org.eclipse.wst.wsdl.ui.internal.filter.SoapExtensiblityElementFilter">
		</extensibilityElementFilter>
	</extension>

	<extension
		point="org.eclipse.wst.wsdl.ui.extensibilityElementFilter">
		<extensibilityElementFilter
			namespace="http://schemas.xmlsoap.org/wsdl/http/"
			class="org.eclipse.wst.wsdl.ui.internal.filter.HttpExtensiblityElementFilter">
		</extensibilityElementFilter>
	</extension>

	<extension
		point="org.eclipse.wst.wsdl.ui.extensibilityElementFilter">
		<extensibilityElementFilter
			namespace="http://schemas.xmlsoap.org/wsdl/mime/"
			class="org.eclipse.wst.wsdl.ui.internal.filter.MimeExtensiblityElementFilter">
		</extensibilityElementFilter>
	</extension>


	<extension
		point="org.eclipse.wst.wsdl.ui.extensibilityElementFilter">
		<extensibilityElementFilter
			namespace="http://www.w3.org/2001/XMLSchema"
			class="org.eclipse.wst.wsdl.ui.internal.filter.XSDExtensiblityElementFilter">
		</extensibilityElementFilter>
	</extension>
	
	<extension
  	   point="org.eclipse.wst.xsd.ui.extensibilityNodeCustomizations">
       <nodeCustomization
			namespace="http://schemas.xmlsoap.org/wsdl/soap/"
			nodeEditorProviderClass="org.eclipse.wst.wsdl.ui.internal.soap.customizations.SOAPNodeEditorProvider"
			labelProviderClass="org.eclipse.wst.wsdl.ui.internal.label.providers.SOAPLabelProvider">
		</nodeCustomization>		
       <nodeCustomization
			namespace="http://schemas.xmlsoap.org/wsdl/http/"
			nodeEditorProviderClass="org.eclipse.wst.wsdl.ui.internal.soap.customizations.SOAPNodeEditorProvider"
			labelProviderClass="org.eclipse.wst.wsdl.ui.internal.label.providers.HTTPLabelProvider">
		</nodeCustomization>					
	</extension>	
</plugin>

Back to the top