carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/121/1/.cp/plugin.properties
changeset 5 684bf18fdedf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/121/1/.cp/plugin.properties	Fri Dec 04 10:01:33 2009 -0600
@@ -0,0 +1,18 @@
+###############################################################################
+# 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.