You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/09/04 21:18:37 UTC

svn commit: r692198 - /labs/droids/trunk/build-doc.sh

Author: thorsten
Date: Thu Sep  4 12:18:37 2008
New Revision: 692198

URL: http://svn.apache.org/viewvc?rev=692198&view=rev
Log:
Adding small convenient script to build the docu

Added:
    labs/droids/trunk/build-doc.sh   (with props)

Added: labs/droids/trunk/build-doc.sh
URL: http://svn.apache.org/viewvc/labs/droids/trunk/build-doc.sh?rev=692198&view=auto
==============================================================================
--- labs/droids/trunk/build-doc.sh (added)
+++ labs/droids/trunk/build-doc.sh Thu Sep  4 12:18:37 2008
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+# 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.
+
+ant droids.clean ivy.resolve droids.jar droids.javadoc
+forrest
+cp build/docs/api/ docs/ -r
+cp -r build/site/* docs/
+

Propchange: labs/droids/trunk/build-doc.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/droids/trunk/build-doc.sh
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org