nodetree.sh (9f22d7c2) nodetree.sh (99e66e07)
1#!/bin/sh
2# *************************************************************
3#
4# Licensed to the Apache Software Foundation (ASF) under one
5# or more contributor license agreements. See the NOTICE file
6# distributed with this work for additional information
7# regarding copyright ownership. The ASF licenses this file
8# to you under the Apache License, Version 2.0 (the

--- 8 unchanged lines hidden (view full) ---

17# KIND, either express or implied. See the License for the
18# specific language governing permissions and limitations
19# under the License.
20#
21# *************************************************************
22#
23# $Revision: 1.3 $
24#
1#!/bin/sh
2# *************************************************************
3#
4# Licensed to the Apache Software Foundation (ASF) under one
5# or more contributor license agreements. See the NOTICE file
6# distributed with this work for additional information
7# regarding copyright ownership. The ASF licenses this file
8# to you under the Apache License, Version 2.0 (the

--- 8 unchanged lines hidden (view full) ---

17# KIND, either express or implied. See the License for the
18# specific language governing permissions and limitations
19# under the License.
20#
21# *************************************************************
22#
23# $Revision: 1.3 $
24#
25# Last changes: $Author: kz $ $Date: 2005-01-21 16:54:21 $
25# Last changes: $Author$ $Date$
26#
27# Generate node tree from verbose logfile
28#
29# HOWTO USE
30# =========
31#
32# First of all, you need to recompile modules slideshow and canvas
33# with VERBOSE=t set in the environment, and debug=t defined at the

--- 37 unchanged lines hidden ---
26#
27# Generate node tree from verbose logfile
28#
29# HOWTO USE
30# =========
31#
32# First of all, you need to recompile modules slideshow and canvas
33# with VERBOSE=t set in the environment, and debug=t defined at the

--- 37 unchanged lines hidden ---