From 7f393791e75b740dc6f011f3fcd188a293a49df1 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Sun, 12 Aug 2007 08:11:28 +0000 Subject: * Removed magic exclusion of MonoSqlite data store from prebuild * Renamed project back to base. --- Prebuild/src/Core/Targets/VS2005Target.cs | 11 ----------- bin/Prebuild.exe | Bin 176128 -> 176128 bytes prebuild.xml | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/Prebuild/src/Core/Targets/VS2005Target.cs b/Prebuild/src/Core/Targets/VS2005Target.cs index 102ce61..f01906b 100644 --- a/Prebuild/src/Core/Targets/VS2005Target.cs +++ b/Prebuild/src/Core/Targets/VS2005Target.cs @@ -368,12 +368,6 @@ namespace Prebuild.Core.Targets throw new UnknownLanguageException("Unknown .NET language: " + project.Language); } - // Hardcoded exclusion of unbuildable project - if( project.Name == "OpenSim.DataStore.MonoSqlite") - { - return; - } - ToolInfo toolInfo = (ToolInfo)tools[project.Language]; string projectFile = Helper.MakeFilePath(project.FullPath, project.Name, toolInfo.FileExtension); StreamWriter ps = new StreamWriter(projectFile); @@ -721,11 +715,6 @@ namespace Prebuild.Core.Targets throw new UnknownLanguageException("Unknown .NET language: " + project.Language); } - if (project.Name == "OpenSim.DataStore.MonoSqlite") - { - continue; - } - ToolInfo toolInfo = (ToolInfo)tools[project.Language]; string path = Helper.MakePathRelativeTo(solution.FullPath, project.FullPath); diff --git a/bin/Prebuild.exe b/bin/Prebuild.exe index b7d2ac3..e7d31ad 100755 Binary files a/bin/Prebuild.exe and b/bin/Prebuild.exe differ diff --git a/prebuild.xml b/prebuild.xml index a8a455e..6fa3e12 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -639,7 +639,7 @@ - + ../../../../bin/ -- cgit v1.1