You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/10/06 08:57:54 UTC

svn commit: r1004904 - /directory/studio/trunk/application/application-win32-exe/pom.xml

Author: seelmann
Date: Wed Oct  6 06:57:53 2010
New Revision: 1004904

URL: http://svn.apache.org/viewvc?rev=1004904&view=rev
Log:
Added default property for makensis

Modified:
    directory/studio/trunk/application/application-win32-exe/pom.xml

Modified: directory/studio/trunk/application/application-win32-exe/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-win32-exe/pom.xml?rev=1004904&r1=1004903&r2=1004904&view=diff
==============================================================================
--- directory/studio/trunk/application/application-win32-exe/pom.xml (original)
+++ directory/studio/trunk/application/application-win32-exe/pom.xml Wed Oct  6 06:57:53 2010
@@ -34,6 +34,7 @@
     <tmp-dir>${project.build.directory}/ApacheDirectoryStudio-win32-exe-tmp</tmp-dir>
     <files-dir>${tmp-dir}/files</files-dir>
     <installer-file-name>ApacheDirectoryStudio-win32-${version}.exe</installer-file-name>
+    <installers.makensis>makensis</installers.makensis>
   </properties>
   
   <build>