[prev in list] [next in list] [prev in thread] [next in thread] 

List:       log4j-dev
Subject:    svn commit: r956311 - in /logging/log4j/companions/receivers/trunk: pom.xml
From:       carnold () apache ! org
Date:       2010-06-19 23:50:05
Message-ID: 20100619235005.D21BE23888EA () eris ! apache ! org
[Download RAW message or body]

Author: carnold
Date: Sat Jun 19 23:50:05 2010
New Revision: 956311

URL: http://svn.apache.org/viewvc?rev=956311&view=rev
Log:
Bug 49078: javadoc.jar was missing NOTICE and LICENSE

Modified:
    logging/log4j/companions/receivers/trunk/pom.xml
    logging/log4j/companions/receivers/trunk/src/changes/changes.xml

Modified: logging/log4j/companions/receivers/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/pom.xml?rev=956311&r1=956310&r2=956311&view=diff
 ==============================================================================
--- logging/log4j/companions/receivers/trunk/pom.xml (original)
+++ logging/log4j/companions/receivers/trunk/pom.xml Sat Jun 19 23:50:05 2010
@@ -159,6 +159,23 @@
               <goal>run</goal>
             </goals>
           </execution>
+          <execution>
+            <id>javadoc.resources</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <copy todir="${project.build.directory}/apidocs/META-INF">
+                  <fileset dir="${basedir}">
+                    <include name="LICENSE" />
+                    <include name="NOTICE" />
+                  </fileset>
+                </copy>
+              </tasks>
+            </configuration>
+          </execution>
         </executions>
        <dependencies>
           <dependency>
@@ -199,6 +216,7 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <encoding>UTF-8</encoding>
+          <docEncoding>UTF-8</docEncoding>
         </configuration>
         <executions>
             <execution>

Modified: logging/log4j/companions/receivers/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/changes/changes.xml?rev=956311&r1=956310&r2=956311&view=diff
 ==============================================================================
--- logging/log4j/companions/receivers/trunk/src/changes/changes.xml (original)
+++ logging/log4j/companions/receivers/trunk/src/changes/changes.xml Sat Jun 19 \
23:50:05 2010 @@ -25,6 +25,7 @@
         Initial release of receivers companion backported from log4j 1.3.
       </action>
       <action issue="42171" type="fix">SocketHubReceiver duplicates \
messages</action> +      <action issue="49078" action="fix">javadoc.jar was missing \
NOTICE and LICENSE.</action>  </release>
   </body>
 </document>



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic