From 09d3c647020d7a2b30ee3ebe8efff0dcfff4d1b5 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Wed, 19 Jan 2022 12:49:44 +0100 Subject: change logging directory, and rearrange profiles to match my build environment (cf. #62) --- pdf-over-gui/pom.xml | 29 ++++++++++++++--------------- publish.sh | 2 +- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 23c21a09..6e635171 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -456,27 +456,27 @@ - - windows-64 + + linux-64 - windows + linux amd64 - - org.eclipse.swt.win32.win32.x86_64 + + org.eclipse.swt.gtk.linux.x86_64 ${swt.artifactId.64} - windows + linux - windows + windows-64 windows - x86 + amd64 @@ -486,20 +486,19 @@ windows - - linux-64 + windows - linux - amd64 + windows + x86 - - org.eclipse.swt.gtk.linux.x86_64 + + org.eclipse.swt.win32.win32.x86_64 ${swt.artifactId.64} - linux + windows diff --git a/publish.sh b/publish.sh index df8f3184..cae85541 100755 --- a/publish.sh +++ b/publish.sh @@ -2,7 +2,7 @@ #### CONFIGURE: ###### PUBLISH_DIR="pdf-over-build" -LOG_DIR="log" +LOG_DIR="/tmp/pdfover_log" CODEBASE_URL="http:\/\/abyss.iaik.tugraz.at\/pdf-over\/" CONTEXT_URL="http:\/\/abyss.iaik.tugraz.at\/pdf-over\/" HOMEPAGE_URL="http:\/\/www.buergerkarte.at" -- cgit v1.2.3