source: release-kits/lirk3/resources/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/jsp/xml.jsp@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 555 bytes
Line 
1<?xml version="1.0" ?>
2<!-- :mode=xml:indentSize=2 -->
3<!-- note the lack of a language setting here. crimson whined when ISO-8859-1 was set,
4 that it thought it was loading a file of type ISO_8859_1 and
5 so there was a mismatch, even though the mismatch is only
6 between hyphen types -->
7<jsp:root
8 xmlns:jsp="http://java.sun.com/JSP/Page"
9 version="1.2"
10 >
11<jsp:directive.page language="java" />
12<jsp:directive.page contentType="application/xml" />
13<timestamp>
14<jsp:expression>System.currentTimeMillis()</jsp:expression>
15</timestamp>
16</jsp:root>
Note: See TracBrowser for help on using the repository browser.