Skip to content

Commit

Permalink
- modify to use resolveDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed Jul 21, 2010
1 parent f77f627 commit 916428f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigbluebutton-apps/vm-build-debug.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd ~/dev/bbb-apps
gradle copyToLib war deploy
gradle resolveDeps war deploy

cd /usr/share/red5/
./red5.sh
Expand Down
2 changes: 1 addition & 1 deletion bigbluebutton-apps/vm-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradle copyToLib war deploy
gradle resolveDeps war deploy
#sudo rm -rf /usr/share/red5/webapps/bigbluebutton*
#cp build/libs/bigbluebutton-0.70.war /usr/share/red5/webapps/bigbluebutton.war

0 comments on commit 916428f

Please sign in to comment.