bigbluebutton-Github/deskshare-app/build.properties
Richard Alam bba8dc21f0 - reorganizing deskshare-app
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1815 af16638f-c34d-0410-8cfa-b39d5352b314
2009-06-29 16:19:49 +00:00

61 lines
1.3 KiB
Properties

# NOTE:
# Copy build.properties to your home directory. This way
# you have a custom copy configured for your own environment.
#
# Replace red5_home with the directory where you installed Red5
#
red5.home = /path/to/where/you/installed/red5
# General
project.name=BigBlueButton Desk Share Application
project.url=http://code.google.com/p/bigbluebutton
project.age=2008-2009
project.fullname=${project.name}
# Release
release.filename=bbb-app-deskshare
release.archive=${release.filename}.tar.gz
# Ivy
ivy.version=ivy-2.0.0-beta1
# javac options
# http://ant.apache.org/manual/CoreTasks/javac.html
#
# sun javac
build.compiler=modern
# jikes
#build.compiler=jikes
# generic compiler options
build.verbose=false
build.fork=true
build.deprecation=false
build.nowarn=true
# optimize only works with a few compilers
build.optimize=false
# Change this var to build to a different Java version
# Defaults to current version. Valid options are 1.6, or 1.5. Note 1.4 is not supported.
java.target_version=${java.specification.version}
# jikes options
build.compiler.emacs=false
build.compiler.fulldepend=false
build.compiler.pedantic=false
build.debug=true
debug.state=true
junit.fork=false
junit.forkmode=once
target.version=0.1
environment=env
java.home=${env.JDK_HOME}