From 308f6ce6e0e0a4d729328513b6f367584896cebd Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 10 Oct 2014 18:18:03 +0200 Subject: Added ECP URL to OrganizationData, added registerOrganization() --- thrift-compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'thrift-compile.sh') 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/ } -- cgit v1.2.3-55-g7522