123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <Feature Id="@feature.id@"
- Title="@title.prefix@IBM Cognos Web Parts@title.suffix@"
- Description="IBM Cognos Web Parts."
- Version="1.0.0.0"
- Hidden="FALSE"
- Scope="WebApplication"
- DefaultResourceFile="core"
- ReceiverAssembly="Cognos.BI.Feature, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd"
- ReceiverClass="Cognos.Portal.Services.CPSFeature"
- Creator="IBM Corp."
- xmlns="http://schemas.microsoft.com/sharepoint/">
- <ElementManifests />
- <Properties>
- <Property Key = "debug.enabled" Value = "@feature.debug.enabled@"></Property>
- <Property Key = "debug.filename" Value = "@feature.debug.filename@"></Property>
- </Properties>
- </Feature>
|