Skip to content

Commit 15d0b89

Browse files
committed
Set copyright year to release year in javadoc
1 parent 91d299a commit 15d0b89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.jdt.doc.isv; singleton:=true
5-
Bundle-Version: 3.14.2700.qualifier
5+
Bundle-Version: 3.14.2800.qualifier
66
Bundle-Vendor: %providerName
77
Bundle-Localization: plugin
88
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"

eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</parent>
2020
<groupId>org.eclipse.jdt</groupId>
2121
<artifactId>org.eclipse.jdt.doc.isv</artifactId>
22-
<version>3.14.2700-SNAPSHOT</version>
22+
<version>3.14.2800-SNAPSHOT</version>
2323
<packaging>eclipse-plugin</packaging>
2424

2525
<profiles>
@@ -174,7 +174,7 @@
174174
<windowtitle>Eclipse JDT API Specification</windowtitle>
175175
<doctitle>Eclipse JDT API Specification</doctitle>
176176
<header><![CDATA[<span style='font-size:small'><b>Eclipse JDT</b><br>${releaseName} (${releaseNumberSDK})</span>]]></header>
177-
<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>
177+
<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>
178178
<sourcepath>${eclipse.jdt.core}/org.eclipse.jdt.annotation/src
179179
;${eclipse.jdt.core}/org.eclipse.jdt.core.compiler.batch/src
180180
;${eclipse.jdt.core}/org.eclipse.jdt.apt.core/src

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
<windowtitle>Eclipse Platform API Specification</windowtitle>
473473
<doctitle>Eclipse Platform API Specification</doctitle>
474474
<header><![CDATA[<span style='font-size:small'><b>Eclipse Platform</b><br>${releaseName} (${releaseNumberSDK})</span>]]></header>
475-
<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>
475+
<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>
476476
<sourcepath>;${eclipse.platform.ui.bundles}/org.eclipse.ltk.core.refactoring/src
477477
;${eclipse.platform.ui.bundles}/org.eclipse.ltk.ui.refactoring/src
478478
;${eclipse.pde}/org.eclipse.pde/src

0 commit comments

Comments
 (0)