From e83da10d5dae5d4f1ff1995cc4dc80bfd09af000 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 10 Jan 2008 15:25:58 +0000 Subject: [PATCH] Exclude fckeditor.zip from build SVN revision: 1992 --- elog.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elog.nsi b/elog.nsi index eb8976b3..6e208752 100755 --- a/elog.nsi +++ b/elog.nsi @@ -78,7 +78,7 @@ Section "ELOG system (required)" SecSystem ; script directory SetOutPath $INSTDIR\scripts - File /r /x .svn scripts\*.* + File /r /x .svn /x fckeditor.zip scripts\*.* ; resources directory SetOutPath $INSTDIR\resources