Skip to content

Commit

Permalink
Issue #82. Simplify classpath expansion in launcher scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored and gunnarmorling committed Jan 13, 2022
1 parent 8df9e14 commit 9524e36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 209 deletions.
3 changes: 1 addition & 2 deletions layrry-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
<assembleDirectory>${project.build.directory}/binary</assembleDirectory>
<repositoryLayout>flat</repositoryLayout>
<repositoryName>lib</repositoryName>
<unixScriptTemplate>${project.basedir}/src/main/assembly/unixBinTemplate</unixScriptTemplate>
<windowsScriptTemplate>${project.basedir}/src/main/assembly/windowsBinTemplate</windowsScriptTemplate>
<useWildcardClassPath>true</useWildcardClassPath>
<programs>
<program>
<mainClass>${application.main.class}</mainClass>
Expand Down
111 changes: 0 additions & 111 deletions layrry-launcher/src/main/assembly/unixBinTemplate

This file was deleted.

96 changes: 0 additions & 96 deletions layrry-launcher/src/main/assembly/windowsBinTemplate

This file was deleted.

0 comments on commit 9524e36

Please sign in to comment.