Author: dennisl
Date: Wed Jan  9 10:44:09 2008
New Revision: 610501

URL: http://svn.apache.org/viewvc?rev=610501&view=rev
Log:
LICENCE.txt and NOTICE.txt files should be in the META-INF directory of the 
-javadoc.jar file.

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=610501&r1=610500&r2=610501&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Wed Jan  9 10:44:09 2008
@@ -230,7 +230,7 @@
               <phase>generate-sources</phase>
               <configuration>
                 <tasks>
-                  <copy todir="${project.build.directory}/apidocs">
+                  <copy todir="${project.build.directory}/apidocs/META-INF">
                     <fileset dir="${basedir}">
                       <include name="LICENSE.txt" />
                       <include name="NOTICE.txt" />


Reply via email to