documentation in the build.properties file for required jars BTW, shouldn't this be called build.properties.sample, and have build.properties in .cvsignore? Otherwise if multiple projects use build.properties, each developer will need to change theirs in the cvs directory.
-- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers Index: jakarta-commons/latka/build.properties.sample =================================================================== RCS file: /home/cvspublic/jakarta-commons/latka/build.properties.sample,v retrieving revision 1.16 diff -r1.16 build.properties.sample 5c5 < --- > # from jaxp (http://java.sun.com/xml/jaxp/index.html) 6a7 > # from jdom (http://jdom.org/) 7a9 > # from regexp (http://jakarta.apache.org/regexp/) 8a11 > # from httpclient (http://jakarta.apache.org/commons/httpclient) 9a13 > # from log4j (http://jakarta.apache.org/log4j/) 10a15 > # from saxproject (http://www.saxproject.org) 11a17 > # from jsse (http://java.sun.com/products/jsse) 14a21 > # from junit (http://junit.org) 23a31 > # from xalan (http://xml.apache.org/xalan-j) 24a33 > # from crimson (http://xml.apache.org/crimson/) 28a38,39 > # from servlet-api > # (http://www.apache.org/dist/jakarta/jakarta-servlet-api-4.0/nightly) 29a41 > # FIXME: No nightly build or release available - download source and build -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
