blob: b03dbdf1f1df388aa51f1c4f869836d431ee3806 [file] [log] [blame]
Florian Thienel74357e62011-12-12 23:52:44 +01001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4 <extension
Florian Thienel74357e62011-12-12 23:52:44 +01005 point="org.eclipse.wst.xml.core.catalogContributions">
6 <catalogContribution>
7 <uri
8 name="http://www.eclipse.org/project/plan"
9 uri="xsd/plan.xsd">
10 </uri>
Florian Thienel74357e62011-12-12 23:52:44 +010011 </catalogContribution>
12 </extension>
13 <extension
14 id="plan"
15 name="Eclipse Project Plan"
16 point="org.eclipse.vex.ui.doctypes">
17 <doctype
18 publicId="http://www.eclipse.org/project/plan"
19 systemId="xsd/plan.xsd">
20 <rootElement
21 name="plan">
22 </rootElement>
23 </doctype>
24 </extension>
25 <extension
26 id="plan-default"
27 name="Project Plan Default"
28 point="org.eclipse.vex.ui.styles">
29 <style
30 css="styles/plan-default.css">
31 <doctypeRef
32 publicId="http://www.eclipse.org/project/plan"></doctypeRef>
33 </style>
34 </extension>
35
36</plugin>