### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: plugin.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/plugin.properties,v retrieving revision 1.28 diff -u -r1.28 plugin.properties --- plugin.properties 31 Jan 2007 20:02:26 -0000 1.28 +++ plugin.properties 13 Jun 2008 11:34:14 -0000 @@ -9,7 +9,7 @@ # IBM Corporation - initial API and implementation ############################################################################### providerName=Eclipse.org -pluginName=Java Development Tools Core +pluginName=Java development tools Core javaNatureName=Java javaBuilderName=Java Builder javaProblemName=Java Problem #P org.eclipse.jdt-feature Index: sourceTemplatePlugin/about.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt-feature/sourceTemplatePlugin/about.properties,v retrieving revision 1.7 diff -u -r1.7 about.properties --- sourceTemplatePlugin/about.properties 31 May 2007 10:23:56 -0000 1.7 +++ sourceTemplatePlugin/about.properties 13 Jun 2008 11:34:15 -0000 @@ -14,7 +14,7 @@ # fill-ins are supplied by about.mappings # This file should be translated. -blurb=Eclipse Java Development Tools SDK\n\ +blurb=Eclipse Java development tools SDK\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ Index: sourceTemplatePlugin/plugin.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt-feature/sourceTemplatePlugin/plugin.properties,v retrieving revision 1.4 diff -u -r1.4 plugin.properties --- sourceTemplatePlugin/plugin.properties 26 Feb 2005 14:08:49 -0000 1.4 +++ sourceTemplatePlugin/plugin.properties 13 Jun 2008 11:34:15 -0000 @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=Eclipse Java Development Tools SDK +pluginName=Eclipse Java development tools SDK providerName=Eclipse.org Index: feature.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt-feature/feature.properties,v retrieving revision 1.20 diff -u -r1.20 feature.properties --- feature.properties 31 May 2007 10:26:40 -0000 1.20 +++ feature.properties 13 Jun 2008 11:34:15 -0000 @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2007 IBM Corporation and others. +# Copyright (c) 2000, 2008 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 @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Eclipse Java Development Tools +featureName=Eclipse Java development tools # "providerName" property - name of the company that provides the feature providerName=Eclipse.org #P org.eclipse.jdt Index: intro/tutorialsExtensionContent.xml =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt/intro/tutorialsExtensionContent.xml,v retrieving revision 1.5 diff -u -r1.5 tutorialsExtensionContent.xml --- intro/tutorialsExtensionContent.xml 26 Feb 2007 16:00:10 -0000 1.5 +++ intro/tutorialsExtensionContent.xml 13 Jun 2008 11:34:16 -0000 @@ -1,8 +1,8 @@ - - + + Learn how to create a simple Java application that prints "Hello world!" Index: intro/samplesExtensionContent.xml =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt/intro/samplesExtensionContent.xml,v retrieving revision 1.6 diff -u -r1.6 samplesExtensionContent.xml --- intro/samplesExtensionContent.xml 26 Feb 2007 16:00:10 -0000 1.6 +++ intro/samplesExtensionContent.xml 13 Jun 2008 11:34:16 -0000 @@ -3,7 +3,7 @@ - The following samples demonstrate how to plug into the Java Development Tooling. + The following samples demonstrate how to plug into the Java development tools. Demonstrates standard features available to custom text editors Index: about.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt/about.properties,v retrieving revision 1.14 diff -u -r1.14 about.properties --- about.properties 7 Apr 2008 15:19:52 -0000 1.14 +++ about.properties 13 Jun 2008 11:34:16 -0000 @@ -14,7 +14,7 @@ # fill-ins are supplied by about.mappings # This file should be translated. -blurb=Eclipse Java Development Tools\n\ +blurb=Eclipse Java development tools\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ Index: plugin.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt/plugin.properties,v retrieving revision 1.14 diff -u -r1.14 plugin.properties --- plugin.properties 29 May 2007 16:49:14 -0000 1.14 +++ plugin.properties 13 Jun 2008 11:34:16 -0000 @@ -8,10 +8,10 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=Eclipse Java Development Tools +pluginName=Eclipse Java development tools providerName=Eclipse.org -cheatsheet.category.jdt = Java Development +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