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

(-)gettingStarted/intro/overview.htm (-3 / +17 lines)
Lines 8-13 Link Here
8
    <title>
8
    <title>
9
      Basic tutorial
9
      Basic tutorial
10
    </title>
10
    </title>
11
   <script language="JavaScript" src="../../../org.eclipse.help/livehelp.js"> </script>
12
   <script type="text/javaScript">
13
	function openRelatedLink(rel) {
14
		var href = '/org.eclipse.jdt.doc.user/'+rel;
15
		if (self.name=="ContentViewFrame") {
16
			showTopicInContents(href);
17
			window.location = '../../'+rel;
18
		}
19
		else {
20
			window.location = 'http://org.eclipse.ui.intro/showHelpTopic?id='+href;
21
		}
22
	}
23
   </script></head>
24
    
11
  </head>
25
  </head>
12
  <body>
26
  <body>
13
    <h1>
27
    <h1>
Lines 15-23 Link Here
15
    <p>
29
    <p>
16
		The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of any Java application, including Eclipse plug-ins. It adds a Java project nature and Java perspective to the Eclipse Workbench as well as a number of views, editors, wizards, builders, and code merging and refactoring tools. The JDT project allows Eclipse to be a development environment for itself.</p>
30
		The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of any Java application, including Eclipse plug-ins. It adds a Java project nature and Java perspective to the Eclipse Workbench as well as a number of views, editors, wizards, builders, and code merging and refactoring tools. The JDT project allows Eclipse to be a development environment for itself.</p>
17
	<p>
31
	<p>
18
		Try the <a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/gettingStarted/qs-BasicTutorial.htm">
32
		Try the <a href="javaScript:openRelatedLink('gettingStarted/qs-BasicTutorial.htm')">
19
		Basic tutorial</a> to get a first impression. Discover more in the <a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/tips/jdt_tips.html">
33
		Basic tutorial</a> to get a first impression. Discover more in the <a href="javaScript:openRelatedLink('tips/jdt_tips.html')">
20
		Tips and Tricks</a> section and learn about the latest features in <a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html">
34
		Tips and Tricks</a> section and learn about the latest features in <a href="javaScript:openRelatedLink('whatsNew/jdt_whatsnew.html')">
21
		What's new in 3.1</a>
35
		What's new in 3.1</a>
22
	</p>
36
	</p>
23
    
37
    

Return to bug 99695