From b3697e449cddeaec3f10d316c4eb58f2b86da7cf Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 17 Apr 2007 09:29:39 +0000 Subject: INTEGRATION: CWS jl51 (1.3.18); FILE MERGED 2007/02/07 11:49:30 jl 1.3.18.1: #i69457# when building with .NET2 then we need to sign after the manifest tool (mt.exe) has added the manifest to the dll --- cli_ure/source/native/assembly.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli_ure') diff --git a/cli_ure/source/native/assembly.cxx b/cli_ure/source/native/assembly.cxx index 132249746057..7deb4f2cd725 100644 --- a/cli_ure/source/native/assembly.cxx +++ b/cli_ure/source/native/assembly.cxx @@ -4,9 +4,9 @@ * * $RCSfile: assembly.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:51:56 $ + * last change: $Author: ihi $ $Date: 2007-04-17 10:29:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,5 +40,5 @@ [assembly:System::Reflection::AssemblyProduct( "CLI-UNO Language Binding" )]; [assembly:System::Reflection::AssemblyDescription( "CLI-UNO Helper Library" )]; -[assembly:System::Reflection::AssemblyDelaySign(false)]; +[assembly:System::Reflection::AssemblyDelaySign(true)]; [assembly:System::Reflection::AssemblyCompany( "OpenOffice.org" )]; -- cgit