This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 146c611 Try to solve build failure on Windows
146c611 is described below
commit 146c61142c021b2d3dc0e64917a81439894633df
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Feb 16 23:30:22 2023 +0100
Try to solve build failure on Windows
---
log4j-samples-flume-remote/src/main/xml/catalog.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/log4j-samples-flume-remote/src/main/xml/catalog.xml
b/log4j-samples-flume-remote/src/main/xml/catalog.xml
index 5cd4af7..51b396f 100644
--- a/log4j-samples-flume-remote/src/main/xml/catalog.xml
+++ b/log4j-samples-flume-remote/src/main/xml/catalog.xml
@@ -1,13 +1,13 @@
<?xml version="1.1" encoding="UTF-8"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
- <system
systemId="https://www.springframework.org/schema/beans/spring-beans.xsd"
uri="spring-beans.xsd"/>
- <system
systemId="https://www.springframework.org/schema/context/spring-context.xsd"
uri="spring-context.xsd"/>
- <system
systemId="https://www.springframework.org/schema/tool/spring-tool-4.3.xsd"
uri="spring-tool-4.3.xsd"/>
- <system systemId="http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
uri="web-app_4_0.xsd"/>
- <system systemId="http://xmlns.jcp.org/xml/ns/javaee/web-common_4_0.xsd"
uri="web-common_4_0.xsd"/>
- <system systemId="http://xmlns.jcp.org/xml/ns/javaee/javaee_7.xsd"
uri="javaee_7.xsd"/>
- <system systemId="http://www.w3.org/2001/xml.xsd" uri="xml.xsd"/>
- <system
systemId="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_client_1_4.xsd"
uri="javaee_web_services_client_1_4.xsd"/>
- <system systemId="http://xmlns.jcp.org/xml/ns/javaee/jsp_2_3.xsd"
uri="jsp_2_3.xsd"/>
- <system systemId="http://xmlns.jcp.org/xml/ns/javaee/javaee_7.xsd"
uri="javaee_7.xsd"/>
+ <system
systemId="https://www.springframework.org/schema/beans/spring-beans.xsd"
uri="./spring-beans.xsd"/>
+ <system
systemId="https://www.springframework.org/schema/context/spring-context.xsd"
uri="./spring-context.xsd"/>
+ <system
systemId="https://www.springframework.org/schema/tool/spring-tool-4.3.xsd"
uri="./spring-tool-4.3.xsd"/>
+ <system systemId="http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
uri="./web-app_4_0.xsd"/>
+ <system systemId="http://xmlns.jcp.org/xml/ns/javaee/web-common_4_0.xsd"
uri="./web-common_4_0.xsd"/>
+ <system systemId="http://xmlns.jcp.org/xml/ns/javaee/javaee_7.xsd"
uri="./javaee_7.xsd"/>
+ <system systemId="http://www.w3.org/2001/xml.xsd" uri="./xml.xsd"/>
+ <system
systemId="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_client_1_4.xsd"
uri="./javaee_web_services_client_1_4.xsd"/>
+ <system systemId="http://xmlns.jcp.org/xml/ns/javaee/jsp_2_3.xsd"
uri="./jsp_2_3.xsd"/>
+ <system systemId="http://xmlns.jcp.org/xml/ns/javaee/javaee_7.xsd"
uri="./javaee_7.xsd"/>
</catalog>