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
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, 2007 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=Eclipse Java Development Tools
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
cheatsheet.category.jdt = Java Development
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
cheatsheet.helloworld.name = Create a Hello World application
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
cheatsheet.helloworld.desc =  Learn how to create a simple Java application that prints "Hello world!". 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
cheatsheet.helloworld.swt.name = Create a Hello World SWT application
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
cheatsheet.helloworld.swt.desc = Learn how to create a standalone SWT Java application that displays a window to the user.