You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/09/22 17:16:36 UTC

svn commit: r1000034 - /directory/apacheds/branches/apacheds-apacheds-2.0/apacheds-installers/src/main/installers/apacheds-server-win.nsi

Author: pamarcelot
Date: Wed Sep 22 15:16:36 2010
New Revision: 1000034

URL: http://svn.apache.org/viewvc?rev=1000034&view=rev
Log:
Reverting the last commit for the NSIS Windows installer (this comment should not have been part of the previous commit).

Modified:
    directory/apacheds/branches/apacheds-apacheds-2.0/apacheds-installers/src/main/installers/apacheds-server-win.nsi

Modified: directory/apacheds/branches/apacheds-apacheds-2.0/apacheds-installers/src/main/installers/apacheds-server-win.nsi
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-apacheds-2.0/apacheds-installers/src/main/installers/apacheds-server-win.nsi?rev=1000034&r1=1000033&r2=1000034&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-apacheds-2.0/apacheds-installers/src/main/installers/apacheds-server-win.nsi (original)
+++ directory/apacheds/branches/apacheds-apacheds-2.0/apacheds-installers/src/main/installers/apacheds-server-win.nsi Wed Sep 22 15:16:36 2010
@@ -73,7 +73,7 @@ XPStyle on
 
   ; License page
   !insertmacro MUI_PAGE_WELCOME
-  ;!insertmacro MUI_PAGE_LICENSE "server-win32\LICENSE"
+  !insertmacro MUI_PAGE_LICENSE "server-win32\LICENSE"
 
   ; This page checks for JRE. It displays a dialog based on JRE.ini if it needs to install JRE
   ; Otherwise you won't see it.