<?xml version="1.0" encoding="UTF-8"?> | |
<?eclipse version="3.4"?> | |
<plugin> | |
<extension | |
point="org.eclipse.ui.cheatsheets.cheatSheetContent"> | |
<category | |
id="org.eclipse.efm.tutorial.thermostat.category" | |
name="ThermostTutorial"> | |
</category> | |
<cheatsheet | |
category="org.eclipse.efm.tutorial.thermostat.category" | |
composite="false" | |
contentFile="cheatsheet/getting_started.xml" | |
id="org.eclipse.efm.tutorial.thermostat.cheatsheet" | |
name="org.eclipse.efm.tutorial.thermostat.cheatsheet"> | |
</cheatsheet> | |
</extension> | |
</plugin> |