[Freeswitch-trunk] [freeswitch-contrib] FreeSWITCH user-contributed scripts, etc branch master updated. java-esl-client-0.9.2-392-gb6c9986

git at svn.freeswitch.org git at svn.freeswitch.org
Wed Feb 2 23:27:02 MSK 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FreeSWITCH user-contributed scripts, etc".

The branch, master has been updated
       via  b6c998685330b7c689cd08726438271ac68f0361 (commit)
      from  75bbd885eb1eef0bcfea9b5371557823ca584522 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b6c998685330b7c689cd08726438271ac68f0361
Author: Jeff Lenk <jeff at jefflenk.com>
Date:   Wed Feb 2 14:26:55 2011 -0600

    add quotes on path

diff --git a/mitchcapper/FSClient/FSClient.csproj b/mitchcapper/FSClient/FSClient.csproj
index b12ef37..3e6aaa1 100644
--- a/mitchcapper/FSClient/FSClient.csproj
+++ b/mitchcapper/FSClient/FSClient.csproj
@@ -252,7 +252,7 @@ if not exist ".\conf" md conf
 copy ..\..\"external items"\conf\freeswitch.xml .\conf</PostBuildEvent>
   </PropertyGroup>
   <PropertyGroup>
-    <PreBuildEvent>if exist "%25FREESWITCH_SRC_LOCATION%25" copy  %25FREESWITCH_SRC_LOCATION%25\Win32\$(ConfigurationName)\mod\FreeSWITCH.Managed.dll ..\..\"external items"</PreBuildEvent>
+    <PreBuildEvent>if exist "%25FREESWITCH_SRC_LOCATION%25" copy  "%25FREESWITCH_SRC_LOCATION%25"\Win32\$(ConfigurationName)\mod\FreeSWITCH.Managed.dll ..\..\"external items"</PreBuildEvent>
   </PropertyGroup>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.

-----------------------------------------------------------------------

Summary of changes:
 mitchcapper/FSClient/FSClient.csproj |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
FreeSWITCH user-contributed scripts, etc



More information about the Freeswitch-trunk mailing list