<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -344,6 +344,9 @@ Release 0.20.0 - Unreleased
     HADOOP-5466. Change documenation CSS style for headers and code. (Corinne
     Chandel via szetszwo)
 
+    HADOOP-5275. Add ivy directory and files to built tar.
+    (Giridharan Kesavan via nigel)
+
   OPTIMIZATIONS
 
     HADOOP-3293. Fixes FileInputFormat to do provide locations for splits</diff>
      <filename>CHANGES.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1093,6 +1093,12 @@
       &lt;fileset dir=&quot;${build.docs}&quot;/&gt;
     &lt;/copy&gt;
 
+    &lt;copy file=&quot;ivy.xml&quot; tofile=&quot;${dist.dir}/ivy.xml&quot;/&gt;
+
+    &lt;copy todir=&quot;${dist.dir}/ivy&quot;&gt;
+      &lt;fileset dir=&quot;ivy&quot;/&gt;
+    &lt;/copy&gt;
+
     &lt;copy todir=&quot;${dist.dir}&quot;&gt;
       &lt;fileset dir=&quot;.&quot;&gt;
         &lt;include name=&quot;*.txt&quot; /&gt;</diff>
      <filename>build.xml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,22 @@
 &lt;?xml version=&quot;1.0&quot; ?&gt;
+
+&lt;!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the &quot;License&quot;); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--&gt;
+
 &lt;ivy-module version=&quot;1.0&quot;&gt;
   &lt;info organisation=&quot;org.apache.hadoop&quot; module=&quot;${ant.project.name}&quot;&gt;
     &lt;license name=&quot;Apache 2.0&quot;/&gt;</diff>
      <filename>ivy.xml</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,24 @@
 &lt;project xmlns=&quot;http://maven.apache.org/POM/4.0.0&quot;
   xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;&gt;
+
   &lt;!--
-   This POM is released under the Apache License, Version 2.0
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the &quot;License&quot;); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
   --&gt;
+
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
   &lt;groupId&gt;org.apache.hadoop&lt;/groupId&gt;
   &lt;artifactId&gt;hadoop-core&lt;/artifactId&gt;</diff>
      <filename>ivy/hadoop-core.pom</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,23 @@
 &lt;ivysettings&gt;
-  &lt;!--
+
+ &lt;!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the &quot;License&quot;); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--&gt;
+
+ &lt;!--
   see http://www.jayasoft.org/ivy/doc/configuration
   --&gt;
   &lt;!-- you can override this property to use mirrors
@@ -60,4 +78,4 @@
     &lt;!--until commons cli is external, we need to pull it in from the snapshot repository -if present --&gt;
     &lt;module organisation=&quot;org.apache.commons&quot; name=&quot;.*&quot; resolver=&quot;external-and-snapshots&quot;/&gt;
   &lt;/modules&gt;
-&lt;/ivysettings&gt;
\ No newline at end of file
+&lt;/ivysettings&gt;</diff>
      <filename>ivy/ivysettings.xml</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,15 @@
+#   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
 #This properties file lists the versions of the various artifacts used by hadoop and components.
 #It drives ivy and the generation of a maven POM
 </diff>
      <filename>ivy/libraries.properties</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e6bce7cd96f7b567a6b349b0edca6f18810bab63</id>
    </parent>
  </parents>
  <author>
    <name>Nigel Daley</name>
    <email>nigel@apache.org</email>
  </author>
  <url>http://github.com/yahoo/hadoop/commit/b6fa171e1e11455e4b70cad59d3da9d127818e2e</url>
  <id>b6fa171e1e11455e4b70cad59d3da9d127818e2e</id>
  <committed-date>2009-03-13T21:30:42-07:00</committed-date>
  <authored-date>2009-03-13T21:30:42-07:00</authored-date>
  <message>Merge of -r 746337:746338 from trunk to branch 0.20 to fix HADOOP-5275.

git-svn-id: https://svn.eu.apache.org/repos/asf/hadoop/core/branches/branch-0.20@753599 13f79535-47bb-0310-9956-ffa450edef68</message>
  <tree>57990459e18502750eb3bc281bab46d032967128</tree>
  <committer>
    <name>Nigel Daley</name>
    <email>nigel@apache.org</email>
  </committer>
</commit>
