| Line | |
|---|
| 1 | #
|
|---|
| 2 | # Base build properties
|
|---|
| 3 | # To override these properties simply create a build.properties file in your home directory.
|
|---|
| 4 | #
|
|---|
| 5 |
|
|---|
| 6 | #javac options
|
|---|
| 7 | build.compiler=modern
|
|---|
| 8 |
|
|---|
| 9 | debug.state=true
|
|---|
| 10 |
|
|---|
| 11 | # generic compiler options
|
|---|
| 12 | build.verbose=false
|
|---|
| 13 | build.fork=true
|
|---|
| 14 | build.deprecation=false
|
|---|
| 15 | build.nowarn=true
|
|---|
| 16 |
|
|---|
| 17 | # optimize only works with a few compilers
|
|---|
| 18 | build.optimize=false
|
|---|
| 19 |
|
|---|
| 20 | # Change this var to build to a different Java version
|
|---|
| 21 | # Defaults to current version. Valid options are 1.6, or 1.5. Note 1.4 is not supported.
|
|---|
| 22 | java.target_version=1.6
|
|---|
| 23 |
|
|---|
| 24 | # path to red5
|
|---|
| 25 | red5.root=${env.RED5_HOME}
|
|---|
| 26 |
|
|---|
| 27 | # Svn url from which to checkout the source
|
|---|
| 28 | svn.url=http://red5.googlecode.com/svn/snapshots/
|
|---|
| 29 | svn.login=
|
|---|
| 30 | svn.password=
|
|---|
| 31 |
|
|---|
| 32 | snapshot.path=../../../../snapshots/
|
|---|