Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 99695 | Differences between
and this patch

Collapse All | Expand All

(-)topics_GettingStarted.xml (-1 / +1 lines)
Lines 3-9 Link Here
3
<!-- ========================== -->
3
<!-- ========================== -->
4
<!-- Define topics for the GettingStarted -->
4
<!-- Define topics for the GettingStarted -->
5
<!-- ========================== -->
5
<!-- ========================== -->
6
<toc label="GettingStarted">
6
<toc label="GettingStarted" extradir="gettingStarted/intro">
7
   <topic label="Basic tutorial" href="gettingStarted/qs-BasicTutorial.htm"> 
7
   <topic label="Basic tutorial" href="gettingStarted/qs-BasicTutorial.htm"> 
8
	   <topic label="Preparing the workbench" href="gettingStarted/qs-2.htm"/>
8
	   <topic label="Preparing the workbench" href="gettingStarted/qs-2.htm"/>
9
	   <topic label="Creating your first Java project" href="gettingStarted/qs-3.htm"/>
9
	   <topic label="Creating your first Java project" href="gettingStarted/qs-3.htm"/>
(-)gettingStarted/intro/overview.htm (+36 lines)
Added Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
  <head>
4
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5
    <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
6
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7
    <meta http-equiv="Content-Style-Type" content="text/css">
8
    <title>
9
      Basic tutorial
10
    </title>
11
  </head>
12
  <body>
13
    <h1>
14
      Java Development Overview</h1>
15
    <p>
16
      Enter a short overview of JDE, listing its main features and concepts in a 
17
		few short paragraphs (picture would be nice too).</p>
18
	<p>
19
      Use the format for links as shown before to get the links to open in a 
20
		separate help window.</p>
21
	<p>
22
      <img border="0" src="../../images/ngrelc.png" width="159" height="27"><br>
23
		<a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/concepts/concepts-3.htm">
24
		Java projects</a><br>
25
		<a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/concepts/concepts-10.htm">
26
		Debugger</a></p>
27
	<p>
28
      <img border="0" src="../../images/ngrelt.png" width="159" height="27"><br>
29
		<a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/tasks/tasks-debug-launch.htm">
30
		Launching in debug mode</a><br>
31
		<a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/tasks/tasks-86.htm">
32
		Moving a compilation unit</a></p>
33
    
34
  </body>
35
</html>
36

Return to bug 99695