From 9491673fd613c2af745b2720a6292822ccf7095851799872303e6f8e168065b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 8 Nov 2012 20:50:06 +0000 Subject: [PATCH] Accepting request 140651 from Java:packages Hallo, on openSUSE 12.1 the jhindexer, jhsearch shell scripts do not work, because the jar file name is javahelp2 instead of javahelp. So they fail to find the jar file. (forwarded request 140120 from fschuett) OBS-URL: https://build.opensuse.org/request/show/140651 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/javahelp2?expand=0&rev=10 --- javahelp2-jhindexer.sh | 2 +- javahelp2-jhsearch.sh | 2 +- javahelp2.changes | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/javahelp2-jhindexer.sh b/javahelp2-jhindexer.sh index a1af110..f974924 100644 --- a/javahelp2-jhindexer.sh +++ b/javahelp2-jhindexer.sh @@ -19,7 +19,7 @@ fi # Configuration MAIN_CLASS=com.sun.java.help.search.Indexer -BASE_JARS=javahelp +BASE_JARS=javahelp2 # Set parameters set_jvm diff --git a/javahelp2-jhsearch.sh b/javahelp2-jhsearch.sh index 2205e01..a385aa1 100644 --- a/javahelp2-jhsearch.sh +++ b/javahelp2-jhsearch.sh @@ -19,7 +19,7 @@ fi # Configuration MAIN_CLASS=com.sun.java.help.search.QueryEngine -BASE_JARS=javahelp +BASE_JARS=javahelp2 # Set parameters set_jvm diff --git a/javahelp2.changes b/javahelp2.changes index 9ae6e71..1c7befe 100644 --- a/javahelp2.changes +++ b/javahelp2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 4 14:08:32 CEST 2011 - fschuett@gymnasium-himmelsthuer.de + +- Fixed jhindexer, jhsearch jar name + ------------------------------------------------------------------- Mon May 18 10:35:56 CEST 2009 - mvyskocil@suse.cz