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
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {

// check every 5 minutes for changes to the staging repo's content.jar
URLTrigger(cronTabSpec: 'H/5 * * * *', entries: [URLTriggerEntry(
url: 'https://download.eclipse.org/staging/2025-09/content.jar',
url: 'https://download.eclipse.org/staging/2025-12/content.jar',
contentTypes: [
MD5Sum()
]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ internal signing service and can be activated only if the build is running there
### Additional Configuration Possibilities

By default, the EPP build uses the content of the Eclipse Simultaneous Release _Staging_
repository at <https://download.eclipse.org/staging/2025-09/> as input. Sometimes it is
desired to build against another release (e.g. a different milestone), or against a local
repository at <https://download.eclipse.org/staging/2025-12/> as input. Sometimes it is
desired to build against another release (e.g., a different milestone), or against a local
mirror of this repository. This can be achieved by setting the Java property
`eclipse.simultaneous.release.repository`to another URL. As an example, by adding the
following argument to the Maven command line, the EPP build will read its input from the
composite Eclipse 2025-09 repository:
composite Eclipse 2025-12 repository:

-Declipse.simultaneous.release.repository="https://download.eclipse.org/releases/2025-09"
-Declipse.simultaneous.release.repository="https://download.eclipse.org/releases/2025-12"

### EPP Configuration File format

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Click <a href="https://github.com/eclipse-egit/egit/issues">here</a> to open a b
</packageMetaData>
<MoreInfo>
<NewAndNoteworthy
url="https://eclipse.dev/eclipse/news/4.37/"
url="https://eclipse.dev/eclipse/news/4.38/"
project="Eclipse Platform" />
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-committers-2025-09-R" />
<product name="eclipse-committers-2025-12-M1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.committers.feature"
label="EPP Eclipse IDE for Eclipse Committers Feature"
version="4.37.0.qualifier"
version="4.38.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.committers"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ instructions.configure=\
mkdir(path:${installFolder}/dropins);

properties.1.name = org.eclipse.equinox.p2.description
properties.1.value = 2025-09 Release of the Eclipse Committers package.
properties.1.value = 2025-12 Release of the Eclipse Committers package.

properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse Packaging Project
Expand Down
10 changes: 5 additions & 5 deletions packages/org.eclipse.epp.package.committers.product/epp.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 name="Eclipse IDE for Eclipse Committers" uid="epp.package.committers" id="org.eclipse.epp.package.committers.product" application="org.eclipse.ui.ide.workbench" version="4.37.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Eclipse IDE for Eclipse Committers" uid="epp.package.committers" id="org.eclipse.epp.package.committers.product" application="org.eclipse.ui.ide.workbench" version="4.38.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/org.eclipse.epp.package.committers/eclipse_lg.png"/>
Expand Down Expand Up @@ -233,7 +233,7 @@ United States, other countries, or both.


<!-- common features that all products have -->
<feature id="org.eclipse.epp.package.common.feature" version="4.37.0.qualifier"/>
<feature id="org.eclipse.epp.package.common.feature" version="4.38.0.qualifier"/>
<feature id="org.eclipse.platform" installMode="root"/>
<feature id="org.eclipse.epp.mpc" installMode="root"/>
<feature id="org.eclipse.oomph.setup" installMode="root"/>
Expand All @@ -255,7 +255,7 @@ United States, other countries, or both.
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
<feature id="org.eclipse.epp.package.committers.feature" version="4.37.0.qualifier"/>
<feature id="org.eclipse.epp.package.committers.feature" version="4.38.0.qualifier"/>
<feature id="org.eclipse.jdt" installMode="root"/>
<feature id="org.eclipse.jdt.bcoview.feature" installMode="root"/>
<feature id="org.eclipse.pde" installMode="root"/>
Expand All @@ -281,8 +281,8 @@ United States, other countries, or both.
</plugins>

<repositories>
<repository location="https://download.eclipse.org/eclipse/updates/4.37" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2025-09" name="2025-09" enabled="true" />
<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" />
</repositories>

</product>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-product-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/product</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.epp.package.committers;singleton:=true
Bundle-Version: 4.37.0.qualifier
Bundle-Version: 4.38.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-21
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.committers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/bundle</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.common.feature"
label="Eclipse Packaging Project Common Feature"
version="4.37.0.qualifier"
version="4.38.0.qualifier"
provider-name="Eclipse Packaging Project"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.common.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.eclipse.epp.package.common
Bundle-Name: Common EPP Bundle
Bundle-SymbolicName: org.eclipse.epp.package.common;singleton:=true
Bundle-Version: 4.37.0.qualifier
Bundle-Version: 4.38.0.qualifier
Bundle-Vendor: Eclipse Packaging Project
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.platform,
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/bundle</relativePath>
</parent>

Expand Down
Binary file modified packages/org.eclipse.epp.package.common/splash.bmp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-cpp-2025-09-R" />
<product name="eclipse-cpp-2025-12-M1" />

</configuration>
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.cpp.feature"
label="EPP CPP Feature"
version="4.37.0.qualifier"
version="4.38.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.cpp"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp.product/epp.p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ instructions.configure=\
mkdir(path:${installFolder}/dropins);

properties.1.name = org.eclipse.equinox.p2.description
properties.1.value = 2025-09 Release of the Eclipse C/C++ Developers Developers package.
properties.1.value = 2025-12 Release of the Eclipse C/C++ Developers Developers package.

properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse Packaging Project
10 changes: 5 additions & 5 deletions packages/org.eclipse.epp.package.cpp.product/epp.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 name="Eclipse IDE for C/C++ Developers" uid="epp.package.cpp" id="org.eclipse.epp.package.cpp.product" application="org.eclipse.ui.ide.workbench" version="4.37.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Eclipse IDE for C/C++ Developers" uid="epp.package.cpp" id="org.eclipse.epp.package.cpp.product" application="org.eclipse.ui.ide.workbench" version="4.38.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/org.eclipse.epp.package.cpp/eclipse_lg.png"/>
Expand Down Expand Up @@ -231,7 +231,7 @@ United States, other countries, or both.

<features>
<!-- common features that all products have -->
<feature id="org.eclipse.epp.package.common.feature" version="4.37.0.qualifier"/>
<feature id="org.eclipse.epp.package.common.feature" version="4.38.0.qualifier"/>
<feature id="org.eclipse.platform" installMode="root"/>
<feature id="org.eclipse.epp.mpc" installMode="root"/>
<feature id="org.eclipse.oomph.setup" installMode="root"/>
Expand All @@ -253,7 +253,7 @@ United States, other countries, or both.
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
<feature id="org.eclipse.epp.package.cpp.feature" version="4.37.0.qualifier"/>
<feature id="org.eclipse.epp.package.cpp.feature" version="4.38.0.qualifier"/>
<feature id="org.eclipse.cdt" installMode="root"/>
<feature id="org.eclipse.cdt.autotools" installMode="root"/>
<feature id="org.eclipse.cdt.build.crossgcc" installMode="root"/>
Expand Down Expand Up @@ -290,8 +290,8 @@ United States, other countries, or both.
</plugins>

<repositories>
<repository location="https://download.eclipse.org/eclipse/updates/4.37" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2025-09" name="2025-09" enabled="true" />
<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" />
</repositories>

</product>
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-product-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/product</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp/META-INF/MANIFEST.MF
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: EPP CPP Bundle
Bundle-SymbolicName: org.eclipse.epp.package.cpp;singleton:=true
Bundle-Version: 4.37.0.qualifier
Bundle-Version: 4.38.0.qualifier
Bundle-Vendor: Eclipse Packaging Project
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.platform,
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.cpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/bundle</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions packages/org.eclipse.epp.package.dsl.feature/epp.website.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
</packageMetaData>
<MoreInfo>
<NewAndNoteworthy
url="https://eclipse.dev/eclipse/news/4.37/"
url="https://eclipse.dev/eclipse/news/4.38/"
project="Eclipse Platform" />
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-dsl-2025-09-R" />
<product name="eclipse-dsl-2025-12-M1" />

</configuration>
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.dsl.feature"
label="EPP DSL Feature"
version="4.37.0.qualifier"
version="4.38.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.dsl"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl.product/epp.p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ instructions.configure=\
mkdir(path:${installFolder}/dropins);

properties.1.name = org.eclipse.equinox.p2.description
properties.1.value = 2025-09 Release of the Eclipse DSL Tools package.
properties.1.value = 2025-12 Release of the Eclipse DSL Tools package.

properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse Packaging Project
10 changes: 5 additions & 5 deletions packages/org.eclipse.epp.package.dsl.product/epp.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 name="Eclipse DSL Tools" uid="epp.package.dsl" id="org.eclipse.epp.package.dsl.product" application="org.eclipse.ui.ide.workbench" version="4.37.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Eclipse DSL Tools" uid="epp.package.dsl" id="org.eclipse.epp.package.dsl.product" application="org.eclipse.ui.ide.workbench" version="4.38.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/org.eclipse.epp.package.dsl/eclipse_lg.png"/>
Expand Down Expand Up @@ -231,7 +231,7 @@ United States, other countries, or both.


<!-- common features that all products have -->
<feature id="org.eclipse.epp.package.common.feature" version="4.37.0.qualifier"/>
<feature id="org.eclipse.epp.package.common.feature" version="4.38.0.qualifier"/>
<feature id="org.eclipse.platform" installMode="root"/>
<feature id="org.eclipse.epp.mpc" installMode="root"/>
<feature id="org.eclipse.oomph.setup" installMode="root"/>
Expand All @@ -244,7 +244,7 @@ United States, other countries, or both.
<feature id="org.eclipse.tm4e.language_pack.feature" installMode="root"/>

<!-- product specific contents -->
<feature id="org.eclipse.epp.package.dsl.feature" version="4.37.0.qualifier"/>
<feature id="org.eclipse.epp.package.dsl.feature" version="4.38.0.qualifier"/>
<feature id="org.eclipse.sdk" installMode="root"/>
<feature id="org.eclipse.emf.ecore.xcore.sdk" installMode="root"/>
<feature id="org.eclipse.emf.mwe2.language.sdk" installMode="root"/>
Expand All @@ -261,8 +261,8 @@ United States, other countries, or both.
</features>

<repositories>
<repository location="https://download.eclipse.org/eclipse/updates/4.37" name="The Eclipse Project Updates" enabled="true" />
<repository location="https://download.eclipse.org/releases/2025-09" name="2025-09" enabled="true" />
<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" />
</repositories>

</product>
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-product-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/product</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl/META-INF/MANIFEST.MF
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: EPP DSL Bundle
Bundle-SymbolicName: org.eclipse.epp.package.dsl;singleton:=true
Bundle-Version: 4.37.0.qualifier
Bundle-Version: 4.38.0.qualifier
Bundle-Vendor: Eclipse Packaging Project
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.platform,
Expand Down
2 changes: 1 addition & 1 deletion packages/org.eclipse.epp.package.dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-parent</artifactId>
<version>4.37.0-SNAPSHOT</version>
<version>4.38.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/bundle</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ To avoid compatibility issues with pre 6.x plug-ins, it is recommended to <b>cre
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-embedcpp-2025-09-R" />
<product name="eclipse-embedcpp-2025-12-M1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.embedcpp.feature"
label="EPP Embedded CPP Feature"
version="4.37.0.qualifier"
version="4.38.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.embedcpp"
license-feature="org.eclipse.license"
Expand Down
Loading
Loading