Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a993846f5087c69f5ce0c8a9062f9b1e353c4a70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
 	<extension point="org.eclipse.emf.ecore.extension_parser">
      <parser class="org.eclipse.papyrus.customization.properties.model.xwt.resource.XWTModelFactory" type="xwt">
      </parser>
   </extension>
  <extension
        point="org.eclipse.core.contenttype.contentTypes">
     <file-association
           content-type="org.eclipse.wst.xml.core.xmlsource"
           file-extensions="xwt">
     </file-association>
  </extension>
</plugin>

Back to the top