Commit 3d2aec6
committed
EclipseHelper: use a different tell-tale than ':' for jar: URLs
When running the EclipseHelper to index annotations on directories, we
used to look for colons in the path to determine whether it might not
be a plain file. This interferes with those pesky DOS-style paths that
Windows still retains, though.
So just switch to look for a leading slash (which is used in URLs even on
Windows).
Pointed out by Jamion Jenkins.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 62a771e commit 3d2aec6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments