home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 February / macformat-126-disc-2.iso / mac / Reviewed⁄Demos / Omni Outliner / OmniOutliner-2.1.1 2.dmg / OmniOutliner.app / Contents / Resources / OZSettings.plist < prev    next >
Encoding:
Text File  |  2002-11-08  |  1.5 KB  |  39 lines

  1. /*
  2.     Copyright 2000-2001 Omni Development, Inc.  All rights reserved.
  3.     
  4.     $Header: /Network/Source/CVS/OmniGroup/Internal/Store/OmniZuul/OZSettings.plist,v 1.6 2001/11/27 01:50:38 kc Exp $
  5.     
  6.     DO NOT PUT APPLICATION-SPECIFIC MODIFICATIONS IN THIS SHARED FILE!
  7.     
  8.     Modify the application specific settings in the application Info-macos.xml
  9. */
  10.  
  11. {
  12.     LicenseFileKeys = {
  13.         Key = NSData;
  14.         Owner = NSString;
  15.     };
  16.     
  17.     LicensePathUserTranslations = {
  18.         "$(NEXT_ROOT)/Library/Application Support/Omni Group/Software Licenses" = "Computer";
  19.         "$(HOME)/Library/Application Support/Omni Group/Software Licenses" = "Personal";
  20.         "$(NEXT_ROOT)/Network/Library/Application Support/Omni Group/Software Licenses" = "Network";
  21.     };
  22.     
  23.     LicenseSearchPath = (
  24.         "$(NEXT_ROOT)/Library/Application Support/Omni Group/Software Licenses",
  25.         "$(NEXT_ROOT)/Library/SoftwareLicenses",
  26.         "$(NEXT_ROOT)/Library/OmniLicenses",
  27.         "$(HOME)/Library/Application Support/Omni Group/Software Licenses",
  28.         "$(HOME)/Library/SoftwareLicenses",
  29.         "$(HOME)/Library/OmniLicenses",
  30.         "$(NEXT_ROOT)/Network/Library/Application Support/Omni Group/Software Licenses",
  31.         "$(NEXT_ROOT)/Network/Library/SoftwareLicenses",
  32.         "$(NEXT_ROOT)/Network/Library/OmniLicenses"
  33.     );
  34.     
  35.     OZLicenseFailureWarning = "This application is not licensed or too many users are using the application.";
  36.     
  37.     OZBuyThisAppURL = "http://store.omnigroup.com/";
  38. }
  39.