fuseki: Fix ComponentsOrder violations

This commit is contained in:
Gautham Goli 2017-05-09 02:59:34 +05:30 committed by ilovezfs
parent b4bdfd3eb0
commit a62ac217b9

View file

@ -38,8 +38,6 @@ class Fuseki < Formula
prefix.install "Data" prefix.install "Data"
end end
plist_options :manual => "fuseki start"
def caveats; <<-EOS.undent def caveats; <<-EOS.undent
Quick-start guide: Quick-start guide:
@ -56,6 +54,8 @@ class Fuseki < Formula
EOS EOS
end end
plist_options :manual => "fuseki start"
def plist; <<-EOS.undent def plist; <<-EOS.undent
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">