File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 47
47
</fileSet >
48
48
<fileSet >
49
49
<directory >${project.build.directory}/../lib</directory >
50
- <outputDirectory >lib/lib </outputDirectory >
50
+ <outputDirectory >lib</outputDirectory >
51
51
<includes >
52
52
<include >*.jar</include >
53
53
</includes >
54
54
</fileSet >
55
55
<fileSet >
56
56
<directory >${project.build.directory}/dist</directory >
57
- <outputDirectory >lib/lib </outputDirectory >
57
+ <outputDirectory >lib</outputDirectory >
58
58
<includes >
59
59
<include >*.jar</include >
60
60
</includes >
Original file line number Diff line number Diff line change @@ -341,7 +341,6 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <
[email protected] >.
341
341
<manifest >
342
342
<mainClass >org.opengrok.indexer.index.Indexer</mainClass >
343
343
<addClasspath >true</addClasspath >
344
- <classpathPrefix >lib/</classpathPrefix >
345
344
</manifest >
346
345
<manifestEntries >
347
346
</manifestEntries >
You can’t perform that action at this time.
0 commit comments