You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2017/04/15 16:52:02 UTC

logging-log4j-scala git commit: Disable copying of non-existent release notes file

Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master a8e44f1c4 -> 01ffa7342


Disable copying of non-existent release notes file


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/01ffa734
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/01ffa734
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/01ffa734

Branch: refs/heads/master
Commit: 01ffa73422177d7116f0d2c21e0bb92d3db53b2a
Parents: a8e44f1
Author: Matt Sicker <bo...@gmail.com>
Authored: Sat Apr 15 11:52:49 2017 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sat Apr 15 11:52:49 2017 -0500

----------------------------------------------------------------------
 log4j-scala-distribution/src/assembly/bin.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/01ffa734/log4j-scala-distribution/src/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/log4j-scala-distribution/src/assembly/bin.xml b/log4j-scala-distribution/src/assembly/bin.xml
index c596bb6..7e95c5a 100644
--- a/log4j-scala-distribution/src/assembly/bin.xml
+++ b/log4j-scala-distribution/src/assembly/bin.xml
@@ -46,6 +46,7 @@
             </includes>
         </fileSet>
     </fileSets>
+    <!--
     <files>
          <file>
             <source>../RELEASE-NOTES.md</source>
@@ -53,4 +54,5 @@
             <destName>RELEASE-NOTES.md</destName>
         </file>
     </files>
+    -->
 </assembly>