Indent manifest files.
This commit is contained in:
parent
170905d332
commit
39806412ce
|
@ -22,8 +22,8 @@ exec racket -um "$0" "$@"
|
||||||
"(?:\\\\0)?\"")
|
"(?:\\\\0)?\"")
|
||||||
(concat "\r\n *VALUE \"ProductVersion\", *\""commas
|
(concat "\r\n *VALUE \"ProductVersion\", *\""commas
|
||||||
"(?:\\\\0)?\""))]
|
"(?:\\\\0)?\""))]
|
||||||
[manifest-patch (list (concat "assemblyIdentity *\r\n *version *"
|
[manifest-patch (list (concat "assemblyIdentity[ \r\n]+"
|
||||||
"= *\""periods"\" *\r\n"))])
|
"version=\""periods"\"[ \r\n]"))])
|
||||||
`([#t ; only verify that it has the right contents
|
`([#t ; only verify that it has the right contents
|
||||||
"src/racket/src/schvers.h"
|
"src/racket/src/schvers.h"
|
||||||
,(concat "\n#define MZSCHEME_VERSION \"<1>.<2>"
|
,(concat "\n#define MZSCHEME_VERSION \"<1>.<2>"
|
||||||
|
|
|
@ -1,22 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
<assemblyIdentity
|
<assemblyIdentity version="5.0.99.4"
|
||||||
version="5.0.99.4"
|
processorArchitecture="X86"
|
||||||
processorArchitecture="X86"
|
name="Org.PLT-Scheme.GRacket"
|
||||||
name="Org.PLT-Scheme.GRacket"
|
type="win32" />
|
||||||
type="win32"
|
<description>GRacket: Graphical Racket.</description>
|
||||||
/>
|
<dependency>
|
||||||
<description>GRacket - Graphical Racket.</description>
|
<dependentAssembly>
|
||||||
<dependency>
|
<assemblyIdentity type="win32"
|
||||||
<dependentAssembly>
|
name="Microsoft.Windows.Common-Controls"
|
||||||
<assemblyIdentity
|
version="6.0.0.0"
|
||||||
type="win32"
|
processorArchitecture="X86"
|
||||||
name="Microsoft.Windows.Common-Controls"
|
publicKeyToken="6595b64144ccf1df"
|
||||||
version="6.0.0.0"
|
language="*" />
|
||||||
processorArchitecture="X86"
|
</dependentAssembly>
|
||||||
publicKeyToken="6595b64144ccf1df"
|
</dependency>
|
||||||
language="*"
|
|
||||||
/>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
</assembly>
|
</assembly>
|
||||||
|
|
|
@ -1,22 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
<assemblyIdentity
|
<assemblyIdentity version="5.0.99.4"
|
||||||
version="5.0.99.4"
|
processorArchitecture="X86"
|
||||||
processorArchitecture="X86"
|
name="Org.PLT-Scheme.Racket"
|
||||||
name="Org.PLT-Scheme.Racket"
|
type="win32" />
|
||||||
type="win32"
|
<description>Racket.</description>
|
||||||
/>
|
<dependency>
|
||||||
<description>Racket.</description>
|
<dependentAssembly>
|
||||||
<dependency>
|
<assemblyIdentity type="win32"
|
||||||
<dependentAssembly>
|
name="Microsoft.Windows.Common-Controls"
|
||||||
<assemblyIdentity
|
version="6.0.0.0"
|
||||||
type="win32"
|
processorArchitecture="X86"
|
||||||
name="Microsoft.Windows.Common-Controls"
|
publicKeyToken="6595b64144ccf1df"
|
||||||
version="6.0.0.0"
|
language="*" />
|
||||||
processorArchitecture="X86"
|
</dependentAssembly>
|
||||||
publicKeyToken="6595b64144ccf1df"
|
</dependency>
|
||||||
language="*"
|
|
||||||
/>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
</assembly>
|
</assembly>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user