bb710d44af
git-svn-id: https://samskivert.googlecode.com/svn/trunk@918 6335cc39-0255-0410-8fd6-9bcaacd3b74c
21 lines
494 B
Properties
21 lines
494 B
Properties
#
|
|
# $Id: build.properties,v 1.2 2002/11/11 18:23:36 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 alias to use when signing the jar files
|
|
sign.alias = samskivert
|
|
|
|
# the keystore password
|
|
sign.storepass = monkeybiz
|
|
|
|
# the host on which the music daemon is running
|
|
musicd_host = depravity
|