summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-08-03 18:42:41 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-08-03 18:42:41 +0200
commitd92a4c0c271e77d985c48755ea1a1ce70665bac0 (patch)
tree5d49adec8388dab20d53b56dd049ddccd0fc98f1
parentb8908523ac336af935065888f4c0f7266247a91e (diff)
masterfix: #i10000# l10n tool fix
-rwxr-xr-xsolenv/bin/jpropex10
1 files changed, 0 insertions, 10 deletions
diff --git a/solenv/bin/jpropex b/solenv/bin/jpropex
deleted file mode 100755
index 2d62d13b093e..000000000000
--- a/solenv/bin/jpropex
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-if [ x${SOLARENV}x = xx ]; then
- echo No environment found, please use 'configure' or 'setsolar'
- exit 1
-fi
-if [ x${JAVA_HOME}x = xx ]; then
- echo No Java found!
- exit 1
-fi
-exec java -DSOLARSRC=${SOLARSRC} -DWORK_STAMP=${WORK_STAMP} -DUSE_SHELL= -jar ${SOLARVER}/${INPATH}/bin${UPDMINOREXT}/jpropex.jar "$@"