blob: e7c00edf406bf207a3e3460310e8a7c69e5d71ec [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2009 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=PDE
providerName=Eclipse.org
#Cheatsheets
cheatsheet.category.pde = Plug-in Development
cheatsheet.helloworld.name = Creating an Eclipse Plug-in
cheatsheet.helloworld.desc = This cheat sheet helps you to create a plug-in, a plug-in extension, a feature and an update site using PDE. \
It also helps you install and uninstall a feature using Install/Update.
cheatsheet.rcpapp.name = Creating a Rich Client Application
cheatsheet.rcpapp.desc = This cheat sheet helps you to create, define, test and export a fully-branded standalone RCP product.
cheatsheet.apitools.setupexisting.name = Set up API Tools on Existing Projects
cheatsheet.apitools.setupexisting.description = This cheat sheet will help you set up API Tools on existing projects in your workspace.