Forgot license headers.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/5521c6b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/5521c6b1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/5521c6b1 Branch: refs/heads/master Commit: 5521c6b101d2838de79db79202d7e4d5fdba1c6a Parents: 081d86b Author: Aaron McCurry <[email protected]> Authored: Tue Aug 20 14:43:45 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Aug 20 14:43:45 2013 -0400 ---------------------------------------------------------------------- blur-shell/generate_docs.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/5521c6b1/blur-shell/generate_docs.sh ---------------------------------------------------------------------- diff --git a/blur-shell/generate_docs.sh b/blur-shell/generate_docs.sh index 7958eff..89a6153 100755 --- a/blur-shell/generate_docs.sh +++ b/blur-shell/generate_docs.sh @@ -1 +1,19 @@ +#!/usr/bin/env bash + +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + mvn exec:java -Dexec.mainClass="org.apache.blur.shell.GenerateDoc" -Dexec.args="../docs/using-blur.base.html ../docs/using-blur.html"
