source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/jsp/1nvalid-classname.jsp@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 113 bytes
Line 
1<%@ page language="java" %>
2<html>
3<head/>
4<body>
5
6my name is <%= this.getClass().getName() %>
7
8</body>
9</html>
Note: See TracBrowser for help on using the repository browser.