5e802a2f3e
git-svn-id: https://samskivert.googlecode.com/svn/trunk@914 6335cc39-0255-0410-8fd6-9bcaacd3b74c
21 lines
487 B
Properties
21 lines
487 B
Properties
#
|
|
# $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
|