Update of /cvsroot/nextobjects/nextobjects/nextobjects
In directory sc8-pr-cvs1:/tmp/cvs-serv24832
Modified Files:
build.xml
Log Message:
changed javadoc task
Index: build.xml
===================================================================
RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.xml 13 Apr 2003 20:05:43 -0000 1.7
--- build.xml 5 May 2003 22:05:38 -0000 1.8
***************
*** 108,112 ****
classpathref="compile.classpath"
destdir="${doc.home}"
! packagenames="nextobjects.*"
author="true"
private="false"
--- 108,112 ----
classpathref="compile.classpath"
destdir="${doc.home}"
! packagenames="org.devaki.nextobjects.*"
author="true"
private="false"
***************
*** 203,205 ****
</target>
! </project>
\ No newline at end of file
--- 203,205 ----
</target>
! </project>
|