config.js 568 B

123456789101112131415
  1. // Licensed Materials - Property of IBM
  2. //
  3. // IBM Cognos Products: cogadmin
  4. //
  5. // (C) Copyright IBM Corp. 2005, 2010
  6. //
  7. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. //
  9. //
  10. // Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  11. // Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  12. var sHalLibPath = _F_Config.webContent + "/";
  13. G_HALOptions = { "isApplication" : false, "path" : sHalLibPath };
  14. G_CCHLOptions = { "path" : sHalLibPath };