aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml25
1 files changed, 7 insertions, 18 deletions
diff --git a/build.xml b/build.xml
index 24939f5cf9..d011e56647 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->
<!-- ================================== -->