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 cje-production/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PREVIOUS_RELEASE_ID="S-4.36RC2-202505281830"
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.36-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.37-I-builds/"

#Maven parameters
JAVA_DOC_TOOL="-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc"
6 changes: 3 additions & 3 deletions cje-production/scripts/checkComposites/checkComposites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ repoHttpAccess=https://download.eclipse.org
repoAccess=${repoHttpAccess}
# TODO: reduce this list soon
repoList="\
/eclipse/updates/4.35/ \
/eclipse/updates/4.35-Y-builds/ \
/eclipse/updates/4.35-P-builds/ \
/eclipse/updates/4.36/ \
/eclipse/updates/4.36-I-builds/ \
/eclipse/updates/4.37/ \
/eclipse/updates/4.37-I-builds/ \
/eclipse/updates/4.37-Y-builds/ \
"


Expand Down
Loading