Fix bug #458916.
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / ChangeLog
index 94b2885807a818f47f2a4f98abe24d1d14ac3113..fc6ed8a18ad144fd75a54b043e551eb01ab41744 100644 (file)
@@ -1,3 +1,11 @@
+2009-02-21  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #458916.
+       * Copy.cs: CopiedFiles and DestinationFiles should have target paths
+       instead of source. Also, the metadata should get retained from source
+       items. Based on a patch by Jeffrey Richardson <themann@indyfantasysports.net>
+       Refactor a bit to remove code duplication.
+
 2009-02-21  Ankit Jain  <jankit@novell.com>
 
        * MSBuild.cs (SplitPropertiesToDictionary): Split into exactly 2 parts.