[Inteproxy-commits] r165 - in trunk: . packaging/Windows packaging/Windows/plugins

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Sep 22 11:23:45 CEST 2008


Author: emanuel
Date: 2008-09-22 11:23:45 +0200 (Mon, 22 Sep 2008)
New Revision: 165

Added:
   trunk/packaging/Windows/plugins/
   trunk/packaging/Windows/plugins/ExecDos.dll
Modified:
   trunk/ChangeLog
   trunk/packaging/Windows/inteproxy-installer.nsi
Log:
Add custom plugin dir. Add missing ExecDos plugin file.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-08-28 13:23:12 UTC (rev 164)
+++ trunk/ChangeLog	2008-09-22 09:23:45 UTC (rev 165)
@@ -1,3 +1,9 @@
+2008-09-22  Emanuel Schuetze <emanuel at intevation.de>
+
+	* packaging/Windows/inteproxy-installer.nsi: Add custom plugin dir.
+    * packaging/Windows/plugins, packaging/Windows/plugins/ExecDos.dll:
+	Add missing ExecDos plugin file.
+
 2008-08-28  Stephan Holl  <stephan.holl at intevation.de>
 
 	* doc/InteProxy-de.odt: added screenshots for the

Modified: trunk/packaging/Windows/inteproxy-installer.nsi
===================================================================
--- trunk/packaging/Windows/inteproxy-installer.nsi	2008-08-28 13:23:12 UTC (rev 164)
+++ trunk/packaging/Windows/inteproxy-installer.nsi	2008-09-22 09:23:45 UTC (rev 165)
@@ -47,6 +47,8 @@
   ; Define src dir
   !define DIST_DIR "dist-${VERSION_NUMBER}"
 
+  ; Add (custom) plugin dir
+  !addPluginDir "plugins"
 
 ;--------------------------------
 ;Interface Settings

Added: trunk/packaging/Windows/plugins/ExecDos.dll
===================================================================
(Binary files differ)


Property changes on: trunk/packaging/Windows/plugins/ExecDos.dll
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the Inteproxy-commits mailing list