Skip to content

Commit d615ac5

Browse files
Remove broken discovery sites
Discovery sites are used by the p2 installation system to discover additional update sites containing eclipse plugins and features. Adding arbitrary websites as discovery sites is an error and will lead to the Eclipse update mechanism trying to interpret those websites as update sites, failing, and then adding error messages in the log on each update.
1 parent e2694fb commit d615ac5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

eclipsecs-sevntu-plugin-feature/feature.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature id="com.github.sevntu.checkstyle.checks.feature" label="Extension for eclipse-cs plugin with additional Checks" version="1.44.1">
2+
<feature
3+
id="com.github.sevntu.checkstyle.checks.feature"
4+
label="Extension for eclipse-cs plugin with additional Checks"
5+
version="1.44.1">
36

47
<description url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/">
58
http://sevntu-checkstyle.github.io/sevntu.checkstyle/
@@ -15,11 +18,14 @@ Eclipse Public License - Version 1.0
1518
</license>
1619

1720
<url>
18-
<discovery label="Sources on GitHub" url="https://github.com/sevntu-checkstyle/sevntu.checkstyle"/>
19-
<discovery label="SevNTU checks site" url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/"/>
20-
<discovery label="Eclipse Update site" url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/"/>
21+
<discovery label="Sevntu checkstyle update site" url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/"/>
2122
</url>
2223

23-
<plugin id="eclipsecs-sevntu-plugin" download-size="0" install-size="0" version="1.44.1" unpack="false"/>
24+
<plugin
25+
id="eclipsecs-sevntu-plugin"
26+
download-size="0"
27+
install-size="0"
28+
version="1.44.1"
29+
unpack="false"/>
2430

2531
</feature>

0 commit comments

Comments
 (0)