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

linghengqian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 282237ba959 Remove meaningless assembly configuration (#24914)
282237ba959 is described below

commit 282237ba9595c3f25a735799ca718f79351f5230
Author: Ling Hengqian <[email protected]>
AuthorDate: Thu Apr 6 21:16:37 2023 +0800

    Remove meaningless assembly configuration (#24914)
---
 .../main/assembly/shardingsphere-proxy-binary-distribution.xml    | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/distribution/proxy/src/main/assembly/shardingsphere-proxy-binary-distribution.xml
 
b/distribution/proxy/src/main/assembly/shardingsphere-proxy-binary-distribution.xml
index 12e02ed065a..c0adc65c1d8 100644
--- 
a/distribution/proxy/src/main/assembly/shardingsphere-proxy-binary-distribution.xml
+++ 
b/distribution/proxy/src/main/assembly/shardingsphere-proxy-binary-distribution.xml
@@ -48,14 +48,6 @@
             <outputDirectory>conf</outputDirectory>
             <fileMode>0644</fileMode>
         </fileSet>
-        <fileSet>
-            <directory>../../proxy/bootstrap/src/main/resources</directory>
-            <includes>
-                <include>logback.xml</include>
-            </includes>
-            <outputDirectory>conf</outputDirectory>
-            <fileMode>0644</fileMode>
-        </fileSet>
         <fileSet>
             <directory>src/main/release-docs</directory>
             <includes>

Reply via email to