source: other-projects/the-macronizer/trunk/src/java/web/WEB-INF/glassfish-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: 476 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
3<glassfish-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</glassfish-web-app>
Note: See TracBrowser for help on using the repository browser.