Show frame2-config.xml syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE frame2-config PUBLIC
"-//Megatome Technologies//DTD Frame2 Configuration 1.1//EN"
"http://frame2.sourceforge.net/dtds/frame2-config_1_1.dtd">
<frame2-config>
<global-forwards>
</global-forwards>
<events>
</events>
<event-mappings>
</event-mappings>
<event-handlers>
</event-handlers>
<exceptions>
</exceptions>
<plugins>
<!--
Uncomment if you want use the Commons Validator. Be sure to include the appropriate
jars (commons-validator.jar, commons-digester.jar, commons-beanutils.jar, jakarta-oro.jar)
in the web application's lib directory
<plugin name="CommonsValidator" type="org.megatome.frame2.validator.CommonsValidatorPlugin"/>
-->
<!--
Uncomment if you want templates.
<plugin name="Templates" type="org.megatome.frame2.template.TemplatePlugin" />
-->
</plugins>
</frame2-config>
See more files for this project here