[vlc-commits] Win32 manifests: reformat XML

Jean-Baptiste Kempf git at videolan.org
Tue Sep 8 15:53:09 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep  8 15:52:53 2015 +0200| [710520130c81a3e5fc1433b31406bb8760761ce3] | committer: Jean-Baptiste Kempf

Win32 manifests: reformat XML

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=710520130c81a3e5fc1433b31406bb8760761ce3
---

 extras/package/win32/libvlc.dll.manifest |   14 +++++------
 extras/package/win32/vlc.exe.manifest    |   39 +++++++++++++++---------------
 2 files changed, 26 insertions(+), 27 deletions(-)

diff --git a/extras/package/win32/libvlc.dll.manifest b/extras/package/win32/libvlc.dll.manifest
index 5ddb6a7..61ac9f3 100755
--- a/extras/package/win32/libvlc.dll.manifest
+++ b/extras/package/win32/libvlc.dll.manifest
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-	<assemblyIdentity
-		version="1.0.0.0"
-		processorArchitecture="*"
-		name="libvlc.dll"
-		type="win32"
-	/>
-	<description>LibVLC</description>
+    <assemblyIdentity
+        version="1.0.0.0"
+        processorArchitecture="*"
+        name="libvlc.dll"
+        type="win32"
+    />
+    <description>LibVLC</description>
     <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
         <application> 
             <!--The ID below indicates app support for Windows Vista -->
diff --git a/extras/package/win32/vlc.exe.manifest b/extras/package/win32/vlc.exe.manifest
index 934e01f..d1f596e 100644
--- a/extras/package/win32/vlc.exe.manifest
+++ b/extras/package/win32/vlc.exe.manifest
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-	<assemblyIdentity
-		version="1.0.0.0"
-		processorArchitecture="*"
-		name="VideoLAN.VLC"
-		type="win32"
-	/>
-	<description>see http://www.videolan.org/</description>
+    <assemblyIdentity
+        version="1.0.0.0"
+        processorArchitecture="*"
+        name="VideoLAN.VLC"
+        type="win32"
+    />
+    <description>see http://www.videolan.org/</description>
      <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
         <security>
             <requestedPrivileges>
@@ -14,23 +14,22 @@
             </requestedPrivileges>
         </security>
     </trustInfo>
-	<dependency>
-		<dependentAssembly>
-			<assemblyIdentity
-				type="win32"
-				name="Microsoft.Windows.Common-Controls"
-				version="6.0.0.0"
-				processorArchitecture="*"
-				publicKeyToken="6595b64144ccf1df"
-				language="*"
-			/>
-		</dependentAssembly>
-	</dependency>
+    <dependency>
+        <dependentAssembly>
+            <assemblyIdentity
+                type="win32"
+                name="Microsoft.Windows.Common-Controls"
+                version="6.0.0.0"
+                processorArchitecture="*"
+                publicKeyToken="6595b64144ccf1df"
+                language="*"
+            />
+        </dependentAssembly>
+    </dependency>
     <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
         <application> 
             <!--The ID below indicates app support for Windows Vista -->
             <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
         </application>
     </compatibility>
-
 </assembly>



More information about the vlc-commits mailing list