From 4d50eea29bf716b4ac774eeb41cfa62f0be2d90f Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Thu, 5 Apr 2012 17:06:15 -0700 Subject: [PATCH] capp templates - Small comment tweaks --- .../Resources/Templates/ThemeDescriptor/Info.plist | 12 ++++++------ .../Resources/Templates/ThemeDescriptor/Jakefile | 3 +-- .../Templates/ThemeDescriptor/ThemeDescriptors.j | 2 +- .../Templates/ThemeDescriptor/index-debug.html | 14 +++++++++----- .../Resources/Templates/ThemeDescriptor/index.html | 6 +++--- .../Resources/Templates/ThemeDescriptor/main.j | 2 +- 6 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Tools/capp/Resources/Templates/ThemeDescriptor/Info.plist b/Tools/capp/Resources/Templates/ThemeDescriptor/Info.plist index c76e2f458..cb7886b03 100644 --- a/Tools/capp/Resources/Templates/ThemeDescriptor/Info.plist +++ b/Tools/capp/Resources/Templates/ThemeDescriptor/Info.plist @@ -2,11 +2,11 @@ - CPApplicationDelegateClass - BKShowcaseController - CPBundleName - __project.name__ - CPPrincipalClass - CPApplication + CPApplicationDelegateClass + BKShowcaseController + CPBundleName + __project.name__ + CPPrincipalClass + CPApplication diff --git a/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile b/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile index dc52f3848..80c7d5dbe 100644 --- a/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile +++ b/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile @@ -2,8 +2,7 @@ * Jakefile * __project.name__ * - * Created by __user.name__ on __project.date__. - * + * Created by __user.name__ on __project.date__ * Copyright __project.year__, __organization.name__. All rights reserved. * * This library is free software; you can redistribute it and/or diff --git a/Tools/capp/Resources/Templates/ThemeDescriptor/ThemeDescriptors.j b/Tools/capp/Resources/Templates/ThemeDescriptor/ThemeDescriptors.j index a5c99969c..a1b7aa4d9 100644 --- a/Tools/capp/Resources/Templates/ThemeDescriptor/ThemeDescriptors.j +++ b/Tools/capp/Resources/Templates/ThemeDescriptor/ThemeDescriptors.j @@ -2,7 +2,7 @@ * ThemeDescriptors.j * __project.name__ * - * Created by __user.name__ on __project.date__. + * Created by __user.name__ on __project.date__ * Copyright __project.year__, __organization.name__. All rights reserved. */ diff --git a/Tools/capp/Resources/Templates/ThemeDescriptor/index-debug.html b/Tools/capp/Resources/Templates/ThemeDescriptor/index-debug.html index abd95b259..31134063d 100644 --- a/Tools/capp/Resources/Templates/ThemeDescriptor/index-debug.html +++ b/Tools/capp/Resources/Templates/ThemeDescriptor/index-debug.html @@ -6,7 +6,7 @@ index-debug.html __project.name__ - Created by __user.name__ on __project.date__. + Created by __user.name__ on __project.date__ Copyright __project.year__, __organization.name__. All rights reserved. --> @@ -26,7 +26,7 @@ OBJJ_MAIN_FILE = "main.j"; OBJJ_INCLUDE_PATHS = ["Frameworks/Debug", "Frameworks", "SomethingElse"]; - + - +