diff options
author | root <root@primarypad.com> | 2010-03-26 17:51:50 +0000 |
---|---|---|
committer | root <root@primarypad.com> | 2010-03-26 17:51:50 +0000 |
commit | 0e75a52fd267bb4442a7bffd5ed9d64de3923075 (patch) | |
tree | d49a92edee52ca1183eb20f967d68f2084684621 | |
parent | caee6179a9a40564a406bf3fa6e4b15eeab1c926 (diff) | |
download | etherpad-0e75a52fd267bb4442a7bffd5ed9d64de3923075.tar.gz etherpad-0e75a52fd267bb4442a7bffd5ed9d64de3923075.tar.xz etherpad-0e75a52fd267bb4442a7bffd5ed9d64de3923075.zip |
Added script to check java-version and availability
Diffstat (limited to '')
-rwxr-xr-x | etherpad/bin/rebuildjar.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etherpad/bin/rebuildjar.sh b/etherpad/bin/rebuildjar.sh index 9e802c2..fc05194 100755 --- a/etherpad/bin/rebuildjar.sh +++ b/etherpad/bin/rebuildjar.sh @@ -14,6 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +bin/java-version.sh + if [ -z "$JAR" ]; then if [ ! -z `which fastjar` ]; then JAR=fastjar |