### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.doc.user Index: concepts/cscrapbook.htm =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.user/concepts/cscrapbook.htm,v retrieving revision 1.6 diff -u -r1.6 cscrapbook.htm --- concepts/cscrapbook.htm 5 Jun 2008 13:42:42 -0000 1.6 +++ concepts/cscrapbook.htm 12 Jun 2008 09:38:42 -0000 @@ -11,7 +11,7 @@

Scrapbook

-

The Java Development Toolkit (JDT) contributes a scrapbook facility that can be used to experiment and evaluate Java +

The Java development toolkit (JDT) contributes a scrapbook facility that can be used to experiment and evaluate Java code snippets before building a complete Java program. Snippets are edited and evaluated in the Scrapbook page editor, with resultant problems reported in the editor.

Index: concepts/concept-jdt.htm =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.user/concepts/concept-jdt.htm,v retrieving revision 1.2 diff -u -r1.2 concept-jdt.htm --- concepts/concept-jdt.htm 5 Jun 2008 14:53:21 -0000 1.2 +++ concepts/concept-jdt.htm 12 Jun 2008 09:38:42 -0000 @@ -6,11 +6,11 @@ - Java Development Tools (JDT) + Java development tools (JDT) -

Java Development Tools (JDT)

+

Java development tools (JDT)

The Java development tools (JDT) are a set of extensions to the workbench that allow you to edit, compile, and run Java programs.

Index: concepts/cdebugger.htm =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.user/concepts/cdebugger.htm,v retrieving revision 1.7 diff -u -r1.7 cdebugger.htm --- concepts/cdebugger.htm 5 Jun 2008 13:42:42 -0000 1.7 +++ concepts/cdebugger.htm 12 Jun 2008 09:38:42 -0000 @@ -11,7 +11,7 @@

Debugger

-

The Java Development Toolkit (JDT) includes a debugger that enables you to detect and diagnose errors in your programs running either locally or remotely.

+

The Java development toolkit (JDT) includes a debugger that enables you to detect and diagnose errors in your programs running either locally or remotely.

The debugger allows you to control the execution of your program by setting breakpoints, suspending launched programs, stepping through your code, and examining the contents of Index: gettingStarted/intro/overview.htm =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.user/gettingStarted/intro/overview.htm,v retrieving revision 1.12 diff -u -r1.12 overview.htm --- gettingStarted/intro/overview.htm 6 Jun 2008 14:43:44 -0000 1.12 +++ gettingStarted/intro/overview.htm 12 Jun 2008 09:38:42 -0000 @@ -5,7 +5,7 @@ - Java Development Overview + Java development overview