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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</goals>
<configuration>
<baselines>
<url>http://download.eclipse.org/wildwebdeveloper/releases/latest</url>
<url>https://download.eclipse.org/wildwebdeveloper/updates/release/latest</url>
</baselines>
<comparator>zip</comparator>
</configuration>
Expand Down Expand Up @@ -126,7 +126,7 @@
<generateDownloadStatsProperty>true</generateDownloadStatsProperty>
<baselineRepositories>
<repository>
<url>https://download.eclipse.org/wildwebdeveloper/snapshots/</url>
<url>https://download.eclipse.org/wildwebdeveloper/updates/nightly/latest</url>
</repository>
</baselineRepositories>
<ignoredPatterns>
Expand Down
4 changes: 2 additions & 2 deletions repository/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \
Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<filterProvided>true</filterProvided>
<includeAllSources>true</includeAllSources>
<extraArtifactRepositoryProperties>
<p2.statsURI>http://download.eclipse.org/stats/wildwebdeveloper/</p2.statsURI>
<p2.statsURI>https://download.eclipse.org/stats/wildwebdeveloper/</p2.statsURI>
</extraArtifactRepositoryProperties>
</configuration>
</plugin>
Expand Down
18 changes: 10 additions & 8 deletions setup/WWD.setup
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
key="/instance/org.eclipse.oomph.setup.ui/showToolBarContributions"
value="true"/>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.pde">
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.pde/compilers.incompatible-environment"
value="2"/>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.wildwebdeveloper.xml">
Expand Down Expand Up @@ -212,7 +220,7 @@
locateNestedProjects="true"/>
<repositoryList>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
url="https://download.eclipse.org/cbi/updates/license"/>
<repository
url="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/latest"/>
<repository
Expand Down Expand Up @@ -322,15 +330,12 @@
&lt;listEntry value=&quot;org.eclipse.justj.p2.manager.args=-remote localhost:$${project_loc:/repository}/wildwebdeveloper&quot;/>
&lt;/listAttribute>
&lt;stringAttribute key=&quot;M2_RUNTIME&quot; value=&quot;EMBEDDED&quot;/>
&lt;booleanAttribute key=&quot;M2_SKIP_TESTS&quot; value=&quot;true&quot;/>
&lt;booleanAttribute key=&quot;M2_SKIP_TESTS&quot; value=&quot;false&quot;/>
&lt;intAttribute key=&quot;M2_THREADS&quot; value=&quot;1&quot;/>
&lt;booleanAttribute key=&quot;M2_UPDATE_SNAPSHOTS&quot; value=&quot;false&quot;/>
&lt;stringAttribute key=&quot;M2_USER_SETTINGS&quot; value=&quot;&quot;/>
&lt;booleanAttribute key=&quot;M2_WORKSPACE_RESOLUTION&quot; value=&quot;false&quot;/>
&lt;booleanAttribute key=&quot;org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING&quot; value=&quot;false&quot;/>
&lt;mapAttribute key=&quot;org.eclipse.debug.core.environmentVariables&quot;>
&lt;mapEntry key=&quot;PATHx&quot; value=&quot;$${maven.bash.home}$${system_property:path.separator}$${env_var:PATH}&quot;/>
&lt;/mapAttribute>
&lt;stringAttribute key=&quot;org.eclipse.debug.ui.ATTR_CAPTURE_IN_FILE&quot; value=&quot;$${workspace_loc:/wildwebdeveloper}/build.log&quot;/>
&lt;booleanAttribute key=&quot;org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE&quot; value=&quot;false&quot;/>
&lt;booleanAttribute key=&quot;org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES&quot; value=&quot;true&quot;/>
Expand Down Expand Up @@ -365,9 +370,6 @@
&lt;stringAttribute key=&quot;M2_USER_SETTINGS&quot; value=&quot;&quot;/>
&lt;booleanAttribute key=&quot;M2_WORKSPACE_RESOLUTION&quot; value=&quot;false&quot;/>
&lt;booleanAttribute key=&quot;org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING&quot; value=&quot;false&quot;/>
&lt;mapAttribute key=&quot;org.eclipse.debug.core.environmentVariables&quot;>
&lt;mapEntry key=&quot;PATHx&quot; value=&quot;$${maven.bash.home}$${system_property:path.separator}$${env_var:PATH}&quot;/>
&lt;/mapAttribute>
&lt;stringAttribute key=&quot;org.eclipse.debug.ui.ATTR_CAPTURE_IN_FILE&quot; value=&quot;$${workspace_loc:/wildwebdeveloper}/build.log&quot;/>
&lt;booleanAttribute key=&quot;org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE&quot; value=&quot;false&quot;/>
&lt;booleanAttribute key=&quot;org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES&quot; value=&quot;true&quot;/>
Expand Down
2 changes: 1 addition & 1 deletion target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<unit id="org.eclipse.lsp4j.debug" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/cbi/updates/license/"/>
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Apache Commons Compress" missingManifest="error" type="Maven">
Expand Down
Loading