diff --git a/.tmkproject b/.tmkproject index 5bd83b1..9371e07 100644 --- a/.tmkproject +++ b/.tmkproject @@ -3,7 +3,7 @@ # Copyright (c) 2012, TundraWare Inc., Des Plaines, IL 60018 USA # All Rights Reserved. For Terms Of Use, See: mkproject-license.txt # -# $Id: .tmkproject,v 1.101 2012/06/02 17:52:08 tundra Exp $ +# $Id: .tmkproject,v 1.102 2012/06/02 18:39:46 tundra Exp $ # NOTE: Any strings below that need the "/" in them - # like the website URL - must escape them for @@ -13,30 +13,27 @@ # Vendor Specific Branding For 'mkproject' ##### -AUTHOR="Tim Daneliuk" -COPYOWNER="TundraWare Inc., Des Plaines, IL 60018 USA" # Copyright owner -VENDORNAME="TundraWare Inc." # Full name of vendor -VENDORTAG="TundraWare" # Used as initial CVS tag -EMAILSUPPORT=${PROJECTNAME}@tundraware.com # Program support email -WEBSITE="http:\/\/www.tundraware.com\/Software\/${PROJECTNAME}" # Project website +AUTHOR="I.M. N. Author" # Program author's name +COPYOWNER="Frobats Inc., Looney Tunes Ridge, MA, 01010 USA" # Copyright owner +VENDORNAME="Vendoracious Inc." # Full name of vendor +VENDORTAG="Vendoracious" # Used as initial CVS tag +EMAILSUPPORT=${PROJECTNAME}@vendoracious.com # Program support email +WEBSITE="http:\/\/www.vendoracious.com\/Software\/${PROJECTNAME" # Project website ##### +# Program Configuration And Options +##### + # Project Directory - Where New Projects Go -##### PROJECTSDIR="${HOME}/Dev" -##### # Editor Used For Creating The WHATSNEW.txt File -##### -EDITOR="emacs" -EDITARGS="-nw" +EDITOR="jmacs" +EDITARGS="" - -##### # Where To Find The User's Own Configuration Files -##### USERCONFIGDIR=${HOME}