From 290d4ccb69531961a454b334f0ede186ebe88396 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 24 Mar 2017 22:42:34 +0000 Subject: texosquery (24mar17) git-svn-id: svn://tug.org/texlive/trunk@43596 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texosquery/texosquery | 4 ---- .../scripts/texosquery/texosquery-jre5.jar | Bin 0 -> 62861 bytes .../texmf-dist/scripts/texosquery/texosquery-jre5.sh | 4 ++++ .../scripts/texosquery/texosquery-jre8.jar | Bin 0 -> 67162 bytes .../texmf-dist/scripts/texosquery/texosquery-jre8.sh | 4 ++++ Master/texmf-dist/scripts/texosquery/texosquery.jar | Bin 6773 -> 66145 bytes Master/texmf-dist/scripts/texosquery/texosquery.sh | 4 ++++ 7 files changed, 12 insertions(+), 4 deletions(-) delete mode 100755 Master/texmf-dist/scripts/texosquery/texosquery create mode 100755 Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar create mode 100755 Master/texmf-dist/scripts/texosquery/texosquery-jre5.sh create mode 100755 Master/texmf-dist/scripts/texosquery/texosquery-jre8.jar create mode 100755 Master/texmf-dist/scripts/texosquery/texosquery-jre8.sh create mode 100755 Master/texmf-dist/scripts/texosquery/texosquery.sh (limited to 'Master/texmf-dist/scripts/texosquery') diff --git a/Master/texmf-dist/scripts/texosquery/texosquery b/Master/texmf-dist/scripts/texosquery/texosquery deleted file mode 100755 index 2f97a43db65..00000000000 --- a/Master/texmf-dist/scripts/texosquery/texosquery +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery.jar` -java -jar "$jarpath" "$@" diff --git a/Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar b/Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar new file mode 100755 index 00000000000..63d0fc4f9b3 Binary files /dev/null and b/Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar differ diff --git a/Master/texmf-dist/scripts/texosquery/texosquery-jre5.sh b/Master/texmf-dist/scripts/texosquery/texosquery-jre5.sh new file mode 100755 index 00000000000..67a402279b5 --- /dev/null +++ b/Master/texmf-dist/scripts/texosquery/texosquery-jre5.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery-jre5.jar` +java -jar "$jarpath" "$@" diff --git a/Master/texmf-dist/scripts/texosquery/texosquery-jre8.jar b/Master/texmf-dist/scripts/texosquery/texosquery-jre8.jar new file mode 100755 index 00000000000..06f3b342b51 Binary files /dev/null and b/Master/texmf-dist/scripts/texosquery/texosquery-jre8.jar differ diff --git a/Master/texmf-dist/scripts/texosquery/texosquery-jre8.sh b/Master/texmf-dist/scripts/texosquery/texosquery-jre8.sh new file mode 100755 index 00000000000..472c531453a --- /dev/null +++ b/Master/texmf-dist/scripts/texosquery/texosquery-jre8.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery-jre8.jar` +java -Djava.locale.providers=CLDR,JRE -jar "$jarpath" "$@" diff --git a/Master/texmf-dist/scripts/texosquery/texosquery.jar b/Master/texmf-dist/scripts/texosquery/texosquery.jar index 84f4c1140a2..feb800910ab 100755 Binary files a/Master/texmf-dist/scripts/texosquery/texosquery.jar and b/Master/texmf-dist/scripts/texosquery/texosquery.jar differ diff --git a/Master/texmf-dist/scripts/texosquery/texosquery.sh b/Master/texmf-dist/scripts/texosquery/texosquery.sh new file mode 100755 index 00000000000..2f97a43db65 --- /dev/null +++ b/Master/texmf-dist/scripts/texosquery/texosquery.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery.jar` +java -jar "$jarpath" "$@" -- cgit v1.2.3