From 46b2d58c158dbd6b25b54a2dfe3c2eb5faa9d548 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Mon, 4 Nov 2019 12:52:46 +0000 Subject: java/javahelp: - Update to the final commit from official GitHub repo - Build from sources, don't bother to install docs and examples - Add LICENSE - Update WWW PR: 241318 Submitted by: Mikhail Teterin (mi@) --- java/javahelp/files/jhindexer.in | 5 +++++ java/javahelp/files/jhsearch.in | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 java/javahelp/files/jhindexer.in create mode 100644 java/javahelp/files/jhsearch.in (limited to 'java/javahelp/files') diff --git a/java/javahelp/files/jhindexer.in b/java/javahelp/files/jhindexer.in new file mode 100644 index 000000000000..59ee27424484 --- /dev/null +++ b/java/javahelp/files/jhindexer.in @@ -0,0 +1,5 @@ +#!/bin/sh + +export JAVA_VERSION=%%JAVA_VER%% + +exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.Indexer "$@" diff --git a/java/javahelp/files/jhsearch.in b/java/javahelp/files/jhsearch.in new file mode 100644 index 000000000000..36c5a2ff8258 --- /dev/null +++ b/java/javahelp/files/jhsearch.in @@ -0,0 +1,5 @@ +#!/bin/sh + +export JAVA_VERSION=%%JAVA_VER%% + +exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.QueryEngine "$@" -- cgit v1.2.3