blob: 2f744e1a02406e9db64eeb2e3e897ce7f1b84e69 [file] [log] [blame]
Luis Sigal69e17612011-02-24 17:22:41 +00001#!/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
10svn export --force http://anonsvn.jboss.org/repos/javassist/trunk .
11rm 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.
14rmdir lib