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 --- Build/source/texk/texlive/linked_scripts/Makefile.am | 4 +++- Build/source/texk/texlive/linked_scripts/Makefile.in | 4 +++- Build/source/texk/texlive/linked_scripts/scripts.lst | 4 +++- .../source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh | 4 ++++ .../source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh | 4 ++++ Build/source/texk/texlive/linked_scripts/texosquery/texosquery.sh | 4 ++++ 6 files changed, 21 insertions(+), 3 deletions(-) create mode 100755 Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh create mode 100755 Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh create mode 100755 Build/source/texk/texlive/linked_scripts/texosquery/texosquery.sh (limited to 'Build') diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am index 1d6db0fa415..09c2f3b6896 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.am +++ b/Build/source/texk/texlive/linked_scripts/Makefile.am @@ -79,7 +79,9 @@ texmf_shell_scripts = \ pdfxup/pdfxup \ pst-pdf/ps4pdf \ simpdftex/simpdftex \ - texosquery/texosquery \ + texosquery/texosquery.sh \ + texosquery/texosquery-jre5.sh \ + texosquery/texosquery-jre8.sh \ typeoutfileinfo/typeoutfileinfo.sh texmf_other_scripts = \ a2ping/a2ping.pl \ diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in index 214737306b2..50e0d82452f 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.in +++ b/Build/source/texk/texlive/linked_scripts/Makefile.in @@ -293,7 +293,9 @@ texmf_shell_scripts = \ pdfxup/pdfxup \ pst-pdf/ps4pdf \ simpdftex/simpdftex \ - texosquery/texosquery \ + texosquery/texosquery.sh \ + texosquery/texosquery-jre5.sh \ + texosquery/texosquery-jre8.sh \ typeoutfileinfo/typeoutfileinfo.sh texmf_other_scripts = \ diff --git a/Build/source/texk/texlive/linked_scripts/scripts.lst b/Build/source/texk/texlive/linked_scripts/scripts.lst index c5ce779362c..dd52f5545e1 100644 --- a/Build/source/texk/texlive/linked_scripts/scripts.lst +++ b/Build/source/texk/texlive/linked_scripts/scripts.lst @@ -25,7 +25,9 @@ pdfjam/pdfpun pdfxup/pdfxup pst-pdf/ps4pdf simpdftex/simpdftex -texosquery/texosquery +texosquery/texosquery.sh +texosquery/texosquery-jre5.sh +texosquery/texosquery-jre8.sh typeoutfileinfo/typeoutfileinfo.sh a2ping/a2ping.pl accfonts/mkt1font diff --git a/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh b/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh new file mode 100755 index 00000000000..67a402279b5 --- /dev/null +++ b/Build/source/texk/texlive/linked_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/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh b/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh new file mode 100755 index 00000000000..472c531453a --- /dev/null +++ b/Build/source/texk/texlive/linked_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/Build/source/texk/texlive/linked_scripts/texosquery/texosquery.sh b/Build/source/texk/texlive/linked_scripts/texosquery/texosquery.sh new file mode 100755 index 00000000000..2f97a43db65 --- /dev/null +++ b/Build/source/texk/texlive/linked_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