Skip to content

Commit b029aa1

Browse files
committed
Sloeber does not install in Eclipse 2022-12 #1529
Updated the update sites in the products Updated the update sites in the features
1 parent 276915d commit b029aa1

File tree

4 files changed

+173
-162
lines changed

4 files changed

+173
-162
lines changed

io.sloeber.feature/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

io.sloeber.feature/feature.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Trump211
3232
If you do not agree with this policy, please do not install this software.
3333
</license>
3434

35+
<url>
36+
<discovery label="Eclipse Nebula Widgets" url="https://download.eclipse.org/nebula/releases/latest/"/>
37+
<discovery label="Eclipse Nebula Incubation Widgets" url="https://download.eclipse.org/nebula/incubation/latest"/>
38+
</url>
39+
3540
<requires>
3641
<import feature="org.eclipse.cdt" version="9.5.0" match="greaterOrEqual"/>
3742
<import feature="org.eclipse.nebula.widgets.oscilloscope.feature" version="0.0.0" match="greaterOrEqual"/>
@@ -66,5 +71,4 @@ If you do not agree with this policy, please do not install this software.
6671
fragment="true"
6772
unpack="false"/>
6873

69-
7074
</feature>

0 commit comments

Comments
 (0)