feature.xml 805 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Feature Id="@feature.id@"
  3. Title="@title.prefix@IBM Cognos Web Parts@title.suffix@"
  4. Description="IBM Cognos Web Parts."
  5. Version="1.0.0.0"
  6. Hidden="FALSE"
  7. Scope="WebApplication"
  8. DefaultResourceFile="core"
  9. ReceiverAssembly="Cognos.BI.Feature, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd"
  10. ReceiverClass="Cognos.Portal.Services.CPSFeature"
  11. Creator="IBM Corp."
  12. xmlns="http://schemas.microsoft.com/sharepoint/">
  13. <ElementManifests />
  14. <Properties>
  15. <Property Key = "debug.enabled" Value = "@feature.debug.enabled@"></Property>
  16. <Property Key = "debug.filename" Value = "@feature.debug.filename@"></Property>
  17. </Properties>
  18. </Feature>