merge the formfield patch from ooo-build
[ooovba.git] / scp2 / source / ooo / common_brand_readme.scp
blobba10f087fb2e66758f977f57165d5c5addbf11e0
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: common_brand_readme.scp,v $
10  * $Revision: 1.3 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "macros.inc"
33 // Files
35 File gid_Brand_File_Txt_License
36     TXT_FILE_BODY;
37     Dir = gid_Brand_Dir_Share_Readme;
38   #ifdef UNX
39     README_ALL_LANG(Name, LICENSE);
40   #endif
41   #ifdef WNT
42     README_TXT_ALL_LANG(Name, license, txt);
43   #endif
44     Styles = (PACKED, SCPZIP_REPLACE);
45 End
47 File gid_Brand_File_Txt_License_Html
48     TXT_FILE_BODY;
49     Dir = gid_Brand_Dir_Share_Readme;
50   #ifdef UNX
51     README_TXT_ALL_LANG(Name, LICENSE, html);
52   #endif
53   #ifdef WNT
54     README_TXT_ALL_LANG(Name, license, html);
55   #endif
56     Styles = (PACKED, SCPZIP_REPLACE);
57 End
59 File gid_Brand_File_License_License
60     TXT_FILE_BODY;
61     Dir = gid_Brand_Dir_License;
62   #ifdef UNX
63     README_ALL_LANG(Name, LICENSE);
64   #endif
65   #ifdef WNT
66     README_TXT_ALL_LANG(Name, license, txt);
67   #endif
68     Styles = (PACKED, SCPZIP_REPLACE);
69 End
71 File gid_Brand_File_License_License_Html
72     TXT_FILE_BODY;
73     Dir = gid_Brand_Dir_License;
74   #ifdef UNX
75     README_TXT_ALL_LANG(Name, LICENSE, html);
76   #endif
77   #ifdef WNT
78     README_TXT_ALL_LANG(Name, license, html);
79   #endif
80     Styles = (PACKED, SCPZIP_REPLACE);
81 End
83 File gid_Brand_File_Txt_Readme
84     TXT_FILE_BODY;
85     Dir = gid_Brand_Dir_Share_Readme;
86   #ifdef UNX
87     README_ALL_LANG(Name, README);
88   #endif
89   #ifdef WNT
90     README_TXT_ALL_LANG(Name, readme, txt);
91   #endif
92     Styles = (PACKED, SCPZIP_REPLACE);
93 End
95 File gid_Brand_File_Txt_Readme_Html
96     TXT_FILE_BODY;
97     Dir = gid_Brand_Dir_Share_Readme;
98   #ifdef UNX
99     README_TXT_ALL_LANG(Name, README, html);
100   #endif
101   #ifdef WNT
102     README_TXT_ALL_LANG(Name, readme, html);
103   #endif
104     Styles = (PACKED, SCPZIP_REPLACE);
107 File gid_Brand_File_Readme_Readme
108     TXT_FILE_BODY;
109     Dir = gid_Brand_Dir_Readme;
110   #ifdef UNX
111     README_ALL_LANG(Name, README);
112   #endif
113   #ifdef WNT
114     README_TXT_ALL_LANG(Name, readme, txt);
115   #endif
116     Styles = (PACKED, SCPZIP_REPLACE);
119 File gid_Brand_File_Readme_Readme_Html
120     TXT_FILE_BODY;
121     Dir = gid_Brand_Dir_Readme;
122   #ifdef UNX
123     README_TXT_ALL_LANG(Name, README, html);
124   #endif
125   #ifdef WNT
126     README_TXT_ALL_LANG(Name, readme, html);
127   #endif
128     Styles = (PACKED, SCPZIP_REPLACE);