Skip to content

Commit

Permalink
Corrected case of the tools.jar filename in the umlgraph shell script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Sep 12, 2008
1 parent 5c21f3a commit 328901d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/ver.xml
Expand Up @@ -4,6 +4,10 @@
<dl>

<dt>Version 5.2 Under development </dt><dd>
<ul>
<li> Corrected case of the tools.jar filename in the umlgraph shell script.
(Noted by &#216;yvind Jergan).
</li>
</dd>

<dt>Version 5.1 2008-08-27 </dt><dd>
Expand Down
2 changes: 1 addition & 1 deletion umlgraph
Expand Up @@ -19,7 +19,7 @@ else
BASE=$1
FILETYPE=$2
shift 2
java -classpath "$UMLGRAPH_HOME/UmlGraph.jar:$JAVA_HOME/lib/Tools.jar" \
java -classpath "$UMLGRAPH_HOME/UmlGraph.jar:$JAVA_HOME/lib/tools.jar" \
org.umlgraph.doclet.UmlGraph -package $* -output - $BASE.java |
dot -T$FILETYPE -o$BASE.$FILETYPE
fi

0 comments on commit 328901d

Please sign in to comment.