From: DJ G. <djg...@us...> - 2005-09-06 19:37:42
|
Update of /cvsroot/jrobin/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19566/ant Modified Files: Tag: release-1-4-0 build.xml Log Message: apply change to build.xml that's in the released 1.4.0 files Index: build.xml =================================================================== RCS file: /cvsroot/jrobin/ant/build.xml,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** build.xml 12 Jul 2004 14:01:41 -0000 1.3 --- build.xml 6 Sep 2005 19:37:27 -0000 1.3.2.1 *************** *** 161,164 **** --- 161,165 ---- destdir="${cwd}/${javadoc}" packagenames="org.jrobin.core.*,org.jrobin.graph.*" + excludepackagenames="org.jrobin.core.jrrd.*" source="1.4" sourcepath="${cwd}/${src}" |