Blob Blame History Raw
#!/bin/sh

TAG=b63ec56b20b75fc5af90fbb1e85911bed35997dc

rm -rf org.eclipse.gef-$TAG.tar.bz2
wget http://git.eclipse.org/c/gef/org.eclipse.gef.git/snapshot/org.eclipse.gef-$TAG.tar.bz2

# Remove the comedy jar-filled baseline directory (this reduces the size of the tarball by
# something like two orders of magnatude)
tar xf org.eclipse.gef-$TAG.tar.bz2
(cd org.eclipse.gef-$TAG/ && rm -rf org.eclipse.gef.baseline)
tar caf org.eclipse.gef-$TAG.tar.bz2 org.eclipse.gef-$TAG/