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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-06-01 18:43:26 +0400
committerLluis Sanchez <lluis@novell.com>2010-06-01 18:43:26 +0400
commitaef28edefc1e35c9a4e78a61d9a6011c2882b46a (patch)
treea325f79f30efc1fdd51637f178a51ab5cdcb02b3 /main/src/addins/Deployment
parent075fa91265562e1d666154293c0a3270915908d2 (diff)
* NUnit/templates/NUnitAssemblyGroup.xpt.xml:
* MonoDevelop.Gettext/templates/TranslationProject.xpt.xml: * Deployment/MonoDevelop.Deployment/templates/PackagingProject.xpt.xml: Don't include the assembly name in the project type name since it doesn't work well when running on .NET svn path=/trunk/monodevelop/; revision=158278
Diffstat (limited to 'main/src/addins/Deployment')
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog6
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/templates/PackagingProject.xpt.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog b/main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog
index b812ee3264..2d7f031c38 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-01 Lluis Sanchez Gual <lluis@novell.com>
+
+ * templates/PackagingProject.xpt.xml: Don't include the
+ assembly name in the project type name since it doesn't work
+ well when running on .NET
+
2010-05-28 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Deployment.Commands/Commands.cs:
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/templates/PackagingProject.xpt.xml b/main/src/addins/Deployment/MonoDevelop.Deployment/templates/PackagingProject.xpt.xml
index a8be688c41..9788aa37f0 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/templates/PackagingProject.xpt.xml
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/templates/PackagingProject.xpt.xml
@@ -15,7 +15,7 @@
<StartupProject>${ProjectName}</StartupProject>
</Options>
- <CombineEntry name = "${ProjectName}" directory = "." type = "MonoDevelop.Deployment.PackagingProject, MonoDevelop.Deployment">
+ <CombineEntry name = "${ProjectName}" directory = "." type = "MonoDevelop.Deployment.PackagingProject">
</CombineEntry>
</Combine>
</Template>