Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85237 - trunk/libs/math/dot_net_example/distribution_explorer/Properties
From: jhunold_at_[hidden]
Date: 2013-08-07 08:52:10


Author: jhunold
Date: 2013-08-07 08:52:10 EDT (Wed, 07 Aug 2013)
New Revision: 85237
URL: http://svn.boost.org/trac/boost/changeset/85237

Log:
Add missing svn:eol-style native and mime-type. Fixes line ending issues discovered by git transition.

Properties modified:
   trunk/libs/math/dot_net_example/distribution_explorer/Properties/app.manifest (contents, props changed)
Text files modified:
   trunk/libs/math/dot_net_example/distribution_explorer/Properties/app.manifest | 20 ++++++++++----------
   1 files changed, 10 insertions(+), 10 deletions(-)

Modified: trunk/libs/math/dot_net_example/distribution_explorer/Properties/app.manifest
==============================================================================
--- trunk/libs/math/dot_net_example/distribution_explorer/Properties/app.manifest Wed Aug 7 08:50:32 2013 (r85236)
+++ trunk/libs/math/dot_net_example/distribution_explorer/Properties/app.manifest 2013-08-07 08:52:10 EDT (Wed, 07 Aug 2013) (r85237)
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="utf-8"?>
-<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
- <security>
- <applicationRequestMinimum>
- <PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
- <defaultAssemblyRequest permissionSetReference="Custom" />
- </applicationRequestMinimum>
- </security>
- </trustInfo>
+<?xml version="1.0" encoding="utf-8"?>
+<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <applicationRequestMinimum>
+ <PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
+ <defaultAssemblyRequest permissionSetReference="Custom" />
+ </applicationRequestMinimum>
+ </security>
+ </trustInfo>
 </asmv1:assembly>
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk