office-gobmx/cli_ure
Kurt Zenker 53a447744a INTEGRATION: CWS jl30 (1.1.2); FILE ADDED
2006/01/27 15:54:00 jl 1.1.2.2: #61051# new versions offor assemblies and qa/versions test
2006/01/27 15:21:17 jl 1.1.2.1: #61051# new versions offor assemblies and qa/versions test
2006-02-03 16:13:41 +00:00
..
prj INTEGRATION: CWS jl27 (1.5.2); FILE MERGED 2005-11-19 16:00:11 +00:00
qa INTEGRATION: CWS jl30 (1.1.2); FILE ADDED 2006-02-03 16:13:41 +00:00
source INTEGRATION: CWS jl27 (1.13.8); FILE MERGED 2005-11-19 16:00:59 +00:00
unotypes INTEGRATION: CWS xmlsec13 (1.12.4); FILE MERGED 2005-11-11 09:21:57 +00:00
util INTEGRATION: CWS ause039 (1.3.42); FILE MERGED 2005-10-25 10:15:28 +00:00
workbench/dynload INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005-09-08 01:04:53 +00:00
readme.txt INTEGRATION: CWS jl27 (1.2.12); FILE MERGED 2005-11-19 15:59:59 +00:00

Necessary enty in scp2, for example cli_types (gac + program\assembly) + policy assembly
========================

#if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform

File gid_File_Lib_Cli_Types
    TXT_FILE_BODY;
    Styles = (PACKED, PATCH);
    Name = "cli_types.dll";
    Dir = gid_Dir_Program_Assembly;
End

#endif

#if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform

File gid_File_Lib_Cli_Types_Assembly
    TXT_FILE_BODY;
    Styles = (PACKED, ASSEMBLY, PATCH, DONTRENAMEINPATCH);
    Name = "cli_types.dll";
    Dir = gid_Dir_Program;
    Assemblyname = "cli_types";
    PublicKeyToken = "ce2cb7e279207b9e";
    Version = "1.1.1.0";
    Culture = "neutral";
    Attributes = "0";
End

#endif

#if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform

File gid_File_Lib_Policy_Cli_Types_Assembly
    TXT_FILE_BODY;
    Styles = (PACKED, ASSEMBLY, PATCH, DONTRENAMEINPATCH);
    Name = "policy.1.1.cli_types.dll";
    Dir = gid_Dir_Program;
    Assemblyname = "policy.1.1.cli_types";
    PublicKeyToken = "ce2cb7e279207b9e";
    Version = "1.0.0.0";
    Culture = "neutral";
    Attributes = "0";
End

#endif

#if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform

File gid_File_Lib_Policy_Cli_Types_Config
    TXT_FILE_BODY;
    Styles = (PACKED, ASSIGNCOMPOMENT, PATCH, DONTRENAMEINPATCH);
    Name = "cli_types.config";
    Dir = gid_Dir_Program;
    AssignComponent = gid_File_Lib_Policy_Cli_Types_Assembly;
End




Versions of assemblies
==========================
SRC680 m122	
        cli_types.dll 1.1.0.0   (the version was actually changed some time before that milestone)
	no policy assembly
	cli_cppuhelper 1.0.0.0
	no policy assembly
	cli_basetypes.dll 1.0.0.0
	no policy assembly
	cli_ure.dll 1.0.0.0
	no policy assembly

SRC680 m140
        cli_types.dll 1.1.1.0 (added types)
	policy.1.1.cli_types.dll 1.0.0.0 
	cli_cppuhelper 1.0.0.0
	no policy assembly
	cli_basetypes.dll 1.0.0.0
	no policy assembly
	cli_ure.dll 1.0.0.0
	no policy assembly

SRC680 m143 (or a little later)
        cli_types.dll 1.1.1.0 (added types)
	policy.1.1.cli_types.dll 1.0.0.0 
	cli_cppuhelper 1.0.1.0 (references cli_types.dll 1.1.1.0)
	policy.1.0.cli_cppuhelper.dll 
	cli_basetypes.dll 1.0.0.0
	no policy assembly
	cli_ure.dll 1.0.1.0 (references cli_types.dll 1.1.1.0)
	policy.1.0.cli_ure.dll