Sha256: 391610b36c90a236d24256738c83d2e0acc2f74676e7e4bf6b755b4c31768519
Contents?: true
Size: 983 Bytes
Versions: 4
Compression:
Stored size: 983 Bytes
Contents
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd"> <!-- Configure a custom context for the javadoc. This context contains only a ServletHandler with a default servlet to serve static html files and images. --> <Configure class="org.mortbay.jetty.handler.ContextHandler"> <Call class="org.mortbay.log.Log" name="debug"><Arg>Configure javadoc.xml</Arg></Call> <Set name="contextPath">/javadoc</Set> <Set name="resourceBase"><SystemProperty name="jetty.home" default="."/>/javadoc/</Set> <Set name="handler"> <New class="org.mortbay.jetty.handler.ResourceHandler"> <Set name="welcomeFiles"> <Array type="String"> <Item>index.html</Item> <Item>contents.html</Item> <!-- the index if javadoc not generated --> </Array> </Set> <Set name="cacheControl">max-age=3600,public</Set> </New> </Set> </Configure>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
miso-java-0.1.5 | jetty/contexts/javadoc.xml |
miso-java-0.1.4 | jetty/contexts/javadoc.xml |
miso-java-0.1.3 | jetty/contexts/javadoc.xml |
miso-java-0.1.2 | jetty/contexts/javadoc.xml |