You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/01/24 20:44:16 UTC

svn commit: r1438143 - /commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest

Author: sebb
Date: Thu Jan 24 19:44:16 2013
New Revision: 1438143

URL: http://svn.apache.org/viewvc?rev=1438143&view=rev
Log:
Revert accidental commit in r1438141

Modified:
    commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest

Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest?rev=1438143&r1=1438142&r2=1438143&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest (original)
+++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.manifest Thu Jan 24 19:44:16 2013
@@ -23,4 +23,12 @@
 <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
 </dependentAssembly>
 </dependency>
+<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+<security>
+<!-- Windows UAC support -->
+<requestedPrivileges>
+<requestedExecutionLevel level="requireAdministrator" uiAccess="false"></requestedExecutionLevel>
+</requestedPrivileges>
+</security>
+</trustInfo>
 </assembly>