From: Marcus <the...@us...> - 2004-03-27 20:46:27
|
Update of /cvsroot/junk/junk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6906 Modified Files: build.xml Log Message: added doclink to webservices documentation Index: build.xml =================================================================== RCS file: /cvsroot/junk/junk/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.xml 22 Mar 2004 15:16:44 -0000 1.1 --- build.xml 27 Mar 2004 20:35:16 -0000 1.2 *************** *** 71,74 **** --- 71,75 ---- <link href="http://jakarta.apache.org/struts/api/" /> <link href="http://jakarta.apache.org/commons/logging/api/" /> + <link href="http://java.sun.com/webservices/docs/1.3/api/" /> <sourcepath> <pathelement location="."/> |