mirror of https://github.com/dspinellis/UMLGraph
Corrected case of the tools.jar filename in the umlgraph shell script.
This commit is contained in:
parent
5c21f3a786
commit
328901d184
|
|
@ -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 Øyvind Jergan).
|
||||
</li>
|
||||
</dd>
|
||||
|
||||
<dt>Version 5.1 2008-08-27 </dt><dd>
|
||||
|
|
|
|||
2
umlgraph
2
umlgraph
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue