Obsoletes all legacy installer classes from the legacy data layer.

This commit is contained in:
Shannon
2013-09-10 11:43:07 +10:00
parent e60f20a6a2
commit 105af392dc
14 changed files with 21 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
*
***********************************************************************************/
using System;
using umbraco.DataLayer.SqlHelpers.SqlServer;
using umbraco.DataLayer.Utility;
using umbraco.DataLayer.Utility.Installer;
@@ -16,6 +17,7 @@ namespace SqlCE4Umbraco
/// <summary>
/// Utility for an SQL Server data source.
/// </summary>
[Obsolete("The legacy installers are no longer used and will be removed from the codebase in the future")]
public class SqlCEUtility : DefaultUtility<SqlCEHelper>
{
#region Public Constructors