- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Sep 2009 09:24:50 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn In directory hutz:/tmp/cvs-serv15419 Modified Files: .classpath Log Message: added mail.jar (javamail 1.4.2) Index: .classpath =================================================================== RCS file: /sources/public/2006/unicorn/.classpath,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- .classpath 3 Sep 2009 16:43:21 -0000 1.7 +++ .classpath 23 Sep 2009 09:24:48 -0000 1.8 @@ -38,5 +38,10 @@ <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xmlpublic.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/tasklist.jar"/> + <classpathentry kind="lib" path="WebContent/WEB-INF/lib/mail.jar" sourcepath="C:/Users/Tom-Laptop/Desktop/javamail-1.4.2/lib"> + <attributes> + <attribute name="javadoc_location" value="file:/C:/Users/Tom-Laptop/Desktop/javamail-1.4.2/docs/javadocs/"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="build/classes"/> </classpath>
Received on Wednesday, 23 September 2009 09:24:59 UTC