java/sql-vyuka/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Thu May 24 15:47:48 2012 +0200 (2012-05-24)
changeset 80 d900e5a112cc
permissions -rw-r--r--
Lepší odsazení JavaScriptu (tabulátory).
franta-hg@8
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@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">
franta-hg@8
     3
<sun-web-app error-url="">
franta-hg@8
     4
  <context-root>/sql-vyuka</context-root>
franta-hg@8
     5
  <class-loader delegate="true"/>
franta-hg@8
     6
  <jsp-config>
franta-hg@8
     7
    <property name="keepgenerated" value="true">
franta-hg@8
     8
      <description>Keep a copy of the generated servlet class' java code.</description>
franta-hg@8
     9
    </property>
franta-hg@8
    10
  </jsp-config>
franta-hg@8
    11
</sun-web-app>