blob: a267bbc74281dfd25209431a4f708348580bf3b5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<!-- =========== -->
<!-- Define TOC -->
<!-- =========== -->
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true"/>
</extension>
<!-- =========== -->
<!-- Define F1 -->
<!-- =========== -->
<extension point="org.eclipse.help.contexts">
<contexts file="contexts.xml" plugin="org.eclipse.jpt.ui"/>
</extension>
<!-- ==================== -->
<!-- Define Keyword Index -->
<!-- ==================== -->
<extension point="org.eclipse.help.index">
<index file="index.xml"/>
</extension>
<!-- =========== -->
<!-- Cheatsheets -->
<!-- =========== -->
<extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
<category name="JPA Development" id="com.jpa.category"/>
<cheatsheet name="Create a JPA project" category="com.jpa.category" contentFile="$nl$/cheatsheets/add_persistence.xml" id="org.eclipse.jpa.cheatsheet.createproject1">
<description>This cheat sheet helps you create a JPA project.</description>
</cheatsheet>
<cheatsheet name="Create a persistent entity" category="com.jpa.category" contentFile="$nl$/cheatsheets/create_entity.xml" id="org.eclipse.jpa.cheatsheet.addentity">
<description>This cheat sheet helps you create a Java persistent entity.</description>
</cheatsheet>
<cheatsheet name="Map a persistent entity" category="com.jpa.category" contentFile="$nl$/cheatsheets/map_entity.xml" id="org.eclipse.jpa.cheatsheet.mapentity">
<description>This cheat sheet helps you map the a Java persistent entity to a database table.</description>
</cheatsheet>
</extension>
</plugin>