Subversion Repository Public Repository

litesoft

Diff Revisions 960 vs 961 for /trunk/DeviceDesktopTest/src/org/litesoft/ddt/Main.java

Diff revisions: vs.
  @@ -5,16 +5,14 @@
5 5 import org.litesoft.template.*;
6 6 import org.litesoft.utils.*;
7 7
8 - public final class Main
9 - {
8 + public final class Main {
10 9 private static final String[] ADDITIONAL_MIME_TYPES = {
11 10 // "txt", "text/plain",
12 11 // "bin", "application/octet-stream",
13 12 };
14 13
15 14 public static void main( String[] args )
16 - throws Exception
17 - {
15 + throws Exception {
18 16 String zHTML = FileUtils.loadTextFileAsString( Main.class.getClassLoader().getResourceAsStream( "index.html" ), "\n" );
19 17 System.exit(
20 18 new EmbeddedJetty(