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
13 changes: 11 additions & 2 deletions JenkinsJobs/buildConfigurations.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"folder": "Builds",
"streams": {
"4.38": {
"branch": "R4_38_maintenance",
"schedule": ""
},
"4.39": {
"branch": "master",
"schedule": "0 18 * 8-10 *\n0 18 1-26 11 *"
"schedule": "0 18 * 11-12,1-1 *\n0 18 1-25 2 *"
}
},
"mailingList": "[email protected]",
Expand Down Expand Up @@ -73,8 +77,13 @@
"folder": "YBuilds",
"streams": {
"4.38": {
"branch": "master",
"branch": "R4_38_maintenance",
"schedule": "0 10 * 8-10 2,4,6\n0 10 1-26 11 2,4,6"
},
"4.39": {
"branch": "master",
"disabled": "false",
"schedule": "0 10 * 11-12,1-2 2,4,6\n0 10 1-10 3 2,4,6\n0 10 10-19 3 *"
}
},
"branches": {
Expand Down
18 changes: 9 additions & 9 deletions cje-production/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
# with # are considered comments and no spaces allowed in keys

# CJE build variables
RELEASE_VER="4.38"
STREAM="4.38.0"
RELEASE_VER="4.39"
STREAM="4.39.0"
STREAMMajor="4"
STREAMMinor="38"
STREAMMinor="39"
STREAMService="0"
DROP_DIR="siteDir/eclipse/downloads/drops4"
EQUINOX_DROP_DIR="siteDir/equinox/drops"
TMP_DIR="tmp"
DOWNLOAD_HOST="download.eclipse.org"
BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
LOCAL_REPO="localMavenRepo"
NEXT_JAVA_RELEASE_DATE=""
NEXT_JAVA_RELEASE_DATE="2026-03-17"

# Base builder parameters
BASEBUILDER_TAG="4.37"
API_PREV_REF_LABEL="4.37"

PREVIOUS_RELEASE_VER="4.37"
PREVIOUS_RELEASE_REPO_ID="4.37"
PREVIOUS_RELEASE_VER="4.38RC2"
PREVIOUS_RELEASE_REPO_ID="4.38-I-builds"
#build id for getting repo
BASEBUILD_ID="R-4.37-202509050730"
BASEBUILD_ID="I20251126-2330"
#release id for downloading eclipse
PREVIOUS_RELEASE_ID="R-4.37-202509050730"
PREVIOUS_RELEASE_ID="S-4.38RC2-202511262330"

BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/snapshots"
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.37.0/R-3.37.0-20250303081219/repositoryunittests/"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.38-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.39-I-builds/"
12 changes: 6 additions & 6 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.9.9</maven>
Expand All @@ -37,8 +37,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- releaseYear is used in copyright statements, etc.-->
<releaseYear>2025</releaseYear>
<releaseMonth>12</releaseMonth>
<releaseYear>2026</releaseYear>
<releaseMonth>03</releaseMonth>
<!--
releaseName should match the yearly "release train" name.
For example, "Mars", "Mars.1", "Luna SR2", etc.
Expand All @@ -47,7 +47,7 @@
See bug 328139.
-->
<releaseName>${releaseYear}-${releaseMonth}</releaseName>
<releaseVersion>4.38</releaseVersion>
<releaseVersion>4.39</releaseVersion>
<!--
The releaseNumbers below, for SDK and Platform, might be
thought of as the "marketing number" or "branding number",
Expand Down Expand Up @@ -123,7 +123,7 @@
<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
<version.baseline.check.skip>${compare-version-with-baselines.skip}</version.baseline.check.skip> <!-- Allows projects to overwrite the value set on the CLI to skip the check in any case. -->
<tycho.baseline.replace>all</tycho.baseline.replace>
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.37/R-4.37-202509050730/</previous-release.baseline>
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.38-I-builds/I20251126-2330/</previous-release.baseline>

<!--
Declaration of properties that contribute to the arg line for the tycho-surefire-plugin.
Expand Down Expand Up @@ -202,7 +202,7 @@
<artifact>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-sdk-prereqs</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down
2 changes: 1 addition & 1 deletion eclipse.pde
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.common</artifactId>
<groupId>eclipse.platform.common</groupId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.jdt</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<body>
<h2>Java Development Tools</h2>
<p>
The new and noteworthy updates for Eclipse 4.38 can be found
<a href="https://eclipse.dev/eclipse/news/4.38/jdt.html" target="_blank">here</a>.
The new and noteworthy updates for Eclipse 4.39 can be found
<a href="https://eclipse.dev/eclipse/news/4.39/jdt.html" target="_blank">here</a>.
</p>
</body>
</html>
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.platform.doc.isv; singleton:=true
Bundle-Version: 4.38.0.qualifier
Bundle-Version: 4.39.0.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 @@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.common</artifactId>
<groupId>eclipse.platform.common</groupId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.platform</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<body>
<h2>Platform and Equinox API</h2>
<p>
The new and noteworthy updates for Eclipse 4.38 can be found
<a href="https://eclipse.dev/eclipse/news/4.38/platform_isv.html" target="_blank">here</a>.
The new and noteworthy updates for Eclipse 4.39 can be found
<a href="https://eclipse.dev/eclipse/news/4.39/platform_isv.html" target="_blank">here</a>.
</p>
</body>
</html>
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.platform.doc.user; singleton:=true
Bundle-Version: 4.38.0.qualifier
Bundle-Version: 4.39.0.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 @@ -13,8 +13,8 @@
<body>
<h2>Platform and Equinox</h2>
<p>
The new and noteworthy updates for Eclipse 4.38 can be found
<a href="https://eclipse.dev/eclipse/news/4.38/platform.html" target="_blank">here</a>.
The new and noteworthy updates for Eclipse 4.39 can be found
<a href="https://eclipse.dev/eclipse/news/4.39/platform.html" target="_blank">here</a>.
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion eclipse.platform.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion eclipse.platform.releng.prereqs.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="eclipse-junit-tests" uid="eclipse-junit-tests" version="4.38.0.qualifier" type="mixed" includeLaunchers="false" autoIncludeRequirements="false">
<product name="eclipse-junit-tests" uid="eclipse-junit-tests" version="4.39.0.qualifier" type="mixed" includeLaunchers="false" autoIncludeRequirements="false">

<license>
<url>http://eclipse.org/legal/epl/notice.php</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>eclipse.platform.releng.tychoeclipsebuilder</groupId>
<artifactId>eclipse.platform.releng.tychoeclipsebuilder</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
</parent>

<artifactId>eclipse-junit-tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ update.description = An update for 4.x generation Eclipse Platform.

# Set the product property type
properties.1.name = org.eclipse.equinox.p2.description
properties.1.value = 4.38 Release of the Eclipse Platform.
properties.1.value = 4.39 Release of the Eclipse Platform.

properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Eclipse Platform" uid="org.eclipse.platform.ide" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="4.38.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Eclipse Platform" uid="org.eclipse.platform.ide" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="4.39.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">

<configIni use="default">
</configIni>
Expand Down Expand Up @@ -208,8 +208,8 @@ United States, other countries, or both.
</configurations>

<repositories>
<repository location="https://download.eclipse.org/eclipse/updates/4.38" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2025-12" name="2025-12" enabled="true" />
<repository location="https://download.eclipse.org/eclipse/updates/4.39" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2026-03" name="2026-03" enabled="true" />
</repositories>

</product>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>eclipse.platform.releng.tychoeclipsebuilder</groupId>
<artifactId>eclipse.platform.releng.tychoeclipsebuilder</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
</parent>
<groupId>eclipse.platform.repository</groupId>
<artifactId>eclipse.platform.repository</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ update.description = An update for 4.x generation Eclipse SDK.

# Set the product property type
properties.1.name = org.eclipse.equinox.p2.description
properties.1.value = 4.38 Release of the Eclipse SDK.
properties.1.value = 4.39 Release of the Eclipse SDK.

properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Eclipse SDK" uid="org.eclipse.sdk.ide" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="4.38.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Eclipse SDK" uid="org.eclipse.sdk.ide" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="4.39.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">

<configIni use="default">
</configIni>
Expand Down Expand Up @@ -206,8 +206,8 @@ United States, other countries, or both.
</configurations>

<repositories>
<repository location="https://download.eclipse.org/eclipse/updates/4.38" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2025-12" name="2025-12" enabled="true" />
<repository location="https://download.eclipse.org/eclipse/updates/4.39" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2026-03" name="2026-03" enabled="true" />
</repositories>

</product>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product uid="org.eclipse.equinox.sdk.product" version="4.38.0.qualifier" useFeatures="true" includeLaunchers="false">
<product uid="org.eclipse.equinox.sdk.product" version="4.39.0.qualifier" useFeatures="true" includeLaunchers="false">

<license>
<url>http://eclipse.org/legal/epl/notice.php</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>eclipse.platform.releng.tychoeclipsebuilder</groupId>
<artifactId>eclipse.platform.releng.tychoeclipsebuilder</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
</parent>

<artifactId>equinox-sdk</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="EclipseRT OSGi Starter Kit" uid="org.eclipse.rt.osgistarterkit.product" version="4.38.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="EclipseRT OSGi Starter Kit" uid="org.eclipse.rt.osgistarterkit.product" version="4.39.0.qualifier" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>eclipse.platform.releng.tychoeclipsebuilder</groupId>
<artifactId>eclipse.platform.releng.tychoeclipsebuilder</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.rt.osgistarterkit.product</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eclipse.platform.releng.tychoeclipsebuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>

Expand Down
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.rcp; singleton:=true
Bundle-Version: 4.38.0.qualifier
Bundle-Version: 4.39.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.sdk.examples; singleton:=true
Bundle-Version: 4.38.0.qualifier
Bundle-Version: 4.39.0.qualifier
Bundle-Localization: plugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.sdk.tests; singleton:=true
Bundle-Version: 4.38.0.qualifier
Bundle-Version: 4.39.0.qualifier
Eclipse-BundleShape: dir

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eclipse.platform.releng</groupId>
<artifactId>eclipse.platform.releng</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.platform</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.platform"
label="%featureName"
version="4.38.0.qualifier"
version="4.39.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eclipse.platform.releng</groupId>
<artifactId>eclipse.platform.releng</artifactId>
<version>4.38.0-SNAPSHOT</version>
<version>4.39.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.platform.feature</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=Eclipse Platform
id=org.eclipse.platform
version=4.38.0
version=4.39.0
Loading
Loading