Index: /trunk/.classpath
===================================================================
--- /trunk/.classpath	(revision 7506)
+++ /trunk/.classpath	(revision 7507)
@@ -5,5 +5,5 @@
 	<classpathentry kind="src" path="test/functional"/>
 	<classpathentry kind="src" path="test/performance"/>
-	<classpathentry excluding="build/|data_nodist/|dist/|doc/|lib/|macosx/|nb/|src/|test/|test/build/|test/functional/|test/performance/|test/unit/|tools/|utils/|linux/" kind="src" path=""/>
+	<classpathentry excluding="build/|data_nodist/|dist/|linux/|macosx/|nb/|src/|test/|test/build/|test/functional/|test/performance/|test/unit/|tools/|utils/" kind="src" path=""/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
 	<classpathentry kind="lib" path="test/lib/fest/fest-assert-1.0.jar"/>
Index: /trunk/optimize-images
===================================================================
--- /trunk/optimize-images	(revision 7506)
+++ /trunk/optimize-images	(revision 7507)
@@ -3,13 +3,4 @@
 for x in $(find images/ -name "*.png"); do
 	echo "Processing ${x}"
-	identify -quiet -verbose "${x}" | grep "alpha: 1-bit" > /dev/null
-	if [ "$?" -ne "0" ]; then
-		# non-1-bit-alpha image, process normally
-		optipng -o7 -quiet "${x}"
-	else
-		# disable color type reduction because that will break
-		# transparency for the images in JOSM using the current
-		# image loading method (see #1576)
-		optipng -nc -o7 -quiet "${x}"
-	fi
+	optipng -o7 -quiet "${x}"
 done
Index: unk/start.html
===================================================================
--- /trunk/start.html	(revision 7506)
+++ 	(revision )
@@ -1,6 +1,0 @@
-<applet 
-  code="org/openstreetmap/josm/gui/MainApplet.class" 
-  archive="dist/josm-custom.jar" 
-  width="800" 
-  height="600">
-</applet>
