Skip to content

Instantly share code, notes, and snippets.

@Synesso
Created May 6, 2010 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Synesso/391622 to your computer and use it in GitHub Desktop.
Save Synesso/391622 to your computer and use it in GitHub Desktop.
for j in `cat .classpath|grep target/lib/ide|cut -c50-|cut -d\" -f1` ;do find ../ivy-repo/ -name $j; done | sed s/^/\<root\ url=\"jar:\\/\\/\$MODULE_DIR\$\\// | sed s/$/\!\\/\"\ \\/\>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment