[tasque/transition: 5/213] Move libtasque project to the top level



commit 159f15b5ee515dbce182d390850becea04937b53
Author: Antonius Riha <antoniusriha gmail com>
Date:   Tue May 15 16:20:21 2012 +0200

    Move libtasque project to the top level

 .../DateFormatterFactory.cs                        |    0
 .../DateFormatters/DateFormatter.cs                |    0
 .../DateFormatters/DateSeparatedFormatter.cs       |    0
 .../DateFormatters/DayFormatter.cs                 |    0
 .../DateFormatters/IDateFormatter.cs               |    0
 .../DateFormatters/MonthFormatter.cs               |    0
 .../DateFormatters/OrdinalFormatter.cs             |    0
 .../DateFormatters/QuantityFormatter.cs            |    0
 .../DateFormatters/StringInsensitiveComparer.cs    |    0
 .../DateFormatters/TodayTomorrowFormatter.cs       |    0
 .../DateFormatters/WeekFormatter.cs                |    0
 .../DateFormatters/WeekdayFormatter.cs             |    0
 .../DateFormatters/YearFormatter.cs                |    0
 {src/libtasque => libtasque}/Extensions.cs         |    0
 {src/libtasque => libtasque}/IBackend.cs           |    0
 {src/libtasque => libtasque}/ICategory.cs          |    0
 {src/libtasque => libtasque}/INativeApplication.cs |    0
 {src/libtasque => libtasque}/INote.cs              |    0
 {src/libtasque => libtasque}/ITask.cs              |    0
 .../RegularExpressionFormatter.cs                  |    0
 {src/libtasque => libtasque}/TaskParser.cs         |    0
 {src/libtasque => libtasque}/TaskPriority.cs       |    0
 {src/libtasque => libtasque}/TaskState.cs          |    0
 {src/libtasque => libtasque}/TranslatableToken.cs  |    0
 {src/libtasque => libtasque}/libtasque.csproj      |    0
 25 files changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/src/libtasque/DateFormatterFactory.cs b/libtasque/DateFormatterFactory.cs
similarity index 100%
rename from src/libtasque/DateFormatterFactory.cs
rename to libtasque/DateFormatterFactory.cs
diff --git a/src/libtasque/DateFormatters/DateFormatter.cs b/libtasque/DateFormatters/DateFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/DateFormatter.cs
rename to libtasque/DateFormatters/DateFormatter.cs
diff --git a/src/libtasque/DateFormatters/DateSeparatedFormatter.cs b/libtasque/DateFormatters/DateSeparatedFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/DateSeparatedFormatter.cs
rename to libtasque/DateFormatters/DateSeparatedFormatter.cs
diff --git a/src/libtasque/DateFormatters/DayFormatter.cs b/libtasque/DateFormatters/DayFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/DayFormatter.cs
rename to libtasque/DateFormatters/DayFormatter.cs
diff --git a/src/libtasque/DateFormatters/IDateFormatter.cs b/libtasque/DateFormatters/IDateFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/IDateFormatter.cs
rename to libtasque/DateFormatters/IDateFormatter.cs
diff --git a/src/libtasque/DateFormatters/MonthFormatter.cs b/libtasque/DateFormatters/MonthFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/MonthFormatter.cs
rename to libtasque/DateFormatters/MonthFormatter.cs
diff --git a/src/libtasque/DateFormatters/OrdinalFormatter.cs b/libtasque/DateFormatters/OrdinalFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/OrdinalFormatter.cs
rename to libtasque/DateFormatters/OrdinalFormatter.cs
diff --git a/src/libtasque/DateFormatters/QuantityFormatter.cs b/libtasque/DateFormatters/QuantityFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/QuantityFormatter.cs
rename to libtasque/DateFormatters/QuantityFormatter.cs
diff --git a/src/libtasque/DateFormatters/StringInsensitiveComparer.cs b/libtasque/DateFormatters/StringInsensitiveComparer.cs
similarity index 100%
rename from src/libtasque/DateFormatters/StringInsensitiveComparer.cs
rename to libtasque/DateFormatters/StringInsensitiveComparer.cs
diff --git a/src/libtasque/DateFormatters/TodayTomorrowFormatter.cs b/libtasque/DateFormatters/TodayTomorrowFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/TodayTomorrowFormatter.cs
rename to libtasque/DateFormatters/TodayTomorrowFormatter.cs
diff --git a/src/libtasque/DateFormatters/WeekFormatter.cs b/libtasque/DateFormatters/WeekFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/WeekFormatter.cs
rename to libtasque/DateFormatters/WeekFormatter.cs
diff --git a/src/libtasque/DateFormatters/WeekdayFormatter.cs b/libtasque/DateFormatters/WeekdayFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/WeekdayFormatter.cs
rename to libtasque/DateFormatters/WeekdayFormatter.cs
diff --git a/src/libtasque/DateFormatters/YearFormatter.cs b/libtasque/DateFormatters/YearFormatter.cs
similarity index 100%
rename from src/libtasque/DateFormatters/YearFormatter.cs
rename to libtasque/DateFormatters/YearFormatter.cs
diff --git a/src/libtasque/Extensions.cs b/libtasque/Extensions.cs
similarity index 100%
rename from src/libtasque/Extensions.cs
rename to libtasque/Extensions.cs
diff --git a/src/libtasque/IBackend.cs b/libtasque/IBackend.cs
similarity index 100%
rename from src/libtasque/IBackend.cs
rename to libtasque/IBackend.cs
diff --git a/src/libtasque/ICategory.cs b/libtasque/ICategory.cs
similarity index 100%
rename from src/libtasque/ICategory.cs
rename to libtasque/ICategory.cs
diff --git a/src/libtasque/INativeApplication.cs b/libtasque/INativeApplication.cs
similarity index 100%
rename from src/libtasque/INativeApplication.cs
rename to libtasque/INativeApplication.cs
diff --git a/src/libtasque/INote.cs b/libtasque/INote.cs
similarity index 100%
rename from src/libtasque/INote.cs
rename to libtasque/INote.cs
diff --git a/src/libtasque/ITask.cs b/libtasque/ITask.cs
similarity index 100%
rename from src/libtasque/ITask.cs
rename to libtasque/ITask.cs
diff --git a/src/libtasque/RegularExpressionFormatter.cs b/libtasque/RegularExpressionFormatter.cs
similarity index 100%
rename from src/libtasque/RegularExpressionFormatter.cs
rename to libtasque/RegularExpressionFormatter.cs
diff --git a/src/libtasque/TaskParser.cs b/libtasque/TaskParser.cs
similarity index 100%
rename from src/libtasque/TaskParser.cs
rename to libtasque/TaskParser.cs
diff --git a/src/libtasque/TaskPriority.cs b/libtasque/TaskPriority.cs
similarity index 100%
rename from src/libtasque/TaskPriority.cs
rename to libtasque/TaskPriority.cs
diff --git a/src/libtasque/TaskState.cs b/libtasque/TaskState.cs
similarity index 100%
rename from src/libtasque/TaskState.cs
rename to libtasque/TaskState.cs
diff --git a/src/libtasque/TranslatableToken.cs b/libtasque/TranslatableToken.cs
similarity index 100%
rename from src/libtasque/TranslatableToken.cs
rename to libtasque/TranslatableToken.cs
diff --git a/src/libtasque/libtasque.csproj b/libtasque/libtasque.csproj
similarity index 100%
rename from src/libtasque/libtasque.csproj
rename to libtasque/libtasque.csproj



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]