Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 36245 Details for
Bug 131547
Test Log Viewer: Defect Tracking support from Test Log Viewer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
extension point schema
testLogDefectTrackingProvider.exsd (text/xml), 4.15 KB, created by
Bianca Jiang
on 2006-03-14 11:46:20 EST
(
hide
)
Description:
extension point schema
Filename:
MIME Type:
Creator:
Bianca Jiang
Created:
2006-03-14 11:46:20 EST
Size:
4.15 KB
patch
obsolete
><?xml version='1.0' encoding='UTF-8'?> ><!-- Schema file written by PDE --> ><schema targetNamespace="org.eclipse.hyades.test.ui"> ><annotation> > <appInfo> > <meta.schema plugin="org.eclipse.hyades.test.ui" id="testLogDefectTrackingProvider" name="Test Log Defect Tracking Provider"/> > </appInfo> > <documentation> > [Enter description of this extension point.] > </documentation> > </annotation> > > <element name="extension"> > <complexType> > <choice> > <element ref="provider" minOccurs="1" maxOccurs="unbounded"/> > </choice> > <attribute name="point" type="string" use="required"> > <annotation> > <documentation> > > </documentation> > </annotation> > </attribute> > <attribute name="id" type="string"> > <annotation> > <documentation> > > </documentation> > </annotation> > </attribute> > <attribute name="name" type="string"> > <annotation> > <documentation> > > </documentation> > <appInfo> > <meta.attribute translatable="true"/> > </appInfo> > </annotation> > </attribute> > </complexType> > </element> > > <element name="provider"> > <annotation> > <documentation> > A defect tracking provider to be used with Test Log Viewer. > </documentation> > </annotation> > <complexType> > <attribute name="testType" type="string" use="required"> > <annotation> > <documentation> > Comma separated test types that this defect tracking provider can support. > </documentation> > </annotation> > </attribute> > <attribute name="type" type="string" use="required"> > <annotation> > <documentation> > Type of this defect tracking provider. > </documentation> > </annotation> > </attribute> > <attribute name="label" type="string" use="required"> > <annotation> > <documentation> > Display name for this defect tracking provider. > </documentation> > </annotation> > </attribute> > <attribute name="icon" type="string" use="required"> > <annotation> > <documentation> > Icon of this defect tracking provider. > </documentation> > </annotation> > </attribute> > <attribute name="class" type="string" use="required"> > <annotation> > <documentation> > > </documentation> > <appInfo> > <meta.attribute kind="java" basedOn="org.eclipse.hyades.test.ui.forms.extensions.provisional.IDefectTrackingProvider"/> > </appInfo> > </annotation> > </attribute> > </complexType> > </element> > > <annotation> > <appInfo> > <meta.section type="since"/> > </appInfo> > <documentation> > [Enter the first release in which this extension point appears.] > </documentation> > </annotation> > > <annotation> > <appInfo> > <meta.section type="examples"/> > </appInfo> > <documentation> > [Enter extension point usage example here.] > </documentation> > </annotation> > > <annotation> > <appInfo> > <meta.section type="apiInfo"/> > </appInfo> > <documentation> > [Enter API information here.] > </documentation> > </annotation> > > <annotation> > <appInfo> > <meta.section type="implementation"/> > </appInfo> > <documentation> > [Enter information about supplied implementation of this extension point.] > </documentation> > </annotation> > > <annotation> > <appInfo> > <meta.section type="copyright"/> > </appInfo> > <documentation> > > </documentation> > </annotation> > ></schema>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 131547
:
36235
|
36245
|
36247
|
36248
|
36249