diff --git a/apps/i2psnark/jetty-i2psnark.xml b/apps/i2psnark/jetty-i2psnark.xml
index 0d4c56112..b5d6d1ef8 100644
--- a/apps/i2psnark/jetty-i2psnark.xml
+++ b/apps/i2psnark/jetty-i2psnark.xml
@@ -58,6 +58,23 @@
webapps/i2psnark.war
+
+
+
+
+ /themes
+ ./docs/themes
+
+
+
+ FALSE
+
+
+
+
+
+
+
diff --git a/apps/jetty/build.xml b/apps/jetty/build.xml
index a334e11b9..133376d13 100644
--- a/apps/jetty/build.xml
+++ b/apps/jetty/build.xml
@@ -1,10 +1,10 @@
-
-
-
-
+
+
+
+
@@ -32,7 +32,6 @@
-
@@ -47,12 +46,9 @@
-
-
-
-
+
@@ -63,15 +59,16 @@
-
+
+
-
+
-
+
@@ -81,7 +78,8 @@
-
+
+
@@ -128,9 +126,9 @@
-
+
-
+
diff --git a/build.xml b/build.xml
index e724ce058..d9f833f9e 100644
--- a/build.xml
+++ b/build.xml
@@ -255,7 +255,8 @@
-
+
+
diff --git a/history.txt b/history.txt
index 311a8c7c1..ec3c07048 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,7 @@
+2010-01-31 zzz
+ * i2psnark standalone: Fix CSS
+ * Jetty: Update to 5.1.15 to get ResourceHandler fix
+
2010-01-30 sponge
* Fix NPE in TCPtoI2P when a lookup fails, report the error to the stream.
* Fix setkeys bug in DoCMDS, forgot to create the object before calling
diff --git a/installer/resources/jetty.xml b/installer/resources/jetty.xml
index 9ff09e0bb..2f7f6791f 100644
--- a/installer/resources/jetty.xml
+++ b/installer/resources/jetty.xml
@@ -17,7 +17,7 @@
-
+
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index 8c54ff98c..e72c467bc 100644
--- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
- public final static long BUILD = 5;
+ public final static long BUILD = 6;
/** for example "-test" */
public final static String EXTRA = "";