carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/1/.cp/plugin.properties
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
###############################################################################
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
# Copyright (c) 2000, 2008 IBM Corporation and others.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
# All rights reserved. This program and the accompanying materials
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
# are made available under the terms of the Eclipse Public License v1.0
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
# which accompanies this distribution, and is available at
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
# http://www.eclipse.org/legal/epl-v10.html
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
#
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
# Contributors:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
#     IBM Corporation - initial API and implementation
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
###############################################################################
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
pluginName=PDE
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
providerName=Eclipse.org
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
#Cheatsheets  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
cheatsheet.category.pde = Plug-in Development
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
cheatsheet.helloworld.name = Creating an Eclipse Plug-in
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
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.  \
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
It also helps you install and uninstall a feature using Install/Update.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
cheatsheet.rcpapp.name = Creating a Rich Client Application
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
cheatsheet.rcpapp.desc = This cheat sheet helps you to create, define, test and export a fully-branded standalone RCP product.