1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include "macros.inc" 25 26ScpAction scp_Copy_LICENSE_Txt 27 Copy = "LICENSE"; 28 Name = "LICENSE"; 29 #ifndef MACOSX 30 Subdir = "licenses"; 31 #else 32 Subdir = "LICENSEs"; 33 #endif 34End 35 36ScpAction scp_Copy_NOTICE_Txt 37 Copy = "NOTICE"; 38 Name = "NOTICE"; 39 #ifndef MACOSX 40 Subdir = "licenses"; 41 #else 42 Subdir = "LICENSEs"; 43 #endif 44End 45 46ScpAction scp_Copy_Readme_Html 47 #ifdef UNX 48 README_TXT_ALL_LANG(Copy, README, html); 49 README_TXT_ALL_LANG(Name, README, html); 50 #else 51 README_TXT_ALL_LANG(Copy, readme, html); 52 README_TXT_ALL_LANG(Name, readme, html); 53 #endif 54 Styles = (SCPZIP_REPLACE); 55 #ifndef MACOSX 56 Subdir = "readmes"; 57 #else 58 Subdir = "READMEs"; 59 #endif 60End 61 62ScpAction scp_Copy_Readme_Txt 63 #ifdef UNX 64 README_ALL_LANG(Copy, README); 65 README_ALL_LANG(Name, README); 66 #else 67 README_TXT_ALL_LANG(Copy, readme, txt); 68 README_TXT_ALL_LANG(Name, readme, txt); 69 #endif 70 Styles = (SCPZIP_REPLACE); 71 #ifndef MACOSX 72 Subdir = "readmes"; 73 #else 74 Subdir = "READMEs"; 75 #endif 76End 77 78#if defined(WNT) && defined(_gcc3) 79ScpAction SCP_COPY_MINGWM10 80 Copy = "mingwm10.dll"; 81 Name = "mingwm10.dll"; 82End 83#if defined(MINGW_GCCDLL) 84ScpAction SCP_COPY_MINGW_GCCS 85 Copy = MINGW_GCCDLL; 86 Name = MINGW_GCCDLL; 87End 88#endif 89#if defined(MINGW_GXXDLL) 90ScpAction SCP_COPY_MINGW_STDCPP 91 Copy = MINGW_GXXDLL; 92 Name = MINGW_GXXDLL; 93End 94#endif 95#endif 96 97ScpAction scp_Copy_Xpd_Javaloader 98 Copy = "javaloader.sh"; 99 Name = "setup"; 100 Styles = (XPD_ONLY); 101 UnixRights = 775; 102End 103 104ScpAction scp_Copy_Xpd_Javajarfile 105 Copy = "JavaSetup.jar"; 106 Name = "JavaSetup.jar"; 107 Styles = (XPD_ONLY); 108End 109 110// #ifdef SOLARIS 111// ScpAction scp_Copy_Xpd_Getuidso 112// Copy = "getuid.so"; 113// Name = "getuid.so"; 114// Styles = (XPD_ONLY); 115// Subdir = "installdata/getuid"; 116// End 117// #endif 118 119// Setup image 120ScpAction scp_Copy_Xpd_Gif_Setup 121 Copy = "Setup.gif"; 122 Name = "Setup.gif"; 123 Styles = (XPD_ONLY); 124 Subdir = "installdata/images"; 125End 126 127ScpAction scp_Copy_Xpd_Html_License_En_Us 128 Copy = "LICENSE_en-US.html"; 129 Name = "LICENSE.html"; 130 Styles = (XPD_ONLY); 131 Subdir = "installdata/html"; 132End 133 134// Setup help files 135 136ScpAction scp_Copy_Xpd_Help_Html_Acceptlicense 137 README_TXT_ALL_LANG(Copy, AcceptLicense, html); 138 README_TXT_ALL_LANG(Name, AcceptLicense, html); 139 Styles = (XPD_ONLY); 140 Subdir = "installdata/html"; 141End 142 143ScpAction scp_Copy_Xpd_Help_Html_Acceptlicense_En_Us 144 Copy = "AcceptLicense_en-US.html"; 145 Name = "AcceptLicense.html"; 146 Styles = (XPD_ONLY); 147 Subdir = "installdata/html"; 148End 149 150ScpAction scp_Copy_Xpd_Help_Html_Choosecomponents 151 README_TXT_ALL_LANG(Copy, ChooseComponents, html); 152 README_TXT_ALL_LANG(Name, ChooseComponents, html); 153 Styles = (XPD_ONLY); 154 Subdir = "installdata/html"; 155End 156 157ScpAction scp_Copy_Xpd_Help_Html_Choosecomponents_En_Us 158 Copy = "ChooseComponents_en-US.html"; 159 Name = "ChooseComponents.html"; 160 Styles = (XPD_ONLY); 161 Subdir = "installdata/html"; 162End 163 164ScpAction scp_Copy_Xpd_Help_Html_Choosedirectory 165 README_TXT_ALL_LANG(Copy, ChooseDirectory, html); 166 README_TXT_ALL_LANG(Name, ChooseDirectory, html); 167 Styles = (XPD_ONLY); 168 Subdir = "installdata/html"; 169End 170 171ScpAction scp_Copy_Xpd_Help_Html_Choosedirectory_En_Us 172 Copy = "ChooseDirectory_en-US.html"; 173 Name = "ChooseDirectory.html"; 174 Styles = (XPD_ONLY); 175 Subdir = "installdata/html"; 176End 177 178ScpAction scp_Copy_Xpd_Help_Html_Chooseinstallationtype 179 README_TXT_ALL_LANG(Copy, ChooseInstallationType, html); 180 README_TXT_ALL_LANG(Name, ChooseInstallationType, html); 181 Styles = (XPD_ONLY); 182 Subdir = "installdata/html"; 183End 184 185ScpAction scp_Copy_Xpd_Help_Html_Chooseinstallationtype_En_Us 186 Copy = "ChooseInstallationType_en-US.html"; 187 Name = "ChooseInstallationType.html"; 188 Styles = (XPD_ONLY); 189 Subdir = "installdata/html"; 190End 191 192// ScpAction scp_Copy_Xpd_Help_Html_Chooselanguage 193// README_TXT_ALL_LANG(Copy, ChooseLanguage, html); 194// README_TXT_ALL_LANG(Name, ChooseLanguage, html); 195// Styles = (XPD_ONLY); 196// Subdir = "installdata/html"; 197// End 198 199// ScpAction scp_Copy_Xpd_Help_Html_Chooselanguage_En_Us 200// Copy = "ChooseLanguage_en-US.html"; 201// Name = "ChooseLanguage.html"; 202// Styles = (XPD_ONLY); 203// Subdir = "installdata/html"; 204// End 205 206ScpAction scp_Copy_Xpd_Help_Html_Chooseuninstallationcomponents 207 README_TXT_ALL_LANG(Copy, ChooseUninstallationComponents, html); 208 README_TXT_ALL_LANG(Name, ChooseUninstallationComponents, html); 209 Styles = (XPD_ONLY); 210 Subdir = "installdata/html"; 211End 212 213ScpAction scp_Copy_Xpd_Help_Html_Chooseuninstallationcomponents_En_Us 214 Copy = "ChooseUninstallationComponents_en-US.html"; 215 Name = "ChooseUninstallationComponents.html"; 216 Styles = (XPD_ONLY); 217 Subdir = "installdata/html"; 218End 219 220ScpAction scp_Copy_Xpd_Help_Html_Chooseuninstallationtype 221 README_TXT_ALL_LANG(Copy, ChooseUninstallationType, html); 222 README_TXT_ALL_LANG(Name, ChooseUninstallationType, html); 223 Styles = (XPD_ONLY); 224 Subdir = "installdata/html"; 225End 226 227ScpAction scp_Copy_Xpd_Help_Html_Chooseuninstallationtype_En_Us 228 Copy = "ChooseUninstallationType_en-US.html"; 229 Name = "ChooseUninstallationType.html"; 230 Styles = (XPD_ONLY); 231 Subdir = "installdata/html"; 232End 233 234ScpAction scp_Copy_Xpd_Help_Html_Installationimminent 235 README_TXT_ALL_LANG(Copy, InstallationImminent, html); 236 README_TXT_ALL_LANG(Name, InstallationImminent, html); 237 Styles = (XPD_ONLY); 238 Subdir = "installdata/html"; 239End 240 241ScpAction scp_Copy_Xpd_Help_Html_Installationimminent_En_Us 242 Copy = "InstallationImminent_en-US.html"; 243 Name = "InstallationImminent.html"; 244 Styles = (XPD_ONLY); 245 Subdir = "installdata/html"; 246End 247 248ScpAction scp_Copy_Xpd_Help_Html_Installationongoing 249 README_TXT_ALL_LANG(Copy, InstallationOngoing, html); 250 README_TXT_ALL_LANG(Name, InstallationOngoing, html); 251 Styles = (XPD_ONLY); 252 Subdir = "installdata/html"; 253End 254 255ScpAction scp_Copy_Xpd_Help_Html_Installationongoing_En_Us 256 Copy = "InstallationOngoing_en-US.html"; 257 Name = "InstallationOngoing.html"; 258 Styles = (XPD_ONLY); 259 Subdir = "installdata/html"; 260End 261 262ScpAction scp_Copy_Xpd_Help_Html_Prologue 263 README_TXT_ALL_LANG(Copy, Prologue, html); 264 README_TXT_ALL_LANG(Name, Prologue, html); 265 Styles = (XPD_ONLY); 266 Subdir = "installdata/html"; 267End 268 269ScpAction scp_Copy_Xpd_Help_Html_Prologue_En_Us 270 Copy = "Prologue_en-US.html"; 271 Name = "Prologue.html"; 272 Styles = (XPD_ONLY); 273 Subdir = "installdata/html"; 274End 275 276ScpAction scp_Copy_Xpd_Help_Html_Uninstallationimminent 277 README_TXT_ALL_LANG(Copy, UninstallationImminent, html); 278 README_TXT_ALL_LANG(Name, UninstallationImminent, html); 279 Styles = (XPD_ONLY); 280 Subdir = "installdata/html"; 281End 282 283ScpAction scp_Copy_Xpd_Help_Html_Uninstallationimminent_En_Us 284 Copy = "UninstallationImminent_en-US.html"; 285 Name = "UninstallationImminent.html"; 286 Styles = (XPD_ONLY); 287 Subdir = "installdata/html"; 288End 289 290ScpAction scp_Copy_Xpd_Help_Html_Uninstallationongoing 291 README_TXT_ALL_LANG(Copy, UninstallationOngoing, html); 292 README_TXT_ALL_LANG(Name, UninstallationOngoing, html); 293 Styles = (XPD_ONLY); 294 Subdir = "installdata/html"; 295End 296 297ScpAction scp_Copy_Xpd_Help_Html_Uninstallationongoing_En_Us 298 Copy = "UninstallationOngoing_en-US.html"; 299 Name = "UninstallationOngoing.html"; 300 Styles = (XPD_ONLY); 301 Subdir = "installdata/html"; 302End 303 304ScpAction scp_Copy_Xpd_Help_Html_Uninstallationprologue 305 README_TXT_ALL_LANG(Copy, UninstallationPrologue, html); 306 README_TXT_ALL_LANG(Name, UninstallationPrologue, html); 307 Styles = (XPD_ONLY); 308 Subdir = "installdata/html"; 309End 310 311ScpAction scp_Copy_Xpd_Help_Html_Uninstallationprologue_En_Us 312 Copy = "UninstallationPrologue_en-US.html"; 313 Name = "UninstallationPrologue.html"; 314 Styles = (XPD_ONLY); 315 Subdir = "installdata/html"; 316End 317 318#ifdef MACOSX 319ScpAction scp_Copy_Dmg_Background_Image 320 #if defined(BUILD_SPECIAL) 321 Copy = "osxdndinstall.png"; 322 #else 323 Copy = "osxdndinstall_nologo.png"; 324 #endif 325 Name = "background.png"; 326 UnixRights = 444; 327 Styles = (); 328 Subdir = ".background"; 329End 330 331ScpAction scp_Copy_Ds_Store 332 Copy = "DS_Store"; 333 DevCopy = "DS_Store_Dev"; 334 LangPackCopy = "DS_Store_Langpack"; 335 PatchCopy = "DS_Store_Patch"; 336 Name = ".DS_Store"; 337 UnixRights = 444; 338 Styles = (FORCELANGUAGEPACK); 339End 340#endif 341