Skip to content

Instantly share code, notes, and snippets.

View francisdb's full-sized avatar
💾
undefined

Francis De Brabandere francisdb

💾
undefined
  • Ghent, Belgium
View GitHub Profile
@francisdb
francisdb / gist:2644246
Created May 9, 2012 12:44
Playframework 2 eclipse sources
if you want to grab the available source jars (this will take longer and it’s possible a few sources might be missing):
[My first application] $ eclipsify with-source=true
from: http://localhost:9000/@documentation/IDE
@francisdb
francisdb / androidupdate.sh
Created March 22, 2012 15:52
Update android sdk on headless system
android update sdk --no-ui
@francisdb
francisdb / androidlib.sh
Created March 21, 2012 13:37
Setting up a android (library) project for building with ant
android update project --path .
android update lib-project --path .