summaryrefslogtreecommitdiffstats
path: root/thrift-compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'thrift-compile.sh')
-rwxr-xr-xthrift-compile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/thrift-compile.sh b/thrift-compile.sh
index 76be97c..4ff5b17 100755
--- a/thrift-compile.sh
+++ b/thrift-compile.sh
@@ -2,6 +2,7 @@
rm -r gen-java
thrift --gen java src/main/thrift/imagemaster.thrift && {
+# find gen-java -type f -name "*.java" -exec sed -i 's/Autogenerated by Thrift Compiler \(.*\)/Autogenerated by Thrift Compiler/g' {} \;
rm -r src/main/java/org/openslx/imagemaster/thrift/iface
cp -r gen-java/org src/main/java/
}