~piastucki/bzr-eclipse/embed-rewrite

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.client/fetch-plugins.sh

  • Committer: Piotr Piastucki
  • Date: 2013-11-08 07:26:39 UTC
  • Revision ID: piotr_piastucki-20131108072639-mwtklkmyygwsw20j
Change the scripts to download also bzr-rewrite plugin which was remvoed from Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env bash
2
2
 
 
3
if [ -d rewrite ]; then
 
4
    rm -rf rewrite
 
5
fi
 
6
bzr export rewrite "lp:bzr-rewrite"
 
7
 
3
8
if [ -d xmloutput ]; then
4
9
    rm -rf xmloutput
5
10
fi