Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: d53c36f737c62b12a583ec662ee779168c12a65f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                             
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.infra.gmfdiag.css.theme">
      <themeContribution
            id="org.eclipse.papyrus.infra.gmfdiag.css.tests.namedStylesTest">
         <stylesheet
               stylesheetPath="resources/stylesheets/namedStyleTest.css">
         </stylesheet>
      </themeContribution>
      <themeDefinition
            id="org.eclipse.papyrus.infra.gmfdiag.css.tests.namedStylesTest"
            label="NamedStyles Test">
      </themeDefinition>
   </extension>

</plugin>

Back to the top