Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.isv; singleton:=true
Bundle-Version: 3.14.2700.qualifier
Bundle-Version: 3.14.2800.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
Expand Up @@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.doc.isv</artifactId>
<version>3.14.2700-SNAPSHOT</version>
<version>3.14.2800-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<profiles>
Expand Down Expand Up @@ -174,7 +174,7 @@
<windowtitle>Eclipse JDT API Specification</windowtitle>
<doctitle>Eclipse JDT API Specification</doctitle>
<header><![CDATA[<span style='font-size:small'><b>Eclipse JDT</b><br>${releaseName} (${releaseNumberSDK})</span>]]></header>
<bottom><![CDATA[<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2023 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>]]></bottom>
<bottom><![CDATA[<br><span style='font-size:small;float:right'>Copyright (c) 2000, ${releaseYear} Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>]]></bottom>
<sourcepath>${eclipse.jdt.core}/org.eclipse.jdt.annotation/src
;${eclipse.jdt.core}/org.eclipse.jdt.core.compiler.batch/src
;${eclipse.jdt.core}/org.eclipse.jdt.apt.core/src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
<windowtitle>Eclipse Platform API Specification</windowtitle>
<doctitle>Eclipse Platform API Specification</doctitle>
<header><![CDATA[<span style='font-size:small'><b>Eclipse Platform</b><br>${releaseName} (${releaseNumberSDK})</span>]]></header>
<bottom><![CDATA[<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2023 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>]]></bottom>
<bottom><![CDATA[<br><span style='font-size:small;float:right'>Copyright (c) 2000, ${releaseYear} Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>]]></bottom>
<sourcepath>;${eclipse.platform.ui.bundles}/org.eclipse.ltk.core.refactoring/src
;${eclipse.platform.ui.bundles}/org.eclipse.ltk.ui.refactoring/src
;${eclipse.pde}/org.eclipse.pde/src
Expand Down