summaryrefslogtreecommitdiffstats
path: root/thrift-compile.sh
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-10 18:18:03 +0200
committerSimon Rettberg2014-10-10 18:18:03 +0200
commit308f6ce6e0e0a4d729328513b6f367584896cebd (patch)
tree1f9797bedd6cd60570082cd0776e867a0c442f44 /thrift-compile.sh
parentAdapted type of contentOperatingSystem to type in db. (diff)
downloadmaster-sync-shared-308f6ce6e0e0a4d729328513b6f367584896cebd.tar.gz
master-sync-shared-308f6ce6e0e0a4d729328513b6f367584896cebd.tar.xz
master-sync-shared-308f6ce6e0e0a4d729328513b6f367584896cebd.zip
Added ECP URL to OrganizationData, added registerOrganization()
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/
}