bigbluebutton-Github/bbb-voice
Richard Alam a939588df8 - upgrade to gradle 1.7
STEPS
cd ~/dev/tools
wget http://services.gradle.org/distributions/gradle-1.7-bin.zip
unzip gradle-1.7-bin.zip
ln -s gradle-1.7 gradle
vi ~/.profile

export GRADLE_HOME=$HOME/dev/tools/gradle
export PATH=$PATH:$GRADLE_HOME/bin

source ~/.profile
2013-09-17 18:10:52 +00:00
..
lib - adding build and lib folder while ignoring their contents. This way, the build and lib folder 2010-06-15 15:56:20 -04:00
src - move logback config into resources dir so we don't need to copy it as last step in gradle war 2013-02-28 01:03:31 +00:00
.gitignore - registers OK 2010-06-17 15:55:58 -04:00
build.gradle - upgrade to gradle 1.7 2013-09-17 18:10:52 +00:00
INSTALL - test tracking branch 2010-06-18 20:42:52 +00:00
README - add build info and test tracking branch again 2010-06-18 21:00:29 +00:00
testng.xml - add testng.xml for unit testing 2010-08-20 11:02:57 -04:00
vm-build.sh - modify to use new gradle task 2010-08-20 11:03:32 -04:00

To build
gradle copyToLib
gradle eclipse

import into eclipse
setup build path