From aff71afcf9ba5ef8edad26364ec7f58d639d746c Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 4 Jul 2010 12:00:59 +0100 Subject: [PATCH] rename notify-sharp to NotifySharp, just looks nicer --- Makefile.am | 2 +- {notify-sharp => NotifySharp}/Global.cs | 0 {notify-sharp => NotifySharp}/Makefile.am | 0 {notify-sharp => NotifySharp}/Notification.cs | 0 .../notify-sharp.csproj => NotifySharp/NotifySharp.csproj | 0 SparkleShare.sln | 2 +- configure.ac | 2 +- 7 files changed, 3 insertions(+), 3 deletions(-) rename {notify-sharp => NotifySharp}/Global.cs (100%) rename {notify-sharp => NotifySharp}/Makefile.am (100%) rename {notify-sharp => NotifySharp}/Notification.cs (100%) rename notify-sharp/notify-sharp.csproj => NotifySharp/NotifySharp.csproj (100%) diff --git a/Makefile.am b/Makefile.am index 4e58475b..2f67e799 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = \ build \ - notify-sharp \ + NotifySharp \ SparkleShare \ SparkleDiff \ data \ diff --git a/notify-sharp/Global.cs b/NotifySharp/Global.cs similarity index 100% rename from notify-sharp/Global.cs rename to NotifySharp/Global.cs diff --git a/notify-sharp/Makefile.am b/NotifySharp/Makefile.am similarity index 100% rename from notify-sharp/Makefile.am rename to NotifySharp/Makefile.am diff --git a/notify-sharp/Notification.cs b/NotifySharp/Notification.cs similarity index 100% rename from notify-sharp/Notification.cs rename to NotifySharp/Notification.cs diff --git a/notify-sharp/notify-sharp.csproj b/NotifySharp/NotifySharp.csproj similarity index 100% rename from notify-sharp/notify-sharp.csproj rename to NotifySharp/NotifySharp.csproj diff --git a/SparkleShare.sln b/SparkleShare.sln index 903866f0..e1d2563c 100644 --- a/SparkleShare.sln +++ b/SparkleShare.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SparkleShare", "SparkleShare\SparkleShare.csproj", "{728483AA-E34B-4441-BF2C-C8BC2901E4E0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "notify-sharp", "notify-sharp\notify-sharp.csproj", "{005CCA8E-DFBF-464A-B6DA-452C62D4589C}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotifySharp", "NotifySharp\NotifySharp.csproj", "{005CCA8E-DFBF-464A-B6DA-452C62D4589C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/configure.ac b/configure.ac index 97548661..21b2da33 100644 --- a/configure.ac +++ b/configure.ac @@ -88,7 +88,7 @@ build/m4/shave/shave build/m4/shave/shave-libtool data/Makefile data/icons/Makefile -notify-sharp/Makefile +NotifySharp/Makefile SparkleDiff/Makefile SparkleShare/sparkleshare SparkleShare/Defines.cs