diff --git a/projects/robodj/build.properties b/projects/robodj/build.properties index 2bf3fed5..c9d9fdbf 100644 --- a/projects/robodj/build.properties +++ b/projects/robodj/build.properties @@ -1,5 +1,5 @@ # -# $Id: build.properties,v 1.1 2002/11/11 17:23:57 mdb Exp $ +# $Id: build.properties,v 1.2 2002/11/11 18:23:36 mdb Exp $ # # Build configuration for the RoboDJ client application. # @@ -10,11 +10,11 @@ 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 +sign.alias = samskivert + +# the keystore password +sign.storepass = monkeybiz # 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 5d954d38..7e45a061 100644 --- a/projects/robodj/build.xml +++ b/projects/robodj/build.xml @@ -88,7 +88,7 @@ - + @@ -100,15 +100,18 @@ storepass="${sign.storepass}" lazy="true"> - + + + + - + diff --git a/projects/robodj/etc/chooser.jnlp b/projects/robodj/etc/chooser.jnlp index 6cc6c208..f56e45aa 100644 --- a/projects/robodj/etc/chooser.jnlp +++ b/projects/robodj/etc/chooser.jnlp @@ -6,12 +6,12 @@ download and install the Sun JRE 1.4 and/or Java Web Start from http://java.sun.com/j2se/ --> - + RoboDJ Chooser Seuss and Asseusciates - + Music choosing fun for the whole family! @@ -20,6 +20,7 @@ by which that music can be queued up for playing on the music server. + diff --git a/projects/robodj/etc/icon.png b/projects/robodj/etc/icon.png new file mode 100644 index 00000000..22bb946e Binary files /dev/null and b/projects/robodj/etc/icon.png differ