sdkoo.scp (a4309db7) sdkoo.scp (b14cb721)
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

--- 79 unchanged lines hidden (view full) ---

88 #endif
89 DosName = "sdk";
90#endif
91End
92
93
94#if defined MACOSX
95ScpAction scp_Copy_License_Txt_Sdk
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

--- 79 unchanged lines hidden (view full) ---

88 #endif
89 DosName = "sdk";
90#endif
91End
92
93
94#if defined MACOSX
95ScpAction scp_Copy_License_Txt_Sdk
96 README_ALL_LANG(Copy, LICENSE);
97 README_ALL_LANG(Name, LICENSE);
96 Copy = "LICENSE";
97 Name = "LICENSE";
98 Styles = (SCPZIP_REPLACE);
99 Subdir = "LICENSEs";
100End
101ScpAction scp_Copy_Notice_Txt_Sdk
98 Styles = (SCPZIP_REPLACE);
99 Subdir = "LICENSEs";
100End
101ScpAction scp_Copy_Notice_Txt_Sdk
102 README_ALL_LANG(Copy, NOTICE);
103 README_ALL_LANG(Name, NOTICE);
102 Copy = "NOTICE";
103 Name = "NOTICE";
104 Styles = (SCPZIP_REPLACE);
105 Subdir = "LICENSEs";
106End
107#endif
108
109
110Directory gid_Dir_Share_Sdk
111 ParentID = gid_Dir_Basis_Sdk;

--- 145 unchanged lines hidden ---
104 Styles = (SCPZIP_REPLACE);
105 Subdir = "LICENSEs";
106End
107#endif
108
109
110Directory gid_Dir_Share_Sdk
111 ParentID = gid_Dir_Basis_Sdk;

--- 145 unchanged lines hidden ---