blob: 268321df4ffeb21d4f1228c12bc998175a1dee6c [file] [log] [blame]
war(
name = 'gitiles',
libs = ['//gitiles-servlet:servlet'],
context = [
'//gitiles-servlet:static-resources',
':web_xml',
],
visibility = ['PUBLIC'],
)
genrule(
name = 'web_xml',
cmd = 'mkdir -p $TMP/WEB-INF'
+ ';cp -r $SRCDIR/src/main/webapp/WEB-INF/web.xml $TMP/WEB-INF'
+ ';cd $TMP'
+ ';zip -qr $OUT *',
srcs = ['src/main/webapp/WEB-INF/web.xml'],
out = 'web_xml.zip',
)