Mercurial > clickerconvert
changeset 44:aa47b8e4f807
Rename to EduExportConvert
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 27 May 2016 12:40:50 +0200 |
parents | f9a0b2b6832e |
children | 87814487eb18 |
files | CMakeLists.txt INSTALL doc/Doxyfile.in src/constants.h |
diffstat | 4 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Thu May 12 17:35:49 2016 +0200 +++ b/CMakeLists.txt Fri May 27 12:40:50 2016 +0200 @@ -6,7 +6,7 @@ # See LICENSE.txt for details. cmake_minimum_required(VERSION 2.8.8) -project(clickerconvert) +project(eduexportconvert) ### Generic Setup
--- a/INSTALL Thu May 12 17:35:49 2016 +0200 +++ b/INSTALL Fri May 27 12:40:50 2016 +0200 @@ -178,8 +178,8 @@ You can now create a .dmg image for distribution: - mv clickerconvert.app ClickerConvert.app - hdiutil create -ov -format UDZO -volname ClickerConvert -srcfolder ClickerConvert.app \ - -o ClickerConvert.dmg -imagekey zlib-level=9 + mv clickerconvert.app EduExportConvert.app + hdiutil create -ov -format UDZO -volname EduExportConvert -srcfolder EduExportConvert.app \ + -o EduExportConvert.dmg -imagekey zlib-level=9 */
--- a/doc/Doxyfile.in Thu May 12 17:35:49 2016 +0200 +++ b/doc/Doxyfile.in Fri May 27 12:40:50 2016 +0200 @@ -26,7 +26,7 @@ # identify the project. Note that if you do not use Doxywizard you need # to put quotes around the project name if it contains spaces. -PROJECT_NAME = "ClickerConvert" +PROJECT_NAME = "EduExportConvert" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -38,7 +38,7 @@ # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Convert output of \"clickers\" to different formats." +PROJECT_BRIEF = "Convert output of \"EduApp Exports\" to different formats." # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not
--- a/src/constants.h Thu May 12 17:35:49 2016 +0200 +++ b/src/constants.h Fri May 27 12:40:50 2016 +0200 @@ -34,7 +34,7 @@ /** * @brief Short command line description. */ -#define DESCRIPTION "Convert output of clicker questionaires to different formats" +#define DESCRIPTION "Convert output of EduApp questionaires to different formats" /** * @brief Short copyright notice to show users. */