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/10/05 15:43:45 UTC

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

Author: pamarcelot
Date: Tue Oct  5 13:43:44 2010
New Revision: 1004638

URL: http://svn.apache.org/viewvc?rev=1004638&view=rev
Log:
Copied the AdvUninstLog.nsh library with the installer file to make compilation of the installer successful.

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=1004638&r1=1004637&r2=1004638&view=diff
==============================================================================
--- directory/studio/trunk/application/application-win32-exe/pom.xml (original)
+++ directory/studio/trunk/application/application-win32-exe/pom.xml Tue Oct  5 13:43:44 2010
@@ -79,6 +79,7 @@
                     <filter token="installer-file-name" value="${installer-file-name}" />
                   </filterset>
                 </copy>
+                <copy file="src/main/resources/AdvUninstLog.nsh" todir="${tmp-dir}"/>
                 <copy file="src/main/resources/header_studio.bmp" todir="${tmp-dir}"/>
                 <copy file="src/main/resources/studio-installer.ico" todir="${tmp-dir}"/>
                 <copy file="src/main/resources/welcome_studio.bmp" todir="${tmp-dir}"/>