Changeset 501:3afcef50ebce
- Timestamp:
- 09/23/09 12:57:28 (4 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@502
- Message:
-
added new config file (mail.properties)
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r493
|
r501
|
|
| 1 | | // $Id: Framework.java,v 1.12 2009-09-23 09:16:00 tgambet Exp $ |
| | 1 | // $Id: Framework.java,v 1.13 2009-09-23 12:57:28 tgambet Exp $ |
| 2 | 2 | // Author: Damien LEROY. |
| 3 | 3 | // (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. |
| … |
… |
|
| 93 | 93 | "responseParsers.properties", |
| 94 | 94 | "specialFormaters.properties", |
| 95 | | "velocity.properties"}; |
| | 95 | "velocity.properties", |
| | 96 | "mail.properties"}; |
| 96 | 97 | |
| 97 | 98 | public static void reset() { |