|
|
368ac2 |
#!/bin/sh
|
|
|
368ac2 |
|
|
|
368ac2 |
TAG=b63ec56b20b75fc5af90fbb1e85911bed35997dc
|
|
|
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/
|