blob: 468d05eccb147d82f716a89349821d1b4f256059 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--$Id$-->
<!DOCTYPE application PUBLIC
"-//Apache Software Foundation//Tapestry Specification 3.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
<application name="Tapestry Component Workbench">
<property name="org.apache.tapestry.visit-class" value="org.apache.tapestry.workbench.Visit"/>
<property name="org.apache.tapestry.template-encoding" value="ISO-8859-1"/>
<extension name="org.apache.tapestry.request-decoder" class="org.apache.tapestry.workbench.RequestDecoder"/>
<service name="home" class="org.apache.tapestry.workbench.WorkbenchHomeService"/>
<service name="chart" class="org.apache.tapestry.workbench.chart.ChartService"/>
<library id="contrib" specification-path="/org/apache/tapestry/contrib/Contrib.library"/>
</application>