diff --git a/.classpath b/.classpath
index 59df41e..fc4c457 100644
--- a/.classpath
+++ b/.classpath
@@ -1,15 +1,14 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f8e5895..218783c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3,6 +3,6 @@
package="ibis.smartsockets"
android:versionCode="1"
android:versionName="1.0">
-
+
\ No newline at end of file
diff --git a/bin/hub b/bin/hub
index 0983ead..32175a6 100755
--- a/bin/hub
+++ b/bin/hub
@@ -1,10 +1,5 @@
#!/bin/sh
-for i in external/*.jar
-do
- CP=$CP:$i
-done
-
for i in lib/*.jar
do
CP=$CP:$i
diff --git a/bin/naming b/bin/naming
index 1c8ceb6..ec3a690 100755
--- a/bin/naming
+++ b/bin/naming
@@ -1,10 +1,5 @@
#!/bin/sh
-for i in external/*.jar
-do
- CP=$CP:$i
-done
-
for i in lib/*.jar
do
CP=$CP:$i
@@ -29,4 +24,4 @@ do
shift
done
-java -cp $CP $SPECIAL ibis.smartsockets.util.NamingStarter $NORMAL
\ No newline at end of file
+java -cp $CP $SPECIAL ibis.smartsockets.util.NamingStarter $NORMAL
diff --git a/bin/viz b/bin/viz
index fc7142f..059c9aa 100755
--- a/bin/viz
+++ b/bin/viz
@@ -1,10 +1,5 @@
#!/bin/sh
-for i in external/*.jar
-do
- CP=$CP:$i
-done
-
for i in lib/*.jar
do
CP=$CP:$i
diff --git a/build.xml b/build.xml
index b67a8dd..7ccb87f 100644
--- a/build.xml
+++ b/build.xml
@@ -60,7 +60,6 @@
-
@@ -104,6 +103,9 @@
+
+
+
diff --git a/default.properties b/default.properties
deleted file mode 100644
index 948be06..0000000
--- a/default.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system use,
-# "build.properties", and override values to adapt the script to your
-# project structure.
-
-# Project target.
-target=android-8
-android.library=true
diff --git a/src-android/ibis/smartsockets/viz/android/RouterClientNode.java b/src-android/ibis/smartsockets/viz/android/RouterClientNode.java
index 9aa28ac..122d775 100644
--- a/src-android/ibis/smartsockets/viz/android/RouterClientNode.java
+++ b/src-android/ibis/smartsockets/viz/android/RouterClientNode.java
@@ -59,7 +59,7 @@ public RouterClientNode(ClientInfo info, HubNode hub) {
String adr = info.getClientAddress().toString();
// System.out.println("Adding router " + adr);
-
+
setType(Node.TYPE_CIRCLE);
setBackColor(Color.parseColor("#FF7F24"));
setNodeBorderColor(Color.parseColor("#CD661D"));