blob: 055482ba4a3d622004b082d1ebc838620f4818f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -u -Nr cim-client.orig/build.xml cim-client/build.xml
--- cim-client.orig/build.xml 2008-02-26 05:52:18.000000000 -0500
+++ cim-client/build.xml 2008-04-11 10:30:42.000000000 -0400
@@ -141,7 +141,7 @@
</target>
- <target name="java-doc" depends="clean" description="Composes the JavaDoc to be generated for consumers">
+ <target name="java-doc" description="Composes the JavaDoc to be generated for consumers">
<javadoc sourcepath="${basedir}"
destdir="${builddir}/doc"
version="true"
|