Home | History | Annotate | Download | only in javassist
      1 #!/bin/bash
      2 #
      3 # Copyright (C) 2011 The Android Open Source Project.
      4 # This script imports the src, test, etc. from javassist. It DOESN'T commit
      5 # to git giving you a chance to review the changes. Remember that changes in
      6 # bin are normally ignored by git, but we need to force them this case.
      7 #
      8 # This script doesn't take any parameter.
      9 
     10 svn export --force http://anonsvn.jboss.org/repos/javassist/trunk .
     11 rm lib/junit.jar
     12 # I don't check if there is something on lib on purpose; that way, if
     13 # anything new is added, we will get a visible error.
     14 rmdir lib
     15