solenv/bin/modules/installer/windows/property.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 43c704aa24c48cd8b20049901d3d0bad20dd801a
Author: Andras Timar <ati...@suse.com>
Date:   Tue Jan 8 17:06:46 2013 +0100

    require .NET 4.0
    
    Change-Id: Ia6e3acf563a9c04bf9a2ff5f3f755eb4e92e771c

diff --git a/solenv/bin/modules/installer/windows/property.pm 
b/solenv/bin/modules/installer/windows/property.pm
index 52f3e34..56f4ba5d 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -399,7 +399,7 @@ sub set_important_properties
     }
 
     # Setting .NET requirements
-    push @{$propertyfile}, "REQUIRED_DOTNET_VERSION" . "\t" . "2.0.0.0" . "\n";
+    push @{$propertyfile}, "REQUIRED_DOTNET_VERSION" . "\t" . "4.0.0.0" . "\n";
     push @{$propertyfile}, "DOTNET_SUFFICIENT" . "\t" . "1" . "\n"; # default 
value for found .NET
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to