2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Microsoft.Build.Tasks / ChangeLog
blobff531ad0138f6193cc204abd49f2c52747e33b05
1 2010-04-03  Ankit Jain  <jankit@novell.com>
3         * Makefile: Import tools/xbuild/xbuild_targets.make, which copies
4         the target and tasks file in the correct place, to allow running
5         tests with different toolsversion. Copy the config file for the
6         test assembly. Clean the generated test.dll .
7         Use the correct target assembly name for 4.0 profile
8         (ms.build.tasks.v4.0.dll), and for Utilities assembly.
9         * Microsoft.Build.Tasks_test.dll.sources: Use Consts.cs from Engine
10         instead of maintaining a copy here.
12 2010-03-02  Ankit Jain  <jankit@novell.com>
14         Fix tests.
15         * Makefile (EXTRA_DISTFILES): Add Test/resources/junk.txt .
17 2010-02-06  Ankit Jain  <jankit@novell.com>
19         * Microsoft.Build.Tasks.dll.sources: Add LC.cs
20         * Microsoft.Build.Tasks_test.dll.sources: Add LCTest.cs
22 2010-02-04  Ankit Jain  <jankit@novell.com>
24         * Microsoft.Build.Tasks_test.dll.sources: Added
25         WriteLinesToFileTest.cs
27 2009-12-22  Ankit Jain  <jankit@novell.com>
29         * Microsoft.Build.Tasks.dll.sources: Add DirectoryScanner.cs
30         from Build.Engine, required by CreateItem.
32 2009-10-12  Ankit Jain  <jankit@novell.com>
34         * Makefile: Add reference to Microsoft.Build.Engine .
36 2009-10-08  Ankit Jain  <jankit@novell.com>
38         * Microsoft.Build.Tasks_test.dll.sources: Added
39         RemoveDuplicatesTest.cs
41 2009-09-25  Ankit Jain  <jankit@novell.com>
43         * Microsoft.Build.Tasks.dll.sources: Added
44         FindAppConfigFile.cs
45         * Microsoft.Build.Tasks_test.dll.sources: Added
46         FindAppConfigFileTest.cs
48 2009-08-14  Ankit Jain  <jankit@novell.com>
50         * Microsoft.Build.Tasks_test.dll.sources: Added
51         PcFileCache.cs from md.
53 2009-07-23  Ankit Jain  <jankit@novell.com>
55         * Microsoft.Build.Tasks_test.dll.sources: Added
56         AssignProjectConfigurationTest.cs .
58 2009-07-22  Ankit Jain  <jankit@novell.com>
60         * Makefile: Add System.Core .
62 2009-06-08  Ankit Jain  <jankit@novell.com>
64         * Microsoft.Build.Tasks.dll.sources: Added
65         ResolvedReference.cs
67 2009-05-14  Ankit Jain  <jankit@novell.com>
69         Fix tests on monobuild
70         * Makefile (EXTRA_DISTFILES): Add Test/resources/Sample.vb
72 2009-04-28  Raja R Harinath  <harinath@hurrynot.org>
74         * Makefile (NAME_SUFFIX): New.
75         (LIBRARY_NAME): Use it.
76         (TEST_MCS_FLAGS): Don't mention name of library.  Use NAME_SUFFIX
77         as appropriate when referring to other msbuild dlls.
79 2009-04-27  Ankit Jain  <jankit@novell.com>
81         * Microsoft.Build.Tasks_test.dll.sources: Added
82         CreateVisualBasicManifestResourceNameTest.cs .
84 2009-04-25  Jonathan Chambers  <joncham@gmail.com>
86         * Makefile: Adjust assembly name for 3.5 profile.
88 2009-02-21  Ankit Jain  <jankit@novell.com>
90         * Microsoft.Build.Tasks_test.dll.sources: Added CopyTest.cs
92 2009-01-06  Ankit Jain  <jankit@novell.com>
94         * Makefile (EXTRA_DISTFILES): Add Test/resources/Sample.cs
96 2008-12-12  Ankit Jain  <jankit@novell.com>
98         * Microsoft.Build.Tasks_test.dll.sources: Added
99         CreateCSharpManifestResourceNameTest.cs
101 2008-11-23  Ankit Jain  <jankit@novell.com>
103         * Microsoft.Build.Tasks_test.dll.sources: Added AssignCultureTest.cs
105 2008-11-22  Ankit Jain  <jankit@novell.com>
107         * Microsoft.Build.Tasks_test.dll.sources: Added AssignTargetPathTest.cs
109 2008-11-21  Ankit Jain  <jankit@novell.com>
111         * Microsoft.Build.Tasks_test.dll.sources: Added TaskBatchingTest.cs and
112         TestMessageLogger.cs
114 2008-11-11  Jonathan Chambers  <joncham@gmail.com>
116         * Microsoft.Build.Tasks_test.dll.sources: Added DeleteTest.cs.
118 2007-05-11  Raja R Harinath  <rharinath@novell.com>
120         * Makefile (Test/resources/test.dll): Use full name, not just test.dll.
122 2007-02-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
124         * Makefile: Compile Test/resources/test.cs before test-local.
126 2006-04-19  Marek Sieradzki  <marek.sieradzki@gmail.com>
128         * Microsoft.Build.Tasks.targets: Removed.
130 2005-09-09  Marek Sieradzki  <marek.sieradzki@gmail.com>
132         * Microsoft.Build.Tasks.dll.sources: Renamed from
133         Microsoft.Build.Tasks.sources.
134         * Makefile: Added reference to System.Windows.Forms.