Rename webapp to allow tetsing with webapps with different servlet spec versions...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 7 Mar 2010 10:16:38 +0000 (10:16 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 7 Mar 2010 10:16:38 +0000 (10:16 +0000)
commit8089c74228e90d3e6c976f0aecb3aabf88e249bd
treee3f9fd4acfdf12736d8e6ace7c1fa669075c0d9f
parent8937ec41dedbd1c13c5bb27c9864adcfae2d9363
Rename webapp to allow tetsing with webapps with different servlet spec versions in web.xml

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@919961 13f79535-47bb-0310-9956-ffa450edef68
86 files changed:
test/org/apache/el/TestELInJsp.java
test/org/apache/jasper/compiler/TestGenerator.java
test/org/apache/jasper/compiler/TestJspDocumentParser.java
test/org/apache/jasper/compiler/TestParser.java
test/org/apache/jasper/compiler/TestScriptingVariabler.java
test/org/apache/jasper/compiler/TestValidator.java
test/webapp-3.0/WEB-INF/bugs.tld [new file with mode: 0644]
test/webapp-3.0/WEB-INF/tags/bug42390.tag [new file with mode: 0644]
test/webapp-3.0/WEB-INF/tags/bug48668.tagx [new file with mode: 0644]
test/webapp-3.0/WEB-INF/tags/echo-deferred.tag [new file with mode: 0644]
test/webapp-3.0/WEB-INF/tags/echo-double.tag [new file with mode: 0644]
test/webapp-3.0/WEB-INF/tags/echo-long.tag [new file with mode: 0644]
test/webapp-3.0/WEB-INF/tags/echo-noel.tag [new file with mode: 0644]
test/webapp-3.0/WEB-INF/tags/echo.tag [new file with mode: 0644]
test/webapp-3.0/WEB-INF/tags/implicit.tld [new file with mode: 0644]
test/webapp-3.0/WEB-INF/test.tld [new file with mode: 0644]
test/webapp-3.0/WEB-INF/web.xml [new file with mode: 0644]
test/webapp-3.0/bug36923.jsp [new file with mode: 0644]
test/webapp-3.0/bug42390.jsp [new file with mode: 0644]
test/webapp-3.0/bug42565.jsp [new file with mode: 0644]
test/webapp-3.0/bug44994.jsp [new file with mode: 0644]
test/webapp-3.0/bug45015a.jsp [new file with mode: 0644]
test/webapp-3.0/bug45015b.jsp [new file with mode: 0644]
test/webapp-3.0/bug45427.jsp [new file with mode: 0644]
test/webapp-3.0/bug45451.jspf [new file with mode: 0644]
test/webapp-3.0/bug45451a.jsp [new file with mode: 0644]
test/webapp-3.0/bug45451b.jsp [new file with mode: 0644]
test/webapp-3.0/bug45451c.jsp [new file with mode: 0644]
test/webapp-3.0/bug45451d.jspx [new file with mode: 0644]
test/webapp-3.0/bug45451e.jsp [new file with mode: 0644]
test/webapp-3.0/bug45511.jsp [new file with mode: 0644]
test/webapp-3.0/bug46381.jsp [new file with mode: 0644]
test/webapp-3.0/bug46596.jsp [new file with mode: 0644]
test/webapp-3.0/bug47331.jsp [new file with mode: 0644]
test/webapp-3.0/bug47413.jsp [new file with mode: 0644]
test/webapp-3.0/bug47977.jspx [new file with mode: 0644]
test/webapp-3.0/bug48112.jsp [new file with mode: 0644]
test/webapp-3.0/bug48616.jsp [new file with mode: 0644]
test/webapp-3.0/bug48616b.jsp [new file with mode: 0644]
test/webapp-3.0/bug48627.jsp [new file with mode: 0644]
test/webapp-3.0/bug48668a.jsp [new file with mode: 0644]
test/webapp-3.0/bug48668b.jsp [new file with mode: 0644]
test/webapp-3.0/bug48827.jspx [new file with mode: 0644]
test/webapp-3.0/el-method.jsp [new file with mode: 0644]
test/webapp-3.0/el-misc.jsp [new file with mode: 0644]
test/webapp-3.0/script-expr.jsp [new file with mode: 0644]
test/webapp/WEB-INF/bugs.tld [deleted file]
test/webapp/WEB-INF/tags/bug42390.tag [deleted file]
test/webapp/WEB-INF/tags/bug48668.tagx [deleted file]
test/webapp/WEB-INF/tags/echo-deferred.tag [deleted file]
test/webapp/WEB-INF/tags/echo-double.tag [deleted file]
test/webapp/WEB-INF/tags/echo-long.tag [deleted file]
test/webapp/WEB-INF/tags/echo-noel.tag [deleted file]
test/webapp/WEB-INF/tags/echo.tag [deleted file]
test/webapp/WEB-INF/tags/implicit.tld [deleted file]
test/webapp/WEB-INF/test.tld [deleted file]
test/webapp/WEB-INF/web.xml [deleted file]
test/webapp/bug36923.jsp [deleted file]
test/webapp/bug42390.jsp [deleted file]
test/webapp/bug42565.jsp [deleted file]
test/webapp/bug44994.jsp [deleted file]
test/webapp/bug45015a.jsp [deleted file]
test/webapp/bug45015b.jsp [deleted file]
test/webapp/bug45427.jsp [deleted file]
test/webapp/bug45451.jspf [deleted file]
test/webapp/bug45451a.jsp [deleted file]
test/webapp/bug45451b.jsp [deleted file]
test/webapp/bug45451c.jsp [deleted file]
test/webapp/bug45451d.jspx [deleted file]
test/webapp/bug45451e.jsp [deleted file]
test/webapp/bug45511.jsp [deleted file]
test/webapp/bug46381.jsp [deleted file]
test/webapp/bug46596.jsp [deleted file]
test/webapp/bug47331.jsp [deleted file]
test/webapp/bug47413.jsp [deleted file]
test/webapp/bug47977.jspx [deleted file]
test/webapp/bug48112.jsp [deleted file]
test/webapp/bug48616.jsp [deleted file]
test/webapp/bug48616b.jsp [deleted file]
test/webapp/bug48627.jsp [deleted file]
test/webapp/bug48668a.jsp [deleted file]
test/webapp/bug48668b.jsp [deleted file]
test/webapp/bug48827.jspx [deleted file]
test/webapp/el-method.jsp [deleted file]
test/webapp/el-misc.jsp [deleted file]
test/webapp/script-expr.jsp [deleted file]