1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
cdt/build/org.eclipse.cdt.autotools.docs/plugin.xml
Jeff Johnston 00dca316ce Bug 414829 - Unexternalized cheat sheet name
- Fix name to use plugin.properties.

Change-Id: Ib81cddea437f4b21a52ef6ac9400cf37754fb5f4
Reviewed-on: https://git.eclipse.org/r/15548
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-08-16 12:10:31 -04:00

26 lines
737 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="true"/>
<toc
file="tools.xml"
primary="true">
</toc>
<index path="index"/>
</extension>
<extension
id="org.eclipse.cdt.autotools.docs.cheatsheets"
point="org.eclipse.ui.cheatsheets.cheatSheetContent">
<cheatsheet
category="org.eclipse.cdt-doc.category.tutorials"
contentFile="cheatsheets/autotools.xml"
id="org.eclipse.cdt.autotools-docs.cheatsheet3"
name="%AutotoolsCheatSheetName">
</cheatsheet>
</extension>
</plugin>