8000 Add a negative requirement on darkest dark 2024.4.0.202412101111 by merks · Pull Request #312 · eclipse-packaging/packages · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add a negative requirement on darkest dark 2024.4.0.202412101111 #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 8 additions & 0 deletions packages/org.eclipse.epp.package.common.feature/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ requires.2.namespace = org.eclipse.equinox.p2.iu
requires.2.name = org.eclipse.pde.runtime
requires.2.greedy = true
requires.2.optional = true

# Ensure that 2025-06 is not installed with the 0.0.1,2024.4.0.202412101111 version of darkest dark devstyle.
# https://github.com/eclipse-packaging/packages/issues/307
requires.3.namespace=org.eclipse.equinox.p2.iu
requires.3.name=com.genuitec.eclipse.theming.core.feature.feature.group
requires.3.range = [0.0.1,2024.4.0.202412101111]
requires.3.min = 0
requires.3.max = 0
2 changes: 1 addition & 1 deletion releng/org.eclipse.epp.config/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!-- Name release directory on download.eclipse.org -->
<RELEASE_DIR>202505221200</RELEASE_DIR>
<!-- SimRel Repo to build from -->
<SIMREL_REPO>https://download.eclipse.org/releases/2025-06/202505231000/</SIMREL_REPO>
<SIMREL_REPO>https://download.eclipse.org/staging/2025-06/</SIMREL_REPO>
<!-- ID used to generate the filename of the packages -->
<eclipse.simultaneous.release.id>${RELEASE_NAME}-${RELEASE_MILESTONE}</eclipse.simultaneous.release.id>
<!-- Timestamp used in various places, e.g. the about dialog (see about.mappings) -->
Expand Down
Loading
0