svn commit: r14442 - trunk/src/argouml-build/build.xml
[email protected] 23 Apr 2008 20:39:27 -0000
Newsgroups
gmane.comp.lang.uml.argouml.cvs
Message-ID
<[email protected] >
Author: tfmorris
Date: 2008-04-23 13:39:27-0700
New Revision: 14442
Modified:
trunk/src/argouml-build/build.xml
Log:
Fix overview references in Javadoc build. Add @stereotype tag to the second Javadoc build
Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&rev=14442&p1=trunk/src/argouml-build/build.xml&p2=trunk/src/argouml-build/build.xml&r1=14441&r2=14442
==============================================================================
--- trunk/src/argouml-build/build.xml (original)
+++ trunk/src/argouml-build/build.xml 2008-04-23 13:39:27-0700
@@ -376,7 +376,7 @@
bottom="<table width='100%'><tr><td width='25%' align='left'>ArgoUML &copy; 1996-2006</td><td width='25%' align='center'><a href='http://argouml.tigris.org/' target='_blank'>ArgoUML Homepage</a></td><td width='25%' align='center'><a href='http://argouml.tigris.org/dev.html' target='_blank'>ArgoUML Developers' page</a></td><td width='25%' align='right'><a href='http://argouml.tigris.org/documentation/defaulthtml/cookbook/' target='_blank'>ArgoUML Cookbook</a></td></tr></table>"
destdir="${argo.javadocs.dir}"
maxmemory="128M"
- overview="app/src/org/argouml/overview-argo.html"
+ overview="argouml-app/src/org/argouml/overview-argo.html"
packagenames="org.argouml.*"
source="1.5"
splitindex="${javadoc.splitindex}"
@@ -431,13 +431,14 @@
bottom="<table width='100%'><tr><td width='33%' align='left'>ArgoUML &copy; 1996-2006</td><td width='34%' align='center'><a href='http://argouml.tigris.org/' target='_blank'>ArgoUML Homepage</a></td><td width='33%' align='right'><a href='http://argouml.tigris.org/documentation/defaulthtml/cookbook/' target='_blank'>ArgoUML Cookbook</a></td></tr></table>"
destdir="${argo.api.dir}"
maxmemory="128M"
- overview="app/src/org/argouml/overview-api.html"
+ overview="argouml-app/src/org/argouml/overview-api.html"
packagenames="org.argouml.model,org.argouml.cognitive,org.argouml.uml.reveng,org.argouml.application,org.argouml.i18n,org.argouml.ui,org.argouml.ui.explorer,org.argouml.ocl,org.argouml.moduleloader"
source="1.5"
private="false"
splitindex="${javadoc.splitindex}"
use="${javadoc.use}"
windowtitle="ArgoUML Javadoc for ArgoUML Module Developers">
+ <tag name="stereotype"/>
<sourcepath>
<pathelement location="app/src"/>
<pathelement location="model/src"/>