source: trunk/modelicaml/org.openmodelica.modelicaml.model.explorer.customization/plugin.xml @ 1638

Last change on this file since 1638 was 1337, checked in by wschamai, 13 years ago

Migration to Eclipse 3.7, Papyrus 0.8 and Xtext 2

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<?eclipse version="3.4"?>
3
4<plugin>
5   <extension
6         point="org.eclipse.emf.facet.infra.browser.custom.core.registration">
7      <browserCustomization
8            file="resources/ModelicaMLCustomization.uiCustom"
9            loadByDefault="true">
10      </browserCustomization>
11   </extension>
12   <extension
13         point="org.eclipse.emf.facet.infra.query.registration">
14      <modelqueryset
15            file="resources/ModelicaML.querySet">
16      </modelqueryset>
17   </extension>
18 
19   <!--
20   <extension point="org.eclipse.gmt.modisco.infra.browser.custom.core.registration">
21      <browserCustomization
22            file="ModelicaMLCustomization.uiCustom"
23            loadByDefault="true"/>
24   </extension>
25   <extension point="org.eclipse.gmt.modisco.infra.query.registration">
26      <modelqueryset file="ModelicaML.querySet"/>
27   </extension>
28    <extension
29         point="org.eclipse.gmt.modisco.infra.query.registration">
30      <modelqueryset
31            file="ModelicaML.querySet">
32      </modelqueryset>
33   </extension>
34   -->
35</plugin>
Note: See TracBrowser for help on using the repository browser.