aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/bin
diff options
context:
space:
mode:
authorroot <root@primarypad.com>2010-03-26 17:51:50 +0000
committerroot <root@primarypad.com>2010-03-26 17:51:50 +0000
commit0e75a52fd267bb4442a7bffd5ed9d64de3923075 (patch)
treed49a92edee52ca1183eb20f967d68f2084684621 /etherpad/bin
parentcaee6179a9a40564a406bf3fa6e4b15eeab1c926 (diff)
downloadetherpad-0e75a52fd267bb4442a7bffd5ed9d64de3923075.tar.gz
etherpad-0e75a52fd267bb4442a7bffd5ed9d64de3923075.tar.xz
etherpad-0e75a52fd267bb4442a7bffd5ed9d64de3923075.zip
Added script to check java-version and availability
Diffstat (limited to 'etherpad/bin')
-rwxr-xr-xetherpad/bin/rebuildjar.sh2
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