carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/121/1/.cp/plugin.properties
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 ###############################################################################
       
     2 # Copyright (c) 2000, 2007 IBM Corporation and others.
       
     3 # All rights reserved. This program and the accompanying materials
       
     4 # are made available under the terms of the Eclipse Public License v1.0
       
     5 # which accompanies this distribution, and is available at
       
     6 # http://www.eclipse.org/legal/epl-v10.html
       
     7 #
       
     8 # Contributors:
       
     9 #     IBM Corporation - initial API and implementation
       
    10 ###############################################################################
       
    11 pluginName=Eclipse Java Development Tools
       
    12 providerName=Eclipse.org
       
    13 
       
    14 cheatsheet.category.jdt = Java Development
       
    15 cheatsheet.helloworld.name = Create a Hello World application
       
    16 cheatsheet.helloworld.desc =  Learn how to create a simple Java application that prints "Hello world!". 
       
    17 cheatsheet.helloworld.swt.name = Create a Hello World SWT application
       
    18 cheatsheet.helloworld.swt.desc = Learn how to create a standalone SWT Java application that displays a window to the user.