blob: a357d5f2d9704fb66e9c3f6fcf86125366f51683 [file] [log] [blame]
import java.io.File;
org.eclipse.tycho.extras.buildtimestamp.jgit.test.UnzipFile.unzip(new File(basedir, "basic.zip"), basedir);
// this will cause the build to fail due to dirty working tree
new File(basedir,"feature/untracked_file.txt").write("test")
return true;