This extension point allows user to extend the web application resources settings information for the created project.
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
(no description available)
1.0.0
<extension
point="org.eclipse.birt.integration.wtp.ui.birtResourcesDefinition">
<webapp
id="org.eclipse.birt.integration.wtp.ui.defaultBirtWebappDefinition">
<context-param
name="BIRT_VIEWER_LOCALE"
value="en-US"/>
<context-param
name="BIRT_RESOURCE_PATH"
value=""/>
<context-param
name="BIRT_VIEWER_DOCUMENT_FOLDER"
value=""
description="Folder setting for output document files"/>
<listener class="org.eclipse.birt.report.listener.ViewerServletContextListener"/>
<servlet
name="ViewerServlet"
class="org.eclipse.birt.report.servlet.ViewerServlet"/>
<servlet-mapping
name="ViewerServlet"
uri="/frameset"/>
</webapp>
</extension>
[Enter API information here.]
[Enter information about supplied implementation of this extension point.]
Copyright (c) 2005 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html<br><br>
Contributors: Actuate Corporation - initial API and implementation