Testing: Add bin to jvm-example

This will be useful in testing the plugin installer.

Relates to #12651
This commit is contained in:
Nik Everett 2015-08-14 13:05:26 -07:00
parent db1e83884f
commit fc954216e3
3 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,10 @@
<directory>src/main/config</directory>
<outputDirectory>config</outputDirectory>
</fileSet>
<fileSet>
<directory>src/main/bin</directory>
<outputDirectory>bin</outputDirectory>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo test

View File

@ -0,0 +1 @@
echo test