1
0
forked from xjboss/KCauldronX

Rollback to the state of .152 build with some critical fixes and updates

This commit is contained in:
Sergey Shatunov
2016-01-04 12:38:37 +07:00
parent 40c95e49c0
commit f722fccdce
38 changed files with 406 additions and 1452 deletions

4
reformat.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
find patches -type f -name '*.java.patch' -exec sed -i "s/\t/ /g" {} \;
find src/main/java -type f -name '*.java' -exec sed -i "s/\t/ /g" {} \;