Skip to content

Commit cd67207

Browse files
committed
Remove the SWT website from the SDK configuration
Set the wwd wrapLineLength to zero to avoid formatting changes to avoid formatting changing the entire file.
1 parent 0e578bf commit cd67207

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

oomph/Platform.setup

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,14 @@
936936
<project href="https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/releng/org.eclipse.ui.releng/platformUi.setup#/"/>
937937
<project name="website"
938938
label="Website">
939+
<setupTask
940+
xsi:type="setup:PreferenceTask"
941+
key="/instance/org.eclipse.wildwebdeveloper/html.format.wrapLineLength"
942+
value="0"/>
943+
<setupTask
944+
xsi:type="setup:VariableTask"
945+
name="eclipse.website.gitRepository.filter.override.pattern"
946+
value=".*/eclipse-platform/www.eclipse.org-(eclipse).*->$1"/>
939947
<setupTask
940948
xsi:type="git:GitCloneTask"
941949
id="github.clone.platform.website"

oomph/PlatformSDKConfiguration.setup

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@
207207
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='platform']/@projects[name='images']/@streams[name='master']"/>
208208
<stream
209209
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='platform']/@projects[name='swt']/@streams[name='master']"/>
210-
<stream
211-
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='platform']/@projects[name='swt']/@projects[name='website']/@streams[name='master']"/>
212210
<stream
213211
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='platform']/@projects[name='ui']/@streams[name='master']"/>
214212
<stream

0 commit comments

Comments
 (0)