carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/121/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

###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
pluginName=Eclipse Java Development Tools
providerName=Eclipse.org

cheatsheet.category.jdt = Java Development
cheatsheet.helloworld.name = Create a Hello World application
cheatsheet.helloworld.desc =  Learn how to create a simple Java application that prints "Hello world!". 
cheatsheet.helloworld.swt.name = Create a Hello World SWT application
cheatsheet.helloworld.swt.desc = Learn how to create a standalone SWT Java application that displays a window to the user.