Author: ankit Date: 2008-01-19 13:52:18 -0500 (Sat, 19 Jan 2008) New Revision: 93327
Modified: branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/ChangeLog branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/templates/EmptyTextFile.xft.xml branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/templates/EmptyXMLFile.xft.xml Log: * templates/EmptyXMLFile.xft.xml: * templates/EmptyTextFile.xft.xml: Set BuildAction to Nothing. Modified: branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/ChangeLog =================================================================== --- branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/ChangeLog 2008-01-19 18:35:48 UTC (rev 93326) +++ branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/ChangeLog 2008-01-19 18:52:18 UTC (rev 93327) @@ -1,3 +1,8 @@ +2008-01-20 Ankit Jain <[EMAIL PROTECTED]> + + * templates/EmptyXMLFile.xft.xml: + * templates/EmptyTextFile.xft.xml: Set BuildAction to Nothing. + 2008-01-18 Lluis Sanchez Gual <[EMAIL PROTECTED]> * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Dispose the command manager when Modified: branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/templates/EmptyTextFile.xft.xml =================================================================== --- branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/templates/EmptyTextFile.xft.xml 2008-01-19 18:35:48 UTC (rev 93326) +++ branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/templates/EmptyTextFile.xft.xml 2008-01-19 18:52:18 UTC (rev 93327) @@ -9,7 +9,7 @@ </TemplateConfiguration> <TemplateFiles> - <File DefaultExtension=".txt" DefaultName="EmptyTextfile"/> + <File DefaultExtension=".txt" DefaultName="EmptyTextfile" BuildAction="Nothing"/> </TemplateFiles> <FileOptions/> Modified: branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/templates/EmptyXMLFile.xft.xml =================================================================== --- branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/templates/EmptyXMLFile.xft.xml 2008-01-19 18:35:48 UTC (rev 93326) +++ branches/monodevelop/main/1.0/src/core/MonoDevelop.Ide/templates/EmptyXMLFile.xft.xml 2008-01-19 18:52:18 UTC (rev 93327) @@ -9,7 +9,7 @@ </TemplateConfiguration> <TemplateFiles> - <File DefaultExtension=".xml" DefaultName="EmptyXmlfile"/> + <File DefaultExtension=".xml" DefaultName="EmptyXmlfile" BuildAction="Nothing" /> </TemplateFiles> <FileOptions/> _______________________________________________ Mono-patches maillist - Mono-patches@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-patches