Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b03dbdf1f1df388aa51f1c4f869836d431ee3806 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                       





                                                                

























                                                                            
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.wst.xml.core.catalogContributions">
      <catalogContribution>
         <uri
               name="http://www.eclipse.org/project/plan"
               uri="xsd/plan.xsd">
         </uri>
      </catalogContribution>
   </extension>
   <extension
         id="plan"
         name="Eclipse Project Plan"
         point="org.eclipse.vex.ui.doctypes">
      <doctype
            publicId="http://www.eclipse.org/project/plan"
            systemId="xsd/plan.xsd">
         <rootElement
               name="plan">
         </rootElement>
      </doctype>
   </extension>
   <extension
         id="plan-default"
         name="Project Plan Default"
         point="org.eclipse.vex.ui.styles">
      <style
            css="styles/plan-default.css">
         <doctypeRef
               publicId="http://www.eclipse.org/project/plan"></doctypeRef>
      </style>
   </extension>

</plugin>

Back to the top