diff --git a/projects/robodj/build.properties b/projects/robodj/build.properties
new file mode 100644
index 00000000..2bf3fed5
--- /dev/null
+++ b/projects/robodj/build.properties
@@ -0,0 +1,20 @@
+#
+# $Id: build.properties,v 1.1 2002/11/11 17:23:57 mdb Exp $
+#
+# Build configuration for the RoboDJ client application.
+#
+
+# the URI at which the application is canonically available
+application_uri = http://www.samskivert.com/code/robodj
+
+# the jar file keystore
+sign.keystore = lib/keystore.dat
+
+# the keystore password
+sign.storepass = weasel
+
+# the alias to use when signing the jar files
+sign.alias = myself
+
+# the host on which the music daemon is running
+musicd_host = depravity
diff --git a/projects/robodj/build.xml b/projects/robodj/build.xml
index 601aed20..87351a92 100644
--- a/projects/robodj/build.xml
+++ b/projects/robodj/build.xml
@@ -1,23 +1,31 @@
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
@@ -33,7 +41,7 @@
-
+
@@ -74,4 +82,23 @@
basedir="${deploy.dir}/classes"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/projects/robodj/etc/chooser.jnlp b/projects/robodj/etc/chooser.jnlp
new file mode 100644
index 00000000..b4548bf7
--- /dev/null
+++ b/projects/robodj/etc/chooser.jnlp
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+ RoboDJ Chooser
+ Seuss and Asseusciates
+
+
+
+ Music choosing fun for the whole family!
+
+
+ Provides a browser for the RoboDJ music repository and an interface
+ by which that music can be queued up for playing on the music
+ server.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/projects/robodj/lib/CLIENT_LIBS b/projects/robodj/lib/CLIENT_LIBS
new file mode 100644
index 00000000..459196a1
--- /dev/null
+++ b/projects/robodj/lib/CLIENT_LIBS
@@ -0,0 +1,4 @@
+commons-io.jar
+commons-lang.jar
+mm.mysql-2.0.14-bin.jar
+samskivert.jar
diff --git a/projects/robodj/lib/keystore.dat b/projects/robodj/lib/keystore.dat
new file mode 100644
index 00000000..bacae107
Binary files /dev/null and b/projects/robodj/lib/keystore.dat differ