blob: 5bf351e46b7e0edb25f9434c9ccd59a36114ac8e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<cheatsheet title="Test cheatsheet without cheatsheet element">
<intro>
<description>
Simple test
</description>
</intro>
<item
title="Just a simple test">
<description>
Did it work? Of course not, it is suppose to cause a parsing error.
</description>
<perform-when>
<action
when="Factory"
pluginId="org.eclipse.ua.tests"
class="org.eclipse.ui.examples.cheatsheets.pattern.actions.FactoryCustomizeAction"/>
<action
when="Singleton"
pluginId="org.eclipse.ua.tests"
class="org.eclipse.ui.examples.cheatsheets.pattern.actions.SingletonCustomizeAction"/>
<action
when="Visitor"
pluginId="org.eclipse.ua.tests"
class="org.eclipse.ui.examples.cheatsheets.pattern.actions.VisitorCustomizeAction"/>
</perform-when>
</item>
</cheatsheet>