From 628d4bfd5c367139ea3892db6710a3aabe3f374a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Sch=C3=BClein?= Date: Tue, 29 Aug 2023 15:39:20 +0200 Subject: [PATCH] moved python script to better directory --- pom.xml | 2 +- fix_license_file.py => src/build/fix_license_file.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename fix_license_file.py => src/build/fix_license_file.py (100%) diff --git a/pom.xml b/pom.xml index b4fac12..8726b42 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ python3 - ${project.basedir} + ${project.build.sourceDir} fix_license_file.py ${project.build.directory}/${my.finalShortName}.app/Contents/Resources/Java/${my.finalJarName}.jar diff --git a/fix_license_file.py b/src/build/fix_license_file.py similarity index 100% rename from fix_license_file.py rename to src/build/fix_license_file.py