Skip to content

Commit

Permalink
MONDRIAN: Show mondrian version in title of generated javadoc pages.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 6755]
  • Loading branch information
julianhyde committed May 31, 2006
1 parent 11b742d commit 4006009
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.xml
Expand Up @@ -776,16 +776,17 @@ META-INF/**"/>
author="true"
source="1.4"
access="package"
additionalparam="-linksource">
Windowtitle="Mondrian OLAP Server, version ${version}"
additionalparam="-linksource"
>
<!--
-->
<tag name="pre" description="Pre-condition:"
scope="constructors,methods"/>
<tag name="post" description="Post-condition:"
scope="constructors,methods"/>
<tag name="testcase" description="Test-case:"
scope="constructors,methods,types"/>
<!--
<link href="http://javadoc.dyndns.org/joogle/api"/>
-->
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
<link href="http://www.junit.org/junit/javadoc/3.8/"/>
<link href="http://java.sun.com/products/servlet/2.2/javadoc/"/>
Expand Down

0 comments on commit 4006009

Please sign in to comment.