From 24b1277d50108de77be57be213e938777d6803ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tomas=20Wenstr=C3=B6m?= Date: Tue, 14 Jul 2020 09:00:51 +0200 Subject: [PATCH] Don't specify JDK version in name of jdk property --- build.xml | 12 ++++++------ config.properties.template | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.xml b/build.xml index 67547df..c9dc10e 100644 --- a/build.xml +++ b/build.xml @@ -54,9 +54,9 @@ - - - + + + @@ -77,9 +77,9 @@ - - - + + + diff --git a/config.properties.template b/config.properties.template index 532e6a0..317ead1 100644 --- a/config.properties.template +++ b/config.properties.template @@ -1,4 +1,4 @@ -jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64 +jdk.home=/usr/lib/jvm/java-8-openjdk-amd64 # Video info can be found with 'v4l2-ctl --get-fmt-video' # Supported formats: UYVY, YUYV, YVYU -- 2.11.0