- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Sep 2009 12:57:30 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn In directory hutz:/tmp/cvs-serv17396/src/org/w3c/unicorn Modified Files: Framework.java Log Message: added new config file (mail.properties) Index: Framework.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/Framework.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Framework.java 23 Sep 2009 09:16:00 -0000 1.12 +++ Framework.java 23 Sep 2009 12:57:28 -0000 1.13 @@ -92,7 +92,8 @@ "extensions.properties", "responseParsers.properties", "specialFormaters.properties", - "velocity.properties"}; + "velocity.properties", + "mail.properties"}; public static void reset() { unicornPropertiesFiles = new Hashtable<String, Properties>();
Received on Wednesday, 23 September 2009 12:57:40 UTC