From 1e7c444a6b1991aee7f7657861875289b9eec605 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Wed, 24 Jun 2026 21:43:52 +0200 Subject: [PATCH] Update wildwebdeveloper/updates URLs in the build and documentation - Use https: instead of http:. --- CONTRIBUTING.md | 2 +- README.md | 2 +- pom.xml | 4 ++-- repository/p2.inf | 4 ++-- repository/pom.xml | 2 +- setup/WWD.setup | 18 ++++++++++-------- target-platform/target-platform.target | 2 +- 7 files changed, 18 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec03ee0035..51512a6003 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ Project committers must 📧 join the wildwebdeveloper-dev@eclipse.org mailing l ## 🆕 Trying latest builds -Latest builds, for testing, can usually be found at `https://download.eclipse.org/wildwebdeveloper/snapshots/` . +Latest builds, for testing, can be found at `https://download.eclipse.org/wildwebdeveloper/updates/nightly/latest/`. ## 🧑‍💻 Developer resources diff --git a/README.md b/README.md index 0f3875a23d..a224e20cda 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Supported 🦟🔫 debugging targets or -* With [Help > Install New Software...](https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.user/tasks/tasks-124.htm) with p2 repo https://download.eclipse.org/wildwebdeveloper/snapshots +* With [Help > Install New Software...](https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.user/tasks/tasks-124.htm) with p2 repo https://download.eclipse.org/wildwebdeveloper/updates/nightly/latest ## 🎬 Media Library diff --git a/pom.xml b/pom.xml index a7339ebdf5..afe4eeb5e2 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ - http://download.eclipse.org/wildwebdeveloper/releases/latest + https://download.eclipse.org/wildwebdeveloper/updates/release/latest zip @@ -126,7 +126,7 @@ true - https://download.eclipse.org/wildwebdeveloper/snapshots/ + https://download.eclipse.org/wildwebdeveloper/updates/nightly/latest diff --git a/repository/p2.inf b/repository/p2.inf index 58fc2e41c5..a6ddb3271d 100644 --- a/repository/p2.inf +++ b/repository/p2.inf @@ -10,8 +10,8 @@ requires.2.greedy=true # Add p2 repo to installation for upgrades instructions.configure=\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/wildwebdeveloper/releases/latest,name:Eclipse Wild Web Developer Latest Release,enabled:true);\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/wildwebdeveloper/releases/latest,name:Eclipse Wild Web Developer Latest Release,enabled:true); +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/wildwebdeveloper/updates/release/latest,name:Eclipse Wild Web Developer Latest Release,enabled:true);\ +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/wildwebdeveloper/updates/release/latest,name:Eclipse Wild Web Developer Latest Release,enabled:true); # Allow upgrading from Rust EPP to this product update.matchExp= providedCapabilities.exists(pc | \ diff --git a/repository/pom.xml b/repository/pom.xml index ced6942c5b..9fda6583b9 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -42,7 +42,7 @@ true true - http://download.eclipse.org/stats/wildwebdeveloper/ + https://download.eclipse.org/stats/wildwebdeveloper/ diff --git a/setup/WWD.setup b/setup/WWD.setup index da1d441703..bd28c48ec2 100644 --- a/setup/WWD.setup +++ b/setup/WWD.setup @@ -37,6 +37,14 @@ key="/instance/org.eclipse.oomph.setup.ui/showToolBarContributions" value="true"/> + + + @@ -212,7 +220,7 @@ locateNestedProjects="true"/> + url="https://download.eclipse.org/cbi/updates/license"/> </listAttribute> <stringAttribute key="M2_RUNTIME" value="EMBEDDED"/> - <booleanAttribute key="M2_SKIP_TESTS" value="true"/> + <booleanAttribute key="M2_SKIP_TESTS" value="false"/> <intAttribute key="M2_THREADS" value="1"/> <booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/> <stringAttribute key="M2_USER_SETTINGS" value=""/> <booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/> <booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/> - <mapAttribute key="org.eclipse.debug.core.environmentVariables"> - <mapEntry key="PATHx" value="$${maven.bash.home}$${system_property:path.separator}$${env_var:PATH}"/> - </mapAttribute> <stringAttribute key="org.eclipse.debug.ui.ATTR_CAPTURE_IN_FILE" value="$${workspace_loc:/wildwebdeveloper}/build.log"/> <booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/> <booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/> @@ -365,9 +370,6 @@ <stringAttribute key="M2_USER_SETTINGS" value=""/> <booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/> <booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/> - <mapAttribute key="org.eclipse.debug.core.environmentVariables"> - <mapEntry key="PATHx" value="$${maven.bash.home}$${system_property:path.separator}$${env_var:PATH}"/> - </mapAttribute> <stringAttribute key="org.eclipse.debug.ui.ATTR_CAPTURE_IN_FILE" value="$${workspace_loc:/wildwebdeveloper}/build.log"/> <booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/> <booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/> diff --git a/target-platform/target-platform.target b/target-platform/target-platform.target index 73819a2f41..21f2bff14e 100644 --- a/target-platform/target-platform.target +++ b/target-platform/target-platform.target @@ -35,7 +35,7 @@ - +