Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 95b42bd5899ed504284ea1f1481a0a8f967d00c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.views">
      <view
            allowMultiple="false"
            category="org.eclipse.papyrus.views.category"
            class="org.eclipse.papyrus.infra.gmfdiag.css.debug.views.CSSDebugView"
            icon="icons/sourceEditor.gif"
            id="org.eclipse.papyrus.infra.gmfdiag.css.debug.view"
            name="CSS Debug"
            restorable="true">
      </view>
   </extension>

</plugin>

Back to the top