Git cleanup.
This commit is contained in:
parent
3937236341
commit
324f5b1005
142 changed files with 0 additions and 204 deletions
18
google-tagunit/WEB-INF/web.xml
Normal file
18
google-tagunit/WEB-INF/web.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
||||
"http://java.sun.com/dtd/web-app_2_3.dtd">
|
||||
<web-app>
|
||||
<display-name>google-tagunit</display-name>
|
||||
<description>This webapp is a starting point for testing the Google Tag Library.</description>
|
||||
<servlet>
|
||||
<servlet-name>TagUnitTestController</servlet-name>
|
||||
<servlet-class>org.tagunit.controller.FrontController</servlet-class>
|
||||
</servlet>
|
||||
<servlet-mapping>
|
||||
<servlet-name>TagUnitTestController</servlet-name>
|
||||
<url-pattern>/test/servlet/*</url-pattern>
|
||||
</servlet-mapping>
|
||||
<welcome-file-list>
|
||||
<welcome-file>index.html</welcome-file>
|
||||
</welcome-file-list>
|
||||
</web-app>
|
Loading…
Add table
Add a link
Reference in a new issue