bigbluebutton-Github/bigbluebutton-apps/build.properties
2009-06-02 21:52:28 +00:00

66 lines
1.4 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 Project
project.email=bigbluebutton-dev@googlegroups.com
project.url=http://code.google.com/p/bigbluebutton/
project.age=2008-2009
project.fullname=${project.name} - ${project.email}
# Documentation
documentation.title=BigBlueButton Documentation
# Release
release.filename=bigbluebutton-apps
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
project.name=bigbluebutton-apps
target.version=0.5
environment=env
java.home=${env.JDK_HOME}