Accepting request 1205393 from Java:packages

Adapt scripts to the new javapackages-tools version

OBS-URL: https://build.opensuse.org/request/show/1205393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlgraphics-fop?expand=0&rev=51
This commit is contained in:
Ana Guerrero 2024-10-04 15:08:32 +00:00 committed by Git OBS Bridge
commit ff17f51619
4 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# Set default JAVA_HOME
export JAVA_HOME="${JAVA_HOME:-%{?java_home}}"
# Source functions library
if [ -f /usr/share/java-utils/java-functions ] ; then
. /usr/share/java-utils/java-functions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# Set default JAVA_HOME
export JAVA_HOME="${JAVA_HOME:-%{?java_home}}"
# Source functions library
if [ -f /usr/share/java-utils/java-functions ] ; then
. /usr/share/java-utils/java-functions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 3 10:53:25 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Adapt the scripts to the new javapackages-tools version
-------------------------------------------------------------------
Tue Feb 20 13:22:12 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -4,6 +4,9 @@
# JPackage Project <http://www.jpackage.org/>
# $Id$
# Set default JAVA_HOME
export JAVA_HOME="${JAVA_HOME:-%{?java_home}}"
# Source functions library
if [ -f /usr/share/java-utils/java-functions ] ; then
. /usr/share/java-utils/java-functions