mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Revert "Add vim file ignore rule, and make build work on MacOS"
This reverts commit 9a53cba74d
.
This commit is contained in:
parent
9a53cba74d
commit
e293590520
2 changed files with 2 additions and 7 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -76,8 +76,3 @@ autogenerated/
|
|||
# Python Ignores
|
||||
|
||||
*.pyc
|
||||
|
||||
######################################################################
|
||||
# Vim Temp Ignores
|
||||
*~
|
||||
|
||||
|
|
|
@ -44,9 +44,9 @@ genrule(
|
|||
"cp $(SRCS) $$TMP",
|
||||
"cd $$TMP",
|
||||
"$$XJC -npa -quiet -extension -d $$OUT -b *.xjb *.xsd",
|
||||
("find $$OUT -name '*.java' | xargs sed -i.bak 's/" +
|
||||
("find $$OUT -name '*.java' | xargs sed -i 's/" +
|
||||
"public class/" +
|
||||
"@SuppressWarnings({\"unchecked\",\"serial\",\"cast\"})\\\n" +
|
||||
"@SuppressWarnings({\"unchecked\",\"serial\",\"cast\"}) " +
|
||||
"public class/'"),
|
||||
"cd $$REP",
|
||||
"rm -rf $$TMP",
|
||||
|
|
Loading…
Add table
Reference in a new issue