From: Owen R. <exo...@us...> - 2005-09-08 02:03:30
|
Update of /cvsroot/netreflector/NetReflector In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20404 Modified Files: reflector.build Log Message: NETREF-5: adding support for customisable serialisation. attributes use DefaultSerialiserFactory by default -- however clients can override for more control over serialisation process. changing implementation to support limitation in that attributes can't take custom types into their properties. passing types instead. Index: reflector.build =================================================================== RCS file: /cvsroot/netreflector/NetReflector/reflector.build,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** reflector.build 8 Sep 2005 01:07:46 -0000 1.13 --- reflector.build 8 Sep 2005 02:03:18 -0000 1.14 *************** *** 83,87 **** <include name="${build.dir}\${core.dll}"/> <include name="${lib.dir}\nunit.framework.dll"/> - <include name="${lib.dir}\nmock.dll"/> </references> <!-- don't warn about uncommented public methods --> --- 83,86 ---- *************** *** 89,93 **** </csc> <copy file="${lib.dir}\nunit.framework.dll" todir="${build.dir}"/> - <copy file="${lib.dir}\nmock.dll" todir="${build.dir}"/> </target> --- 88,91 ---- |