diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-15 09:24:04 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-15 09:24:04 +0000 |
commit | 6104e15de63ebf24c7124f17f38ebe668163fc5c (patch) | |
tree | 970e81c0127a186df94073b70b88c573f93cf4e4 | |
parent | dd5afce7a5e9d2db98432706db34a400d03ca20d (diff) | |
download | poi-6104e15de63ebf24c7124f17f38ebe668163fc5c.tar.gz poi-6104e15de63ebf24c7124f17f38ebe668163fc5c.zip |
Now umldoclet works also with JDK1.3.1_02 (tested).
javadocs target now generates normal javadocs+uml docs.
Each class javadoc has a corresponding uml page, with the same name
but starting with uml-
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352422 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 25 | ||||
-rw-r--r-- | tools/cents/umldoclet.cent.jar | bin | 21837 -> 21845 bytes |
2 files changed, 7 insertions, 18 deletions
@@ -359,7 +359,7 @@ printed. <!-- ================================== --> - <!-- Generates the javadocs --> + <!-- Generates the java docs --> <!-- ================================== --> <target name="javadocs" depends="-init" @@ -369,7 +369,12 @@ printed. <param name="cent-name" value="centipede"/> <param name="cent-target" value="javadocs"/> </antcall> - + + <antcall target="call-cent"> + <param name="cent-name" value="umldoclet"/> + <param name="cent-target" value="doclet"/> + </antcall> + </target> <!-- ================================== --> @@ -386,22 +391,6 @@ printed. </target> - - <!-- ================================== --> - <!-- Generate UML -WIP- --> - <!-- ================================== --> - - <target name="uml" depends="compile" - description="generate-uml"> - - <antcall target="call-cent"> - <param name="cent-name" value="umldoclet"/> - <param name="cent-target" value="doclet"/> - </antcall> - - </target> - - <!-- ================================== --> <!-- Check style --> <!-- ================================== --> diff --git a/tools/cents/umldoclet.cent.jar b/tools/cents/umldoclet.cent.jar Binary files differindex 1edd7a3777..e13c551122 100644 --- a/tools/cents/umldoclet.cent.jar +++ b/tools/cents/umldoclet.cent.jar |