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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mautil
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2007-10-29 15:10:00 +0300
committerLluis Sanchez <lluis@novell.com>2007-10-29 15:10:00 +0300
commit87d1a76b8595bd41037d8dda9688c505733c4004 (patch)
tree52cee2c960f9c642812f5f47b2f800474089055a /mautil
parente12113e3849f61475c9e761a4280f88573503fda (diff)
* docs/docs.mdp, mautil/mautil.mdp,
Mono.Addins.Gui/Mono.Addins.Gui.mdp, Mono.Addins.mds, Mono.Addins.Setup/Mono.Addins.Setup.mdp, Mono.Addins/Mono.Addins.mdp, Packages.mdse, Samples/Samples.mds, Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp, Samples/TextEditor.CompilerService/TextEditor.CompilerService.mdp, Samples/TextEditor.Xml/TextEditor.Xml.mdp, Samples/TextEditor/TextEditor.mdp, Samples/TextEditorLib/TextEditorLib.mdp, Samples/WriterService.SampleExtender/WriterService.SampleExtender.mdp, Samples/WriterService/WriterService.mdp, Samples/WriterServiceHost/WriterServiceHost.mdp, Test/CommandExtension/CommandExtension.mdp, Test/FileContentExtension/FileContentExtension.mdp, Test/FileExtender/FileExtender.mdp, Test/HelloWorldExtension/HelloWorldExtension.mdp, Test/SystemInfoExtension/SystemInfoExtension.mdp, Test/Test.mds, Test/UnitTests/UnitTests.mdp: Update paths. svn path=/trunk/mono-addins/; revision=88373
Diffstat (limited to 'mautil')
-rw-r--r--mautil/ChangeLog4
-rw-r--r--mautil/mautil.mdp4
2 files changed, 6 insertions, 2 deletions
diff --git a/mautil/ChangeLog b/mautil/ChangeLog
index c9c89e3..db0ede4 100644
--- a/mautil/ChangeLog
+++ b/mautil/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-29 Lluis Sanchez Gual <lluis@novell.com>
+
+ * mautil.mdp: Update paths.
+
2007-07-24 Lluis Sanchez Gual <lluis@novell.com>
* Main.cs: Fixed endless loop when the -v arg is specified before other
diff --git a/mautil/mautil.mdp b/mautil/mautil.mdp
index 53adc83..a29b488 100644
--- a/mautil/mautil.mdp
+++ b/mautil/mautil.mdp
@@ -8,8 +8,8 @@
</Configuration>
</Configurations>
<Contents>
- <File name="./Main.cs" subtype="Code" buildaction="Compile" />
- <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
+ <File name="Main.cs" subtype="Code" buildaction="Compile" />
+ <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />