From bc3d2a4e18e9f039c7f881cebfb0cb979c870341 Mon Sep 17 00:00:00 2001 From: Walter Korman Date: Mon, 23 Jul 2001 22:25:54 +0000 Subject: [PATCH] Added description of how to obtain Megginson's XMLWriter class which we use to facilitate writing XML files. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@112 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- lib/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/README b/lib/README index a7129b284..506ffa004 100644 --- a/lib/README +++ b/lib/README @@ -26,9 +26,12 @@ shared library directory specified in the build.xml file (Only crimson.jar and jaxp.jar are required. xalan.jar may safely be excluded.) +* Megginson Technologies' XMLWriter 0.2 library: + http://www.megginson.com/Software/xml-writer-0.2.zip + Once the jar files are in place (regardless of what they are named), the build system will automatically include them in the compile-time classpath. -- -$Id: README,v 1.3 2001/07/17 17:15:56 shaper Exp $ +$Id: README,v 1.4 2001/07/23 22:25:54 shaper Exp $