diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-01-19 22:51:10 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-01-19 22:51:16 +0100 |
commit | ee61d8b905abe0d541838bd0f0793e5086855bb9 (patch) | |
tree | 0e2b65a1766e872a5d4e3bcfac48482b8b7c6dd8 /Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/glassfish-web.xml | |
parent | 941483644d9bc45927d90e10d5f946cb2189fefb (diff) |
remove gitignore files
Diffstat (limited to 'Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/glassfish-web.xml')
-rw-r--r-- | Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/glassfish-web.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/glassfish-web.xml b/Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/glassfish-web.xml deleted file mode 100644 index 13e0059..0000000 --- a/Year_3/TSDWL/WSDL/NetSix/NetSixServer/build/web/WEB-INF/glassfish-web.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!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"> -<glassfish-web-app error-url=""> - <class-loader delegate="true"/> - <jsp-config> - <property name="keepgenerated" value="true"> - <description>Keep a copy of the generated servlet class' java code.</description> - </property> - </jsp-config> -</glassfish-web-app> |