View | Details | Raw Unified | Return to bug 244483 | Differences between
and this patch

Collapse All | Expand All

(-)rootfiles/readme/readme_eclipse.html (-4 / +13 lines)
Lines 3-16 Link Here
3
3
4
<head>
4
<head>
5
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
<title>Eclipse Project Release Notes 3.4.1</title>
6
<title>Eclipse Project Release Notes 3.4.2</title>
7
</head>
7
</head>
8
8
9
<body>
9
<body>
10
10
11
<h1>Eclipse Project Release Notes</h1>
11
<h1>Eclipse Project Release Notes</h1>
12
<p>Release 3.4.1<br>
12
<p>Release 3.4.2<br>
13
  Last revised Sept 25, 2008</p>
13
  Last revised January 5, 2008</p>
14
<p align="left"><strong>This software is OSI Certified Open Source Software.<br>
14
<p align="left"><strong>This software is OSI Certified Open Source Software.<br>
15
OSI Certified is a certification mark of the Open Source Initiative.&nbsp;</strong></p>
15
OSI Certified is a certification mark of the Open Source Initiative.&nbsp;</strong></p>
16
<blockquote>
16
<blockquote>
Lines 1072-1084 Link Here
1072
extension location content to its original location (bug <A HREF="https://bugs.eclipse.org/bugs/show_bug.cgi?id=232094">232094</A>).
1072
extension location content to its original location (bug <A HREF="https://bugs.eclipse.org/bugs/show_bug.cgi?id=232094">232094</A>).
1073
</p>
1073
</p>
1074
1074
1075
<p><B>Extension location is lost if the install path changes</B></p>
1075
<h4>Extension location is lost if the install path changes</h4>
1076
<P>A previously configured extension location may be temporarily removed if the install is moved or mounted 
1076
<P>A previously configured extension location may be temporarily removed if the install is moved or mounted 
1077
under a different path. This only happens when the link file that configures the 
1077
under a different path. This only happens when the link file that configures the 
1078
extension location uses a relative path that points to a directory under the Eclipse 
1078
extension location uses a relative path that points to a directory under the Eclipse 
1079
install. On a second startup using the same install path, the extension location 
1079
install. On a second startup using the same install path, the extension location 
1080
is added again (bug <A HREF="https://bugs.eclipse.org/bugs/show_bug.cgi?id=95403">95403</A>). <BR></P>
1080
is added again (bug <A HREF="https://bugs.eclipse.org/bugs/show_bug.cgi?id=95403">95403</A>). <BR></P>
1081
1081
1082
<h4>Feature patches can only be installed from Eclipse 3.4-based update sites</h4>
1083
<p>Feature patches can only be installed from update sites designed for Eclipse 3.4 or greater.
1084
Specifically, the update site must have the necessary metadata for Equinox p2 (a content.xml
1085
or content.jar file). This data can be generated by building an update site using Eclipse 3.4
1086
or newer, or running the p2 metadata generator on an update site built using earlier versions
1087
of the Eclipse SDK. See the help topic <i>Generating p2 metadata</i> for more details on running the p2 metadata
1088
generator (bug <A HREF="https://bugs.eclipse.org/bugs/show_bug.cgi?id=244483">244483</A>).
1089
</p>
1090
1082
<h3>3.2.9 <a name="I-Platform-Debug">Platform - Debug</a></h3>
1091
<h3>3.2.9 <a name="I-Platform-Debug">Platform - Debug</a></h3>
1083
<p>None. (Known problems with the Java debugger appear below in the <a href="#I-JDT">JDT</a>
1092
<p>None. (Known problems with the Java debugger appear below in the <a href="#I-JDT">JDT</a>
1084
section.)</p>
1093
section.)</p>

Return to bug 244483