root/red5-webapps/recorder/build.properties

Revision a37ef8e0b44a3e59b38f23c1a168fbc091d5cfbe, 0.7 kB (checked in by Robin Gareus <robin@…>, 3 years ago)

moved red5 to red5-webapps

  • Property mode set to 100644
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
7build.compiler=modern
8
9debug.state=true
10
11# generic compiler options
12build.verbose=false
13build.fork=true
14build.deprecation=false
15build.nowarn=true
16
17# optimize only works with a few compilers
18build.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.
22java.target_version=1.6
23
24# path to red5
25red5.root=${env.RED5_HOME}
26
27# Svn url from which to checkout the source
28svn.url=http://red5.googlecode.com/svn/snapshots/
29svn.login=
30svn.password=
31
32snapshot.path=../../../../snapshots/
Note: See TracBrowser for help on using the browser.