fuseki: Fix ComponentsOrder violations
This commit is contained in:
parent
b4bdfd3eb0
commit
a62ac217b9
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue