summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.sdk.ide.doc.user/plugin.xml
blob: 24c539d4808ab00278cbf4019ab25709fb635776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
	<extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
		<category id="org.yocto.sdk.ide.doc.user.cheatsheets" name="%category.name">
		</category>
		<cheatsheet category="org.yocto.sdk.ide.doc.user.cheatsheets"
			composite="false" contentFile="cheatsheets/createNewHelloWorldProject.xml"
			id="org.yocto.sdk.ide.doc.user.cheatsheet.helloworldProject"
			name="%cheatsheet.name">
		</cheatsheet>
	</extension>
</plugin>