build.properties 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ###############
  2. # IBM Confidential
  3. # OCO Source Materials
  4. # IBM Cognos Products: cpscrn
  5. # (C) Copyright IBM Corp. 2013
  6. # The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.
  7. #
  8. ###############
  9. #
  10. # Unique identifier for the IBM Cognos webparts solution
  11. #
  12. solution.id=B118F277-213A-65F0-FF2D-F44236F15199
  13. #
  14. # Unique identifier for the IBM Cognos webparts feature
  15. #
  16. feature.id=A557E123-667F-88A0-AFF3-112638C188D1
  17. #
  18. # Feature name
  19. #
  20. feature.name=ibm.cognos.cps
  21. #
  22. # Feature debug flag. Used to write debug information when the feature is activated and is configuring web.config
  23. #
  24. feature.debug.enabled=false
  25. feature.debug.filename=C:\\Cognos.BI.Feature.log
  26. #
  27. # Suffix used in the webpart filename to be deployed.
  28. # Change this value if you want to deploy the IBM Cognos webparts without overwriting an existing IBM Cognos webparts that were previously deployed.
  29. #
  30. webpart.filename.suffix=
  31. #
  32. # gateway.wsdl.url - url used to query the wsdl
  33. #
  34. gateway.wsdl.url=http://localhost/ibmcognos/cgi-bin/cognosisapi.dll
  35. #
  36. # prefix and suffix are added to the default portlet titles (e.g. [prefix]Cognos Navigator[suffix]
  37. # if you need to enter extended characters, use the \u#### format where #### represent the
  38. # Unicode character (\u00c9 for an e acute).
  39. # If you need a leading or treading blank space character, use \u0020. e.g. \u0020(Production)
  40. #
  41. title.prefix=
  42. title.suffix=
  43. # shared secret to user single signon. can be empty or any string.
  44. #
  45. authentication.sharedSecret=
  46. #
  47. # Authentication namespace ID.
  48. #
  49. authentication.namespace=
  50. #
  51. # Exclude the domain from the usernames before its sent to the Cognos namespace for authentication
  52. #
  53. authentication.excludeDomain=false
  54. #
  55. # URL to Cognos 8 webcontent.
  56. #
  57. webcontent.url=
  58. #
  59. # URL to Cognos 8 CGI.
  60. #
  61. gateway.url=
  62. #
  63. # showErrorDetail - Enable or disable the option to show additional detail about the error message.
  64. # This option can be helpful to understand the root cause of the problem and whether it is a miss configuration or not.
  65. #
  66. showErrorDetail=true