summaryrefslogtreecommitdiffstats
path: root/thrift-compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'thrift-compile.sh')
-rwxr-xr-xthrift-compile.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/thrift-compile.sh b/thrift-compile.sh
deleted file mode 100755
index 76be97c..0000000
--- a/thrift-compile.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-rm -r gen-java
-thrift --gen java src/main/thrift/imagemaster.thrift && {
- rm -r src/main/java/org/openslx/imagemaster/thrift/iface
- cp -r gen-java/org src/main/java/
-}
-
-