~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to packaging/WiX/CPackWixConfig.cmake

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-07-21 07:09:29 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20150721070929-mg4dpqkgg3it1ajf
Tags: upstream-5.6.25
ImportĀ upstreamĀ versionĀ 5.6.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2010, 2013, 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
23
23
 ENDIF()
24
24
ELSE()
25
25
  SET(CPACK_COMPONENTS_USED 
26
 
    "Server;Client;DataFiles;Development;SharedLibraries;Documentation;IniFiles;Readme;Server_Scripts;DebugBinaries")
 
26
    "Server;Client;DataFiles;Development;SharedLibraries;Documentation;IniFiles;Readme;Server_Scripts")
27
27
ENDIF()
28
28
 
29
29
 
62
62
 SET(CPACK_COMPONENT_CLIENT_DESCRIPTION 
63
63
   "Various helpful (commandline) tools including the mysql command line client" )
64
64
 # Subfeature "Debug binaries" 
65
 
 SET(CPACK_COMPONENT_DEBUGBINARIES_GROUP "MySQLServer")
66
 
 SET(CPACK_COMPONENT_DEBUGBINARIES_DISPLAY_NAME "Debug binaries")
67
 
 SET(CPACK_COMPONENT_DEBUGBINARIES_DESCRIPTION 
68
 
   "Debug/trace versions of executables and libraries" )
 
65
 #SET(CPACK_COMPONENT_DEBUGBINARIES_GROUP "MySQLServer")
 
66
 #SET(CPACK_COMPONENT_DEBUGBINARIES_DISPLAY_NAME "Debug binaries")
 
67
 #SET(CPACK_COMPONENT_DEBUGBINARIES_DESCRIPTION 
 
68
 #  "Debug/trace versions of executables and libraries" )
69
69
 #SET(CPACK_COMPONENT_DEBUGBINARIES_WIX_LEVEL 2)
70
70
  
71
71