Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tools/xbuild/tests/ChangeLog')
-rw-r--r--mcs/tools/xbuild/tests/ChangeLog93
1 files changed, 0 insertions, 93 deletions
diff --git a/mcs/tools/xbuild/tests/ChangeLog b/mcs/tools/xbuild/tests/ChangeLog
deleted file mode 100644
index dc342c6435e..00000000000
--- a/mcs/tools/xbuild/tests/ChangeLog
+++ /dev/null
@@ -1,93 +0,0 @@
-2009-11-26 Ankit Jain <jankit@novell.com>
-
- * standalone/Project1/final-outputs.txt: Update.
-
-2009-10-08 Ankit Jain <jankit@novell.com>
-
- * standalone/Project1: Add a new Lib5 project, and add
- private references to various projects.
- Update final-outputs.txt .
- * standalone/Project01/Lib5/*: New.
-
-2009-09-25 Ankit Jain <jankit@novell.com>
-
- * standalone/Project01: Add app.config to project Lib1.
- Remove Project01.sln.proj . Update final-outputs.txt .
-
-2009-08-14 Ankit Jain <jankit@novell.com>
-
- * standalone/Project01: Update .sln.proj file.
-
-2009-07-30 Ankit Jain <jankit@novell.com>
-
- * standalone/Project01/final-outputs.txt: Update to include obj/
- dir also, and sort the list.
-
-2009-07-23 Ankit Jain <jankit@novell.com>
-
- * standalone/Project01: Change config mappings a bit to mix them up,
- like Debug->Release etc. Update .proj file and final-outputs.txt.
-
-2009-07-22 Ankit Jain <jankit@novell.com>
-
- * standalone/Project01: Add references to two "external" assemblies
- with dependencies.
- * standalone/Project01/Program.cs: Add references in code to the new
- assemblies, to ensure that they are required for compilation.
-
-2009-06-08 Ankit Jain <jankit@novell.com>
-
- * standalone/Project01: Add missing Lib2.deploy.txt in the correct
- location.
-
-2009-06-08 Ankit Jain <jankit@novell.com>
-
- * standalone/Project01: Fix location for lib2.deploy.txt
-
-2009-06-08 Ankit Jain <jankit@novell.com>
-
- * standalone/Project01: New. Solution with interdependent multiple projects,
- with deploy files, satellite assemblies etc.
-
-2007-05-30 Marek Sieradzki <marek.sieradzki@gmail.com>
-
- * standalone/projref: Added two projects where one project references
- library.
-
-2006-07-17 Marek Sieradzki <marek.sieradzki@gmail.com>
-
- * Csc/Csc.csproj: Moved to 1.csproj and 2.csproj.
-
-2006-06-22 Marek Sieradzki <marek.sieradzki@gmail.com>
-
- * standalone/hello_world: Added hello world type project.
-
-2006-05-22 Marek Sieradzki <marek.sieradzki@gmail.com>
-
- * Touch.csproj, Message.csproj, Exec.csproj, WriteLinesToFile.csproj,
- Error.csproj, ReadLinesFromFile.csproj, FindUnderPath.csproj,
- RemoveDir.csproj, AL.csproj, MSBuild.csproj, SignFile.csproj,
- GenerateResource.csproj, Delete.csproj, Warning.csproj, Copy.csproj,
- MakeDir.csproj: Removed hackish import.
-
-2005-09-25 Marek Sieradzki <marek.sieradzki@gmail.com>
-
- * AL/AL.csproj: Added nearly empty target.
- * Csc/test.cs: Added test file for compilation.
- * Csc/Csc.csproj: Added simple compile target.
-
-2005-09-11 Marek Sieradzki <marek.sieradzki@gmail.com>
-
- * Touch.csproj, Message.csproj, Exec.csproj, WriteLinesToFile.csproj,
- Error.csproj, ReadLinesFromFile.csproj, FindUnderPath.csproj,
- RemoveDir.csproj, AL.csproj, MSBuild.csproj, SignFile.csproj,
- GenerateResource.csproj, Delete.csproj, Warning.csproj, Copy.csproj,
- MakeDir.csproj: Changed path to Microsoft.Common.tasks to use
- MSBuildBinPath.
-
-2005-09-03 Marek Sieradzki <marek.sieradzki@gmail.com>
-
- * AL, Copy, CreateItem, CreateProperty, Error, Exec, FindUnderPath,
- GenerateResource, MakeDir, Message, MSBuild, ReadLinesFromFile,
- RemoveDir, SignFile, Touch, Warning, WriteLinesToFile: Created
- separate directories for each task test.