Integrate Nant sources into the mcs code base to simplify the build.
authorMiguel de Icaza <miguel@gnome.org>
Thu, 17 Jan 2002 16:45:39 +0000 (16:45 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 17 Jan 2002 16:45:39 +0000 (16:45 -0000)
commita88f8fd7de598cfc655f3d4c66106dba3515e399
tree080c90628539f7cf9c77ef4a50e38066361a7b1f
parentf9e754668c359e8b61b36fdb1400e6f0fed94214
Integrate Nant sources into the mcs code base to simplify the build.

Also, make Resources compile.

svn path=/trunk/mcs/; revision=2017
49 files changed:
mcs/class/corlib/System.Resources/ResourceManager.cs
mcs/makefile
mcs/nant/NAnt.exe
mcs/nant/makefile [new file with mode: 0755]
mcs/nant/src/AssemblyInfo.cs [new file with mode: 0755]
mcs/nant/src/AssemblyInfo.cs~ [new file with mode: 0755]
mcs/nant/src/Attributes/BooleanValidatorAttribute.cs [new file with mode: 0755]
mcs/nant/src/Attributes/Int32ValidatorAttribute.cs [new file with mode: 0755]
mcs/nant/src/Attributes/TaskAttributeAttribute.cs [new file with mode: 0755]
mcs/nant/src/Attributes/TaskFileSetAttribute.cs [new file with mode: 0755]
mcs/nant/src/Attributes/TaskNameAttribute.cs [new file with mode: 0755]
mcs/nant/src/Attributes/ValidatorAttribute.cs [new file with mode: 0755]
mcs/nant/src/BuildException.cs [new file with mode: 0755]
mcs/nant/src/DirectoryScanner.cs [new file with mode: 0755]
mcs/nant/src/FileSet.cs [new file with mode: 0755]
mcs/nant/src/Location.cs [new file with mode: 0755]
mcs/nant/src/NAnt.cs [new file with mode: 0755]
mcs/nant/src/NAnt.exe [new file with mode: 0755]
mcs/nant/src/Project.cs [new file with mode: 0755]
mcs/nant/src/PropertyDictionary.cs [new file with mode: 0755]
mcs/nant/src/Target.cs [new file with mode: 0755]
mcs/nant/src/TargetCollection.cs [new file with mode: 0755]
mcs/nant/src/Task.cs [new file with mode: 0755]
mcs/nant/src/TaskBuilder.cs [new file with mode: 0755]
mcs/nant/src/TaskBuilderCollection.cs [new file with mode: 0755]
mcs/nant/src/TaskCollection.cs [new file with mode: 0755]
mcs/nant/src/TaskFactory.cs [new file with mode: 0755]
mcs/nant/src/Tasks/CallTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/CompilerBase.cs [new file with mode: 0755]
mcs/nant/src/Tasks/CopyTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/CscTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/DeleteTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/EchoTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/ExecTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/ExternalProgramBase.cs [new file with mode: 0755]
mcs/nant/src/Tasks/FailTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/IncludeTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/JscTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/MkDirTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/MoveTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/NantTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/PropertyTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/SleepTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/StyleTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/TStampTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/TaskDefTask.cs [new file with mode: 0755]
mcs/nant/src/Tasks/VbcTask.cs [new file with mode: 0755]
mcs/nant/src/Util/Log.cs [new file with mode: 0755]
mcs/nant/src/Util/XmlNodeTextPositionMap.cs [new file with mode: 0755]