You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2023/06/04 17:50:58 UTC

svn commit: r1910229 - in /pdfbox/trunk: examples/src/test/resources/log4j2.xml pdfbox/src/test/resources/log4j2.xml

Author: tilman
Date: Sun Jun  4 17:50:58 2023
New Revision: 1910229

URL: http://svn.apache.org/viewvc?rev=1910229&view=rev
Log:
PDFBOX-5618: fix xml

Modified:
    pdfbox/trunk/examples/src/test/resources/log4j2.xml
    pdfbox/trunk/pdfbox/src/test/resources/log4j2.xml

Modified: pdfbox/trunk/examples/src/test/resources/log4j2.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/src/test/resources/log4j2.xml?rev=1910229&r1=1910228&r2=1910229&view=diff
==============================================================================
--- pdfbox/trunk/examples/src/test/resources/log4j2.xml (original)
+++ pdfbox/trunk/examples/src/test/resources/log4j2.xml Sun Jun  4 17:50:58 2023
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!--
  ! Licensed to the Apache Software Foundation (ASF) under one or more
  ! contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +16,7 @@
  ! See the License for the specific language governing permissions and
  ! limitations under the License.
  !-->
-<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- https://logging.apache.org/log4j/2.x/manual/configuration.html 
      https://logging.apache.org/log4j/2.x/manual/appenders.html
 -->

Modified: pdfbox/trunk/pdfbox/src/test/resources/log4j2.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/test/resources/log4j2.xml?rev=1910229&r1=1910228&r2=1910229&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/test/resources/log4j2.xml (original)
+++ pdfbox/trunk/pdfbox/src/test/resources/log4j2.xml Sun Jun  4 17:50:58 2023
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!--
  ! Licensed to the Apache Software Foundation (ASF) under one or more
  ! contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +16,7 @@
  ! See the License for the specific language governing permissions and
  ! limitations under the License.
  !-->
-<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- https://logging.apache.org/log4j/2.x/manual/configuration.html 
      https://logging.apache.org/log4j/2.x/manual/appenders.html
 -->