From 60a37530fc42dd4c8d9e3efca3b7e6cc5909a97b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 3 Mar 2007 08:56:45 +0000 Subject: [PATCH] excluded version.tpl from package builds --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40579 --- tools/builder/PkgCore.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs index 0c54e565..9dde3b0a 100644 --- a/tools/builder/PkgCore.cs +++ b/tools/builder/PkgCore.cs @@ -59,6 +59,9 @@ namespace builder string [] plugin_omits = new string[1]; plugin_omits[0] = "spcomp.exe"; + string [] include_omits = new string[1]; + include_omits[1] = "version.tpl"; + builder.CopyFolder(this, "plugins", "scripting", plugin_omits); builder.CopyFolder(this, "plugins/include", "scripting/include", null); builder.CopyFolder(this, "translations", "translations", null);