You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2006/09/05 07:19:49 UTC

svn commit: r440263 - in /logging/log4j/branches/v1_2-branch: LICENSE LICENSE.txt NOTICE build.xml docs/HISTORY.txt src/xdocs/download.xml

Author: carnold
Date: Mon Sep  4 22:19:49 2006
New Revision: 440263

URL: http://svn.apache.org/viewvc?view=rev&rev=440263
Log:
Bug 40412: NOTICE file added to distribution and jar

Added:
    logging/log4j/branches/v1_2-branch/LICENSE
      - copied unchanged from r438620, logging/log4j/branches/v1_2-branch/LICENSE.txt
    logging/log4j/branches/v1_2-branch/NOTICE
Removed:
    logging/log4j/branches/v1_2-branch/LICENSE.txt
Modified:
    logging/log4j/branches/v1_2-branch/build.xml
    logging/log4j/branches/v1_2-branch/docs/HISTORY.txt
    logging/log4j/branches/v1_2-branch/src/xdocs/download.xml

Added: logging/log4j/branches/v1_2-branch/NOTICE
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/NOTICE?view=auto&rev=440263
==============================================================================
--- logging/log4j/branches/v1_2-branch/NOTICE (added)
+++ logging/log4j/branches/v1_2-branch/NOTICE Mon Sep  4 22:19:49 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Modified: logging/log4j/branches/v1_2-branch/build.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/build.xml?view=diff&rev=440263&r1=440262&r2=440263
==============================================================================
--- logging/log4j/branches/v1_2-branch/build.xml (original)
+++ logging/log4j/branches/v1_2-branch/build.xml Mon Sep  4 22:19:49 2006
@@ -445,7 +445,9 @@
                    ${stem}/or/jms/*.class,
                    ${stem}/config/*.class"
          excludes="**/UnitTest**"
-         manifest="${jar.dest}/manifest.mf"/>
+         manifest="${jar.dest}/manifest.mf">
+         <metainf dir="." includes="NOTICE,LICENSE"/>
+     </jar>
   </target>
 
 
@@ -615,7 +617,8 @@
                      build.properties.sample,
                           manifest.mf,
            INSTALL,
-           LICENSE.txt,
+           LICENSE,
+           NOTICE,
            ${dist.dir}/lib/log4j*.jar,
            ${dist.dir}/lib/NTEventLogAppender.dll,
            ${dist.dir}/classes/**,

Modified: logging/log4j/branches/v1_2-branch/docs/HISTORY.txt
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/docs/HISTORY.txt?view=diff&rev=440263&r1=440262&r2=440263
==============================================================================
--- logging/log4j/branches/v1_2-branch/docs/HISTORY.txt (original)
+++ logging/log4j/branches/v1_2-branch/docs/HISTORY.txt Mon Sep  4 22:19:49 2006
@@ -34,6 +34,7 @@
        35123: Additivity not exported by PropertyPrinter.
        31003: RollingFileAppender, if removed, can cause NullPointerExceptions.
        23021: AsyncAppender blocks on thread death.
+	   40412: NOTICE file added to distribution and jars.
         
 
  December 4th, 2005

Modified: logging/log4j/branches/v1_2-branch/src/xdocs/download.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/xdocs/download.xml?view=diff&rev=440263&r1=440262&r2=440263
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/xdocs/download.xml (original)
+++ logging/log4j/branches/v1_2-branch/src/xdocs/download.xml Mon Sep  4 22:19:49 2006
@@ -45,6 +45,7 @@
        </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35123">35123</a>: Additivity not exported by PropertyPrinter.
        </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=31003">31003</a>: RollingFileAppender, if removed, can cause NullPointerExceptions.
        </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=23021">23021</a>: AsyncAppender blocks on thread death.
+       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40412">40412</a>: NOTICE file added to distribution and jar.
        </li></ul>
    </li>
     </ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org