source: other-projects/the-macronizer/trunk/src/java/web/WEB-INF/sun-web.xml@ 29855

Last change on this file since 29855 was 29855, checked in by davidb, 9 years ago

John's code after refactoring by Tom over the summer of 2014/2015

  • Property svn:mime-type set to application/xml
File size: 469 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 Servlet 2.5//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd">
3<sun-web-app error-url="">
4 <class-loader delegate="true"/>
5 <jsp-config>
6 <property name="keepgenerated" value="true">
7 <description>Keep a copy of the generated servlet class' java code.</description>
8 </property>
9 </jsp-config>
10</sun-web-app>
11
Note: See TracBrowser for help on using the repository browser.