summaryrefslogtreecommitdiff
path: root/cli_ure/readme.txt
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:50:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:50:58 +0000
commitc7c2bdcb61081e6623c590f6db15fae2aec4287a (patch)
tree086bfe39a570cc6ee9dcab0f908658bd24b41f89 /cli_ure/readme.txt
parent5e49c76749939b33ed2eb522b1f5faad90058401 (diff)
INTEGRATION: CWS jl16 (1.1.2); FILE ADDED
2005/08/10 08:00:30 jl 1.1.2.1: #i47140# contains infos about how assemblies are added to scp2 and their versions
Diffstat (limited to 'cli_ure/readme.txt')
-rw-r--r--cli_ure/readme.txt74
1 files changed, 74 insertions, 0 deletions
diff --git a/cli_ure/readme.txt b/cli_ure/readme.txt
new file mode 100644
index 000000000..c05ca3156
--- /dev/null
+++ b/cli_ure/readme.txt
@@ -0,0 +1,74 @@
+
+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
+
+
+