Commit 19077cd
committed
Add native classifier exception to version pattern
This pattern was stripping the native classifier from jars, e.g.
ffmpeg-windows-x86 was appearing the same as ffmpeg.jar, where the prior
contains platform-specific binaries and the latter contains the Java
hooks.
To facilitate this native bundle + hook distribution pattern, our
version-stripping pattern now allows several platform classifiers to
remain in a given file name.1 parent 1d4e185 commit 19077cd
File tree
2 files changed
+8
-1
lines changed- src
- main/java/org/scijava/util
- test/java/org/scijava/util
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
292 | 299 | | |
293 | 300 | | |
294 | 301 | | |
| |||
0 commit comments