From 9ee04a090019ffab100677217bca0fb62f73217e Mon Sep 17 00:00:00 2001 From: Robin K Date: Mon, 4 Apr 2022 17:51:55 +0200 Subject: [PATCH] Remove DTD from profile xml generation --- .../com/romraider/logger/ecu/profile/UserProfileImpl.java | 2 +- templates/install-linux.xml.template | 1 - templates/install-windows.xml.template | 5 +---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/romraider/logger/ecu/profile/UserProfileImpl.java b/src/main/java/com/romraider/logger/ecu/profile/UserProfileImpl.java index bf7cdc5a..e1a68b98 100644 --- a/src/main/java/com/romraider/logger/ecu/profile/UserProfileImpl.java +++ b/src/main/java/com/romraider/logger/ecu/profile/UserProfileImpl.java @@ -121,7 +121,7 @@ public final class UserProfileImpl implements UserProfile { final Settings settings = SettingsManager.getSettings(); StringBuilder builder = new StringBuilder(); builder.append("").append(NEW_LINE); - builder.append("").append(NEW_LINE).append(NEW_LINE); + //builder.append("").append(NEW_LINE).append(NEW_LINE); builder.append("").append(NEW_LINE); if (!params.isEmpty()) { builder.append(" ").append(NEW_LINE); diff --git a/templates/install-linux.xml.template b/templates/install-linux.xml.template index aa42be74..c175dc04 100644 --- a/templates/install-linux.xml.template +++ b/templates/install-linux.xml.template @@ -48,7 +48,6 @@ - diff --git a/templates/install-windows.xml.template b/templates/install-windows.xml.template index b3b4ba5d..bd9f2649 100644 --- a/templates/install-windows.xml.template +++ b/templates/install-windows.xml.template @@ -49,10 +49,8 @@ - - + - @@ -92,7 +90,6 @@ @name.package@ Source Files - no