|
1 | | -# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved. |
| 1 | +# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. |
2 | 2 | # |
3 | 3 | # This program is free software; you can redistribute it and/or modify |
4 | 4 | # it under the terms of the GNU General Public License as published by |
|
14 | 14 | # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
15 | 15 |
|
16 | 16 | SET(CPACK_COMPONENTS_USED |
17 | | - "Server;Client;DataFiles;Development;SharedLibraries;Documentation;IniFiles;Readme;Server_Scripts;DebugBinaries") |
| 17 | + "Server;Client;DataFiles;Development;SharedLibraries;Documentation;IniFiles;Readme;Server_Scripts") |
18 | 18 |
|
19 | 19 |
|
20 | 20 | # Some components like Embedded are optional |
@@ -69,14 +69,7 @@ SET(CPACK_COMPONENT_GROUP_DEVEL_DESCRIPTION "Installs C/C++ header files and lib |
69 | 69 | SET(CPACK_COMPONENT_SHAREDLIBRARIES_GROUP "Devel") |
70 | 70 | SET(CPACK_COMPONENT_SHAREDLIBRARIES_DISPLAY_NAME "Client C API library (shared)") |
71 | 71 | SET(CPACK_COMPONENT_SHAREDLIBRARIES_DESCRIPTION "Installs shared client library") |
72 | | - |
73 | | - # Subfeature "Debug binaries" |
74 | | - SET(CPACK_COMPONENT_DEBUGBINARIES_GROUP "Devel") |
75 | | - SET(CPACK_COMPONENT_DEBUGBINARIES_DISPLAY_NAME "Debug binaries") |
76 | | - SET(CPACK_COMPONENT_DEBUGBINARIES_DESCRIPTION |
77 | | - "Debug/trace versions of executables and libraries" ) |
78 | | - SET(CPACK_COMPONENT_DEBUGBINARIES_WIX_LEVEL 2) |
79 | | - |
| 72 | + |
80 | 73 | #Subfeature "Embedded" |
81 | 74 | SET(CPACK_COMPONENT_EMBEDDED_GROUP "Devel") |
82 | 75 | SET(CPACK_COMPONENT_EMBEDDED_DISPLAY_NAME "Embedded server library") |
|
0 commit comments