diff options
Diffstat (limited to 'tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/plugin.xml')
-rw-r--r-- | tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/plugin.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/plugin.xml b/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/plugin.xml new file mode 100644 index 00000000000..d53c36f737c --- /dev/null +++ b/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/plugin.xml @@ -0,0 +1,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> |