java: mark as broken

We haven't had any updates to the java packages in a long time,
gcj in 4.3.x doesn't build, and 4.4.x is missing ecj1, so it cannot
have many users.

Mark it as broken and remove during the 2010.11 cycle, unless someone
steps up to maintain it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
diff --git a/package/Config.in b/package/Config.in
index 6b3616a..f6a3f34 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -287,10 +287,12 @@
 source "package/libusb-compat/Config.in"
 endmenu
 
+if BROKEN
 menu "Java"
 source "package/java/classpath/Config.in"
 source "package/java/concierge/Config.in"
 endmenu
+endif
 
 menu "Networking"
 source "package/libcgi/Config.in"