From: Benjamin R. <ran...@us...> - 2008-09-05 19:28:30
|
Update of /cvsroot/jrobin/ant In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv19822 Modified Files: build.xml Log Message: erm, javadoc does not take target :) Index: build.xml =================================================================== RCS file: /cvsroot/jrobin/ant/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 5 Sep 2008 19:25:32 -0000 1.7 --- build.xml 5 Sep 2008 19:28:27 -0000 1.8 *************** *** 111,115 **** excludepackagenames="org.jrobin.core.jrrd.*" source="1.5" - target="1.5" sourcepath="${home}/${src}" access="protected" --- 111,114 ---- |