Skip to content

Commit

Permalink
Fix the wrong description of the "Without test code" classpath attrib…
Browse files Browse the repository at this point in the history
…ute (#1621)

* Fix the wrong description of the "Without test code" classpath attribute

* Update bundle versions
  • Loading branch information
jarthana committed Dec 5, 2023
1 parent ed7666c commit 289ec44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.doc.user; singleton:=true
Bundle-Version: 3.15.2000.qualifier
Bundle-Version: 3.15.2100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2019 Eclipse Foundation and others.
Copyright (c) 2012, 2023 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
Expand All @@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.doc.user</artifactId>
<version>3.15.2000-SNAPSHOT</version>
<version>3.15.2100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2018. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2023. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">

Expand Down Expand Up @@ -212,7 +212,7 @@ <h2 id="projects">Projects tab</h2>
</tr>
<tr>
<td align="left" valign="top">Without test code</td>
<td align="left" valign="top">When this is set to 'No', test code from the referenced project is not visible when compiling test code in the current project.</td>
<td align="left" valign="top">When this is set to 'Yes', test code from the referenced project is not visible when compiling test code in the current project.</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 289ec44

Please sign in to comment.