<!ELEMENT extension (reportDescription+)>
<!ATTLIST extension
point CDATA #REQUIRED
name CDATA #IMPLIED
id CDATA #IMPLIED>
<!ELEMENT reportDescription EMPTY>
<!ATTLIST reportDescription
name CDATA #REQUIRED
class CDATA #REQUIRED
isDefault (true | false) >
<extension point=
"org.eclipse.hyades.ui.reportExtensions"
>
<reportDescriptions>
<reportDescription name=
"reportGenerator1"
classPath=
"d:\work\reports\report1.jar"
class=
"MyReportGenerator1"
/>
<reportDescription name=
"reportGenerator2"
classPath=
"d:\work\reports\reports2"
class=
"MyReportGenerator2"
isDefault=
"true"
/>
</reportDescriptions>
</extension>
Copyright (c) 2003 Hyades project. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html