You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/09/25 13:33:10 UTC

[cxf] branch main updated: Fixed resource folder location (cxf-rt-rs-http-sci)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 55265412d3 Fixed resource folder location (cxf-rt-rs-http-sci)
55265412d3 is described below

commit 55265412d3c62ada4003a5f019477ea47eb49c8c
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 25 09:32:53 2022 -0400

    Fixed resource folder location (cxf-rt-rs-http-sci)
---
 .../META-INF/services/jakarta.servlet.ServletContainerInitializer       | 2 +-
 .../META-INF/services/javax.servlet.ServletContainerInitializer         | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/rt/rs/http-sci/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer b/rt/rs/http-sci/src/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
similarity index 96%
rename from rt/rs/http-sci/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
rename to rt/rs/http-sci/src/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
index 48979d74e8..891fe773f8 100644
--- a/rt/rs/http-sci/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
+++ b/rt/rs/http-sci/src/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
@@ -1 +1 @@
-org.apache.cxf.jaxrs.servlet.sci.JaxrsServletContainerInitializer
\ No newline at end of file
+org.apache.cxf.jaxrs.servlet.sci.JaxrsServletContainerInitializer
diff --git a/rt/rs/http-sci/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer b/rt/rs/http-sci/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer
deleted file mode 100644
index 48979d74e8..0000000000
--- a/rt/rs/http-sci/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer
+++ /dev/null
@@ -1 +0,0 @@
-org.apache.cxf.jaxrs.servlet.sci.JaxrsServletContainerInitializer
\ No newline at end of file