summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:29:39 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:29:39 +0000
commitb3697e449cddeaec3f10d316c4eb58f2b86da7cf (patch)
tree066360166540bced5d76c76d84c21c0b9360ff5c /cli_ure
parentdf20ea357a47bb3945ef2a536918c184c465321e (diff)
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
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/native/assembly.cxx6
1 files changed, 3 insertions, 3 deletions
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" )];