[Sunxacml-commit] sunxacml build.xml,1.2,1.3
Brought to you by:
farrukh_najmi,
sethp
From: Seth P. <se...@us...> - 2004-03-17 18:13:09
|
Update of /cvsroot/sunxacml/sunxacml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2173 Modified Files: build.xml Log Message: added @since tags to all classes Index: build.xml =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 30 Sep 2003 19:58:39 -0000 1.2 --- build.xml 17 Mar 2004 18:03:37 -0000 1.3 *************** *** 71,75 **** classpath="${classDir}" packagenames="com.sun.*" overview="${srcDir}/overview.html" ! windowtitle="${projName}" doctitle="${projName}" link="http://java.sun.com/j2se/1.4/docs/api"> <header> --- 71,75 ---- classpath="${classDir}" packagenames="com.sun.*" overview="${srcDir}/overview.html" ! windowtitle="${projName}" doctitle="${projName}" author="no" link="http://java.sun.com/j2se/1.4/docs/api"> <header> |