|
|
368ac2 |
#!/bin/sh
|
|
|
368ac2 |
|
|
|
581235 |
TAG=f4eada958b82a6a8c4edff8e0f12cdad47b79c28
|
|
|
368ac2 |
|
|
|
368ac2 |
rm -rf org.eclipse.gef-$TAG.tar.bz2
|
|
|
368ac2 |
wget http://git.eclipse.org/c/gef/org.eclipse.gef.git/snapshot/org.eclipse.gef-$TAG.tar.bz2
|
|
|
368ac2 |
|
|
|
368ac2 |
# Remove the comedy jar-filled baseline directory (this reduces the size of the tarball by
|
|
|
368ac2 |
# something like two orders of magnatude)
|
|
|
368ac2 |
tar xf org.eclipse.gef-$TAG.tar.bz2
|
|
|
368ac2 |
(cd org.eclipse.gef-$TAG/ && rm -rf org.eclipse.gef.baseline)
|
|
|
368ac2 |
tar caf org.eclipse.gef-$TAG.tar.bz2 org.eclipse.gef-$TAG/
|